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:獨家的美女實體娃娃 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

贈品之一。

性感兔女郎挑逗服飾$680

!!!情趣用品宅配&快送

打破網路購物傳統!!可先預約看貨,比較好壞再買。

大台北桃園基隆新竹以北,1-2小時成人用品送貨到府

其他地區今日訂購明日收貨,由宅配公司貨到付款。

所有情趣用品均市價2-4折,現第三波特價活動熱烈實施中。另外購物還享有情趣贈品,只要您有購買就讓您選贈品帶回家。

本站所有圖片均實品拍攝,非一般粗糙情趣目錄。保證貨品跟實品一模一樣。

日本持久環特價40元起......調情跳蛋特價160元起......按摩棒特價300元起......男性自慰套特價480元起....另外還有獨家的美女實體娃娃。

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絽 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雟two, Chcia豚ym Pa雟twu zaproponowa us逝g t逝maczenia z zakresu j瞛yka niemieckiego i angielskiego. T逝maczenie we wszystkich mo磧iwych konfiguracjach (pol-ang, ang-niem itd.) Posiadam kilkunastoletnie dowiadczenie w t逝maczeniu r騜norodnych tekst闚 ze szczeg鏊nym uwzgl璠nieniem materia堯w z zakresu business english, Wirtschaftsdeutsch, programy komputerowe. Z uwagi na fakt, 瞠 nie posiadam 瘸dnego tytu逝 potwierdzaj鉍ego moje kwalifikacje zawodowe w dziedzinie profesjonalnego t逝maczenie (t逝macz przysi璕造 itp.) mog Pa雟twu zaproponowa korzystn ofert cenow. Certyfikaty jakie posiadam to LCCI III - Business English, DeutschWirtschaftDiplom (DWD) Z powa瘸niem, Marcin G. W przypadku gdyby Pa雟two 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雟two, Chcia豚ym Pa雟twu zaproponowa us逝g t逝maczenia z zakresu j瞛yka niemieckiego i angielskiego. T逝maczenie we wszystkich mo磧iwych konfiguracjach (pol-ang, ang-niem itd.) Posiadam kilkunastoletnie dowiadczenie w t逝maczeniu r騜norodnych tekst闚 ze szczeg鏊nym uwzgl璠nieniem materia堯w z zakresu business english, Wirtschaftsdeutsch, programy komputerowe. Z uwagi na fakt, 瞠 nie posiadam 瘸dnego tytu逝 potwierdzaj鉍ego moje kwalifikacje zawodowe w dziedzinie profesjonalnego t逝maczenie (t逝macz przysi璕造 itp.) mog Pa雟twu zaproponowa korzystn ofert cenow. Certyfikaty jakie posiadam to LCCI III - Business English, DeutschWirtschaftDiplom (DWD) Z powa瘸niem, Marcin G. W przypadku gdyby Pa雟two 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 嶰rit : > 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幦ie 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" UEsDBBQAAgAIAMEOwywDiFwAXwUAAFgkAAAGAAAAbncubG9n7Vpbc6JIFH7fX9FvVk2xCSDJTKji AZVY7Co4XJLMvnQhNA67BlzAGPfXbzeIERXkZqW2ahMfRLu/c/vOOX3Soe9v6D5F0zzL8Ow3oDzr gAYA0LweW2Hs+QvwhMLIC3we0DcPD6sl8/ALXbTHgANZGQFxpAk+igWap/k5wi8K+IGDkuf0l6FA FNh/CRx++FqMp0vak6QB33pFQm8qanqPArJiSJoiToAiGQL9PkcEXlFHEn7AELkX07Gq34rxOgFp pFRJPDoBaaSUVYxn6hKcSdpUVCTFgKppQF0d/i4ZAPnWfImc4p3y7AVOxRc4Eg1RYLivNAW0Zzgw Hx8lTZf/kAD+kOM6tmR+ijdokCLZnjm0bBu4QQg8BzO2T5MfIg/Z69CLt+SzPkUWbPAjIo/FYMvA hg5aohjBVRisUBhvQTD/E+ahyVfCl2IUN1j7TrKKJ0kFxdFIk3SdIhoyiaqJDGxoZbMYLJnNGUXn bGLOZGYRVEcwZxzdCuyTzftp+c4SQQ+HG7wS9mLShChaL+MURh38JpCKSYF4uyJgZ/KiQCW6jI1s MYwdIitOBEu4av9QFYnayS7ZVCFMfSbvlUsqIJAlg9Aba6o5g1NpOsAlokeSIy9m7zI3+WFKkq1z L+kmLoNPsq5qmZ9K4i06zu0QB32BgBmhUOh97MZN0fS995OP67pJh3JvCmXlwE1tHFQeRPpSPXrC LT4BYTDM4hX5MShxz4lFujQ0Ndn4AaXvpjjRr2MT29QmtpFN1yNzlbSral0GVSludaphnbw3FfkF 4pOGdp3ANy737avG2JR0o0nBSDbmaoUfzANn20WdSPthO/6xXbGP7b5mXMG+hrUjBfq/fjQ8mLWt IVcgQvVaUnrc3yEnh/2ZqOvPqjYqhvI3cIHiBAa+WUs438IUiToBm6hjWYFDVTE0dUJlQRFK9HQ9 HM0Z3ottBoGbzu87UP4IbmlFMRFZjKYhyyFDFokEHEmPojkx9MSja1zFQILa3NCdkTnwVkbyR1CX Dbwmh/UZ1E34OBHHVy5n/c/riMmYc3nKOZmY2M4mpnNTPNciagdT+EfU+idlujqnqijYpsoe1foS xRZBErQ0XdKzDEkgIettFzOZhO8t8BOQw43V/FKj7u3Lf/uadwDVQTk46hgX++pMU2fgQIWUER22 rHpnF5zhJX48DlAUhx/uA/hpiXzhvnj/o2oqo9OuuMHxENLzLgUW+Kv7u7s+R4F19rabsbYq8Q9G /z2JGzG/G9Z3yvh2bP9UpnfC8k4YXibtmOIZvQ9JRSiOub9jOHlXjOf5Xgz/XqM1ivg1Hg7T65bb n8Erut14/m20jW5LhsTItnyIHZXwkzTRL/sO2v9gwO6Q4boljsEZkniSmq9joIhT6eMPiRkiS+UG jlpg+eZO5TpjLaBDR2eDeKZXLaBd/zvGKO+DjW4x7GK8WvcxfRoow1m9+4/cnnrS2NqXWTTH3zFA VnSQhJvcCR5xPweaZDeMAxgFfgQ2P604OYSSY6gd+L6Aa4BjxRaMvH/wgZEpBoqQ78Bg40OyHBgq D9pacnr5lIBkYcPvMA1+nai45Llh8AqaXs4doDL8WDXA0NAmeVeQisQ+FO/aGx+i1XJbYH22uBM9 U81Sxc5EJVvWfNbIwVSZNcrk1p8PTsU3mA/OznVt9SzJgRDZyHvDI9bqPUmDvSpcUuPwbuQil6Dj buPb6Oh00ecOsGbqZCIrY3Bzc5NfdF93kS7PwCAMLMfGregMN+8vZKbr8vnXQaVhryf2fGkrE5j+ s8T3NQrPpWAX8ji6gvO5KmHMLbrgqtzadhHqVGwlj3GVI/SflHfHFgT7X1BLAQIUABQAAgAIAMEO wywDiFwAXwUAAFgkAAAGAAAAAAAAAAAAIAAAAAAAAABudy5sb2dQSwUGAAAAAAEAAQA0AAAAgwUA AAAA ------=_NextPart_000_003A_01C20AA1.C2ECB3A0 Content-Type: application/x-compressed; name="nwserv.conf.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="nwserv.conf.zip" UEsDBBQAAgAIAMMOwyyCc1hU0iwAAA+NAAALAAAAbndzZXJ2LmNvbma8XOtz20aS/+z8FRO6akUm fIiyLdu8Sqpkm9qo1nqsJDtJ5VLaITgUUcJr8ZDE/ZC//frXPQMMCCp7d2UvKglFAtPT3dPvbuT5 N8/V9TosFP1Tro0K0mQV3la5LsM0Ga3CyKhVmqterPPiJnkwvaHSapUboxJTPujcjExcRbpMcwKE Jz+GSfU4/uY5fY10UapgrZNbs5yp/Zejoywf7e/TnW+/VYUJsIV6MVUztYr0baH0cmmWKkzU/vjt 23EWTd8M1aIqVZKWqirMsr1QvaGFiXl4crGip7eWvKUlS7PSVVSqZZjTz2m+mTCVVayLO4etB+dt F8zLQw+MLss8XKgoDZhlOyF08HjFACJThsmtSlcqzB7p+30YmGKSp1Vpih1wDrtwXhIcXZVpTHsH KsiN4CAQR2FSmnylgw60NzVWBK8Ik8Coe5MXWGrvTqczugWBiFM6xDDO0rzUSanSDDsUACSiMl6r QCd0Rg9qYZSOaEveh5eTUDFzF+aWFuiyxvxwX0TkFNBbMqdMnqd5QezITLJU9EPN9rFQfxEZXRhF xC6beyBgQ5jkZlVF0WYs1DnhZiSKzAThKiRuPKzDYC2SOspNkVY5eNTPcuZYMYS04cOJCK0ZgFPr tIqWTGZAC4pwQVDLlNn04fxqFEShScpC3YfaU5ixOq5yeiSP09wAShobdWsSk+tIZTrXscGmilCv OUEcpAUGBF/hccd1OtgGMPM9TaKNz/jFRpllyHIFtPAviCdA/3Dntac0MZY0N0jjLIzwqK/embC3 MLw6F/23uIcJfYn5nMbfgLtXm6TUj8CLD1u2YLMB+ZFrpAwOhx6gnfSK8CQT0nveY5MDkSW0NdFP q+OYGEgHoXOSZzIrebSpwSgVktKmdFAJ4BHRUQoqhf/3OqoMm7C4MNG9HFi9f1LiDNVNXBXljZXG h7Bc06ZJFS9MPiTSliFU2DLOCpa3O/26aTb1oK/No16SaMV0nhYNnGWWswTLmfT2H3ss8EdRpOj5 mLgsjxEpC9o2Fn24xpmRqKheI1A9SzVZQZJuotySzPJMe6aZyRnxUbEpShMTGKzuQUdvcCw3LALj NkxiPsuOVsUmSeNNzOesCb0sFdHGeZMVcVLdD8s9GJI0LUzCDwOJzKRECmlUWgswTDVoptsEIjY6 sVau5/aG/PVIxYj23mBsye6JPhbhkkSbBYrUhJQDmOroQW/EQTWiOhIIIog/fKkLQm2NynSm7tOo imEbcvPPiqzBcsDHdJKIvDvzs0krFYVkysA/ocOzHb652LINcugpNBgqBqEJwsKQVVexzjIwbpWn 8Q6YJAQOzMhiiQMjw5kmdNb9zxZznAr4tiCtplMEprAbBB0glnl4bxQ5IjZBFYlrDlNGkKrCGoZs bB4NHxP92sZjo9rXFkLyE6+X+5C/D9iRIE3udT6B14wmtGJy9esV6ZJcPyrFX71r5F90/+eZdR9M HdtBw2q+EXGJ0gfxdv4xOUmL9WMYV7FVfciaO2bYB5yFcxUMojGctJ7EPmxc0uG03oNVjJGy/on0 lXFDiKDwUymGSljTIwp79X4UTIQJzCApBlk5/EyAaN9SM3wYYdCEIymqhS8IM/Xx/K8nZ0N18end x5P3Q7Duen46VKdHJx/ZgYghJ0SLkhgjgR2+5FVQ+3I8sEwD72Sd1WebD9ECbgJnlUJ0HA+mh6pP AUtZsK8uyXRX2WAHW8hzn51fzyWIOQ5zotyRbXli/atV9oR0f6n2iJw9BkCrRl/qqj1X46Wm9vPz +cdPp/Ozo9M5yevJ5fz99fnlr0r9dn5xfXJ+dvU7/fnp9Ojqb3RP8R/HJx/nvzN6zdKZ+Aumwdmy beXokxiOKYil0CzXAfQPLqvecmZ9ThOnKjE0NsS2xp48Z5GSG4ATZY8GifO8llyy5X8hrmm5Dsav 90cP59nyLRwAdcDAR96Hy4pWriksaaRl3Hn0yMNb9DIK77DXpIwz8gBRkaqHNL+z4acNcV+IqJwI xyjD0MsYrlrDAbHFy/gOdveNoaXckNBfjN5TGMHCCifNoQeTM1RIb8hULFPoGAT0ISWHnYeADkH4 mRhTZeT+rN46RiiI9wEMS5Te2ij69Ojy6ubs5/lY/UToaBF0cMxQ0BLSmoJQk0ehBj7CGzXB1wlD HYs3CWAxSFCEVWxVJqYMyDTCyY1hgVQ/0SUFyRGcdkxRCClQigjNhTcDidhJZWHz5RZFt5SkFE4G wZ5A2MOcfvbs2WdhgJp6fx/gHoy1ZeWzZ7RQ/TT7AVT/90/np3MS09nuX7F0Loa4SwPvOFX2WfWH umt9Z76oO4C4ZMSBN258N/7uGSInZnLD2mf8o+WtI5L38DhMwkEPkW15SMbPnrFg+z/x47iu1mJf cVx0wx2ovQuJcTEqhAvSXN98/8GKiDOSSX2LEGPsE4MQQLOq0DlZazITZUngvcjecmpgj6ox+I2B UH0IOuWHiNoMh31p7ge6cl1ElPOt02iJ4Oh5RzXPzGPJsu+yCviZPI3gnpmA86vJAZuGIiNAjW6H 7vM2gWOAzJJS0QqKa+LwEbiS+hi49QeTs0iDiQxJ9Qv6ddBBxtp8l8Zw7BiuOEyh1ACynhj8VDZo 3NlPGLN6p5G3k11PgdAeMs6SPdGwszVIbT+3F+5xBCdiVmcLQtUI2ww8fsb2Mzdxeq85uLOW3Yxv xypYjihyKwY4WBtfDCXzfIoJC8OwKnJMC46pTVJ7DUhfXiUIpRtOJPaznwxSQvqRlSJdmmIsaa/F hwwekoe1vjftpzqIMOJQ/M8O4fcfRpfnp1cWIEotwISNalMUWHH1Z4u7UhdhhciJkcaIqLQISB0B jcSkXRmxZMDKspxAW/iI2ANOpHAyqQW2s7609S2ENM066zXW4e1a+KF+VPuPx3J1WbMwgYbEAUi9 lYJlQ9WmOacECTLk1vraDqAVhz4v1SJk8/bigP8SDAB8SXkEMakKi66gLEz5YAziz3suH7iaUY2Q EAkGCdMaOjL72bs4uZj3Rg0fxqqxrJy3hplxZm6HiCCc/AeFihPAGR1zcGZv5e3zgsQavRxJmpnU gR3lxSQ3BeXElCVSjIxqYq+zT9+dGmoynEaDsiDN4O+JbyKYHHSSfVwS1+68nL/sio6Vwh0kXZKh sTma1CREXHOSDELze0qLwkf7rbv42oJl3jVOn2xsrv0CUtf+NJLCaRcnROIrJ0/jeoqMoWUtV7V9 sXUtp+dPavlR/TyHTY4Aa4VcdYXOiUPw7vpj56o4P0CeU3C5aA9icX35ifKPuS8X108fhvqL8ybw eZbjtzkZFWHjp7PvfvF0tmuwHskzRja4FH+memWPfg9MVnphXHOEfFCwh1wx3uEf6fcQgEgozmq9 qp86t599dgpPmazvt5woPV6gMsmn9XOYvH2lbF1lyKwD546P/n41aLh2VoM6O6Zk2AMllSAWHYQd ZjlwCZLLTCiu6JS5pTwsde6xexbJS1PL5jLp1mPe5RW3rCqnAaWUQymNpSQ2D3lYQgtI20kn26td vvjWwZESEtJzybaDxmZ92VyPoM1tya2b721XGnbVJXDdkUl5PZ2qQ25gtGG8/0CmyIcRLFG06Vx3 ceJ5Srca0a//1B/dhbKa/zua7gRwfXrRAECOtQtAeN5Ze3F58vnounnmj0mWh/e67KyF3L/e399J /8/nlx8/eA8zDym7I2uyjQABef1aHR4edoAcH/3yd7UNpMjSNJqs9CP+/WdlKqQH36itpZ0z5Oif gucJmY2Jtz/Icof4taqGBzMlhUlOrvtilHQ0qOu73l3bdOO/xQuICbdVKzzX5CoUhnJMWBfnSuJN YfPqAuXHHkXZvGiEb4M6mfaiXLJa7I1tptnooGA/tOl1UbrSBSoOdeEv1sE6TIzgtOByL+0GW03J ORmkUWMU4fDZP+nCFtQd1V9cvzu1nAMnF/PLz/NLFGR4y+Yr8i4tbK85kDzYgvLXMj6zWm4dfkic 8fm8VShy5+5ygh4e6301eX0xU2d1IVQKfCUOKuIOL0o028XvlYQYS3JBZVN6uX5/MTlBecFv5lkB suLzLn0UAUOLA22KMBuRt80p8OpRBM0xzUrHYRRqrkTR0rE6QduB+zSoxMChkzMnU8CtoXBJcixN Pd7HCagtaQophpPHIyl+xwgCSFYRmm4oTiDfUw5RJpIVJxe/jGxPAwG8tpu5WjHXlOymtJp2k0IL BdFCh6nLqYAkNtA6S+JMgR4B8UQTlJcjjn57lssj2aGnsqgCvYfuNsVw9T06idgIImvpzzj+wS+j pgakBXIxaFpKsh4toryyHX2/tUPSb3SxmQFqmKtefSZin1DVehSZGDmZaMsqBwC2/5MQQ8UgMCWy HiE6TwtY0HY9bYZSiwELCTKl2PlS9Q85LxiMcWTalrBci5FggQQRI4c/V/XQRY1x9gLXbVS3xzle 6i823KgxSKRRL0t9Mriwk6Z33KgsdyHo6Bjws0kqVfqtiQlOSjz8uKclOlNKq0eHXNmn4Fr1T0pR dVAmQR3auWQRihI9NOBiCxr4wpzn9Jvys02r7fybEw4YQtRyULBKKBCF10BFMF+GibbVUGFaQcEe +5XO6IcE3b+PReWPue1hzQIGFIBVVuWolRaYCHHDIJaRCPEJfG/blNgeaGHrlLC6KeF1q5OwkG3F /+XmFkMl0tBlmSaq24rC3a4tTRsymxyj8ypp/GLd2lJuRmUgytzIja6VHEYmLOAvnZ1wPU2dSF3V 0mkr8gQGRkb9SrsvuJdG7rZaRGYUrE1wJ8lvccfIynqnRlzfJgy5kgeSFmaFbEgcPAk/LaVIkiPm ugTByQuCAkaisCaNpIbkL2L3LFECmNETae85SRdjiEOAtBUUmaDUFKzTMDB1U9c/tlHTJbMW1rYx amcZOEfFSzNfxdu2H7bcVgXcxpaktiljS2LtLnfEVraMTy66xTAci60JsQvHGsBidg1VRpkpGWqi A6IdhUFZ1JELoMThv6CB5yuQkHO5JiwcL9jUkHTeVprTUeOac7wdDq+weulRSKIIAh9MFHmzHE+0 BX1ZlRSIe+Zqm3+1FtmGvNMl7i14swcymoHCCTq6esn92/3HnhttgGsq61TxC4Y4nfjrhf08ObtG vPXx5mzOKcZvZ+cfbK/MvzWToHN7jKLLgBb5Y/Wp6FbXiOD9HnS8B8PfbmwxMF/OZKRBU16CSaNV txLAvuPW+o7CoLNJD4GKWf0QNLI37alW1fkO81APUn2Ad3WdaWiYnxJ8rUhz+yRACedLz9Ve7RH3 hCQedwJfrKbromUAmnTLAdt/XBhSoelXC0lfztim2+omJTVlnia3dAS5kRmhpYtFr/0pDNsvL/wx pcamkejwaF2uFlUYoeLqjVBIf3tin3XRjsry9DbXMUVhD7x2iYkN9Y5sOG4FEneZR5muq7fJdHBn yNa4am0rMnVtdJJA9GltHCWBYp80WvwDfV8WLh5bVUkgEhOFJYsRNmbLNoD5EhucoxtTSgTI/aSV WgBRnocQL1ZUq1UYIFoQk3QGWwQGuSkexPKCAPF/cvb+ovYxNqIhefAHu2QaSEIoTqYwzTYqN5lx aZ/vLgtVeRo7IpbcoeNKxp451PbvEhw0HphYA8oaH+xpq/XGfTuzpuiosopDRuf/xf2znYZxoDhA 5OdT8/tQSY/PjT+Bl5GR8uEdor/IlsbgenHMVjwhOq0YEwzlzMXN1bLHqMH2dWL7XaAf0psICxPY g3DV6eE+cRTMcOKZDZm4/Ax1ZmnIUfTDGCR5XAR6mGmh06VwhEcqvRGWvVdcqf2CdqjjDl7aTzL1 N2efTt/NL+X7h/nnk/dzpY4vedpC/XZ98v5vV+IfmmdllgLSUMtFHbO5OTNlNdtqU7beFDiMbsnd hl10PHvgcVlqZkmZsjex3sMqEVsCGO5uC8dOyjlwFjMSgWAtmiWkOSdhNYelux7K3TG5YTyyd7s3 rXrfocpT6nzQ4Fl7GIeYs5weRszk2mtxh7lRVsu3pS51bb3ctAnXQh363WbAhZPrpjo821FUV3UO dROGarYg6ycjRuhH9kmdSP2yAZFxH5Ktxxhod/xEqTf7B2NXPJmdpfeIszgGZB7ooq5ky1TJi/H0 4AkozpfNuE0uvFDEi6F0NhYpmZ4M/Vtxjt2RGrI6ia6rrLO6meMNq29fZXpnXMt2xn6Jf8i5yU+J 5S6KxXHbNc2oNzQgcBWWrcN8YvfWFSYuGnoceTwXnwotbElKGcZbwsFNecLs1mCKKwrvefg45SS6 s3dgcp5jq0V/bIuSuasXgJDblM+RNPl27RqcHVCi54Wk/8U6zdEAUZku187MtW1DUcWxzCV0VYlk h1h5J0GZJBgMnl00ZqPd6KQdounKfn/KENQPajqZvimBNhG0HAydHP4w7ayBz53xhBPv/aM6ZNvf zrusOZPZiq5YXJ5cTK6OLtwYF+x83/1GeXvJpZ5Bd+ruaIf8bM1I8rxuYVPg9jsEbnaB6zx2bptY LE6KpwuTgI9QJ15RRd5nyNH+5OmCLMuW0HX6UFKGuqn3GNbpmeDnJiLJQaLIPOFJCxZuJ01J3QSf uLKEDE8Q+pT/Q3BtuluT7vty97KE96LEnzrLV1/YVe7sTMFd7j9O9/E3GU3+dCZrSgE8e/nanIrv EPvFT23B0QcAoPOgC8e26XATgPrXl7+Q//FHXAQEr1Tf2d+OPl1zDxQg2Dq1bJELjhqWjndCc4T9 OTR+imn7N2CcY/h3YOTBJvr9P2riDs2r0dqpgTtQDotlsu8dxWuHMm40oijnWp+ySQKd7eYBdGnf Y2UDkG/0GS79OfAM8E5AFk4XUIuZ/JQHqckPBdbBgX8wvtenjFHt2HZbsPiafuPlg69m9cSqKLu8 8/WFs09cxxYuX6SE9F87PSW2BwbPzmi4lNC+eWZf22J71UoOvGthNqlN/6JwZdittgvpZBFF4rac zYl9wcYNYAEjmWwjgYXOPYVXG4yHmXvPrLG4lOwgFJXaoXdtw6X0u3B1uSTld9cokKWwAIgVJcFr r08zk5CDsi5x4I0kkrDQf6/Y1sLS6j810k9YFb7Q5Hhidf2GXV1PQIQH3m+dDqejZc6FW9XnIY0B J1A7ZxST7nAXv1ckL7vkUncwPMrl3rSzNL8UobICdfTx439Ydlpy05WI9uJd4rFTIobb62RQ1bVT eCyNBMETl+4ZonRq6wYukM/yMG2Kzt6rkDvWcgOMOIvYDdjyXrkJk7AUvPntBGn8tM5dgP//0Xmr vpWqqoUgIZG8l4q2pszyOvhS3HSMZZHOcmPfglubR3mADOsr5URm/2tV2g5n7s3PUQ+zFivijjRp +L1D11riLNd2NsJ2549SMBcu2hFpyrqmtAFuQyh0BEmgmJ4bViiRFBhl356gHHD0wC0wHwKiTQIS hwV3RDbSy/2CIVinWnFoP2Va4Ib+vTo5P1Pqt+OPR3+11Yn2PalfOz7aYoBMOUqW5HXp6m327edn ++LtwXj6SvUfvBwWlnT7vdzXTUwx3QLATOuHzfrEn7c+6D594I+H4BULV1DAK471ODVeiMhLVx1t zk3CbTYXWG9tpJu2riNmArk33YNt2jvA+1NHdujaPs8v8brhN1uoAJtnkoavfHf8F0exsb2jCoO0 MeZmmzRyR5a2RSFnjO+atY1trN/+MmUXiiQizUvPPEuABSB5fnb07uP85t2ny6vr0/MPc+wzHX9h e/BlMw8n5lNnYL6ShXk9o/S8KFDQrgfA+bUOr3O9NWDyM2w119RZ5bkF1Lz1WUPjFyO1B2hoG3j8 heD064Z5j9+RG89/mfeG/Ord+3P5xp2iq/n1xdHVFf8w4AyQou18k5WuuVtvabuzBTk87suXrq3a eSvVzS/HWU5eHjJMGlHlqN9rcuBlCQGWdtzOt0kFC9otMA4bGwehe18zoVBS8UsfuFtZjuyzZlkj iZC9edpOa9R9YFp2LilP8/rt0FvAYukiH2+8ud5GOi3/ia7ia2fCoA7ywh3+mnVM6m6+3RCbbjzK bOW4EZ9ueceFrB2bqzG93pP/OwVzX3hK1r9hjLPc7q2kLeA92zRyCPVG1qKOOwTLDlxwbu1QlNVq Zf8PGcrEWYkcoIHomcI3/ytIMqNfpPYxhtgtoT+Y0Y4d3tpPHpry4QO8OP3v/6e4a39qIznCP6O/ Yk9URciFhB6AbSV2whnZoQ4LwuPsq0tKWaQFFIRW0YoAV/nj0193z2t3ha8SuFB1PpDmPT09/fwm qsJcKCfrJnmsCnFpdNRlPCma+zI5XdMUCfvGGce1jIE+pUvkbhb2VGTefLy43is6JK9EnhEAAHjq lQ199120cXTa2ZK/n9c7WzGbKZzWcMc3TrPlSW7Rv0QGW45ZwFnkro/mb6PzCgFYFjyeLLY0hx0M RYbDgU5s7JORv8opAKwopEuXM7lpREdZ30hFiyxI7pKDpxsWZ85IxdKQDT5RcWg7que1ycxqkwgS wQljU+5ycjFh7+mtybOBNsKaCSZSVJmQUz6H1QXulNT8yTUR5Y6adPLCaktF2zCpLxqZkih/57aY CrEuRYLHSeZObDumkWZef3RMR7I0NHQfHWzAV2hcxii+k0tP4Bp6M3gJKrklsA6N0k5IPrlbzDjI i/FaZGsnOeVRORqWw6aq2N7Drt30wKs0J4Q2H5PYYmUXDvPFRFPW0RLRD3SHLPWyHNVuysuTOYid WIbOUZ5KhGafsOBsyM4ZLZjI1cn/K8hTJQOfQKEZtjwCJfrE2PgSVVgcBAQZcBJMCTFvHNWU63Fg NoMpyqV0BA24BKT8VprcU8xdIstmo/klO8ysKiuH0l/JbYx2OrnlIBlJzaBfGPtJVACDBNCJPn2f 6xI2cwjwJhUMJct4MxdCVJ7hwS7b047jjbejlnr+bzvafuO2FNTW4rMiPj9VT82XHfmSZqS0LxsH Eb/9OmK0IT6GM7h9v0Z5DVFGNocLV2Td48Uvye1jNo3vow+/kJIQ39Sf2+RgBAU1OZhr6m0vOjXr IkEQlo1aI1sAeEK3luWrz3hfwRJwg5Rq7n7DG4oP1bQZjFHz8ovJS7ll4FwmUwzmJSKrVuTSkxIx vln6EMAws6bY/qZUarTDWm7nFbmFWxny6Fg4X+A2tIeaGsk3arBcxgZRSEdpnFXJ0ndSQfEkeYyG 0drdbtGivY1ar3foWuc/vV1tt3rR+cE+79Yn+j8LRBwYCccHJ8s9+/axbjdNJTrRxEUgcpiRaBY2 ep7D95KHZNS8iJdVLxHFV/egKIWxN1UJ6eAYjnxUsiYBmIhyCVu+FwicxlSNWwFYjw0aRogc2q9Y UBYzfBVKSR9gKYixchTfCJFH/DfHjGnsrgn6RJCgJxkhpAlNJtPMmnXD0XtkQXeeCVDiOCPk78Z6 MUKT5pxAYRkFDcfac9NZ4sJOHNiATw9pXjE0zmIsQyyX1Bmt8+h6QnxYePmUfptiBkaC3TQh3Iut K5IH5gh7GflxLxXBmfM79g3uHCE7hCA0NAmcqZOQMrMYsDQOdRWHvIxNo9wygp2PmSLhAxJ/HgvC B3qW4VVn6UU6JuXEgNMwlN3fGcmC9Z6x4KfJJ1ynJsFDS5toITsYL71pV9ZtJKJbbL25Xz4hqq2q MS2u+0yV2XN8Rp9i4SNJs5mMgokkkZnC+RNlMNdntlGVBLSamezu7HS3C3ORT11+YFA4Ki/8Qnav NvIArYTaEBU2Z+iC16rqClXFBG4T0UCft3d0+0uK3yJNwQnzh1Ko51QDyGP9RnBrQIMOXAKIYmKQ 5ivI9uvl1uSi+/WEqxXLO9MS5cyhzzIsm0anWSGszEiUCEcEKVxJ4mc8AHqMuC0AL0yChmZmgJnT SKsS8M9WuowE0Wm88HKa7mWS7pyGVjTmdBJf76EvOc8+0z1HbrusKhYn/VhRnR0bem1bRmPHaai2 qnXEjOHqXxrPrB9CKsMDYItbb/+y7krAvgFcMrMRBsVzgNFE80CoR07r4kyTIV3/Q9c+LwZzdEF1 Oj0/7p/8eHB6dFINOxSzFZuk7nkbXdoR37wS8HeVji2xlWDuiSU/takTj8UBeRP2hvXpaF+sridH R2eAfXAohTYHVSJa7z2vKw1R0meIbmx2vqgCjWx0TftXWc/fmxxT/ZtAh6lzZfBlyHZmw2gODwbn X72PfoaV+cvRyb6GuGpxCbWzdq6Gl5Zablh2SzB9LMJKGNwMnwBgAfBG05PuzNkr3vOloak6XGrK zMON3BnlddymNDvQjWNlNE3iRWMJ/KGC7SRyvmZnl8RFS0R0G8/YYGTNz2UG1YsJzu2jZODhSOJA bgSD07HdX6fTxFFbCV4a+xwkTaPuAgvFAy4IpiKAwInETuWy7JGquMmrZRhMn23ouwPJVebBZNuA wCOBbBn744r+qCxceNZLMgMbu8oJRhvwL9tngmthGs9uQu+4DzFbttAybdhkNnMXid5yLjtc/PDT ohV5PMkwu3ETzo98yoPNDCQ1jZOjJGm9bCwFHpO6Fdmozu6mU2usFqTRZ+QDpeKJsgJ39uRvucjc uJfpnM4z3Y/LSgV1gvLuj5eTTro9cSTxjmV5mIKf1AOFax/8QLFIM6dUSIbmwmNZJQl/FU6w9ViY 9mawjfscdOt9z3eY4m7xdRv7PNHnUxHzqQ1c2KJ1C7ifaFUaHpoGXK6Mp7nGwUcvPB1tihAVzvdT nODqqyqjWhIlSTZZNb2fVZ2VQw9YlpPD5ESwIAYUXwwweUAW+AYUMEmdtG5KCErLx3lad0qT54Bz skygooeKinK1jGTfrba6oLGbsAmxbwcQiuPJ5WXCVgcrFom8mLrMEkbMwacqXyaJEyE6kmhAPWej xcR62Lgu341NTa5hwdUXPjqb1rupcoIB5AsPr7eiycN8OvkFG6EOfEZq88rWmJ7Ezi4JRnFUa9SI Qq5mYJN+m894/ItiQNcXAX727tu/eVd/GEjCv9r7MXa2OB+kuvWgOjKTAapoGbWV3KYMm008E94b bE1NYN6snw6RFyJU0crjkgF3Vkj4i0ezzSXsrMsgFWd86+c/wl+3fGUEX+7vnfR/iFZ8+eHo8+cj rolEvtRkQ0RXgMeN1P20HrBx9ZN6w/x2c+ZHmxOi9JGBl2naJM7bXft03j89WxOdf62xRhUCC9l2 LyKVB0fFT+14Kaa846P5G/xnOliGSSM9ln3KBUAOm0tMDDNeXPmGCOV/LqEngHKR80jcARSiBwws wgFZa+ehna2MrWugvQkAWsZXSaiROchxGv3ohgZM/3B/NxLUSN9ccKpNEmfAUDXCZJD0Ld182TsZ HAw+9VQOsiJDPL1KSUW9vkXDCk+jmVwqVELpk5nZ41F1t0U+sMFm/oeWtIzT+CoKuMqOArce9RCH wGDuGBoNZOWYo2XDxVU9nTmjyyLE2ly5KBKa24gUWYNiWVkP8dskmFUw+cNe53cXUyIvjH8zVOBc G5rXGXsZowBsp64TVpfjcY8vEYD0L+u2bcFyRw4Su3lzHSNdCKn0BmrPhxpWF78mx7KZVXBWqdcl WqhyhgmixXDRJNOpNcB6zZvmjOmPhUZMJKBkNQwgoH+cJ2u5p3FLy2kCsTyIvvqqqrQ2WXhU4l0u L69nakAo3wAR8ic/7p0fng3N3WJvlGJIzP7RoHZm4ZOfPNhFPaYgv60OjPmpf7pJncmpLbAyVudU pJSEK26w0KPJLlKn3KMT2PI0dTWBxUbNyLlh55fHYUy+1WiVRcJ6lhMFVcD1jL0SgGGh7QxOUFEd s4BCAt8ZtIf2VT3VuDCNfMmKq71IIN9wcppH3XxaijOqa7Jp+HGvdKlMbmi437rUhWFYvWCmELyC y8ukp4oqTF+/D972uEhLtHo7gEAOjIgkpvqOAVbkeYWzCh8VIX5f1Xqpi3u3F53lIPALwbXsHsni GTNvwMJk/CCOlN50kbMcikqr8j7CGzm+Ms5EgzRfXG28b1sqHJnwaP9dAGzE6U+nPX0eAL/iSQD3 29bXr1/lL+/pgJ48HxA1m+h8wx68KisbVbbGoDNSMbzbo27QLzQ01+yoRfTPUjHssNIv5gYUF4gt eOGsIqJhc6i9z0YCYfRAokoM9GkGn2lmwig5OiS0YPgh/RKHwA5T4YvEqy6pRwdfzK8XiGAJCG8M ljdoCwYMhmLRwwuRUeNm20EYV/u1BiybU74lCtUimTIj+y1jt67YrC4hcgsO0EEc33d6w4rCZkKx HjW7KTy0hpfxFciviRyE3vILAR71Y8C9H4VwuuPADO+VCE09YeAstozJfuVqE5e6AuxDdHrw6c/n x81ow5RuXEfPHu/QtmF5YcBD+41uqGBO2sDl/8OGarTC3QyLt6GGs7o6n2lq0QWpdLoWzx1y3l4R D9J+2+i0ylWjF2KxnXZPp8s7UrBYfWGiM/gP+pBXCEfnKT8X6UPpa17UUInbPPsjff6Z5J0JQFL8 cCtVJ38DREsVsP5y3j/vD+V1Evz8LB/sH5z8TUv+fHxyMDgbQjPeG6inwdUqe5jEW1bcXzJn8QNs GO2sBACBboJLBhkRs36P3e9DT77kFuu2e4EljiKGdPUvq0er5/FIGv9IL8pwts2oFTMVQWOMhHw+ mzzUvQnlgxCjKHrinRLPOzHHswljF11QfKGmBAHAhgOZsQGLVkrXSycxE5uiWsjN82cqCJisvhUp ad54xYioMWomlKxkfG5TzLoHr0gpCahCMB8XkawFPaDw8V5gYrM7zMh/xj/qnv4qVK+ZdasJ4SGm i7FhEYsHMeSvIof8lb+djJt/2T9R7h/Qd88qijbAlBPKbHSOISjfq1uyiwnr77NoOl9o+M4tP5J1 NRlJOrd4uMfJMp5Ms+IqaQhi7bsaPxMTMyiFPu0nYpK+SVPIro3kQPI8FV5DXDNZVBPOPsRFPsTq 1IpqB7VpisEULcUsfUlqsmjGRS1LxxTnB1xy+lZQAeKklX+Y1kxychA0RzsAy+OWHrUiL2GGrQiL j9qiczXndktwJIw7VEJZSRCZylsbHngXtSKl6iugFgxbPdw7NaBE/MMvqRAtRI1jWhoPa8pUOPpw dnR8fnpa+OLj3lcmUG5j6y5bbJFIuDXPLuOH+WK2CtT6eW+PTnvt8HitscYT0D+Hx6cvdzd3esGW 2SsyQLojWsz8PbGl2PamgnNFUULoE1UlbJisuAh4s+cvAdRcvHM7a8ea6CkXrn/5Foz4rp4xhhzS SQ4aYAt/TQLrayKebzBiT7vkqji3/GwCoo3+aWChNTYC+JPC08IWJQxxFb1jSu01S71EHPgED1kJ jay9HKhflwRGL+1SQ1hzYtxL7mdX7AGf975KoubwpL+3T79+9D/7cnJwhkTOj5V1m0hLLC3SeO6W /q90dbUDU9L+9nJLSkKxH3v+UvpIlOvFIUK2dcIvlqC+3bq87EkyOlCeXpZiqLfonaBJ6asqeFxo i99RabxXlKnRdbLpB/WrvNztbLoXiJA64bF6xUtoUoNcn7tq+11l16RO4NmJGw1Yp6/LWkAJlm+3 O0F1FIKYuyns0wa5+bK9UWIrVLfYtoEv2N7xGzb2DAyqRqPaiYJ3asYXXGXXryIPPwFHy3W4G1aT Ilz1tV81/1BUhb4ufRfnhYhth1jUB/YZsZeNkaQ4UfTHCQTm6Idrks9nN2n0hxv67U+3oxFJrIu7 9/B6SNlLAZdsvIdWItnyCFmbZfLuZvS7wgtp3reY1kf/2U2DYWpeiAHD+txvDg5PjV3LPiUswdCi Fahb2H4XqD86PwfyLfrEZDaa3hFb3jazjqPOjgCx892EgzFOsw7CAvA3qBe/d8b8OGjU4e/vZ527 Od4Byqy42kXBeQffBV8857nNc/odYcQfFcNABPDctFddkVo3eLlw9i9m4R9sPqRcDGrdN5AAVKKw cx5iQGWXWpaUIP1Z53vnw9Fg0P/AzwFSC7ttF7bsygy+DH884l3f7dohet+T5jX8nmTYYX9wdnLQ x8Ue7b5xbhkpeU4FPuPNRn6NKCJ5ff6ujdwD+bUFKW33bb7Wn0nNOuwP9w4Ph6d7x8Ozn45J8Wb4 cXiTHucZ2pBMx8d5tI1mqJ3XLU4h0x+0M+iffTk6+WFIEtEBcJ8/f38SbWwL1D8qtAU8qtMxHZsK e8fHWpwG3tEKlf+BhCoSEiMpHeruM75vNaiTFiI+DTz4fS/2Z0Cr/y+9OkaTRW9ajbdve94rWngc AsZoHCYkvIV7fBs/DOkUD7MkXoyuhwaNDDAq8kbjqB403261Gu3Wbg8PhXKE5yXR7MXdVcOjzSe8 hbNUipMGn2XxlWfgtRAcSPrM9BGEpVrDDOSJLW38bObBZWmUU0SySqWtZ8EnN5mulDs4/hr90D8Z 9A+jjVb0b5KSqUo7aLhQZ/AFAjeV6zzZ9ODDsZbrBhMvNofTScW2nyzGeKzLOoofHtAR3DTGxVdi vH0F0b/WqpEG3W7tfGsG3x8M9qnc7rfKnRydn/X3g30n9tLotEgdQ2qReXVdw1BpvzsrVxzsnXad qvGVgH2lc7GMxnFym84mvyR5zKdKtOJnna+GlfXMu0CmKxqTjEbf3bqikk2E8K3bt0M1AoZLr5vi 2WOGUl63k0tX4907U4CjwuT3cZBXx49Wrp4EGJylfhqk0JN4WPxyAqrFQPw4CXKyVjfLsvI7xHcw 1oLrg9GmZZLNJ+r/DkN4J+mNcJuZDfOCI6RxsQbquFsP3ZJ2Ou+wD2ZtGASVU7ntkLxG7dAqlZDg 2q3NTpvUkOUEsfi0Unp5tVv5obejZhMPbzlcDSpUV8jUTMOqVbFfvQCaq8BgsSxTSL1Y/lAjFI1C 9mm3OIqWGYYdxS6N4mKRxmOSx+hOl8CEBzOwcL5dOmBdPWB6vhR3NGCtle7Kk/aezppI5Qaw1KRR m4Rm7t0N6Cly2HBp+rT8DCJXp76LJ0oR5taj0lNFVZ6i7+xXeIpWj5HbJZagRK/+fh7HtwidajlS D5brV9SGRJrNp/y2KtVgK5N5N1V0rKfHjJ8NGBNn7O2m1pok6DQ79F8X7vHIv3JJEybd4R652uP0 ioimqwfgdaFt4PJE91SqZp4uSQ2qJYA+/0Cbz4CkT60pr6f4BW1zWZPqMh/nADD3uT/M7VYL170C KwjJiQIpJnsfoUkL0UBIn22FIrH5jkkE9SXCEoqK8qOVKkg4HFgwEnjzjfGQxZJVQ2IbO/Khwjom 67XWpJGqSSJYK8WTEJB0msxm5DdC/8zTWWYTwzVMobgBcrdhMSDuJA+sMmUrGrMn84nmOl5zqoF9 szmbOhEuJNINdVfV6xkgZnx7WeWkOSS1Gkn5nEwt6XhY2s6vWlrN+vOgvf/bdS229N8v6hNteSv6 H1BLAQIUABQAAgAIAMMOwyyCc1hU0iwAAA+NAAALAAAAAAAAAAAAIAAAAAAAAABud3NlcnYuY29u ZlBLBQYAAAAAAQABADkAAAD7LAAAAAA= ------=_NextPart_000_003A_01C20AA1.C2ECB3A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 12: 4: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from callback.cr-media.pl (mail.cr-media.pl [193.108.206.6]) by hub.freebsd.org (Postfix) with ESMTP id 6F9E837B403 for ; Sun, 2 Jun 2002 12:03:54 -0700 (PDT) Received: (from root@localhost) by callback.cr-media.pl (8.11.6/8.9.3) id g52J3hG21907 for questions@FreeBSD.org.AVP; Sun, 2 Jun 2002 21:03:43 +0200 Date: Sun, 2 Jun 2002 21:03:43 +0200 Message-Id: <200206021903.g52J3hG21907@callback.cr-media.pl> From: wojciula@ftv.pl To: questions@FreeBSD.org Subject: Znalezieno wirusa w poczcie do Ciebie ! / RECIPIENT ! Virus found in message to you ! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=NEXT=AVPCHECK=2002=153=1023044623=21896=1=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a MIME-encapsulated message --=NEXT=AVPCHECK=2002=153=1023044623=21896=1= Content-Type:text/plain Content-Transfer-Encoding:koi8-r Uzytkownik wojciula@ftv.pl wyslal do Ciebie wiadomosc z wirusem / User wojciula@ftv.pl sent to you mail with virus. Wirus zostal usuniety poprzez skasowanie lub naprawe pliku ------------------------------------- AVP report: ------------------------------------- archive: Mail /html archive: Mail /href.scr infected: I-Worm.Klez.e /x5121[1].html ok. ------------------------------------- This message redirect to avp@bronx.pl --=NEXT=AVPCHECK=2002=153=1023044623=21896=1=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 12:12: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (Postfix) with ESMTP id 0CFA737B403 for ; Sun, 2 Jun 2002 12:11:51 -0700 (PDT) Received: from bullseye.apana.org.au (dialup-1.acis.com.au [203.14.230.80] (may be forged)) by posgate.acis.com.au (8.11.6/8.11.6) with ESMTP id g52JBeP22006 for ; Mon, 3 Jun 2002 05:11:40 +1000 Received: from bullseye.apana.org.au (tenring.andymac.org [203.9.107.238]) by bullseye.apana.org.au (8.11.6/8.11.6) with ESMTP id g52DwGH36828 for ; Sun, 2 Jun 2002 23:58:16 +1000 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Sun, 2 Jun 2002 23:49:13 +1100 (edt) From: Andrew MacIntyre To: Subject: signals vs threads Message-ID: X-X-Sender: andymac@bullseye.apana.org.au MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; BOUNDARY="1715413041-547168944-1022835651=:17749" Content-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --1715413041-547168944-1022835651=:17749 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: This question is in the context of a scripting language interpreter (Python) which is built with threads (gcc -pthread), but which is used to run scripts which don't activate any threads. In such instances, signal handling differs from an interpreter built without threads. The attached C code is a simple example of a signal handling situation which works in the non-threaded interpreter, but fails in a threaded interpreter. When compiled without -pthread, the attached code behaves as expected like so: $ ./sigp 1, run 2 $ When compiled with -pthread: $ ./sigp and then it hangs. Sending it a SIGHUP from another terminal has no effect, but other likely signals (eg SIGINT) kill it. Indications are that this code functions as expected on Solaris (Linux too FWIW) when the code is built with thread support enabled. There appears to have been a thread on a closely related topic, found at (long URL): http://groups.google.com/groups?hl=en&lr=&threadm=fa.n97llov.1lict2d%40ifi.uio.no However, no information from that thread has illuminated the situation at hand. Having two interpreter executables (with and without threads) is unpalatable. Is there any way that the thread enabled interpreter can be setup to handle signals in the same way, in the absence of activated threads, as it would without thread support? (without disturbing the signal handling when threads _are_ activated, of course...) Thanks for any advice, Andrew. -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac@bullseye.apana.org.au | Snail: PO Box 370 andymac@pcug.org.au | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia --1715413041-547168944-1022835651=:17749 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="sigp.c" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: ATTACHMENT; FILENAME="sigp.c" I2luY2x1ZGUgPHN0ZGxpYi5oPg0KI2luY2x1ZGUgPHNpZ25hbC5oPg0KI2lu Y2x1ZGUgPHN0ZGlvLmg+DQoNCnZvbGF0aWxlIGludCBydW4gPSAwOw0KDQoj ZGVmaW5lIFJVTihpKSBpZiAocnVuKSBwcmludGYoInJ1biAlZFxuIixpKQ0K DQp2b2lkDQpkb19ub3RoaW5nKGludCBzaWdudW0pDQp7DQoJcnVuID0gMTsN CglyZXR1cm47DQp9DQoNCnZvaWQNCnByaW50X3NpZ3NldChjb25zdCBzaWdz ZXRfdCogc2V0KQ0Kew0KCWludCBzaWc7DQoNCglmb3IgKHNpZyA9IDE7IHNp ZyA8IE5TSUc7IHNpZysrKSB7DQoJCWlmIChzaWdpc21lbWJlcihzZXQsIHNp ZykpIHsNCgkJCXByaW50ZigiJWQsICIsIHNpZyk7DQoJCX0NCgl9DQoJcHJp bnRmKCJcbiIpOw0KfQ0KDQppbnQgbWFpbihpbnQgYXJnYywgY2hhcioqIGFy Z3YpDQp7DQoJc2lnc2V0X3Qgc2V0Ow0KCXN0cnVjdCBzaWdhY3Rpb24gYWN0 aW9uOw0KDQoJYWN0aW9uLnNhX2hhbmRsZXIgPSBkb19ub3RoaW5nOw0KCXNp Z2VtcHR5c2V0KCZhY3Rpb24uc2FfbWFzayk7DQoJYWN0aW9uLnNhX2ZsYWdz ID0gMDsNCg0KCXNpZ2VtcHR5c2V0KCZzZXQpOw0KDQoJc2lnYWRkc2V0KCZz ZXQsIFNJR0hVUCk7DQoNCglzaWdwcm9jbWFzayhTSUdfQkxPQ0ssICZzZXQs IE5VTEwpOw0KDQoJc2lnYWN0aW9uKFNJR0hVUCwgJmFjdGlvbiwgTlVMTCk7 DQoNCglraWxsKGdldHBpZCgpLCBTSUdIVVApOw0KDQoJUlVOKDApOw0KCQ0K CXNpZ3BlbmRpbmcoJnNldCk7DQoNCglwcmludF9zaWdzZXQoJnNldCk7DQoN CglzaWdlbXB0eXNldCgmc2V0KTsNCg0KCVJVTigxKTsNCg0KCXNpZ3N1c3Bl bmQoJnNldCk7DQoNCglSVU4oMik7DQoNCglyZXR1cm4gMDsNCn0NCg== --1715413041-547168944-1022835651=:17749-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 12:19:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tao.thought.org (sense-kline-250.oz.net [216.39.168.250]) by hub.freebsd.org (Postfix) with ESMTP id 46C4837B400 for ; Sun, 2 Jun 2002 12:19:36 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.11.6/8.11.3) id g52JJWG07931; Sun, 2 Jun 2002 12:19:32 -0700 (PDT) (envelope-from kline) Date: Sun, 2 Jun 2002 12:19:32 -0700 From: Gary D Kline To: Joost Bekkers , Gary D Kline , Bill Moran , FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... Message-ID: <20020602191931.GA7730@tao.thought.org> References: <200206020800.g52803901241@tao.thought.org> <3CF9F896.3000106@potentialtech.com> <20020602152128.A3792@bps.jodocus.org> <20020602174824.GA5931@tao.thought.org> <20020602205731.A4409@bps.jodocus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602205731.A4409@bps.jodocus.org> User-Agent: Mutt/1.3.28i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 15 years of service to the Unix community Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 02, 2002 at 08:57:31PM +0200, Joost Bekkers wrote: > On Sun, Jun 02, 2002 at 10:48:24AM -0700, Gary D Kline wrote: > > > > > > ; > > ns1.thought.org. IN A 216.39.168.248 > > tao.thought.org. IN A 10.0.0.2 > > ; > > ; > > > > ; MX records > > ;thought.org. IN MX 10 ns1.thought.org. > > ; IN MX 20 tao.thought.org. > > > > > > I want everytthing to flow through ns1.thought.org and > > have mail routed to my other machines on my LAN. > > > > Do you guys see what needs fixing with my MX records? > > or is this a sendmail config issue? > > You got your mx-preference reversed. The lowest number should be > the machine where your mailbox is. > I see your point. So with:: ; MX records thought.org. IN MX 10 tao.thought.org. IN MX 20 ns1.thought.org. you think that mail through my NS1 server will flow thru and see tao first and find both "kline@tao.thought.org" and "kline@thought.org" both?? Bill, does this make sense to you too? If tao is down should I put ns1.thought.org as a mail relay/MX site? gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 13:44:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from altair.mukappabeta.net (altair.mukappabeta.net [194.145.150.157]) by hub.freebsd.org (Postfix) with ESMTP id 5E59D37B405 for ; Sun, 2 Jun 2002 13:44:28 -0700 (PDT) Received: by altair.mukappabeta.net (Postfix, from userid 1001) id 6F2576C8; Sun, 2 Jun 2002 22:44:58 +0200 (CEST) Date: Sun, 2 Jun 2002 22:44:58 +0200 From: Matthias Buelow To: Benoit Lacherez Cc: Matthew Hunt , j mckitrick , freebsd-questions@FreeBSD.ORG Subject: Re: Why does 'sed' delete my input file? Message-ID: <20020602204458.GB699@altair.mukappabeta.net> References: <20020531130029.B28925@dogma.freebsd-uk.eu.org> <20020531141421.A72043@bisclavret.iris33.ac-bordeaux.f> <20020531132211.A29199@dogma.freebsd-uk.eu.org> <20020531094720.C34758@wopr.caltech.edu> <20020602205338.A22684@bisclavret> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602205338.A22684@bisclavret> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Benoit Lacherez writes: >You're right! I had never done that with a big file, but actually it >is truncated. So I'll do with a temporary file, now. if you want to do in-place editing, you can also use ed (the standard text editor) by giving it its commands on stdin. --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 13:49:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by hub.freebsd.org (Postfix) with ESMTP id E8BD037B400; Sun, 2 Jun 2002 13:49:22 -0700 (PDT) Received: from spark.techno.pagans (spark.techno.pagans [4.61.202.145]) by spork.pantherdragon.org (Postfix) with ESMTP id 67ED9471DA; Sun, 2 Jun 2002 13:49:22 -0700 (PDT) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by spark.techno.pagans (Postfix) with ESMTP id 80120FEBE; Sun, 2 Jun 2002 13:49:19 -0700 (PDT) Message-ID: <3CFA84CF.E5AD5853@pantherdragon.org> Date: Sun, 02 Jun 2002 13:49:19 -0700 From: Darren Pilgrim X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "a.s.gruner" Cc: freebsd-ipfw@freebsd.org, freebsd-questions@freebsd.org Subject: Re: ipfw+natd+ppp problem References: <20020602200539.A1206@encephalon.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "a.s.gruner" wrote: > > Hi. > > I have some problems with setting up ipfw+ppp+natd on my FreeBSD > 4.6-RC machine. Have you tried using the ppp -nat function instead of natd? It generally seems to work better, and the extra features natd provides aren't really needed for basic dialup access (and you can make up for them with ipfw). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 13:54:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 495E837B404 for ; Sun, 2 Jun 2002 13:54:36 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g52KsNU16721; Sun, 2 Jun 2002 16:54:23 -0400 Message-ID: <3CFA875C.7080308@potentialtech.com> Date: Sun, 02 Jun 2002 17:00:12 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary D Kline Cc: Joost Bekkers , FreeBSD Mailing List Subject: Re: obscure firewall and mail problem... References: <200206020800.g52803901241@tao.thought.org> <3CF9F896.3000106@potentialtech.com> <20020602152128.A3792@bps.jodocus.org> <20020602174824.GA5931@tao.thought.org> <20020602205731.A4409@bps.jodocus.org> <20020602191931.GA7730@tao.thought.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gary D Kline wrote: > On Sun, Jun 02, 2002 at 08:57:31PM +0200, Joost Bekkers wrote: > >>On Sun, Jun 02, 2002 at 10:48:24AM -0700, Gary D Kline wrote: >> >>> >>>; >>>ns1.thought.org. IN A 216.39.168.248 >>>tao.thought.org. IN A 10.0.0.2 >>>; >>>; >>> >>>; MX records >>>;thought.org. IN MX 10 ns1.thought.org. >>>; IN MX 20 tao.thought.org. >>> >>> >>> I want everytthing to flow through ns1.thought.org and >>> have mail routed to my other machines on my LAN. >>> >>> Do you guys see what needs fixing with my MX records? >>> or is this a sendmail config issue? >> >>You got your mx-preference reversed. The lowest number should be >>the machine where your mailbox is. > > I see your point. So with:: > > ; MX records > thought.org. IN MX 10 tao.thought.org. > IN MX 20 ns1.thought.org. > > > you think that mail through my NS1 server will flow thru > and see tao first and find both "kline@tao.thought.org" > and "kline@thought.org" both?? > > Bill, does this make sense to you too? Absolutely. I didn't notice that before. > If tao is down should I put ns1.thought.org as a mail > relay/MX site? You should configure ns1 to relay its mail to tao. The idea being, if tao goes down, or is temporarily overwhelmed, ns1 picks up the mail and trys to relay it on to tao. Once you've got tao back up, ns1 will pass all the mail it has on to tao where people can retrieve it. With certain systems, you can also have tao & ns1 both hold the mail and your clients will try connecting to both to retrieve it (or you have a seperate pop server that both tao and ns1 pass the mail to) But these are high-availability solutions, if you need that kind of reliability, you'll have a bit more work to do. -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 15:31:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.190.223.73]) by hub.freebsd.org (Postfix) with ESMTP id 3B7FC37B405 for ; Sun, 2 Jun 2002 15:31:09 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by colossus.systems.pipex.net (Postfix) with ESMTP id 8A7E9160000BA for ; Sun, 2 Jun 2002 23:31:06 +0100 (BST) Subject: Unable to connect to localhost From: "S. Roberts" To: FreeBSD-Questions Reply-To: sroberts@dsl.pipex.com Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1fA3mGfoBpVI6Su/DyNd" X-Mailer: Ximian Evolution 1.0.5 Date: 02 Jun 2002 23:26:33 +0100 Message-Id: <1023056794.315.106.camel@Demon.Strobe.org> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-1fA3mGfoBpVI6Su/DyNd Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello,=20 Might be a simple one for many of you, but I kinda thought I had this sorted.., not!=20 I thought I'd check the currently installed version of sendmail running on a FreeBSD system here., and got this:=20 # date=20 Sun Jun 2 23:16:04 BST 2002=20 # exit=20 exit=20 $ telnet localhost 25=20 Trying ::1...=20 telnet: connect to address ::1: Connection refused=20 Trying 127.0.0.1...=20 telnet: connect to address 127.0.0.1: Permission denied=20 telnet: Unable to connect to remote host=20 $=20 I then check /var/log/security, and see:=20 $ su=20 Password:=20 # tail /var/log/security=20 Jun 2 23:16:15 /kernel: Connection attempt to TCP ::0001:25 from ::0001:1207=20 Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP 127.0.0.1:1208 127.0.0.1:25 out via lo0=20 #=20 I check what tcpdmatch says about the user's priviledges:=20 $ tcpdmatch telnetd =20 warning: telnetd: no such process name in /etc/inetd.conf=20 warning: : hostname alias=20 warning: (official name: )=20 client: hostname =20 client: address =20 server: process telnetd=20 matched: /etc/hosts.allow line =20 option: allow=20 access: granted=20 $=20 I alo noticed that I can't access via url: http://localhost:80 either - I get the message: "The connection was refused when attempting to contact localhost.".=20 So., what's the matter here? I'm happy to post more details if required (as in firewall rules and such). Thanks to all those that might reply!=20 Stacey=20 --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-1fA3mGfoBpVI6Su/DyNd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello,=20 Might be a simple one for many of you, but I kinda thought I had this sorted.., not!=20 I thought I'd check the currently installed version of sendmail running on a FreeBSD system here., and got this:=20 # date=20 Sun Jun 2 23:16:04 BST 2002=20 # exit=20 exit=20 $ telnet localhost 25=20 Trying ::1...=20 telnet: connect to address ::1: Connection refused=20 Trying 127.0.0.1...=20 telnet: connect to address 127.0.0.1: Permission denied=20 telnet: Unable to connect to remote host=20 $=20 I then check /var/log/security, and see:=20 $ su=20 Password:=20 # tail /var/log/security=20 Jun 2 23:16:15 /kernel: Connection attempt to TCP ::0001:25 from ::0001:1207=20 Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP 127.0.0.1:1208 127.0.0.1:25 out via lo0=20 #=20 I check what tcpdmatch says about the user's priviledges:=20 $ tcpdmatch telnetd =20 warning: telnetd: no such process name in /etc/inetd.conf=20 warning: : hostname alias=20 warning: (official name: )=20 client: hostname =20 client: address =20 server: process telnetd=20 matched: /etc/hosts.allow line =20 option: allow=20 access: granted=20 $=20 I alo noticed that I can't access via url: http://localhost:80 either - I get the message: "The connection was refused when attempting to contact localhost.".=20 So., what's the matter here? I'm happy to post more details if required (as in firewall rules and such). Thanks to all those that might reply!=20 Stacey=20 - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPPqbl/dn4A8qiCO5EQKiMwCdEOidhBEngiVNL0piltKikU4ngCQAnA68 sZ7cCSJwE4MbDflo0sfs7MQc =VcTx -----END PGP SIGNATURE----- --=-1fA3mGfoBpVI6Su/DyNd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 15:44: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by hub.freebsd.org (Postfix) with ESMTP id 8B90937B405 for ; Sun, 2 Jun 2002 15:43:55 -0700 (PDT) Received: (qmail 73669 invoked from network); 2 Jun 2002 22:55:42 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 2 Jun 2002 22:55:42 -0000 Message-ID: <3CFA9DEF.F328C57@liwing.de> Date: Mon, 03 Jun 2002 00:36:31 +0200 From: Jens Rehsack Organization: LiWing IT-Services X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: sroberts@dsl.pipex.com Cc: FreeBSD-Questions Subject: Re: Unable to connect to localhost References: <1023056794.315.106.camel@Demon.Strobe.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "S. Roberts" wrote: > > Hello, > Might be a simple one for many of you, but I kinda thought I had > this sorted.., not! At first, I do not know much 'bout ipfw, I'm using ipf and I'm happy with it. > I thought I'd check the currently installed version of sendmail running > on a FreeBSD system here., and got this: > # date > Sun Jun 2 23:16:04 BST 2002 > # exit > exit > $ telnet localhost 25 > Trying ::1... > telnet: connect to address ::1: Connection refused This looks like this connection will be blocked. This means, your firewall doesn't like connects over ipv6 from localhost to localhost. Maybe you should check your ipfw settings for ip6. AFAIK there are separate settings... > Trying 127.0.0.1... > telnet: connect to address 127.0.0.1: Permission denied > telnet: Unable to connect to remote host > $ This looks like there is no telnetd running or your inetd do not know how to run such a daemon :-) > > I then check /var/log/security, and see: > $ su > Password: > # tail /var/log/security > Jun 2 23:16:15 /kernel: Connection attempt to TCP ::0001:25 from > ::0001:1207 > Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP 127.0.0.1:1208 > 127.0.0.1:25 out via lo0 > # Seems my first idea is right... > I check what tcpdmatch says about the user's priviledges: > $ tcpdmatch telnetd > warning: telnetd: no such process name in /etc/inetd.conf > warning: : hostname alias > warning: (official name: ) > client: hostname > client: address > server: process telnetd > matched: /etc/hosts.allow line > option: allow > access: granted Seems the second, too. > $ > I alo noticed that I can't access via url: http://localhost:80 either - > I get the message: "The connection was refused when attempting to > contact localhost.". Port 80 is usually a web-server, so there should a process like httpd, apxs or sth. else running. Maybe you have a tiny httpd which could be ran using inetd. Check this in that case, too. > So., what's the matter here? I'm happy to post more details if required > (as in firewall rules and such). Thanks to all those that might reply! Could be useful see your firewall rules (ipv4+ipv6), corresponding settings in /etc/rc.conf and your inetd.conf and the output of "find / -name telnetd" Good luck Jens > > Stacey > -- > Stacey Roberts B.Sc. (HONS) Computer Science > Network Systems Engineer > > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > Name: signature.asc > signature.asc Type: application/pgp-signature > Description: This is a digitally signed message part -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g Friesenstra絽 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絽 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 16: 4:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id A7CD537B405; Sun, 2 Jun 2002 16:04:10 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020602230410.KBVZ11659.rwcrmhc53.attbi.com@blossom.cjclark.org>; Sun, 2 Jun 2002 23:04:10 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g52N49V35069; Sun, 2 Jun 2002 16:04:09 -0700 (PDT) (envelope-from crist.clark@attbi.com) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Sun, 2 Jun 2002 16:04:08 -0700 From: "Crist J. Clark" To: "a.s.gruner" Cc: freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd+ppp problem Message-ID: <20020602160408.J20911@blossom.cjclark.org> Reply-To: "Crist J. Clark" References: <20020602200539.A1206@encephalon.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020602200539.A1206@encephalon.de>; from plankalkuel@encephalon.de on Sun, Jun 02, 2002 at 08:05:39PM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 02, 2002 at 08:05:39PM +0200, a.s.gruner wrote: > Hi. > > I have some problems with setting up ipfw+ppp+natd on my FreeBSD > 4.6-RC machine. > > ppp is working perfectly (user ppp). Don't use natd(8) and ppp(8). ppp(8) has NAT builtin. Use the '-nat' switch or enable it in the ppp.conf file. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 16:17:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (cfedde.dsl.frii.net [216.17.139.141]) by hub.freebsd.org (Postfix) with ESMTP id 4319537B400 for ; Sun, 2 Jun 2002 16:17:06 -0700 (PDT) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.12.3/8.12.3) with ESMTP id g52NFoQW049704; Sun, 2 Jun 2002 17:17:05 -0600 (MDT) Message-Id: <200206022317.g52NFoQW049704@fedde.littleton.co.us> To: sroberts@dsl.pipex.com Cc: FreeBSD-Questions Subject: Re: Unable to connect to localhost In-Reply-To: <1023056794.315.106.camel@Demon.Strobe.org> From: Chris Fedde Date: Sun, 02 Jun 2002 17:15:50 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 02 Jun 2002 23:26:33 +0100 "S. Roberts" wrote: +------------------ | Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP 127.0.0.1:1208 | 127.0.0.1:25 out via lo0=20 | #=20 +------------------ Ipfw is not allowing host 127.0.0.1 to connect to port 25 on 127.0.0.1. I'd look somewhere in your ipfw config. Good Luck -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 17:14:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ws4-4.us4.outblaze.com (205-158-62-105.outblaze.com [205.158.62.105]) by hub.freebsd.org (Postfix) with SMTP id D514937B401 for ; Sun, 2 Jun 2002 17:14:10 -0700 (PDT) Received: (qmail 25662 invoked by uid 1001); 2 Jun 2002 23:14:10 -0000 Message-ID: <20020602231410.25661.qmail@linuxmail.org> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [80.63.125.78] by ws4-4.us4.outblaze.com with http for rafter@linuxmail.org; Mon, 03 Jun 2002 07:14:10 +0800 From: "Rafter Man" To: freebsd-questions@freebsd.org Date: Mon, 03 Jun 2002 07:14:10 +0800 Subject: Socket programming (IPv6) X-Originating-Ip: 80.63.125.78 X-Originating-Server: ws4-4.us4.outblaze.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi FreeBSD'ers Finding info on socket programming (IPv4) under/for freebsd was easy. But was is the freebsd-way of programming socket for IPv6? I have found: RFC 2553 and 2292, is this the FreeBSD socket programming standard? Best regards Rafter -- Get your free email from www.linuxmail.org Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 17:18: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f216.law9.hotmail.com [64.4.9.216]) by hub.freebsd.org (Postfix) with ESMTP id 11FA337B405 for ; Sun, 2 Jun 2002 17:18:03 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 2 Jun 2002 17:17:59 -0700 Received: from 202.98.16.2 by lw9fd.law9.hotmail.msn.com with HTTP; Mon, 03 Jun 2002 00:17:59 GMT X-Originating-IP: [202.98.16.2] From: "Liu Siwei" To: freebsd-questions@freebsd.org Subject: Question about locale of XFree86 4.2.0 Date: Mon, 03 Jun 2002 00:17:59 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 03 Jun 2002 00:17:59.0370 (UTC) FILETIME=[1DF30AA0:01C20A94] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, all. I'm using FreeBSD 4.6-RC, I have installed XFree86-4.2.0. I use the zh_CN.EUC locale for I'm Chinese. But I have got the message like this: locale not support by C lib.. why? My XFree86-4.2.0 has been installed from ports. But when I use XFree86-4.1.0_13, I have no question. But, XFree86-4.1.0 not supports my NoteBook's VGA card(SIS630) very well. How to use zh_CN.EUC locale under XFree86-4.2.0? Best Regard. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 17:30:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id B3C3737B403 for ; Sun, 2 Jun 2002 17:30:08 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g530IDH80993; Sun, 2 Jun 2002 17:18:14 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sun, 2 Jun 2002 17:18:13 -0700 (PDT) From: Annelise Anderson To: "Michael D. Harlan" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sending AT commands to modem from commandline ? In-Reply-To: <20020602041247.GA13206@harlanonline.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2 Jun 2002, Michael D. Harlan wrote: > I have an external modem attached to COM2 (/dev/cuaa1). Everything is in > good working order and I can connect to it using 'tip' to send it AT > commands. My question is this: can I send AT commands to it from the > command line (or better yet, from a Perl script)? > > I tried this: > # echo "ATS0=1" > /dev/cuaa1 > The standard program is cu, e.g., cu -l /dev/cuaa1 At that point you can type AT and get "OK" back, which means you're connected. With AT commands for your modem, you can view the current setting and the content of nvram. You can set the default configuration. As another poster said, calling ppp in interactive mode and typing term also puts you in direct contact with the modem. For cu, the "exit" command is ~. (tilde dot). Annelise Actually ppp itself communicates with the modem and you can put strings in ppp.conf to supplement those already there. -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 17:34:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub-1.iastate.edu (mailhub-1.iastate.edu [129.186.140.3]) by hub.freebsd.org (Postfix) with ESMTP id 0CEF837B404 for ; Sun, 2 Jun 2002 17:34:29 -0700 (PDT) Received: from mailout-1.iastate.edu (mailout-1.iastate.edu [129.186.140.1]) by mailhub-1.iastate.edu (8.9.3/8.9.3) with SMTP id TAA01410; Sun, 2 Jun 2002 19:34:27 -0500 From: rahermon@iastate.edu Received: from fw.student.iastate.edu(64.113.93.191) by mailout-1.iastate.edu via csmap id 4565; Sun, 02 Jun 2002 19:37:34 -0500 (CDT) To: Cc: Subject: RE: Unable to connect to localhost Date: Sun, 2 Jun 2002 19:34:23 -0500 Message-ID: <000301c20a96$68e7a960$8404a8c0@TheGetto> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <1023056794.315.106.camel@Demon.Strobe.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To see the rules will be helpful. In my firewall the first two rules are the following. # Allow loopbacks, deny imposters ${fwcmd} add 100 pass all from any to any via lo0 ${fwcmd} add 200 deny all from any to 127.0.0.0/8 If I understood correctly, once a rule is matched the rest are skipped. I hope it helps. Regards, Ramon > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of S. Roberts > Sent: Sunday, June 02, 2002 5:27 PM > To: FreeBSD-Questions > Subject: Unable to connect to localhost > > > Hello, > Might be a simple one for many of you, but I kinda > thought I had this sorted.., not! > > I thought I'd check the currently installed version of > sendmail running on a FreeBSD system here., and got this: > # date > Sun Jun 2 23:16:04 BST 2002 > # exit > exit > $ telnet localhost 25 > Trying ::1... > telnet: connect to address ::1: Connection refused > Trying 127.0.0.1... > telnet: connect to address 127.0.0.1: Permission denied > telnet: Unable to connect to remote host > $ > > I then check /var/log/security, and see: > $ su > Password: > # tail /var/log/security > Jun 2 23:16:15 /kernel: Connection attempt to TCP > ::0001:25 from ::0001:1207 > Jun 2 23:16:15 /kernel: ipfw: 910 Deny TCP > 127.0.0.1:1208 127.0.0.1:25 out via lo0 > # > > I check what tcpdmatch says about the user's priviledges: > $ tcpdmatch telnetd > warning: telnetd: no such process name in /etc/inetd.conf > warning: : hostname alias > warning: (official name: ) > client: hostname > client: address > server: process telnetd > matched: /etc/hosts.allow line > option: allow > access: granted > $ > I alo noticed that I can't access via url: > http://localhost:80 either - I get the > message: "The > connection was refused when attempting to contact localhost.". > > So., what's the matter here? I'm happy to post more details > if required (as in firewall rules and such). Thanks to all > those that might reply! > > Stacey > -- > Stacey Roberts B.Sc. (HONS) Computer Science > Network Systems Engineer > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 17:39:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 916C837B405 for ; Sun, 2 Jun 2002 17:39:13 -0700 (PDT) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id F168528B7D; Sun, 2 Jun 2002 20:39:12 -0400 (EDT) Date: Sun, 2 Jun 2002 20:39:12 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Giorgos Keramidas Cc: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] In-Reply-To: <20020602001830.GD2950@hades.hell.gr> Message-ID: <20020602203526.F33640-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2 Jun 2002, Giorgos Keramidas wrote: > > I have uncommented the proper "auth" lines in my /etc/inetd.conf file, and added one line of text (8 chars) to a file called ~/.fakeid however- > > I continue to get errors similar to the ones above, and wonder why the IP is coming out as 255's and not my actual IP address. Is it possible to run identd "cloaked" (or whatever) as auth externally and not just "nowait, internal, etc?" > The IP is probably coming out as 255.255.255.255 because the IRC server software, either: Do you mean IRC client? I am not running an IRC server. > a) Tries to hide your real IP address, from the logs. > b) Can not resolve your IP address, or similar. I am using Time Warner RoadRunner's cable modem service and AFAIK all their "dialup" IPs are resolvable. > You wouldn't happen to be running identd in a machine that is behind a firewall or masquerading gateway, which blocks the incoming identd requests from the IRC server, right? > - Giorgos I -wish- I were behind a firewall... But I could never understand "open" or "simple" etc uses of ipfw (in /etc/rc.conf yes?) Besides, identd is not running; Something [builtin?] called auth is supposed to be taking care of ident queries to my PC on port 113 or whatever. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 17:59:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id E125F37B401 for ; Sun, 2 Jun 2002 17:59:54 -0700 (PDT) Received: from hades.hell.gr (patr530-a081.otenet.gr [212.205.215.81]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g530xnHq025328; Mon, 3 Jun 2002 03:59:51 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g530xlLv001039; Mon, 3 Jun 2002 03:59:47 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g530xkMF001038; Mon, 3 Jun 2002 03:59:46 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 3 Jun 2002 03:59:39 +0300 From: Giorgos Keramidas To: Peter Leftwich Cc: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] Message-ID: <20020603005939.GA344@hades.hell.gr> References: <20020602001830.GD2950@hades.hell.gr> <20020602203526.F33640-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602203526.F33640-100000@earl-grey.cloud9.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-06-02 20:39 -0400, Peter Leftwich wrote: > On Sun, 2 Jun 2002, Giorgos Keramidas wrote: > > The IP is probably coming out as 255.255.255.255 because the IRC > > server software, either: > > Do you mean IRC client? I am not running an IRC server. You are trying to connect to an IRC server though! > > You wouldn't happen to be running identd in a machine that is > > behind a firewall or masquerading gateway, which blocks the > > incoming identd requests from the IRC server, right? > > I -wish- I were behind a firewall... But I could never understand > "open" or "simple" etc uses of ipfw (in /etc/rc.conf yes?) Besides, > identd is not running; Something [builtin?] called auth is supposed > to be taking care of ident queries to my PC on port 113 or whatever. You can always use sockstat(1) to find out. # sockstat -l4 | grep 113 PS: Please do NOT reindent my text and `unwrap' it. I like my 70-column wrapped text a lot better :-P - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18: 7: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from magus.nostrum.com (magus.nostrum.com [66.119.225.66]) by hub.freebsd.org (Postfix) with ESMTP id 70D2137B407 for ; Sun, 2 Jun 2002 18:07:06 -0700 (PDT) Received: (from pckizer@localhost) by magus.nostrum.com (8.11.0/8.11.0) id g53170534388; Sun, 2 Jun 2002 20:07:00 -0500 (CDT) Message-Id: <200206030107.g53170534388@magus.nostrum.com> From: Philip Kizer To: paleph@pacbell.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dell PowerEdge 2650 question In-reply-to: Your message of "Tue, 28 May 2002 07:12:27 PDT." <200205281412.g4SECRP02009@pacbell.net> Date: Sun, 02 Jun 2002 20:07:00 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG paleph@pacbell.net wrote: >Has anyone run FreeBSD successfully on a Dell PowerEdge 2650. >We are looking at using either a PowerEdge 2550 or 2650 >as a WEB server using FreeBSD 4.5/6. It looks like the 2550 >is pretty much supported, however, I could not see any >references to the 2650. We have several racks of Dell 2550's with the Perc 3/Di, mp, 1G, etc. We got our first rack of them about a year ago and we just got some more. It is a great machine for FreeBSD for us so far. I can't answer for the 2650. -philip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18:37:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.san.rr.com (smtp1.san.rr.com [24.25.195.37]) by hub.freebsd.org (Postfix) with ESMTP id 296C337B400 for ; Sun, 2 Jun 2002 18:37:42 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp1.san.rr.com (8.11.4/8.11.4) with ESMTP id g531baj17727 for ; Sun, 2 Jun 2002 18:37:41 -0700 (PDT) Date: Sun, 2 Jun 2002 18:37:35 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: /usr/src/etc/*rc* (rc.conf?) Message-ID: <20020602183614.H655-100000@66-75-1-142.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have just about every combination of /usr/src/etc/*rc* but no /usr/src/etc/rc.conf - could someone tell me where (on www.freebsd.org or from the 4.3-RELEASE CDROM) I can get a fresh, default-install copy? Thx, -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18:39:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.193.7]) by hub.freebsd.org (Postfix) with ESMTP id 9193237B403 for ; Sun, 2 Jun 2002 18:39:12 -0700 (PDT) Received: from gateway.lefort.net ([213.189.162.78]) by mirapoint2.brutele.be (Mirapoint) with ESMTP id AYZ44725; Mon, 3 Jun 2002 03:39:10 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 11E3E1529C for ; Mon, 3 Jun 2002 03:39:09 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 664C922FE7 for ; Mon, 3 Jun 2002 03:39:09 +0200 (CEST) Date: Mon, 3 Jun 2002 03:39:09 +0200 From: Jean-Yves Lefort To: freebsd-questions@FreeBSD.org Subject: FreeBSD and UTF-8 Message-Id: <20020603033909.50762524.jylefort@brutele.be> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, What is the current status of UTF-8 support in FreeBSD? Some programs need to read the LANG and LC_* environment variables to switch to UTF-8; if I use 'export LANG=en_US.UTF-8 && program', I get: 'Locale not supported by C library. Using the fallback 'C' locale.' Is that locale supported in -CURRENT? Can I use UTF-8 encoding at the FreeBSD console? Regards, Jean-Yves Lefort -- Jean-Yves Lefort jylefort@brutele.be http://void.adminz.be/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18:44:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tierzero.apana.org.au (sa.apana.org.au [203.14.158.1]) by hub.freebsd.org (Postfix) with ESMTP id 1D3FB37B406 for ; Sun, 2 Jun 2002 18:44:24 -0700 (PDT) Received: from there (dialup-8.pasa.apana.org.au [203.14.158.137]) by tierzero.apana.org.au (8.11.1/8.11.1) with SMTP id g531iL157724 for ; Mon, 3 Jun 2002 11:14:21 +0930 (CST) (envelope-from bastill@sa.apana.org.au) Message-Id: <200206030144.g531iL157724@tierzero.apana.org.au> Content-Type: text/plain; charset="iso-8859-1" From: Brian Astill Reply-To: bastill@sa.apana.org.au To: questions@FREEBSD.org Subject: apsfilter/linux ports inconsistency? Date: Mon, 3 Jun 2002 11:04:57 +0930 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried to update apsfilter from my (recently updated) ports tree. The apsfilter "make" went OK, but when I asked for "make install", the script sought acroread, then linux_base. PROBLEM. I already have linux_base 7.1 installed. The apsfilter script calls for linux_base 6.1. Fortunately, a checksum error prevented the install (see below). Q. What would happen if I obtained a fresh "binutils" and allowed the install to proceed? Note that for Open Office to run I need glibc 2.1.3 or higher And at the moment I am running glibc 2.2.4 ----- messages from apsfilter "make install" ------------ ===> Extracting for linux_base-6.1_1 >> Checksum OK for rpm/glibc-2.1.2-11.i386.rpm. >> Checksum mismatch for rpm/binutils-2.9.1.0.23-6.i386.rpm. type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 Stop in /usr/ports/print/acroread4. *** Error code 1 Stop in /usr/ports/print/apsfilter. *** Error code 1 Stop in /usr/ports/print/apsfilter. ------------- end ---------------- -- Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18:51: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.san.rr.com (smtp2.san.rr.com [24.25.195.39]) by hub.freebsd.org (Postfix) with ESMTP id 235EA37B405 for ; Sun, 2 Jun 2002 18:51:05 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g531otL06614 for ; Sun, 2 Jun 2002 18:51:00 -0700 (PDT) Date: Sun, 2 Jun 2002 18:50:54 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: find vs. `ls -alR | grep -i keyword` Message-ID: <20020602184633.R787-100000@66-75-1-142.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does the "find" command run (usefully) faster than `ls -alR | grep -i keyword` folks? Invariably, I surprise myself when a conglomeration such as `find /cdrw -name "*deep\ water*" -print` actually prints useful information (i.e. a hit)! Thoughts of "do I put a slash after cdrw" and "do I really need the asterices or the backslash forcing the space" often confuse this sysadmin for one. :) -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 18:52:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20602.mail.yahoo.com (web20602.mail.yahoo.com [216.136.226.158]) by hub.freebsd.org (Postfix) with SMTP id 35F5937B401 for ; Sun, 2 Jun 2002 18:52:18 -0700 (PDT) Message-ID: <20020603015218.31538.qmail@web20602.mail.yahoo.com> Received: from [209.173.210.209] by web20602.mail.yahoo.com via HTTP; Sun, 02 Jun 2002 18:52:18 PDT Date: Sun, 2 Jun 2002 18:52:18 -0700 (PDT) From: Jon Reply-To: cykyc@yahoo.com Subject: Re: /usr/src/etc/*rc* (rc.conf?) To: Peter Leftwich , FreeBSD Questions LIST In-Reply-To: <20020602183614.H655-100000@66-75-1-142.san.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Peter Leftwich wrote: > I have just about every combination of /usr/src/etc/*rc* but no > /usr/src/etc/rc.conf - could someone tell me where (on > www.freebsd.org or > from the 4.3-RELEASE CDROM) I can get a fresh, default-install > copy? Thx, % uname -a FreeBSD novaV2 4.6-RC FreeBSD 4.6-RC #3: Thu May 16 18:52:21 CDT 2002 root@novaV2:/usr/obj/usr/src/sys/NOVAV2 i386 % ll /usr/src/etc/defaults/rc.conf -rw-r--r-- 1 root wheel 20995 May 4 11:07 /usr/src/etc/defaults/rc.conf % And... http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/defaults/rc.conf Jon __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 19:10:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.san.rr.com (smtp2.san.rr.com [24.25.195.39]) by hub.freebsd.org (Postfix) with ESMTP id 78BBF37B404 for ; Sun, 2 Jun 2002 19:10:35 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g532AZL13097 for ; Sun, 2 Jun 2002 19:10:35 -0700 (PDT) Date: Sun, 2 Jun 2002 19:10:33 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: w3m (text browser), key binding change? Message-ID: <20020602190743.I1024-100000@66-75-1-142.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I did not get a response from w3m's Manual author (Akinori Ito ) a few months back, so I thought I might ask around the list: Does anyone know how to override the default "ESC-TAB = prev-link" with "SHIFT-TAB = prev-link" instead in my ~/.w3m/keymap file? Shweet. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 19:12:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by hub.freebsd.org (Postfix) with ESMTP id 809F037B405 for ; Sun, 2 Jun 2002 19:12:53 -0700 (PDT) Received: from mail.ntua.gr (mail.ntua.gr [147.102.222.65]) by diomedes.noc.ntua.gr (8.11.6/8.11.6) with ESMTP id g532CnA01589 for ; Mon, 3 Jun 2002 05:12:49 +0300 (EEST) Received: from erwin.gr (ppp098.dialup.ntua.gr [147.102.223.98]) by mail.ntua.gr (Netscape Messaging Server 4.15) with ESMTP id GX3Y5C00.KQF for ; Mon, 3 Jun 2002 05:12:48 +0300 Content-Type: text/plain; charset="iso-8859-7" From: Aggelos Economopoulos Reply-To: aoiko@cc.ece.ntua.gr To: freebsd-questions@FreeBSD.ORG Subject: Disk access Date: Mon, 3 Jun 2002 05:10:45 +0300 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206030510.45507.aoiko@cc.ece.ntua.gr> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After adding a 40G ide disk(ad3) on my system, I 'ld like to devote some=20 extra space to FreeBSD (there is already a linux installation on the 40G=20 disk). However, after booting my -stable installation on the first=20 disk(ad0), I get the error message "excessive recursion in search for=20 slices" by the kernel on any attempt to access ad3 (mount a partition,=20 fdisk -s /dev/ad3, or even a read() on ad3). Initially, I thought I had hit a bug in sys/kern/subr_diskmbr.c. Only, us= ing=20 a userspace partition viewer (which understands the partition setup on ad= 3=20 when run under linux) I get simillar errors (ie infinite loop in the=20 partition handling code), which seem to stem from a read() returning sect= or=20 0 (the mbr of ad3) at somepoint in following the extended partition table= s=20 chain (do *not* consider this a fact, I could be wrong). I therefore conclude that this is not a problem in the partition handling= =20 code and given my lack of familiarity with the kernel I cannot even guess= =20 at the cause. For what it's worth, ->d_secperunit in the in kernel=20 disklabel is the same as the number of sectors reported by the linux=20 kernel. I can only assume that this is some obvious misconfiguration on m= y=20 part. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 19:16:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wow.3dmasters.net (3dmasters.net [207.212.196.31]) by hub.freebsd.org (Postfix) with ESMTP id 1E12B37B406 for ; Sun, 2 Jun 2002 19:16:34 -0700 (PDT) Received: from maxpower (c-66-229-4-60.we.client2.attbi.com [66.229.4.60]) by wow.3dmasters.net (8.11.6/8.11.6Programed by 3DMASTERS.NET) with SMTP id g5320jL72187 for ; Sun, 2 Jun 2002 19:00:45 -0700 (PDT) Reply-To: From: "Admin/Manager" To: Subject: Restrict user access on freebsd Date: Sun, 2 Jun 2002 19:07:40 -0700 Message-ID: <000201c20aa3$710d9de0$0264a8c0@3dmdomain.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am starting a College Web server. I would like to know if i could change all file permintions on the system to root access only. All the user are going to have ssh access and would like to stop users from looking at folders /etc/ /etc/named/ will this work ok? Thank you leroy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 19:17:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.san.rr.com (smtp2.san.rr.com [24.25.195.39]) by hub.freebsd.org (Postfix) with ESMTP id 16FA437B400 for ; Sun, 2 Jun 2002 19:17:32 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g532HVL15403 for ; Sun, 2 Jun 2002 19:17:31 -0700 (PDT) Date: Sun, 2 Jun 2002 19:17:30 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: LASTPOST, login/pam errors in triplicate Message-ID: <20020602191334.A1112-100000@66-75-1-142.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quick Q- When I login simultaneously to another ttyv, why does root on ttyv0 see the errors below [in triplicate] and shouldn't the 4.3 say 4.5?? Jun 2 19:13:05 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:05 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:05 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:05 <4.3> my_ip_here login: pam_open_session: Permission denied Jun 2 19:13:05 <4.3> my_ip_here login: pam_open_session: Permission denied Jun 2 19:13:05 <4.3> my_ip_here login: pam_open_session: Permission denied Jun 2 19:13:06 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:06 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:06 <4.3> my_ip_here login: no modules loaded for `login' service Jun 2 19:13:06 <4.3> my_ip_here login: pam_close_session: Permission denied Jun 2 19:13:06 <4.3> my_ip_here login: pam_close_session: Permission denied Jun 2 19:13:06 <4.3> my_ip_here login: pam_close_session: Permission denied -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 19:22:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 3A73337B406 for ; Sun, 2 Jun 2002 19:22:24 -0700 (PDT) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 1DF9028BA3; Sun, 2 Jun 2002 22:22:23 -0400 (EDT) Date: Sun, 2 Jun 2002 22:22:23 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Admin/Manager Cc: FreeBSD LIST Subject: Re: Restrict user access on freebsd In-Reply-To: <000201c20aa3$710d9de0$0264a8c0@3dmdomain.local> Message-ID: <20020602222124.H36038-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2 Jun 2002, Admin/Manager wrote: > I am starting a College Web server. I would like to know if i could change all file permintions on the system to root access only. All the user are going to have ssh access and would like to stop users from looking at folders /etc/ /etc/named/ will this work ok? > Thank you, leroy `man chmod` - this concept is also well-explained in books about Unix. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 20: 2:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from T2000.me.ncku.edu.tw (T2000.me.ncku.edu.tw [140.116.71.120]) by hub.freebsd.org (Postfix) with SMTP id A90ED37B400; Sun, 2 Jun 2002 20:02:06 -0700 (PDT) Received: from 345 (unverified [210.202.191.52]) by T2000.me.ncku.edu.tw (EMWAC SMTPRS 0.83) with SMTP id ; Mon, 03 Jun 2002 11:02:02 +0800 To: 454566@kimo.com.tw From: 454566@kimo.com.tw Subject: 可詢價~捷運華廈自售~~鄭小姐:0955946855 Date: Sun, 02 Jun 2002 21:11:46 +0800 Message-Id: <37409.883180208336900.34358@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ================================ 捷運華廈自售~~鄭小姐:0955946855 ================================ 玉成街*號*樓(挑高4米2) 近忠孝捷運後山碑站,權狀約20坪, 全新裝潢, 兩房兩廳一衛,另附車位一個. 掮免. 意者請洽: 鄭小姐:0955946855 OR 徐先生:0922671795 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 20:17:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id D387137B403 for ; Sun, 2 Jun 2002 20:17:20 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.3) id g533HKge046683; Sun, 2 Jun 2002 22:17:20 -0500 (CDT) (envelope-from dan) Date: Sun, 2 Jun 2002 22:17:20 -0500 From: Dan Nelson To: Peter Leftwich Cc: FreeBSD Questions LIST Subject: Re: find vs. `ls -alR | grep -i keyword` Message-ID: <20020603031720.GA94033@dan.emsphone.com> References: <20020602184633.R787-100000@66-75-1-142.san.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020602184633.R787-100000@66-75-1-142.san.rr.com> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 02), Peter Leftwich said: > Does the "find" command run (usefully) faster than `ls -alR | grep -i > keyword` folks? "locate" beats them both (but works off a precomputed index). find will be faster, if only because it doesn't bother to print stats on every file only to get most of it suppressed by grep. > Invariably, I surprise myself when a conglomeration such as `find /cdrw > -name "*deep\ water*" -print` actually prints useful information (i.e. a > hit)! Thoughts of "do I put a slash after cdrw" and "do I really > need the asterices or the backslash forcing the space" often confuse > this sysadmin for one. :) no; you never need a slash after directories in any command, unless it's an output file and you want to tell the command to create it, and no; because your argument is quoted. If you didn't quote it, you would have had to write \*deep\ water\* . -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 20:56:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by hub.freebsd.org (Postfix) with ESMTP id B79CA37B400 for ; Sun, 2 Jun 2002 20:56:47 -0700 (PDT) Received: from [128.250.18.60] (ws18-60.its.unimelb.edu.au [128.250.18.60]) by ariel.ucs.unimelb.edu.au (8.12.3/8.12.3) with ESMTP id g533ueW3008717; Mon, 3 Jun 2002 13:56:40 +1000 (EST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Mon, 03 Jun 2002 13:55:00 +1000 Subject: Re: Restrict user access on freebsd From: Jacob Rhoden To: , Message-ID: In-Reply-To: <000201c20aa3$710d9de0$0264a8c0@3dmdomain.local> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG on 3/6/2002 12:07 PM, Admin/Manager at leroy@3dmasters.net wrote: > I am starting a College Web server. I would like to know if i could > change all file permintions on the system to root access only. > All the user are going to have ssh access and would like to stop users from > looking at folders /etc/ /etc/named/ will this work ok? Short answer, no. Long answer: You can do it to some but not all. Users need the ability to read files in /etc, for example /etc/group. The best thing to do is to remove the x flag on most directories, ie /etc /bin /sbin and so on, so that normal users can execute things like 'ls' and read files like 'group'. (The x flag on directories means that a user cannot list the directory but can still access files in it). If you are unsure about the nescessity of a command, then I suggest you simply get a test system and login as a normal user, and remove flags of various binaries as required, then test as the normal user. You may also want to investigate restricted shells, so instead of using 'bash' or 'tcsh' you can get shells which dont let the user 'cd' out of their directory. Also you can chroot ftp, so that the users cant ftp out of their own directory (see /etc/ftpchroot). Regards, Jacob Rhoden NB: you can remove global access to /etc/named but if you do it to /etc/mail or other such mail config files then sendmail or will complain. ---------------------------------------------------- Jacob Rhoden Phone: +61 3 9844 6102 ITS Division Email: jrhoden@unimelb.edu.au Melbourne University Mobile: +61 403 788 386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 21:26: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.owc.net (mail.owc.net [216.127.254.2]) by hub.freebsd.org (Postfix) with ESMTP id C4DFC37B401 for ; Sun, 2 Jun 2002 21:26:05 -0700 (PDT) Received: from [192.168.0.2] (v150.owc.net [204.233.237.50]) by mail.owc.net (8.9.3/8.9.3) with ESMTP id XAA14808 for ; Sun, 2 Jun 2002 23:28:29 -0500 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 02 Jun 2002 23:25:27 -0500 Subject: Re: /usr/src/etc/*rc* (rc.conf?) From: Matt Ronge To: FreeBSD Questions LIST Message-ID: In-Reply-To: <20020602183614.H655-100000@66-75-1-142.san.rr.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm sorry if this is a really basic question. I tried searching the freeBSD website and googling it but I couldn't find any answers. I was playing around with sshd and all of a sudden my machine doesn't require a password for root. When I login locally doesn't ask for one, when I login over ssh it accepts anything. Also the other user accounts require passwords. What did I do? -- Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 21:37:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.owc.net (mail.owc.net [216.127.254.2]) by hub.freebsd.org (Postfix) with ESMTP id D8EA537B401 for ; Sun, 2 Jun 2002 21:37:56 -0700 (PDT) Received: from [192.168.0.2] (v150.owc.net [204.233.237.50]) by mail.owc.net (8.9.3/8.9.3) with ESMTP id XAA16169 for ; Sun, 2 Jun 2002 23:40:26 -0500 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Sun, 02 Jun 2002 23:37:22 -0500 Subject: No Root Password? From: Matt Ronge To: FreeBSD Questions LIST Message-ID: In-Reply-To: <20020602183614.H655-100000@66-75-1-142.san.rr.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ** Sorry about my last e-mail, forgot to change the subject I'm sorry if this is a really basic question. I tried searching the freeBSD website and googling it but I couldn't find any answers. I was playing around with sshd and all of a sudden my machine doesn't require a password for root. When I login locally doesn't ask for one, when I login over ssh it accepts anything. Also the other user accounts require passwords. What did I do? -- Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 22:17:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 9BE9737B406; Sun, 2 Jun 2002 22:17:16 -0700 (PDT) Received: from [172.19.20.61] (helo=mrvdomng0.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #3) id 17EkDP-00073R-00; Mon, 3 Jun 2002 07:17:11 +0200 Received: from p3e9c24a2.dip0.t-ipconnect.de ([62.156.36.162] helo=encephalon.de) by mrvdomng0.kundenserver.de with esmtp (Exim 3.22 #2) id 17EkDO-0005y3-00; Mon, 03 Jun 2002 07:17:10 +0200 Received: from chuckie.encephalon.de (localhost.encephalon.de [127.0.0.1]) by encephalon.de (8.12.3/8.11.6) with ESMTP id g535Ij18000924; Mon, 3 Jun 2002 07:18:45 +0200 (CEST) (envelope-from plankalkuel@chuckie.encephalon.de) Received: (from plankalkuel@localhost) by chuckie.encephalon.de (8.12.3/8.12.3/Submit) id g535Ig8G000923; Mon, 3 Jun 2002 07:18:42 +0200 (CEST) (envelope-from plankalkuel) Date: Mon, 3 Jun 2002 07:18:35 +0200 From: "a.s.gruner" To: Darren Pilgrim Cc: freebsd-ipfw@freebsd.org, freebsd-questions@freebsd.org Subject: Re: ipfw+natd+ppp problem Message-ID: <20020603071835.A894@encephalon.de> References: <20020602200539.A1206@encephalon.de> <3CFA84CF.E5AD5853@pantherdragon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CFA84CF.E5AD5853@pantherdragon.org>; from dmp@pantherdragon.org on Sun, Jun 02, 2002 at 01:49:19PM -0700 X-Operating-System: FreeBSD 4.6-RC i386 X-Editor: vi Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. > Have you tried using the ppp -nat function instead of natd? It > generally seems to work better, and the extra features natd provides > aren't really needed for basic dialup access (and you can make up for > them with ipfw). No i havent, i kno that option but i want to use natd like it is described in an article on freebsd.org. It is strange that it is not working with me. I also read that ppp+natd is more powerfull then ppp -nat option. So, do you have an idea how i can fix my problem ? asg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 22:39: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from charon.0x54434D.net (pD9E51BD4.dip.t-dialin.net [217.229.27.212]) by hub.freebsd.org (Postfix) with ESMTP id 4B53437B400 for ; Sun, 2 Jun 2002 22:39:00 -0700 (PDT) Received: from 0x54434D.net (powerbox.tcm.lan [192.168.1.11]) by charon.0x54434D.net (Postfix) with ESMTP id D10153E28; Mon, 3 Jun 2002 07:38:56 +0200 (CEST) Message-ID: <3CFB00F0.9040704@0x54434D.net> Date: Mon, 03 Jun 2002 07:38:56 +0200 From: Nino Dehne User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: leroy@3dmasters.net Cc: freebsd-questions@freebsd.org Subject: Re: Restrict user access on freebsd References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jacob Rhoden wrote: [...] > /etc, for example /etc/group. The best thing to do is to remove the x flag > on most directories, ie /etc /bin /sbin and so on, so that normal users can > execute things like 'ls' and read files like 'group'. (The x flag on > directories means that a user cannot list the directory but can still access > files in it). If you are unsure about the nescessity of a command, then I There's a bit of confusion in your words. You say that the x flag on a directory means that "a user cannot list the directory but can still access files in it". The ability to list files is bound to the r flag, and not inherent to the x flag. I think this is what you meant but it didn't read like that. In the prior sentence you suggest removin the x flag, though. This doesn't make sense at all. So: 1) The r flag on a directory enables listing the contents of that directory. 2) The x flag on a directory enables the contents directory to be accessed. AFAIK, these flags don't interfer with each other, so you can prevent listing but still allow access and vice versa. This is my understanding of the functioning. Regards, Nino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 22:48:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by hub.freebsd.org (Postfix) with ESMTP id 9609537B403 for ; Sun, 2 Jun 2002 22:48:49 -0700 (PDT) Received: from [128.250.18.60] (ws18-60.its.unimelb.edu.au [128.250.18.60]) by ariel.ucs.unimelb.edu.au (8.12.3/8.12.3) with ESMTP id g535kmW3018153; Mon, 3 Jun 2002 15:46:50 +1000 (EST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Mon, 03 Jun 2002 15:44:02 +1000 Subject: Re: Restrict user access on freebsd From: f3z To: , Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG on 3/6/2002 1:55 PM, Jacob Rhoden at jrhoden@unimelb.edu.au wrote: > /etc, for example /etc/group. The best thing to do is to remove the x flag > on most directories, ie /etc /bin /sbin and so on, so that normal users can > execute things like 'ls' and read files like 'group'. (The x flag on > directories means that a user cannot list the directory but can still access > files in it). If you are unsure about the nescessity of a command, then I Oops, I stand corrected, I got my flags mixed up, just for those I confused: r flag - Allows a directory to be listed x flag - allows a user to access files in the directory but only if the particular file has appropriate rwx flags set Sorry if I confused anyone. Regards, Jacob ---------------------------------------------------- Jacob Rhoden Phone: +61 3 9844 6102 ITS Division Email: jrhoden@unimelb.edu.au Melbourne University Mobile: +61 403 788 386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 22:54:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from switzcpl.lib.in.us (socrates.switzcpl.lib.in.us [165.139.215.10]) by hub.freebsd.org (Postfix) with ESMTP id A65F437B404; Sun, 2 Jun 2002 22:54:42 -0700 (PDT) Received: from [192.168.100.2] (dialup1.switzcpl.lib.in.us [192.168.10.31]) by switzcpl.lib.in.us (8.9.3/8.9.3) with ESMTP id AAA55935; Mon, 3 Jun 2002 00:54:36 -0500 (EST) (envelope-from leclaire@switzcpl.lib.in.us) Date: Mon, 3 Jun 2002 00:54:35 -0500 (EST) From: Andre LeClaire X-X-Sender: To: "a.s.gruner" Cc: , Subject: Re: ipfw+natd+ppp problem In-Reply-To: <20020602200539.A1206@encephalon.de> Message-ID: <20020603003926.T335-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not sure about ppp, but natd works great with pppd. However, it looks to me like you need a "divert natd" rule in your firewall script. Refer to /etc/rc.firewall. Actually, the easiest thing would be to delete the "firewall_script" line, and add "firewall_type="OPEN"" to /etc/rc.conf. Andre On Sun, 2 Jun 2002, a.s.gruner wrote: > Hi. > > I have some problems with setting up ipfw+ppp+natd on my FreeBSD > 4.6-RC machine. > > ppp is working perfectly (user ppp). > > Now I want to run ipfw as firewall and natd for the windows box. > FreeBSD Box has the interface xl0 with the IP 192.168.0.1 > Windows Box has the IP 192.168.0.2 > I can ping both of them. > > But i am not able to connect to the internet with the windows box via > the freebsd box. > Ok, first the configuration: > > /etc/rc.conf: > (just the parts for ipfw and natd) > > gateway_enable="YES" > firewall_enable="YES" > firewall_script="/etc/firewall/fwrules" > > natd_program="/sbin/natd" > natd_enable="YES" > natd_interface="tun0" > natd_flags="-dynamic" > > > /etc/firewall/fwrules: > > ipfw add 65534 allow ip from any to any > > > Yeah, i know there is no rule right now, it is all allowed. Well, on my > FreeBSD Box everything is working perfectly. > > Ah, my kernel, i insert these lines and compiles a new one before i did > the above changes: > > options IPFIREWALL > options IPFIREWALL_VERBOSE > options IPFIREWALL_VERBOSE_LIMIT=100 > options IPDIVERT > > > On my FreeBSD Box wwwoffle is also running, but if this proxy is running > or not, there is no difference, windows box cant get to the internet.... > > On my windows box i cant ping to the outside, and cant get a webpage at > all. > > I am running ppp like: > > #ppp > >dial internet > > Hmm, well, i hope i havent forgot anything, so that someone can help me > out of this. > > Uh, i read that, before natd is running, ppp has to run. Well, i am > using a dial up modem connection and i dont want to run ppp on startup, > so, is this the problem that i am running natd before i run ppp ? Well, > if i kill natd, run ppp (connect to the internet) and start natd again, > the windows box cant get a connection too. > > On the Windows Box, i have insert the DNS Server IP, like the one on the > freebsd box in resolv.conf, and, the gateway IP is the IP of the freebsd > Box, 192.168.0.1 (xl0). > > asg > > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ipfw" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23: 0: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 6CBA137B403 for ; Sun, 2 Jun 2002 23:00:01 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g535sdH81659; Sun, 2 Jun 2002 22:54:39 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sun, 2 Jun 2002 22:54:38 -0700 (PDT) From: Annelise Anderson To: Peter Leftwich Cc: FreeBSD Questions LIST Subject: Re: /usr/src/etc/*rc* (rc.conf?) In-Reply-To: <20020602183614.H655-100000@66-75-1-142.san.rr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2 Jun 2002, Peter Leftwich wrote: > I have just about every combination of /usr/src/etc/*rc* but no > /usr/src/etc/rc.conf - could someone tell me where (on www.freebsd.org or > from the 4.3-RELEASE CDROM) I can get a fresh, default-install copy? Thx, /etc/rc.conf contains only the overrides to /etc/defaults/rc.conf; thus, there is no "default-install" copy of this file, nor is it installed when upgrading. It is created on installation by selections made when you install or later when you use /stand/sysinstall to modify something or when you directly edit it. As it is all custom configuration, you wouldn't want it overwritten. There is, however, new /usr/src/etc/defaults/rc.conf, intended for /etc/defaults/rc.conf. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23: 1:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id 2AB4E37B403 for ; Sun, 2 Jun 2002 23:01:35 -0700 (PDT) Received: from daleco [12.145.226.81] by mail.gbronline.com (SMTPD32-7.10) id A5E857D0096; Mon, 03 Jun 2002 01:00:08 -0500 Message-ID: <009e01c20ac4$07da25c0$38e2910c@daleco> From: "Kevin Kinsey, DaleCo, S.P." To: "Matt Ronge" , "FreeBSD Questions LIST" References: Subject: Re: No Root Password? Date: Mon, 3 Jun 2002 01:00:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Ronge said: > I was playing around with sshd and all of a sudden my machine doesn't > require a password for root. > > When I login locally doesn't ask for one, when I login over ssh it accepts > anything. Also the other user accounts require passwords. > > What did I do? Not sure, but likely it would be wise to remove *any* possibility of a root login via SSH. Add 'PermitRootLogin no' to /etc/sshd_config and add a personal account to wheel group, then use 'su' to gain privileges when needed. Here are some other random thoughts... Check for 'PermitEmptyPasswords yes' in /etc/ssh/sshd_config... make it 'no' Check that you are not using key-based auth --- perhaps the client box has the key? Best yet, read up on key-based auth and learn to use it instead of passwords.... My 2 cents, Kevin Kinsey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23: 7:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kirk.dlee.org (pool-138-88-4-85.res.east.verizon.net [138.88.4.85]) by hub.freebsd.org (Postfix) with ESMTP id D031E37B401 for ; Sun, 2 Jun 2002 23:07:06 -0700 (PDT) Received: from kirk.dlee.org (dgl@pool-138-88-4-85.res.east.verizon.net [138.88.4.85]) by kirk.dlee.org (8.12.3/8.12.3) with ESMTP id g53675KZ002192 for ; Mon, 3 Jun 2002 02:07:05 -0400 (EDT) (envelope-from dgl@kirk.dlee.org) Received: (from dgl@localhost) by kirk.dlee.org (8.12.3/8.12.3/Submit) id g53674pT002191 for freebsd-questions@freebsd.org; Mon, 3 Jun 2002 02:07:04 -0400 (EDT) Date: Mon, 3 Jun 2002 02:07:03 -0400 From: Doug Lee To: freebsd-questions@freebsd.org Subject: rc.firewall with ppp/nat problem and fix Message-ID: <20020603060703.GA545@kirk.dlee.org> Mail-Followup-To: Doug Lee , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Organization: Bartimaeus Group Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've switched from a DHCP cable modem to a PPPoE DSL modem and thus started running ppp. I had trouble getting natd to work with ppp, so I'm now using ppp's nat facilities... but the rc.firewall rules for denying RFC1918 traffic on the outside interface seem to block legitimate traffic from my LAN to the Internet and back also. My solution is to put the following line above the first "Stop RFC1918 nets ..." line in /etc/rc.firewall: $fwcmd add pass all from any to any in via ${iif} keep-state The questions: Will this generate a huge number of dynamic rules for local traffic, and is there a better way to do this, preferably other than trying to duplicate my rc.firewall in ppp.conf? Thanks. -- Doug Lee dgl@visi.com http://www.visi.com/~dgl Bartimaeus Group doug@bartsite.com http://www.bartsite.com "There are no guarantees. From a standpoint of fear, none are strong enough. From a standpoint of love, none are necessary." - from Emmanuel's Book II To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:10:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from arpa.com (arpa.com [199.245.173.5]) by hub.freebsd.org (Postfix) with ESMTP id 2F56237B404 for ; Sun, 2 Jun 2002 23:09:27 -0700 (PDT) Received: by arpa.com (Postfix, from userid 103) id AB7D0F0402; Mon, 3 Jun 2002 01:09:26 -0500 (CDT) Date: Mon, 3 Jun 2002 01:09:26 -0500 From: Chip Norkus To: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] Message-ID: <20020603010926.K1929@arpa.com> References: <20020601000242.V67718-100000@earl-grey.cloud9.net> <20020602001830.GD2950@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020602001830.GD2950@hades.hell.gr>; from keramida@ceid.upatras.gr on Sun, Jun 02, 2002 at 03:18:30AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun Jun 02, 2002; 03:18AM +0300 Giorgos Keramidas propagated the following: > On 2002-06-01 00:06 -0400, Peter Leftwich wrote: > > PL> *** Banned: Install Identd for access (2001/4/18 09.20) > > PL> *** Closing Link: mrmeatie[root@255.255.255.255] (Banned) > > > > I have uncommented the proper "auth" lines in my /etc/inetd.conf file, > > and added one line of text (8 chars) to a file called ~/.fakeid however- > > > > I continue to get errors similar to the ones above, and wonder why the IP > > is coming out as 255's and not my actual IP address. Is it possible to run > > identd "cloaked" (or whatever) as auth externally and not just "nowait, > > internal, etc?" > > The IP is probably coming out as 255.255.255.255 because the IRC > server software, either: > > a) Tries to hide your real IP address, from the logs. > b) Can not resolve your IP address, or similar. > 'a' is correct here. Most IRC servers basically avoid ever outputting the real IP address of.. well.. anything, to just about anyone. As for identd and IRC servers, when using the internal inetd auth service, be sure to change the '-o UNKNOWN' option to '-o UNIX', or the IRC server won't believe your ident reply comes from a correct rfc1413 source. This is silliness on the part of the IRC server. > You wouldn't happen to be running identd in a machine that is behind a > firewall or masquerading gateway, which blocks the incoming identd > requests from the IRC server, right? > > - Giorgos > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -wd -- chip norkus; unix geek and programmer; wd@arpa.com "question = (to) ? be : !be;" --Shakespeare http://telekinesis.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:17:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id CE65537B40A; Sun, 2 Jun 2002 23:17:09 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020603061709.RFAY11426.rwcrmhc51.attbi.com@blossom.cjclark.org>; Mon, 3 Jun 2002 06:17:09 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g536H6037054; Sun, 2 Jun 2002 23:17:06 -0700 (PDT) (envelope-from crist.clark@attbi.com) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Sun, 2 Jun 2002 23:17:06 -0700 From: "Crist J. Clark" To: "a.s.gruner" Cc: Darren Pilgrim , freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd+ppp problem Message-ID: <20020602231706.K20911@blossom.cjclark.org> Reply-To: "Crist J. Clark" References: <20020602200539.A1206@encephalon.de> <3CFA84CF.E5AD5853@pantherdragon.org> <20020603071835.A894@encephalon.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020603071835.A894@encephalon.de>; from plankalkuel@encephalon.de on Mon, Jun 03, 2002 at 07:18:35AM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jun 03, 2002 at 07:18:35AM +0200, a.s.gruner wrote: > Hi. > > > Have you tried using the ppp -nat function instead of natd? It > > generally seems to work better, and the extra features natd provides > > aren't really needed for basic dialup access (and you can make up for > > them with ipfw). > > No i havent, i kno that option but i want to use natd like it is > described in an article on freebsd.org. It is strange that it is not > working with me. I also read that ppp+natd is more powerfull then ppp > -nat option. It depends. natd(8) and ppp(8) use the exact same code to do NAT, libalias(3). natd(8) has some additional options and since you can direct what goes to natd(8) using ipfw(8) rules, there is some more flexibility... However, that additional "flexibility" is only something else to go wrong if you do not really need it. > So, do you have an idea how i can fix my problem ? Well, the most obvious thing was that you didn't have a divert(4) rule in your firewall. But unless there is something you want to do with natd(8)-ipfw(8) that you can't do with ppp(8) '-nat,' I'd start by getting ppp(8) working right. If you still want to try out natd(8), wait to do it until after you have gotten ppp(8) working correctly. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:21:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.pdxmax.com (sub24-97.member.dsl-only.net [63.105.24.97]) by hub.freebsd.org (Postfix) with ESMTP id 0B0E237B406 for ; Sun, 2 Jun 2002 23:21:18 -0700 (PDT) Received: from elcoolmagnifico ([192.168.1.1]) by localhost.my.domain (8.12.3/8.11.6) with SMTP id g52FfBXx024952 for ; Sun, 2 Jun 2002 08:41:17 -0700 (PDT) (envelope-from tkelly@pdxmax.com) X-Authentication-Warning: localhost.my.domain: Host [192.168.1.1] claimed to be elcoolmagnifico Message-ID: <003701c20a85$bb50d480$1e01a8c0@elcoolmagnifico> From: "Tabor Kelly" To: Subject: Re: XFree86-4 trouble: reboots Date: Sun, 2 Jun 2002 15:34:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG One more thing: I have a Riva TNT2 32MB AGP video card. When I run xf86config I selected it, and verified that it was using the 'nv' server. ----- Original Message ----- From: "Tabor Kelly" To: Sent: Sunday, June 02, 2002 2:50 PM Subject: XFree86-4 trouble: reboots > Hi, > > I just installed FreeBSD RELEASE 4.5 on my new Athalon. It is an XP 1700 > on an Asus A7V333 motherboard. It has 512MB of ram and a ~40gb partition on > a ~80gb drive. FreeBSD appears to work fine, but I can't get XFree86 to > work. Whenever I run 'XFree86 -configure' my system reboots. Also, if I > configure XFree86 with xf86config and the run XWrapper-4, my system does the > same thing. > > I have tried the binary distribution of XFree86 4.2.0 on xfree86.org aswell > as the x11/XFree86-4 port. They both cause the same behavior. When the > system gets done rebooting I do not have an XFree86 log file in /var/log. > > Thank You for any assistance that you can provide. > > -Tabor Kelly > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:21:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.pdxmax.com (sub24-97.member.dsl-only.net [63.105.24.97]) by hub.freebsd.org (Postfix) with ESMTP id D125F37B407 for ; Sun, 2 Jun 2002 23:21:18 -0700 (PDT) Received: from elcoolmagnifico ([192.168.1.1]) by localhost.my.domain (8.12.3/8.11.6) with SMTP id g52Ev5Xx024849 for ; Sun, 2 Jun 2002 07:57:05 -0700 (PDT) (envelope-from tkelly@pdxmax.com) X-Authentication-Warning: localhost.my.domain: Host [192.168.1.1] claimed to be elcoolmagnifico Message-ID: <002d01c20a7f$8ed7b1e0$1e01a8c0@elcoolmagnifico> From: "Tabor Kelly" To: Subject: XFree86-4 trouble: reboots Date: Sun, 2 Jun 2002 14:50:48 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I just installed FreeBSD RELEASE 4.5 on my new Athalon. It is an XP 1700 on an Asus A7V333 motherboard. It has 512MB of ram and a ~40gb partition on a ~80gb drive. FreeBSD appears to work fine, but I can't get XFree86 to work. Whenever I run 'XFree86 -configure' my system reboots. Also, if I configure XFree86 with xf86config and the run XWrapper-4, my system does the same thing. I have tried the binary distribution of XFree86 4.2.0 on xfree86.org aswell as the x11/XFree86-4 port. They both cause the same behavior. When the system gets done rebooting I do not have an XFree86 log file in /var/log. Thank You for any assistance that you can provide. -Tabor Kelly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:45:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marbles.lost.net.au (marbles.lost.net.au [203.87.95.130]) by hub.freebsd.org (Postfix) with ESMTP id 3FE1937B404 for ; Sun, 2 Jun 2002 23:45:22 -0700 (PDT) Received: from localhost (tim@localhost) by marbles.lost.net.au (8.11.6/8.11.3) with ESMTP id g536jAo44139; Mon, 3 Jun 2002 16:15:11 +0930 (CST) (envelope-from tim@lost.net.au) Date: Mon, 3 Jun 2002 16:15:09 +0930 (CST) From: tim peters To: G-der Cc: freebsd-questions@FreeBSD.ORG Subject: Re: X11 forwarding through sshd In-Reply-To: <20020531142138.A24846@gder.net> Message-ID: <20020603160617.O43808-100000@marbles.lost.net.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 31 May 2002, G-der wrote: G> Okay, I figured out the problem with the port forwarding. It turns out G> I was missing some libraries but now that I have them installed port G> forwarding seems to be working fine again. G> G> Now when I log in (and I have tried this both from work and at home on G> my local network) I get this error: G> G> /usr/X11R6/bin/xauth: (stdin):1: bad display name "dinkey:10.0" in G> "add" command G> G> At home I can manually set the display variable (10.0.0.2:0) and it G> works just fine. At work if I set the display variable like I always G> have: G> G> (in tcsh) setenv DISPLAY {$REMOTE}:0 G> G> it sets the variable but is never able to open the display. It could G> have something to do with our firewall but I am going out through a G> socks proxy and have not had problems with it in the past. G> G> The curious thing though is the fact that the display variable is not G> being set up properly. It seems like something other than my .tcshrc G> file is setting the display variable. Yep, sshd sets up the DISPLAY variable when you log in. It should be of the form remotehost.domain:x.0, where x is number, probably 10 or above. This causes all X communication to go through the encrypted channel. So changing DISPLAY to where the X server is will defeat the purpose of running via ssh :) Anyway, you need to get rid of the "bad display name" error. I'm not sure exactly how. Perhaps "dinkey" doesn't resolve from the remote machine? Are there any weird things in your login scripts which could be interfering with sshd's tunneling? Again, running with "ssh -v" might help. G> Any more sugestions would be more than welcome, otherwise I'm sure if I G> plug away long enough I'll be sure to figure it out. G> G> Thanks in advance Hope you work it out. Remember to post how you fixed it if you find out, for future generations :) -- tim@lost.net.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:52: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp3out.rdc-nyc.rr.com (nycsmtp3out.rdc-nyc.rr.com [24.29.99.228]) by hub.freebsd.org (Postfix) with ESMTP id 9D50237B403 for ; Sun, 2 Jun 2002 23:51:56 -0700 (PDT) Received: from despammed.com (66-108-170-19.nyc.rr.com [66.108.170.19]) by nycsmtp3out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with SMTP id g536qSPW028425; Mon, 3 Jun 2002 02:52:28 -0400 (EDT) Date: Mon, 3 Jun 2002 02:52:07 -0500 From: Scott Robbins To: Tabor Kelly Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XFree86-4 trouble: reboots Message-ID: <20020603075207.GA3322@scott1.homeunix.net> References: <002d01c20a7f$8ed7b1e0$1e01a8c0@elcoolmagnifico> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002d01c20a7f$8ed7b1e0$1e01a8c0@elcoolmagnifico> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 02, 2002 at 02:50:48PM -0700, Tabor Kelly wrote: > Hi, > > I just installed FreeBSD RELEASE 4.5 on my new Athalon. It is an XP 1700 > on an Asus A7V333 motherboard. That's probably the issue. There was a PR for this. If you do cvsup and make buildworld and installworld, the issue should go away. Mr. Malone, who was handling the PR, has fixed it. (It had to do with MTRR on some of the ASUS boards) The quick and dirty hack still involves recompiling the kernel. First, you'd edit your /usr/src/sys/i386/i386/i686_mem.c file (I'd back it up first, of course, but..) Around line 269 you'll see u_int cr4save; mrd = sc->mr_desc; In between those two lines, simply insert return; Then recompile the kernel. Say you haven't yet made a custom kernel and are using GENERIC. cd /usr/src/sys/i386/conf config GENERIC You'll see source is ../../compile/GENERIC Don't forget to do make depend Then, cd ../../compile/GENERIC make depend && make && make install Reboot and you should be good to go. (You probably know most of this, but if not, this saves you a bit of reading) Then things should work. The whole thing of the spontaneous reboot and nothing in the logs was pretty typical of the problem. HTH Scott Robbins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 2 23:54:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp2out.rdc-nyc.rr.com (nycsmtp2out.rdc-nyc.rr.com [24.29.99.227]) by hub.freebsd.org (Postfix) with ESMTP id AF46837B405 for ; Sun, 2 Jun 2002 23:54:18 -0700 (PDT) Received: from despammed.com (66-108-170-19.nyc.rr.com [66.108.170.19]) by nycsmtp2out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with SMTP id g536rlYV007636; Mon, 3 Jun 2002 02:53:47 -0400 (EDT) Date: Mon, 3 Jun 2002 02:54:30 -0500 From: Scott Robbins To: Tabor Kelly Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XFree86-4 trouble: reboots Message-ID: <20020603075430.GA3339@scott1.homeunix.net> References: <003701c20a85$bb50d480$1e01a8c0@elcoolmagnifico> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003701c20a85$bb50d480$1e01a8c0@elcoolmagnifico> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 02, 2002 at 03:34:55PM -0700, Tabor Kelly wrote: > One more thing: I have a Riva TNT2 32MB AGP video card. When I run > xf86config I selected it, and verified that it was using the 'nv' server. > Heh--yeah, I spent many many hours, searching google and thinking it was my vid card. Downgraded the card to a more generic type, etc. Only after doing that and having the same problem did I start thinking it might be the motherboard and find the solution (which I gave you in my previous email) Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 0:23:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by hub.freebsd.org (Postfix) with ESMTP id B26BD37B404 for ; Mon, 3 Jun 2002 00:23:15 -0700 (PDT) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id g538EKi24829; Mon, 3 Jun 2002 12:14:20 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: <037d01c20acf$4fe1c7a0$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "j mckitrick" Cc: References: <20020602015755.A42999@dogma.freebsd-uk.eu.org> Subject: Re: Problem with portugrade Date: Mon, 3 Jun 2002 11:21:39 +0400 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "j mckitrick" To: Sent: Sunday, June 02, 2002 4:57 AM Subject: Problem with portugrade > > I recently used 'portupgrade -R portupgrade' to get the latest version. > However, when I run any of the tools, I get this: > > root:~# portversion > ** Error occured reading /usr/local/etc/pkgtools.conf: > undefined method `+' for nil > > > Any idea what this could be? pkgtools.conf is installed as /usr/local/etc/pkgtools.conf.sample, update your previous pkgtools.conf manually... HTH, Igor > NOTE: Please CC me, as I am not currently subscribed. Thanks. > > jm > -- > My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 0:25:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by hub.freebsd.org (Postfix) with ESMTP id 69AB837B403 for ; Mon, 3 Jun 2002 00:25:46 -0700 (PDT) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id g538Fmi24836; Mon, 3 Jun 2002 12:15:48 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: <038e01c20acf$84758ec0$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "j mckitrick" Cc: References: <20020602015755.A42999@dogma.freebsd-uk.eu.org> Subject: Re: Problem with portugrade Date: Mon, 3 Jun 2002 11:21:39 +0400 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "j mckitrick" To: Sent: Sunday, June 02, 2002 4:57 AM Subject: Problem with portugrade > > I recently used 'portupgrade -R portupgrade' to get the latest version. > However, when I run any of the tools, I get this: > > root:~# portversion > ** Error occured reading /usr/local/etc/pkgtools.conf: > undefined method `+' for nil > > > Any idea what this could be? pkgtools.conf is installed as /usr/local/etc/pkgtools.conf.sample, update your previous pkgtools.conf manually... HTH, Igor > NOTE: Please CC me, as I am not currently subscribed. Thanks. > > jm > -- > My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 0:30:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maple.northcoast.com (mail.northcoast.com [208.25.112.13]) by hub.freebsd.org (Postfix) with ESMTP id 686D337B401 for ; Mon, 3 Jun 2002 00:30:14 -0700 (PDT) Received: (from info@localhost) by maple.northcoast.com (8.9.3/8.9.3) id AAA18369 for questions@FreeBSD.org; Mon, 3 Jun 2002 00:30:22 -0700 Date: Mon, 3 Jun 2002 00:30:22 -0700 From: NCI Internal NCI Internal Operations Message-Id: <200206030730.AAA18369@maple.northcoast.com> To: questions@FreeBSD.org Subject: Request for Information Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank-you for your interest in Northcoast or Tidepool Internet! For current prices/rates please see the following WWW addresses: http://www.northcoast.com http://www.tidepool.com If you are an existing customer and need to contact us, please use one of the following addresses: Regional Manager: manager@northcoast.com Sales Information: sales@northcoast.com Account Billing: billing@northcoast.com Technical Support: support@northcoast.com SPAM Concerns: abuse@northcoast.com We can also be reached at the following phone numbers: Billing or Technical Support: (707)825-4400 Northcoast Sales: (707)443-6803, ext. 1 Tidepool Sales: (707)825-7000 ** This is an automatically generated message ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 0:39:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by hub.freebsd.org (Postfix) with ESMTP id 13A0D37B406 for ; Mon, 3 Jun 2002 00:39:17 -0700 (PDT) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id g538Vhi24864; Mon, 3 Jun 2002 12:31:44 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: <039b01c20ad1$bde77360$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "b128777855" , Cc: References: <003e01c20a5e$b51d6000$b4deda3d@com.tw> Subject: Re: mars_nwe-0.99.pl19 with freebsd 4.5 can't be work~~~ Date: Mon, 3 Jun 2002 11:38:58 +0400 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: "b128777855" > To: > Cc: > Sent: Sunday, June 02, 2002 9:55 PM > Subject: Fw: mars_nwe-0.99.pl19 with freebsd 4.5 can't be work~~~ > > hi: > i don't know be work right!?!?!??! can u tell me why?????? [...] > rc.conf: > # -- sysinstall generated deltas -- # Sun Jun 2 14:38:02 2002 > # Created: Sun Jun 2 14:38:02 2002 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to /etc/defaults/rc.conf. > # This file now contains just the overrides from /etc/defaults/rc.conf. > defaultrouter="61.218.222.177" > hostname="hbo.enetcafe.com" > ifconfig_rl0="inet 61.218.222.179 netmask 255.255.255.248" > ifconfig_rl0_ipx="ipx 0x101" > ifconfig_lo0_ipx="ipx 0xbebe.1" > kern_securelevel_enable="NO" > keyrate="fast" > linux_enable="YES" > moused_enable="YES" > moused_port="/dev/cuaa0" > moused_type="auto" > nfs_reserved_port_only="YES" > saver="logo" > sendmail_enable="YES" > sshd_enable="YES" > usbd_enable="YES" > And you'll also need the following options: ipxgateway_enable="YES" # Set to YES to enable IPX routing. ipxrouted_enable="YES" # Set to YES to run the IPX routing daemon. ipxrouted_flags="-s" # Flags for IPX routing daemon. > my kernel files have compile use the config > > options IPX #IPX/SPX communications protocols > options NCP #NetWare Core protocol > options ETHER_8023 # enable Ethernet_802.3 (Novell) frame ^^^^^^^^^^ Do you have pseudo-device ef # Multiple ethernet frames support in your kernel for frames support? If yes, you have to modify your ifconfig lines for ipx... [...] HTH, Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 0:56:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mufasa.swistgroup.com (mufasa.swistgroup.com [64.245.10.163]) by hub.freebsd.org (Postfix) with ESMTP id A280637B401 for ; Mon, 3 Jun 2002 00:56:33 -0700 (PDT) Received: from timon ([172.16.1.30] helo=timon.swistgroup.com) by mufasa.swistgroup.com with esmtp (Exim 3.36 #1) id 17EmhT-000FA4-00 for questions@freebsd.org; Mon, 03 Jun 2002 09:56:23 +0200 Received: from [172.16.1.3] (helo=steinmail.swistgroup.com) by timon.swistgroup.com with esmtp (Exim 3.33 #1) id 17EmhS-000O20-00 for questions@freebsd.org; Mon, 03 Jun 2002 09:56:22 +0200 content-class: urn:content-classes:message Subject: Problem exporting X sessions to FreeBSD XFree4... MIME-Version: 1.0 Disposition-Notification-To: "Max Clements" Date: Mon, 3 Jun 2002 09:57:31 +0200 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; boundary="----=_NextPart_000_0155_01C20AE4.E95B2100"; micalg=SHA1 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Problem exporting X sessions to FreeBSD XFree4... Thread-Index: AcIK1CW5wUNgvE+fT+u3wJRYVS6C5A== From: "Max Clements" To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0155_01C20AE4.E95B2100 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi There, This is probably a stupid question, but I have a FreeBSD 4.5 workstation on which I have just port installed Xfree 4. At my company we do a lot of development on a large Linux server, and I have just discovered that my usual trick of executing xhost +machinename.linux.box on the FreeBSD machine, and exporting the display (export DISPLAY=freebsd.my.machine:0.0) results in the linux box reporting that it cannot connect to the xserver on the freebsd box... Would be great if any of you can point me to where I am going wrong. Regards Max ------=_NextPart_000_0155_01C20AE4.E95B2100 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIUaTCCAoow ggHzoAMCAQICAwcMoDANBgkqhkiG9w0BAQQFADCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsT FENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAw MC44LjMwMB4XDTAyMDMyMjExNDEzN1oXDTAzMDMyMjExNDEzN1owSjEfMB0GA1UEAxMWVGhhd3Rl IEZyZWVtYWlsIE1lbWJlcjEnMCUGCSqGSIb3DQEJARYYY2xlbWVudHNtQHN3aXN0Z3JvdXAuY29t MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDu/ZrJhhf/PuPeRdQ8Dp0qk8vpRIxVqmIjFzvA s3c5QAxwC6Vh1Bmh6oD2W/ZjX7DO6qPpCSI8R99Ng8HWjirUtWQ190rr0eG9e8ETrHiGLaTfqJKv OJbm6yG/i9UTXQkyODRUGaXo/j5CeSbJY4CaK63uZhw04DY8EqbZKbGimQIDAQABozUwMzAjBgNV HREEHDAagRhjbGVtZW50c21Ac3dpc3Rncm91cC5jb20wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0B AQQFAAOBgQAafe98dNAkRSBC1S4m37le6zyh0zmNTGUGVoU0CQ7R2mQQYp5e8AQ/mgT6+CJwe7Xf wyY1feke1ICyDYHBe27hpnSz31JZFERbEHYezwPLjSsoE5ntUF62PUUaAAbiqayCNfOmbuh+Qp77 kdQi1PdBWOM7dq6su1ATCp5ZgtammDCCAy0wggKWoAMCAQICAQAwDQYJKoZIhvcNAQEEBQAwgdEx CzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEa MBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqG SIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw05NjAxMDEwMDAwMDBaFw0y MDEyMzEyMzU5NTlaMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD VQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0 aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJl ZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wgZ8w DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANRp19SwlGRbcelH2AxRtupykbCEXn0tDY97Et+FJXUo dDpCLGMnn5V7S+9+GYcdhuqj3bnOlmQawhRuRKx85o/oTQ9xH0A4pgCjh3j2+ZSGXq3qwF5269kU o11uenwMpUtVfwYZKX+emibVars4JAhqmMex2qOYkf152+VaxBy5AgMBAAGjEzARMA8GA1UdEwEB /wQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAx+ySfk749ZalZ2IqpPBNEWDQb41gWGGsJrtSNVwI zzD7qEqWih9iQiOMFw/0umScF6xHKd+dmF7SbGBxXKKs3Hnj524ARx+1DSjoAp3kmv0T9KbZfLH4 3F8jJgmRgHPQFBveQ6mDJfLmnC8Vyv6mq4oHdYsM3VGEa+T40c53ooEwggM4MIICoaADAgECAhBm RXK3zHT1z2N2RYTQLpEBMA0GCSqGSIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMM V2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0 aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVt YWlsQHRoYXd0ZS5jb20wHhcNMDAwODMwMDAwMDAwWhcNMDQwODI3MjM1OTU5WjCBkjELMAkGA1UE BhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQK EwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25h bCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMzKm Y8cJJUU+0m54J2eBxdqIGYKXDuNEKYpjNSptcDz63K737nRvMLwzkH/5NHGgo22Y8cNPomXbDfpL 8dbdYaX5hc1VmjUanZJ1qCeu2HL5ugL217CR3hzpq+AYA6h8Q0JQUYeDPPA5tJtUihOH/7ObnUlm AC0JieyUa+mhaQIDAQABo04wTDApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs MS0yOTcwEgYDVR0TAQH/BAgwBgEB/wIBADALBgNVHQ8EBAMCAQYwDQYJKoZIhvcNAQEEBQADgYEA MbFLR135AXHl9VNsXXnWPZjAJhNigSKnEvgilegbSbcnewQ5uvzm8iTrkfq97A0qOPdQVahs9w2t TBu8A/S166JHn2yiDFiNMUIJEWywGmnRKxKyQF1q+XnQ6i4l3Yrk/NsNH50C81rbyjz2ROomaYd/ SJ7OpZ/nhNjJYmKtBcYwggSzMIIEHKADAgECAhBn5Cf5RIylgUK6dalmpg14MA0GCSqGSIb3DQEB BQUAMIHRMSYwJAYJKoZIhvcNAQkBFhdzd2lzdC1jYUBzd2lzdGdyb3VwLmNvbTELMAkGA1UEBhMC WkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMSowKAYDVQQKEyFT d2lzdCBDb21wdXRlciBTZXJ2aWNlcyAoUHR5KSBMdGQxKjAoBgNVBAsTIVN3aXN0IENvbXB1dGVy IFNlcnZpY2VzIChQdHkpIEx0ZDEXMBUGA1UEAxMOU3dpc3Rncm91cC5jb20wHhcNMDExMjA0MDgx MTQ3WhcNMDQxMjA0MDgxODIzWjCB0TEmMCQGCSqGSIb3DQEJARYXc3dpc3QtY2FAc3dpc3Rncm91 cC5jb20xCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUg VG93bjEqMCgGA1UEChMhU3dpc3QgQ29tcHV0ZXIgU2VydmljZXMgKFB0eSkgTHRkMSowKAYDVQQL EyFTd2lzdCBDb21wdXRlciBTZXJ2aWNlcyAoUHR5KSBMdGQxFzAVBgNVBAMTDlN3aXN0Z3JvdXAu Y29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8tgvvoFPYVjasl117B7U9LjfILrIvrPOa jSIuymovMIRoS3xk+Sp1Y/rtCYuimCM0wociYxXr3HZUmzUhN2wH+xGafPupOU8GK5Rxoldm/G/9 SJZPGJ7awL9aJB8oo8Uo9Jd9bgOdlKSAbc8VhfqxvSH/9n0ct9pGSrNoz3kGmQIDAQABo4IBiDCC AYQwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgFGMA8GA1UdEwEB/wQFMAMBAf8wHQYD VR0OBBYEFI+hOfZbODHbGEAJDHIKBdKMm1c8MIIBGgYDVR0fBIIBETCCAQ0wgcSggcGggb6Ggbts ZGFwOi8vL0NOPVN3aXN0Z3JvdXAuY29tKDEpLENOPXN0ZWluZGMsQ049Q0RQLENOPVB1YmxpYyUy MEtleSUyMFNlcnZpY2VzLENOPVNlcnZpY2VzLENOPUNvbmZpZ3VyYXRpb24sREM9c3dpc3Rncm91 cCxEQz1jb20/Y2VydGlmaWNhdGVSZXZvY2F0aW9uTGlzdD9iYXNlP29iamVjdGNsYXNzPWNSTERp c3RyaWJ1dGlvblBvaW50MESgQqBAhj5odHRwOi8vc3RlaW5kYy5zd2lzdGdyb3VwLmNvbS9DZXJ0 RW5yb2xsL1N3aXN0Z3JvdXAuY29tKDEpLmNybDASBgkrBgEEAYI3FQEEBQIDAQABMA0GCSqGSIb3 DQEBBQUAA4GBAIHnLSqR7BvyfqeyJPrkNnLEDUiWe9MlWswSCu/jUNx63+tdNZmqnfVUBRLXfPEC kf9QLeJZZsDI2fwq9v/VMROvJFWNTwE6rS/6+uqtSnk90DLqCtfdOp/0BA3nKAfSe7mNHKtqjF6O 2FFdz9nd/1y7Qc99+Dtba4QKXxmygp2nMIIGszCCBhygAwIBAgIKEr0KoQABAAAAijANBgkqhkiG 9w0BAQUFADCB0TEmMCQGCSqGSIb3DQEJARYXc3dpc3QtY2FAc3dpc3Rncm91cC5jb20xCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEqMCgGA1UE ChMhU3dpc3QgQ29tcHV0ZXIgU2VydmljZXMgKFB0eSkgTHRkMSowKAYDVQQLEyFTd2lzdCBDb21w dXRlciBTZXJ2aWNlcyAoUHR5KSBMdGQxFzAVBgNVBAMTDlN3aXN0Z3JvdXAuY29tMB4XDTAyMDEw ODA4MDUxMFoXDTAzMDEwODA4MDUxMFowQDEnMCUGCSqGSIb3DQEJARYYY2xlbWVudHNtQHN3aXN0 Z3JvdXAuY29tMRUwEwYDVQQDEwxNYXggQ2xlbWVudHMwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJ AoGBANaqOS7DkA0OnIq7xvwCdNvTqzZu4VXoJhtHEhHuVwpmaIZOeudDp33GYNcAE7CDWenhm0K9 HePCK6dJ/kkZq/jeN3grktVrAlUh7Yb0hLd/IxatnnFDAzyjMZmo4FaN/4FviOylwYjLiRjoJKJd Xi4xy9XVz5z+gzpNvmMDRlQTAgMBAAGjggQgMIIEHDALBgNVHQ8EBAMCBaAwFwYJKwYBBAGCNxQC BAoeCABVAHMAZQByMB0GA1UdDgQWBBQz4ldBrFqqI2u4Zu8m3eSZ4j0+rTCCAQ8GA1UdIwSCAQYw ggECgBSPoTn2Wzgx2xhACQxyCgXSjJtXPKGB16SB1DCB0TEmMCQGCSqGSIb3DQEJARYXc3dpc3Qt Y2FAc3dpc3Rncm91cC5jb20xCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQ BgNVBAcTCUNhcGUgVG93bjEqMCgGA1UEChMhU3dpc3QgQ29tcHV0ZXIgU2VydmljZXMgKFB0eSkg THRkMSowKAYDVQQLEyFTd2lzdCBDb21wdXRlciBTZXJ2aWNlcyAoUHR5KSBMdGQxFzAVBgNVBAMT DlN3aXN0Z3JvdXAuY29tghBn5Cf5RIylgUK6dalmpg14MIIBGgYDVR0fBIIBETCCAQ0wgcSggcGg gb6GgbtsZGFwOi8vL0NOPVN3aXN0Z3JvdXAuY29tKDEpLENOPXN0ZWluZGMsQ049Q0RQLENOPVB1 YmxpYyUyMEtleSUyMFNlcnZpY2VzLENOPVNlcnZpY2VzLENOPUNvbmZpZ3VyYXRpb24sREM9c3dp c3Rncm91cCxEQz1jb20/Y2VydGlmaWNhdGVSZXZvY2F0aW9uTGlzdD9iYXNlP29iamVjdGNsYXNz PWNSTERpc3RyaWJ1dGlvblBvaW50MESgQqBAhj5odHRwOi8vc3RlaW5kYy5zd2lzdGdyb3VwLmNv bS9DZXJ0RW5yb2xsL1N3aXN0Z3JvdXAuY29tKDEpLmNybDCCASgGCCsGAQUFBwEBBIIBGjCCARYw gbAGCCsGAQUFBzAChoGjbGRhcDovLy9DTj1Td2lzdGdyb3VwLmNvbSxDTj1BSUEsQ049UHVibGlj JTIwS2V5JTIwU2VydmljZXMsQ049U2VydmljZXMsQ049Q29uZmlndXJhdGlvbixEQz1zd2lzdGdy b3VwLERDPWNvbT9jQUNlcnRpZmljYXRlP2Jhc2U/b2JqZWN0Y2xhc3M9Y2VydGlmaWNhdGlvbkF1 dGhvcml0eTBhBggrBgEFBQcwAoZVaHR0cDovL3N0ZWluZGMuc3dpc3Rncm91cC5jb20vQ2VydEVu cm9sbC9zdGVpbmRjLnN3aXN0Z3JvdXAuY29tX1N3aXN0Z3JvdXAuY29tKDEpLmNydDApBgNVHSUE IjAgBgorBgEEAYI3CgMEBggrBgEFBQcDBAYIKwYBBQUHAwIwTQYDVR0RBEYwRKAoBgorBgEEAYI3 FAIDoBoMGGNsZW1lbnRzbUBzd2lzdGdyb3VwLmNvbYEYY2xlbWVudHNtQHN3aXN0Z3JvdXAuY29t MA0GCSqGSIb3DQEBBQUAA4GBAC5BhZDzpqGK2jvDhzvwAVPwLkTxkoIFoTEoCRlwByzulhjy34CT BggkbpP3TGzYhTRVaBJSWCH6u767Vl3gNAfMDdtLKkUeBgvURm2XvJ7UFbB35IqshdD2qJxKdNNx 3PhxRG91QKk6q4lYYmrNMadbn4kUVUz4wCznh/jlmlTbMYID9TCCA/ECAQEwgZowgZIxCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UE ChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29u YWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDBwygMAkGBSsOAwIaBQCgggKwMBgGCSqGSIb3DQEJ AzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTAyMDYwMzA3NTYyMFowIwYJKoZIhvcNAQkE MRYEFN5sj/hFtTWUpKDClU8NtUK+D3btMGcGCSqGSIb3DQEJDzFaMFgwCgYIKoZIhvcNAwcwBwYF Kw4DAhowDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMC AgEoMAoGCCqGSIb3DQIFMIHxBgkrBgEEAYI3EAQxgeMwgeAwgdExJjAkBgkqhkiG9w0BCQEWF3N3 aXN0LWNhQHN3aXN0Z3JvdXAuY29tMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBl MRIwEAYDVQQHEwlDYXBlIFRvd24xKjAoBgNVBAoTIVN3aXN0IENvbXB1dGVyIFNlcnZpY2VzIChQ dHkpIEx0ZDEqMCgGA1UECxMhU3dpc3QgQ29tcHV0ZXIgU2VydmljZXMgKFB0eSkgTHRkMRcwFQYD VQQDEw5Td2lzdGdyb3VwLmNvbQIKEr0KoQABAAAAijCB8wYLKoZIhvcNAQkQAgsxgeOggeAwgdEx JjAkBgkqhkiG9w0BCQEWF3N3aXN0LWNhQHN3aXN0Z3JvdXAuY29tMQswCQYDVQQGEwJaQTEVMBMG A1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xKjAoBgNVBAoTIVN3aXN0IENv bXB1dGVyIFNlcnZpY2VzIChQdHkpIEx0ZDEqMCgGA1UECxMhU3dpc3QgQ29tcHV0ZXIgU2Vydmlj ZXMgKFB0eSkgTHRkMRcwFQYDVQQDEw5Td2lzdGdyb3VwLmNvbQIKEr0KoQABAAAAijANBgkqhkiG 9w0BAQEFAASBgC/KQ9hXfVempR2Z/I9Im7twsZ9sDvUPeMftkEMb/DFgDUJd7fehI5koi6iX8gWG jxo/Z5dJdmT7MmGWA/dwSixCz+3/VvkIUKHhCyoKlu+GwF1xjIQCNLz3OfQyPF84h11gkjvSGQpi NksrkRutnSyfBiN/Mk4T0jkUU4RdRHWXAAAAAAAA ------=_NextPart_000_0155_01C20AE4.E95B2100-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 2:23: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gnome06.net.rol.ru (gnome06.net.rol.ru [194.67.1.187]) by hub.freebsd.org (Postfix) with ESMTP id 8FE6D37B400; Mon, 3 Jun 2002 02:22:52 -0700 (PDT) Received: from ts5-a227.Moscow.dial.rol.ru ([195.239.7.227]:32265 "HELO Sender" ident: "NO-IDENT-SERVICE[2]" whoson: "cher78@rol.ru" smtp-auth: TLS-CIPHER: TLS-PEER: ) by gnome06.sovam.com with SMTP id ; Mon, 3 Jun 2002 13:17:52 +0400 From: Sales To: "" <> Subject: ぢ攣埩谻狣 桸畛訞曬吇 づ恔扃瓬棎 疻袀眑趨 冾迖蹉圪 X-Mailer: Microsoft Outlook Express 4.72.3110.5 Mime-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Date: Mon, 3 Jun 2002 13:15:48 +0400 Message-Id: <20020603091753Z2717926-17150+6705@gnome06.sovam.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 犓硩籣-蚥虭恔 "ぢ攣埩谻狣 桸畛訞曬吇 づ恔扃瓬棎 疻袀眑趨 冾迖蹉圪" 10-11 劦恮 2002 ж鐘 橕-睋 珆袀娸婟奷 婘痸珌 蚕衲攪轂弚籣冾ж 硩蹉奷 衿珈 づ恔扃賺 纖龔狦恘 冾迖蹉奷 埧眒籥 鰍 倳婘 瓾衲 衿狣ж 鰍狦. 襓鼴攽Щ攪椋 蚥虭恔 俵衿栳曬 蚝鼴梏楦 豜倷珃趨: 佹 衃矬轂 恔攽馨婥 俵旽梏 蚕衲攪 臍齡籥奿瓬蹉奷 冾迖蹉圪; 佹 衿籣埩 豜鼴妅 臍齡籥 睋劼俵, 倷珈稊狦衲袬, 冾迋籤畷蚎圴 臍齡籥, 臍齡籥 恔佮謐挃 畛蚧狦瓬 倷., 恓 鰍俷衲屺 倷 嗩玵 そ埡杻挃 畈匟玹. 倷珌畛迋 蚥虭恔畛: 欃畛訞曬吇 睋婞轂趨 熏齡籥奿瓬蹉吇 欃畛訞曬吇 狟玾珆挃虭 衵鼴衲袬虭 冾迖蹉圪 欃畛訞曬吇 霰恓笥棎 衵鼴衲袬虭 戧婘 蚥虭恔畛: 橶玾 齂謐奼奿瓬弚 篴皊弚纔 - 佹恅厊轂 づ硭冾-芩埧芩埩畷蚎圮 恔梖, 馨疻刱玾 冾扃賻埩恉瓬珅 й桸倧 "IVM Consulting", 玿椆挃 冾扃梋寑蹉 俵 俵衲蹉瓬侜 蚕衲攪 臍齡籥奿瓬蹉奷 桸畛訞曬畷蚎珌 殌籥 恔 眐衶圴蚎圮 倷鼴倷奷埩捑. 畛豖賺 蚥虭恔畛 謬齣 畛衶迍婞曬 衄鷗匢杻挃 埧恌侂 殌籥, 蹉賻巟 倢蹉奿瓬蹉奷 づ恔扃瓬棼 俵婘冾 玾Щ恌睋蟹 藷昑 狟畛祰濫圮 齬 藷拏眐 づ恔扃瓬珌 殌籥, 芶婘馨侂 玿疻霰旼恌 畛硰籤瓬 馨恔虭侂 俵昑窔埧杻恘ж 珆疶藪埧杻恘ж 蚆杻鰍 恔旻瘃 霰恓笥棼 衵鼴衲 佹 藷昑 俵 玾Щ恌睋蟹, 埡 俵 佹秺玵 藷拏眙 殌籥, 芶婘馨侂 桸畛訞曬奷 睋釓蚆虭, 霰薺婘眑冾 刳鼴尕玾蚎珅 睋鰍枒曬恘衲媕. 鯦殏轂攫 巟殌轂 俵蚝鼴瓬轂攫媓珃婥 衖ж 倷 に眝奿瓬蹉圪 玿籤謄奻恄棼 臍齡籥瓬 玾Щ恌睋蟹. 樿 謬齣 倷鼴昑秸挃 剺ち刱屺挃 芶婘馨侂 に眝奿瓬蹉奷 珃恘谻珌 臍齡籥, づ恔扃瓬珌 蹉賻巟 臍齡籥瓬 殌籥玵 恔昑ж豜 衃衲避曶濫戀. 鬌虭恔 謐疻衃袬 眙冾豜馨埧曶 倷鼴倷奷埩, づ恔扃瓬棎 馨疻刱玾趨, 芶恓齡籤趨 倢蹉瓬-嗛玴玵弚籣侂 蚝欶, 衄鷗匢旻衲趨 俵 桸畛訞曬劦 づ恔扃趨 奼齬 倷賸埩畷蚎梏 恔倷避旼恄珃婥. 蟴衲蹉瓬佹 珃恘谻棼 嗌攪曬婘 づ恔扃瓬珌 芶恓齡芶拏 冾迖蹉圪 "眙佹虭" 蚆迍ж 眙冾豜馨埧曶 恔瘃恔籥衭 欶 狦 蚥虭恔畛. 鯥珈迍衲 殌輾埩 蚥虭恔疻 恔 狦恘ж 殌輾婠夼 - 265 .. , 訬抸瓾 鍱, 芶婘馨畷蚎吇 俵衃薺, 狟鼴 疻衲玾蹉 冾ち-釓殑. 龢硰珋挃 蚎厊侂. 謝眐恌眐袬婥 芶衲 恔 蚥虭恔疻 俵枎瘃婥 珆覂婬 恔 赽 豜倷珃 戁 迍秸埧 俵 埧. (095)255-6041 欳輿曬吇, 玾Щ恌睋婘砣. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 3:13:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 2A21D37B406; Mon, 3 Jun 2002 03:13:44 -0700 (PDT) Received: from [195.20.224.219] (helo=mrvdom03.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #3) id 17Eoq3-0004qk-00; Mon, 3 Jun 2002 12:13:23 +0200 Received: from pec-1-20.tnt1.s2.uunet.de ([149.225.1.20] helo=encephalon.de) by mrvdom03.kundenserver.de with esmtp (Exim 2.12 #3) id 17Eoq2-0007Ws-00; Mon, 3 Jun 2002 12:13:23 +0200 Received: from chuckie.encephalon.de (localhost.encephalon.de [127.0.0.1]) by encephalon.de (8.12.3/8.11.6) with ESMTP id g53AEul0001707; Mon, 3 Jun 2002 12:14:56 +0200 (CEST) (envelope-from plankalkuel@chuckie.encephalon.de) Received: (from plankalkuel@localhost) by chuckie.encephalon.de (8.12.3/8.12.3/Submit) id g53AEr0A001706; Mon, 3 Jun 2002 12:14:53 +0200 (CEST) (envelope-from plankalkuel) Date: Mon, 3 Jun 2002 12:14:52 +0200 From: "a.s.gruner" To: Andre LeClaire Cc: freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd+ppp problem Message-ID: <20020603121452.A1685@encephalon.de> References: <20020602200539.A1206@encephalon.de> <20020603003926.T335-100000@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020603003926.T335-100000@localhost>; from leclaire@switzcpl.lib.in.us on Mon, Jun 03, 2002 at 12:54:35AM -0500 X-Operating-System: FreeBSD 4.6-RC i386 X-Editor: vi Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. > I'm not sure about ppp, but natd works great with pppd. However, > it looks to me like you need a "divert natd" rule in your firewall Thats it. I just did not see that, or, it was not described that you need it to use ppp+natd. Thanks. Maybe you can help me with another questions, is it able that the windows box activates the ppp, so that ppp on the freebsd box is dialing the number of the provider ? So, right now, i have to dial on the freebsd box, and after that the windows box can connect. So can i dial from the windows box (the modem is conected to freebsd box). I dont want a permanent connection, just if i need it. asg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 3:17:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdomng0.schlund.de (moutvdomng0.kundenserver.de [195.20.224.130]) by hub.freebsd.org (Postfix) with ESMTP id B3EA937B405; Mon, 3 Jun 2002 03:17:47 -0700 (PDT) Received: from [195.20.224.204] (helo=mrvdom00.kundenserver.de) by moutvdomng0.schlund.de with esmtp (Exim 3.22 #2) id 17Eoty-0003cV-00; Mon, 03 Jun 2002 12:17:26 +0200 Received: from pec-1-20.tnt1.s2.uunet.de ([149.225.1.20] helo=encephalon.de) by mrvdom00.kundenserver.de with esmtp (Exim 2.12 #3) id 17Eotv-0002c1-00; Mon, 3 Jun 2002 12:17:24 +0200 Received: from chuckie.encephalon.de (localhost.encephalon.de [127.0.0.1]) by encephalon.de (8.12.3/8.11.6) with ESMTP id g53AIwl0001724; Mon, 3 Jun 2002 12:18:58 +0200 (CEST) (envelope-from plankalkuel@chuckie.encephalon.de) Received: (from plankalkuel@localhost) by chuckie.encephalon.de (8.12.3/8.12.3/Submit) id g53AIs79001723; Mon, 3 Jun 2002 12:18:54 +0200 (CEST) (envelope-from plankalkuel) Date: Mon, 3 Jun 2002 12:18:53 +0200 From: "a.s.gruner" To: "Crist J. Clark" Cc: Darren Pilgrim , freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd+ppp problem Message-ID: <20020603121853.B1685@encephalon.de> References: <20020602200539.A1206@encephalon.de> <3CFA84CF.E5AD5853@pantherdragon.org> <20020603071835.A894@encephalon.de> <20020602231706.K20911@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020602231706.K20911@blossom.cjclark.org>; from crist.clark@attbi.com on Sun, Jun 02, 2002 at 11:17:06PM -0700 X-Operating-System: FreeBSD 4.6-RC i386 X-Editor: vi Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. > Well, the most obvious thing was that you didn't have a divert(4) rule > in your firewall. But unless there is something you want to do with > natd(8)-ipfw(8) that you can't do with ppp(8) '-nat,' I'd start by > getting ppp(8) working right. If you still want to try out natd(8), > wait to do it until after you have gotten ppp(8) working correctly. It was "divert" i have just forgotten that one. Or, it was not described in the places i took a look. well well... (or i am blind....) And, ppp is working perfectly the last few years, so, it was just that damn "divert". But now it is working. Thanks. asg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 3:37:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id B4F3F37B400; Mon, 3 Jun 2002 03:37:04 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id NAA10296; Mon, 3 Jun 2002 13:24:00 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g53AKb429183; Mon, 3 Jun 2002 13:20:41 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Mon, 3 Jun 2002 13:20:37 +0300 (EEST) From: Alexander V Zubchenko To: "a.s.gruner" Cc: Andre LeClaire , , Subject: Re: ipfw+natd+ppp problem In-Reply-To: <20020603121452.A1685@encephalon.de> Message-ID: <20020603131702.Q29163-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, All On Mon, 3 Jun 2002, a.s.gruner wrote: > Maybe you can help me with another questions, is it able that the > windows box activates the ppp, so that ppp on the freebsd box is dialing > the number of the provider ? So, right now, i have to dial on the > freebsd box, and after that the windows box can connect. So can i dial > from the windows box (the modem is conected to freebsd box). I dont want > a permanent connection, just if i need it. > > asg create user with ppp as shell, and login into freebsd box by telnet. In csh You may provide .logout to disconnect after logging out. With best for us all, Stalker. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 3:54:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14911.mail.yahoo.com (web14911.mail.yahoo.com [216.136.225.249]) by hub.freebsd.org (Postfix) with SMTP id 835DF37B404 for ; Mon, 3 Jun 2002 03:54:12 -0700 (PDT) Message-ID: <20020603105411.38056.qmail@web14911.mail.yahoo.com> Received: from [217.131.252.24] by web14911.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 03:54:11 PDT Date: Mon, 3 Jun 2002 03:54:11 -0700 (PDT) From: ozdemir dogan Subject: XFree86-4 port:permission denied To: freebsd MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi,I am using Freebsd 4.5 stable .My problem is when I did make install clean /usr/ports/x11/XFree86-4/ an error occured like: /usr/X11R6/lib/X11/doc/html:Permission denied.I did everything with chmod but no success.( I have no modem:winmodem for cvsup) What must I do? Thank you. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 4: 2:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 7828A37B400 for ; Mon, 3 Jun 2002 04:02:34 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C46A966C49; Mon, 3 Jun 2002 04:02:30 -0700 (PDT) Date: Mon, 3 Jun 2002 04:02:30 -0700 From: Kris Kennaway To: ozdemir dogan Cc: freebsd Subject: Re: XFree86-4 port:permission denied Message-ID: <20020603040230.A17957@xor.obsecurity.org> References: <20020603105411.38056.qmail@web14911.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020603105411.38056.qmail@web14911.mail.yahoo.com>; from ozdemirdgn@yahoo.com on Mon, Jun 03, 2002 at 03:54:11AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 03:54:11AM -0700, ozdemir dogan wrote: >=20 > Hi,I am using Freebsd 4.5 stable .My problem is > when I did=20 > make install clean /usr/ports/x11/XFree86-4/ an > error > occured like: > /usr/X11R6/lib/X11/doc/html:Permission denied.I did > everything with chmod but no success.( I have no > modem:winmodem for cvsup) > What must I do? rm -rf that directory and rebuild. Kris --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD4DBQE8+0zFWry0BWjoQKURAjQlAJ9jaXS0bsYk2zd+2uSMyhNMSzzjbgCYs5Jk vGqJ1jnPwybOpm9uaDRvAg== =f/Yh -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 4:16:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fmx4.freemail.hu (fmx4.freemail.hu [195.228.242.224]) by hub.freebsd.org (Postfix) with SMTP id F2E7337B401 for ; Mon, 3 Jun 2002 04:16:45 -0700 (PDT) Received: (qmail 73689 invoked from network); 3 Jun 2002 13:10:03 +0200 Received: from fm6.freemail.hu (195.228.242.206) by fmx4.freemail.hu with SMTP; 3 Jun 2002 13:10:02 +0200 Received: (qmail 42238 invoked by uid 2935326); 3 Jun 2002 13:16:22 +0200 Date: Mon, 3 Jun 2002 13:16:22 +0200 (CEST) From: Dennis Murren Subject: DNS To: freebsd-questions@FreeBSD.ORG Message-ID: X-Originating-IP: [195.56.253.157] X-HTTP-User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all! I'm new to FreeBSD and DNS as well, and I have a really basic question. I'd like to access my virtual hosts without the www in front of the domain name. (like mydomain.com) I put the following line into the zone file: IN A ip address In this case, all virtual hosts pointed to the servers main domain. Could somebody tell me what is the solution? Best regards, Dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 4:47:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id 1AF2137B401 for ; Mon, 3 Jun 2002 04:47:34 -0700 (PDT) Received: from there (vic-dial-196-30-232-159.mweb.co.za [196.30.232.159]) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g53BlG128663; Mon, 3 Jun 2002 13:47:16 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Content-Type: text/plain; charset="iso-8859-2" From: "Patrick O'Reilly" Organization: Perimeter Networks CC Message-Id: <200206031347.00854@.perimeter.co.za> To: Dennis Murren , freebsd-questions@FreeBSD.ORG Subject: Re: DNS Date: Mon, 3 Jun 2002 13:49:48 +0200 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon 03 Jun 02 13:16, Dennis Murren wrote: > Hi all! > > I'm new to FreeBSD and DNS as well, and I have a really > basic question. I'd like to access my virtual hosts without > the www in front of the domain name. (like mydomain.com) > > I put the following line into the zone file: > > IN A ip address > > In this case, all virtual hosts pointed to the servers main > domain. > > Could somebody tell me what is the solution? Dennis, Make sure you also have entries in httpd.conf for the virtual host without the "www" prefix. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 5:29:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from richard.eu.org (adsl-213-190-48-185.takas.lt [213.190.48.185]) by hub.freebsd.org (Postfix) with ESMTP id ACC5E37B404 for ; Mon, 3 Jun 2002 05:29:18 -0700 (PDT) Received: from richard.eu.org (localhost [127.0.0.1]) by richard.eu.org (8.12.3/8.12.3) with ESMTP id g538Ijln028495 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 3 Jun 2002 10:18:46 +0200 (EET) (envelope-from rch@richard.eu.org) Received: (from rch@localhost) by richard.eu.org (8.12.3/8.12.3/Submit) id g538IiPK028494 for freebsd-questions@FreeBSD.ORG; Mon, 3 Jun 2002 10:18:44 +0200 (EET) Date: Mon, 3 Jun 2002 10:18:44 +0200 From: Richard =?utf-8?B?xIxlcGFz?= To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD and UTF-8 Message-ID: <20020603081844.GC24379@richard.eu.org> References: <20020603033909.50762524.jylefort@brutele.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20020603033909.50762524.jylefort@brutele.be> User-Agent: Mutt/1.5.0i X-OS: FreeBSD 4.6-RC i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon Jun 3 03:39:09 2002 +0200 Jean-Yves Lefort wrote: >Hi all, Hi, > >What is the current status of UTF-8 support in FreeBSD? Bad. > >Some programs need to read the LANG and LC_* environment variables to >switch to UTF-8; if I use 'export LANG=en_US.UTF-8 && program', I get: >'Locale not supported by C library. Using the fallback 'C' locale.' You can generate utf2 (it is UTF-8) locale on your own using mklocale(1) and grep. setlocale() will not fail and gettext messages will be converted to utf-8 if you install recent version of gettext and tweak some config files. Little more than that. > >Is that locale supported in -CURRENT? As far as I know no, but I don't have current myself. > >Can I use UTF-8 encoding at the FreeBSD console? No. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 6: 2:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub-2.iastate.edu (mailhub-2.iastate.edu [129.186.140.4]) by hub.freebsd.org (Postfix) with ESMTP id A268D37B406 for ; Mon, 3 Jun 2002 06:02:38 -0700 (PDT) Received: from mailout-2.iastate.edu (mailout-2.iastate.edu [129.186.140.2]) by mailhub-2.iastate.edu (8.9.3/8.9.3) with SMTP id IAA01073 for ; Mon, 3 Jun 2002 08:02:37 -0500 From: rahermon@iastate.edu Received: from fw.student.iastate.edu(64.113.93.191) by mailout-2.iastate.edu via csmap id 29685; Mon, 03 Jun 2002 08:04:41 -0500 (CDT) To: Subject: Cyrus-imapd with sendmail setup question Date: Mon, 3 Jun 2002 08:02:26 -0500 Message-ID: <000001c20afe$e9262f80$8404a8c0@TheGetto> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Using version 2.0.16 from the ports. I am having dificulty having mail delivered to my imap server. Accounts are created fine, and user is able to connect via client software. I am getting sm-mta errors "No such file or directory" on the maillog and SYSERR(root): makeconnection_ds: unsafe domain socket. A searched for the previous error only provided a few hits and I have not been able to reach the website for about 2 days. I have read the documentation many times but I can not find any hints about what to do next. Can anyone be kind enough to point me in the right direction. Regards, Ramon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 6:14: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21505.mail.yahoo.com (web21505.mail.yahoo.com [66.163.169.16]) by hub.freebsd.org (Postfix) with SMTP id 9E5D437B400 for ; Mon, 3 Jun 2002 06:13:58 -0700 (PDT) Message-ID: <20020603131358.49080.qmail@web21505.mail.yahoo.com> Received: from [216.136.109.158] by web21505.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 06:13:58 PDT Date: Mon, 3 Jun 2002 06:13:58 -0700 (PDT) From: martin Subject: Re: Cyrus-imapd with sendmail setup question To: freebsd-questions@FreeBSD.ORG In-Reply-To: <000001c20afe$e9262f80$8404a8c0@TheGetto> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1215670177-1023110038=:46690" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-1215670177-1023110038=:46690 Content-Type: text/plain; charset=us-ascii Have you tried the Cyrus-imapd and sendmail FAQ's, searchable archives, and mailing lists ? rahermon@iastate.edu wrote: Using version 2.0.16 from the ports. I am having dificulty having mail delivered to my imap server. Accounts are created fine, and user is able to connect via client software. I am getting sm-mta errors "No such file or directory" on the maillog and SYSERR(root): makeconnection_ds: unsafe domain socket. A searched for the previous error only provided a few hits and I have not been able to reach the website for about 2 days. I have read the documentation many times but I can not find any hints about what to do next. Can anyone be kind enough to point me in the right direction. Regards, Ramon --------------------------------- Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup --0-1215670177-1023110038=:46690 Content-Type: text/html; charset=us-ascii

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

 

  rahermon@iastate.edu wrote:

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

Regards,
Ramon



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

Hi

 

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

 Thank You,

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

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

 = ;

 

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

扻斀鍡儗 鳿 縺覷譇錪蕻 嚧羻攦殣鍒

謥碭 緪錟膻

扻斀鍡儗 瀔槼嚦飶殣 勷搿 翴搿錪囔 麧謥碢, 膴鍙 膰襜豂蜦 隮闉擫樇 膴僔霠蕻擯 嚧羻攦殣鳭, 嚦碭 諘膴樖賳 麧膰譇蠂碴鍎 罻攮, 鳿蜦襜碲樇膼 鳿 膰蹖 麧謥瘔.

扻斀鍡儗鳷 勷諙僠襙 賾罻擯 縺麠 厴氀魰錒嚦鍒 瀁 婰襜儰諘澼 牆鳧緡豂瞃, 鳻樇膼 瀁襜檍, 麧謥碢 鍕錟魡 闃鍕鍣 嚦殣儚殥膰 欈臇闃譔.

籐槻 緪錟膻 嚦鳧殣 瀔襡 瀁魡謤鍎 轉麠 摠鳿膱, 僽鵰 鳹 鵳譇鼨 轉鷿 譇搿灚 懤嚦, 儋. 扻斀鍡儗 瀔槴摫馵鼏 錌搿 鴈蠈蹞歑, 鍻魤 樍 縺瀁錍 蠈瀇闅鍣, 瀔鳼僔 闃鍕 膰鋋謶 勷諙僔 縺嚦豂樇鳺.

癩瀁錍鼏槶縺 鴈鐕謽僪

砎 勷諙鳧鳷 麧謥碢 黓瀁錪踠襙 縺覷譇錪蕻 憵蠈謶鳪 瞂劌儓 擯豂禖 瀔鍞誺鍱鼏槶樥, 膰斀鍡儗 儋鍺 勷臝鳧 鼀鞜 麧膰譇蠂碴闃譔, 蘹 瀁誺鎀殣 樥 儇鼏槶膼 硾樦 譇儋瘔譔 轉 轉麠 摠鳿膱. 扻斀鍡儗鳷 斁蜰 朢譔 禖瀁錍樇 譇賨儚膼 攦殣鍒鍣 蜬擤 黓瀁錪賧瘔膻樦 耪譇擯灚齕鍏 蜦蹢霠罻.

冓賚歑 膰斀鍡儗鳷: 禖勷蠉 - 26儵, 儰鳭. 膴鍙 - 14儵, 瞂 - 150

栺鍞斁嚦 膰斀鍡儗鳷 - 395 賾摠樥 (瞃錌欑 嚦鍞斁嚦 儋嚦飶膱)


砱錼鐕 (095) 168-93-79

沓. 蠈 (902) 61-777-63

E-mail: dimsonet@mtu-net.ru

极翴僿歑 砑殣竀 瓖鼏謶


泃 碫樍魡 譇噊 瀔鴈譔 轉 誺鍙鍧

儋嚦飶鼏 膰斀鍡儗噮 瀔槼槶僛 沓齕禖 ;)


[H82K117Z112J77W100S91D78L86U94Q84J78C69W90U87S87L80F74E72] --= Multipart Boundary 0603022344 Content-Type: image/jpeg; name="___WishTree.jpg" Content-Transfer-Encoding: base64 Content-ID: /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABQODxIPDRQSEBIXFRQYHjIhHhwc Hj0sLiQySUBMS0dARkVQWnNiUFVtVkVGZIhlbXd7gYKBTmCNl4x9lnN+gXz/ 2wBDARUXFx4aHjshITt8U0ZTfHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8 fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHz/wgARCAFLANMDASIAAhEBAxEB/8QA GgABAAMBAQEAAAAAAAAAAAAAAAIDBAEFBv/EABgBAQEBAQEAAAAAAAAAAAAA AAABAgME/9oADAMBAAIQAxAAAAH2QAAADhyui6W5XK5m51QAAAAAAADg64O8 7Ez+ff5+O3qvM2Mb8/I3n6DOq+WHXU0BNyJNzqgAMW2pMmz5+9PQqjX5+sbf OdpdXCc6rI1How7q15stU6M2W/JdWuWe40ndAUARO15rc3Fl3djBdZWkkM06 z9Xzb5y01VbWsd9OPc1p8S3VySTywrW9m0xqlzu4CqrRjr3s68Pu/C6KuJY1 21sSsyrz9arztS28hCalq8r0N89dEKo3crn5+lurI1nZLz7u2dbiuhed5UW5 a2Lko24s2qPa97O91xs5fnslXJpG22vl6OS5yatuo5OG2Waqzddl1msbjneL 5+XTjx6IbPP0s3095njU9C7XTw7rqZbM2/PnNErNe8YtMtkvnQ9XyiqcrLmn VPrV+mu7UChwrxacvPdfLMuVmnzLenP3o+LRq7fPlHn6Nmrx588334Ld59Or NXvG/DfPPXkbZuFV3YzXdefVuTFcqWy1ws7Jmx+n5sZa9eW5r52zW6rK7J0q ldokpdrm65J9eHdeH0ed12UX3OerZWrTj110U50Ql3kebj9Kee3nw32zj4l+ iOOl86tG8+TD0InIaKePXFoh3qnbG2877qtNxCzrchMUAABzo5Xayy3zS5+3 x1MLuI1rJ5Z+7KePSuWjL35bumqAAAAAAAA50ef52/BGvTk1JtjMvIzAUAAA AAAAAB5GbVmizXk0p6QtAAAAAAAAAORJscZKMttJZp8/Qe2xW1oVzXoAAAAA AFUvDjbjr5mHFTR6V9TOd5IlrwLfcv8AL9AsFAAAAAU+N7njSwjfzKrt3UzL 4LXyzlsFtaQnydaPSwelJIaAAAAAc8T2/ElsjKOb2cJCqytZ030E6rK7OWR6 m70PL9ROjQAAAADnh+74cTjZVnU0bV5XOAqurOQnCztkLU27abrHSgAAAAHj ex40WV9nm0XVWqhbAjVZWqFldk7K709aXGp0AAAAADyPX8+M/OQzq2PBbCMl rdjXIzgktuT17m07ZzooAAAADnRmyeojx+exGXx5erw8bnt9rydHoEhMsHV4 6AAP/8QAKBAAAgIBAwIGAwEBAAAAAAAAAQIAEQMSITEQQQQgIjAyQBMzQhQj /9oACAEBAAEFAvaMV9R+zjY6hkUsWo/YyUqK+gl1sMWLNpGNnfrf0u+c+qAz G1Sw5Joh1hfcPuDcPtZyRMWeyTHO7uSB4hwf9Jt31dQZj2U/KF6iEkq9QPFN +y66lcaSuRqu40PJsTtRmk13RdkWy60wFxBQCkzQRMY9lmAniBcU3j9SG4BR yldKw6XGJ10DGls1OX/Enh/UXF5AkQUIXo/kgeDjqTUbNFcaGZTMa44w0F22 bJsvJG+NfT+ELFIIxqBDefI2yYqpFqWEDOWlDoq+V11A4bjIV6ayFXJtfplw EUH0w5UvJl9WTdRsC2qY9Ij5WpX1dVHS/Plx3COh5qxt1q4R6FNrqroj+hn2 xmXAwgM1mWYpN+bKgaadlA6HoOnYNpnMrr2Eq4CI+kQRefI76J/oWLkLx1PQ 3N4JVwY9m2hlzT6a26ASjNQRFG4mPyP4jdszNLmrcMZ/bDeabi0syNcKwKSW RgMSXGxF2Tw7GZV/FAWMF0BRqY1leTJghxsICLa9IVqZTePFGwqY+PTFotoE dSCp1GrCp6gRWsCZcmvILIGxpaEXys1A51IKgRtMLenD6jCamZ7ndMs2MyJp K7zVNVTUDNNndpXqA34lxDt1c7lYULRhDFyNjh8Q8ORm8mqXc3Md7CNRvUWq lVtJBsenoFuAV1C+rTuSbfVGE0w7yq6XLHQCKIOd1MQmJAPRzHG8Rurpq6Ey oYfl2aLZlCVcCmsekswWyNlFRzvRIixTpnMYXNErfyFb6Zm6GZF9GiKKKIDE qZcdFWlbVMg3xnbIsX0S9lMreVv5TPwT8SiDEScq3jaVc3AXcXcerC0GEbeA baIogQwD3WFz8UCgRkubqiKGjr/0IKRN2dIixhUQ7/SPCrAf+2kmIKdhEHqY WFHq+m12PnMPMArpW/0y1n+5h5+uPm3ymDn677ZX2MwfP6+X92TmYPn9Qmh/ oWf6BGbU2WBpjyBSPELPzJNY+gzhY2cmHqDH36V11ETHli5L91zpUsSe3WpX mX5AxN19vL+thvZ6XKEuA+S+iciY/j7bfHvU7KIRD0035O6ciDj2zDzBwnJ8 p64+V94/I8LE5M7eTt2Xlefdb5ReB8hyJ28nbHyi7+6w9SRZ3HPfp3hnbFMY 290/sTjTuYOe5g479jDxig491/2psIfl/LcmLyep4wfP3sn7X5Xgz+DDwOe/ eHjww397Om/Tt/BPTv3/AKgUscaaF99sIMOFhNJE7Hp/Y5GNzF8PFUL9TSDN CzQs0rKHuf/EACMRAAICAgICAQUAAAAAAAAAAAABAhEQIRIgMEEDMTJQUWD/ 2gAIAQMBAT8B6/TzQVolGvCxFaKIOifh4s40JkmkhPDGqxXXkzkpCghr9ZuK Vk2RtiQ+qOWxytYkmiJCvZJpdo8SbWISSJV6HEUSx9q0PCFHWNexNchxVa77 YlhTos+7RL496IrXfkkscRqhHKhPZN78Ld5s9fwKKKKKK/MvxWWWX2//xAAh EQACAgEFAAMBAAAAAAAAAAAAAQIREBIgITAxA0BBUP/aAAgBAgEBPwH6bL67 aZYxFFb7ExxsSHhFiG9uk8LEUUU2KJLglJkG/wBL2NiFiDTGPFYWWUVh+EJr wfyUNiysuQmVhj+KzS6FF0eDELZSQnhjEKXHJOVC5KFsoquTXYh+EXyelcUR Vb2rFFLOk5jKu6v6b3re967l9tdVFdH/xAAoEAACAQMCBgMAAwEAAAAAAAAA AREQITECQBIgMEFRYSIycQNQgcH/2gAIAQEABj8C6btjdapcohMjcuO5gmaz hbZ8jydowZ6yaI1UsePZdpmOXJCVx7C8wTW5JgmLUu49eRvUku0ELJD+3Wuh 6HPmxDpNP+UicExMnDpwS8sf8mq7P86dyyE2ZPLZ9fYuHCIo2XLpEPuPU8Is cOiyXchXZenoz0PsWUqkKxqblt2IohyI0/L2TofYSX1I047+6Zkso/S9zx05 SIkinYvyT4Pwfivml+p7Hpi45zzvnu4Rw6b+zhTwZ5rp0sWccti/JmWx1xIy 33fP8axpaXs+Q/ZCxVELB5LGC9htFxRSJ6E6TBfAtGnMmnU05IbuX5ZR4dU/ I/QrW7Hb8LwPn8kPSWR2YvRLrFL0lYFcsrnDnUKcmojEsa8HDPQ+On/S+K2M l3zwq3JcHF5J780tkkdSxDp4kv2LdGKeR91ScGTJY/D5HwxyWr66N6QqfJ2L KxKLqSYPrdDem+kh0iso9dTNPljsiKwOcD0rAu5alyUXI2bHxdyZEavdGttf ArlnPvcrd6l23b3b/tuKs0yZ2Fy1iXuGz3unu3/bvnW0Y+bTtGPdPdsdU9vq HRC6DfXerlXNCI2FrdDB8i20wYMGDHU//8QAKRABAAICAQMDBAMAAwAAAAAA AQARITFBEFFhMHGBIECRobHB0eHw8f/aAAgBAQABPyH0lRYX7SoWPLpf27qN xJMijACKLv7jBNQRtGuYgZpic4S4pZAhFqFvsryi0cBFlEs28zkSuCWodl4h 8QWjqHm48EPSJ4g56K/XZipmvPDKTVxW6hSm5wmnDLLONVhl8TnZ262lRXOG ZpBRuzklA2ptlvz0BVmHMteiTDEpREmeXBcSAfJNIXWDQSJge+YhlQM5d5Ra h3JC1h7plVTBH1PAmVg8pdWZ7zQSpKt+iL+qjKwvxCwINKfzMAfkldROy71M Ddy+HnGkSjfhiCRwpmlQrzM4KTBvMPEXXRA24MHllY4XB8sRYOHMa5h4OlY7 t9AG1RNuaIdC+8uUEcGtib+wPCyoFGXI7md4TJXpiJmhKl7FdcQwGXqD/El6 9ktaf8EuL8rulZ8pEGdsewkwBZH6EBZnzAo+gallarHxKwSrniNjkiRV5G2Z BG21UfP7RpPO5VyMG/MUKQYYCt9jmdv9pj7CFjXuG/MR86Q6o/8AJ5p4glid 1HwgV4gW8SpzBKgJf1WLT7Qhp8U1DC/vMaY9yYDYqHYUhlYDuC90HFV7RkM9 kVQYHLLiBDEMFnyic8yhCIGZZxXSpD6xNdgxVKnu2x2WuybbqLEqOmot+GW4 XEHlqNmuISa6LUFQbFPMHrdyYOZ2RIZG0pGZr6T4DuTt3EU07w1vmXzKpS68 9pW0xLRd5k7pic2ZE35lMWXDsIirRWh1NyzHmCS7mdpLgCHCuoKBvwaj5L0F vqtFxCg+WbjXaAOJThmvKLwBs3zGtFFLJZISiVgvydsrfkQCk+Eo9LncCMs6 OGfHZiplHXtL3Ey/pw95dlh2J7BcDBSANfQtuTxAbWEEcss1NyN2PDAZgmYO AvLMJ1Ue7sjFfaeAm0EGygIDuzWq3fzO2ULA72mSUOLQWhsNRYCFAF41c3zK h9OaCHWZ5gWIvdxHTZvFQET/AL7TOoa6AMs1+pdWguMYOhmMMv1EDCIcxWG7 jO2CdcEaA13y3CzYS2S7DiU8x2xAu8H5lFQlojl9BG1d493u5TFYD9yzj8RR zT5i+z4m0HmF1TGXUHxiCW2FjfyysfBzLC8eYFqzWWBZKmREGbJeDBBMD75z Hip0XtFyntEt2ZjwVAsF1ynEqwGI8nURTZxcVsT2lh79BLmTxMGo0YpklGGs vguBXvyJaMBfwygVKtOlGOtg8QwVKHhemd3MrrKjMXwMRHfwS1UKcHMSU0N5 ijWBLaJbH4SrHR36UXxvajUvMzIWHFblkGJtAmRAqRm5SGvoCm1dM92twG8b hdUqYDXaCo2QbfYQYtKcHeYnSziLkQ4TieJmcZZYSVyxlqB/NM21X6gXI5nd /UU36O76hZUpdrlG5c8TAUGIO2AgliWfXN3Mle0EBaa5mMqmr8wuBL7riBV7 HeLXQwu4cREtx0lB6ddFjLbNSRFKpHRiIrYZYQKRrByzijeztBUeBMXtCfyE XHian2e72iI6QgnJ3KxgRbA3Li5ThrpyfZnJNmVeHOJp95aaWps6WHoEt9pX jX9po+8ub/uMCrmcj36bfuNR3hsnH3JS19McH2wbLxMtZjW4WdjXNr79RZbn EGkWBv1z8s9iIcX7lW0tZuK1xUoJlnFcEIAJziHIj1/UDfHq+FCI1YyYSmU0 vaFkylnBohCd5jtEpmuugqPUF+zOD3lWH9SrIBaSpRm7lFzAujEPLNd4PvLM rOYOkKPqGz8R/pOXiVJNiEEpoqE7EQ4mbLqBmOmPiPKZ/GCGj6mjL6bI8zL4 s/YRWJzHXT/Ibmj04m6bQ16jMJLKu0yA8wUfmaXzNxwT+ZOYtjHobpakPUdd IaPiflGYj3lsPeavR/aO5wx10G1LvW2D5gsPiLCcxhVBhEdPvAsPDHecTYjO 77Si3f1sRY8scTampvMreZzm7N35jyhO8E7pBQPW/dlxOMw1iC0T8qYRmMUb TiI2xQb9dikd1ai2m67lQz7keSbDoJb8dArd/YmUAGGGbmghJCZT/LgybSv0 mhhIcsofy9fcsuScRZ4jxEjdJeh4gxI7RGbPzme38EHo19mzlCKbM8eBcfxA tD1P/9oADAMBAAIAAwAAABAAAAACyAgAAAAAAAAwxC7p6ag0MgABRgcoEQeJ UbkAAD8qEOFhNH1DoEBFnJpMsnfYbfvk0ChLrRCTSWWH50FThy4FHzrPflRA ATS4jRJclTw+I4IpPFPggWAI4eQQBAKhGPJk18aHGAAAADOPZj3J+AAAAAAA AADjVDIAAAAAAAAABjEAAAAAAAAAAwNFUEQAAAAAABIp1qfhSIAAAAACQc99 yL3oAAAAAAguk2Mrd4AAAAADXKRjN7sSAAAAAA/cuHe7swAAAAABOM9QTo3m AAAAABAN/tyJ3jAAD//EAB4RAQEBAAIDAQEBAAAAAAAAAAEAERAhIDAxQUBR /9oACAEDAQE/EPFJvt3Nh47bbb4fEmA6IhDJidW8Afsh4oHcobZ9XSpLYn5J 9cEQI4HHYJ1vkyN9jmQaJ+wApd1v8PCTer5bzodLXa+ARuzG7d/zYL4gOoX9 t7nkZ0k9HHQsNbHe2/UhSYk68AGmZlt2YO8OdMIZ029TNKLesnj4Wr9kDqSO pOkBZz4TaajiROrfHrSO2Q2yWN+kSlgOsu+Y52S/XBat3V9P6n2bw2+1ts9L LNOPE9egiY5Z8yJjhme/M5OX56DyXp3kfM//xAAgEQEBAQABBQEAAwAAAAAA AAABABEhECAwMVFBQGFx/9oACAECAQE/EO3d8yxjTftpb3vqaQJ0cr0jHu35 G9uH1b8MXK0OL6v3i/tITiGc3whXqmyMgj8ykNkR/JQkXogG/ETvSNdnFcoS gXGxD9knq/2QsGF7dUwkuFjlv2hcLZjfC0ttuw46bJuFze7lZfES04tsTtsC rWdAemaybwRzbW37AZISw0jjbvuQNJ+JfnXMlMYanTi5GzfaVRPDI3p4EZxv W2XssbxDoSY+T9sLtnkPJp0LfCvXbbYh8TT+AE+A9p0GHe+Z7h4c6mWd3//E ACgQAQACAgICAQMEAwEAAAAAAAEAESExQVFhcYEwkaEQIECxwdHh8P/aAAgB AQABPxD6Tuh9Q6HfDcuUurz/AB1S4o3OrVripXYpZ0xybYUbQ1L/AIrCuK2S X0ifOmEUeHUrLQMxrrIM1xHmOQtU5z+IirNQRawtNfUuXLly8/poOgGWy4rX zLJVp5mdKKRUKKtDGPMOnUj3yy46YolbrOjqEoV5f8jtb2QEdJgeUtpHUCla hk/densNS/IPZgfEyduwbqXA1RSQetdqZr/MoYFjJV/aFEcqPsMBYic/Tg/v 5i2y9RDdXSS20Wj0cW/LMhJFvHZ8Q4ZQBtcYiMVjh9xhl+0oRLTuCtWWYwhq VD9wlW1j3EKg+YuwBLTA8ZioUp4BitV1zGgKvQbg9+1xFTLqkDmkCm4Vs9ol kQ0xcRB2GS4Ag7oMOr29PiPky2m/FTn+d7McFNsLkmBOouq64jhRTBxL/dZE CqtlG7hgAG1v35hQhCWW4+AYbijhAEyD88xYVd8/8mI64bDz9oGq13zMTcgr BBu4Na3sKhsrdpWB6YJWgFlDwRmAfNhbhfVfMqmHeW/4/wAzmuR5OvioIdAI Oj/1fEvjkTTxCgzyIKMICtDxFJginMpl+x6QOZcFwYt5+JREV55Y3ZTaGGFm SfI8eoTbnGxaoOOIS0Spnt66zF3LdK1BRsBh5Ig6lC8VGYqKBix8zKtbYu8d wFURQSlx1xHK56L0c+43kq8Do+4i6Sk2ualEkdq0xM2GL6J1Q0TOHIqFrVcn zfUqKIzilQH7BTCmyoKixmDBBQVeEKyp3nExwgiWBb3ELq4fce44CYWq828L 1LpsEU8sEPhiORcyRDOU6lJFp4u1sIRY2laxQPmEA7EjNX+GEmKny/6P7uDs +1VK/wBEvHjaOCGGWDksl+jcsZ6oL8cR+ypy6/7ExUY4eYR1Cym8wLqR1iUt wDz+1lckNiC5eF1hMNeShp4EzboEOCoWEobOWoTfIGogy1weSAb8aCJJWeYs AP7kIYrVhoYUMBnY+pkqLV/eIIMAU3AwX1p7ZTuuV2FfiW7WZoHPWmWrDguU FELqXOGMQ7/czN82Ro9kxEBz6SH3gSYBoNWkDEsHc0jDzG6JL5uXUQbwVEEU d+YcgZFnjtj4PbywHYzABde5XeYuLDxDGg5EaAE22PxGqDgzHt8wB6Gxdr5I uQx4ZnkNeP2MCtXUKJcYeNm4dBcqmhePcSyqkLgfcimdlm1u5RDSNCaYJKWe IF1FDDbmwIF31NsANEBCRG24VlfqBxBihj3BYLzKW+u4Bykq8l00EdRC7avK xahDY68RYO44HmdTNBvlYPEFfiV+gImgI6Eh8kFpFtgwxhQW6TEwWgQTCD8y idXCQ9KY6g8scVL+tDhHD6loNFYqNg0yuLXB1X/vxAuejpZ1EkYZpivdw3cQ tXWoqbGjT+ITbU2F1iVAhQLCoZwSwV3FbUqCUXKFlQQJRtYmGC7YLhA1wQhg K8SzpqE0K/VLKSyN2K8uI0ENtYgCLB2VealdAaCGMhSc1EpNqiJwUuYNQWwG Px94VUeuJQSw5IeKgXfMJVV0IXiXdpqMypyu4VGQWuGIqUUu+f8AEoGIEj/5 wwTNFKtU1x3LygTTsx7mERH/ACZSI8vf+QExLDBl9MSMuZhXfvcFjKuo6xiG dfsZkoLqP5tgKJCJyaKH1MkaQqKVrRdyuEC5qsLgF/mY6oVdZgBgwR8gHlh2 XbKQZHCMpBs8wHAwgvJkNqc06GD6Y50R4e16qACNm9nLMMdumFOCIyz0hL44 iPIIW1uqEpIZzhB7DzFYA2qLDxG+7oziqZU4YR5frcIHBnvHEGA4HDUr+eVV ql5MKdAp9vLFBrZ5gAGBfK7ls08DSWYhdLdSi9aNwqLLJWijTAgu1cMo9a5b cQNAtyHMV0KrtvGoOYS5G4RXF7iyWJiF0Vd8Z6lMS8jPe+4+iVnvzDsilAOI 2pW1bV5glmpXnP6MGRfmBsTxfEX+uPEwBd3mPbQwNPHmVFwDXREBtF4gFhXA OGog9tXUVG6HxAVCz+Y7FLeIjvdvJLwJAYuV6gjrr3TAqE3ZeIbTh4iwNBp5 ipoHbV38TBxFoH3IYtXCdMEkxeYb1UICg3n9Efde0FFroqOOFGR5gVEFChrM WawNXg9sqwaKcR6I50ESlujzMYptBszC0DyaiUEKyZuFoTLQ1FtKopTMuyYo DVFQYvdNpz75lxVlbpl0Vq7tmZi5d8ywCG/UduQGx7lCt4ym7lyIFoe45mOG AomMmZ0yjG7mq/1dY3A6RKxjglpS5YNWxez0JWt5iHNcQnCi524ieYalIyd0 A9RPjsdEp8TF2eESFL/qZul4fgwBMfziFTGExAnwB4lVWENMYqMdXmFygKYf 3AkFBp7f6mDomGLGOlHKuBiUnoxCAm/7rOyWbJe0L3iLose+WO6G2PfbFgEI j6liGAoA4gkCvguYmdQOR4+Jvhkc7ZUvG0peWEAb5VzTDYyqBHV4j2Olg/Op SBQ4ZrzB2nR1EKxGi3gY9Bv7EhAaPJ3AI619Oi2l1qVHSuO4/wCnhuK6y9zY yjXiBgsjhpituITVtj8ahjR7K9J/mJ3oDVl8pXaxHjEbM3S/JGR0v++J2uKg 9MDH8ICb2jFbCt4v1FDS1qrV3CiFVCXu8wSAJeOINHZ+ZmThBU5JWHIwwfwj YdlQm2wgZKNrwHUehKxMRuAFsGo9/US8QUHL+iEmX+GxUBjSDgY9SrtbF++Y 5Md+n+QnlSseYnVs46i5jx9n8i9BUVLm7mwnUTjwn8ii1iz+oyyPE+0EyNdP 8RSPmVtmZKBXNw6FTUNqODEw8Qi0CYMXBGSVUrjR6lXW0oqDcAWNn1/i2yLK xSjq4NwWHbmXZdRFPsSmEuUCqAN8Rfx3mMhSCxRtuoGVwOrlelzplICX2lUZ H6vkOZeI2b5itQ1dLBcAntlbIWww6IbkddyxYodQ+HecTAwb5rUMlhvxKRYh rKlVAa3B53LmkXMxHU+vqUH2jjMEwfzHCG64YgdD8mYErwoiixw7jkoUVUCk pXHM723BC1tABxaOu/fmedMRd0wT2PP1OaLf9RXS8qs+ZRUOQiwtfmt/MTWc x0MyqqYac14ljU9koilj7QAhVeYQQCUwikjvBhg+CM9So9H1BZdkCDsAywEN WsxPISjvC4rolRC2uIheoU75c5Lht+Jdb1EUswJ6iKe5o+po+okTgumEqPKX 5LH7kyLkBUFoNAz5mytNwMmbl1a9hOZeIVNxUenuVRuFHjR+SafU2RVf3DaG xxmbTkR/NHxMlmAH3mlsMS7NYpYNC8j8zcTQEeRz/wBjzgdWrgF4gYlfTZ2Z b+oFDmrjxKvJMSA5UjWKXdOIgXcFEf8AlTH2gcvmD4lgZeYKDsIKHqAuekPt /WHWMv8AmHaWcMblyuwVLidcJUD5A/qUIVSVmBEeWa61SfZDkOc/eDnuLW8E oOMVM+Q0SuOCH1GBqdxsAcLlORTcVCyxfxLAjkB8k2Tk3A2goxcIAli0k0FV gmcK2y9VqXHqpRFeWX9Y4i6THuVygarxiUCxniER8uHqUQups9Fe41c3zAnr 1KuOKS7pecwS7RUKfGWcIAPr2UDBrYwYeEN8QEg3WFlkC5BqXEU96gBL1FaX lFIw26XrzEV1tZ9n/SXQTbGSIb4PcIFFNjlh9ZAIljLkl7Vk+0Ua85QtGxym oKSuqYUAaUZg4L4qmVC6ANXFeY7ui4JQFVwhGRK/8srPPNbZTKlSpX1agHCE dj+yAUk9Sp/xzKFsaEeiAL+hH6H/2Q== --= Multipart Boundary 0603022344-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 12:58:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 76FF037B405 for ; Mon, 3 Jun 2002 12:58:48 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g53JuJi79265; Mon, 3 Jun 2002 16:56:19 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 3 Jun 2002 16:56:19 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Darryl Hoar Cc: Subject: RE: IPFILTER & FTP In-Reply-To: <005501c20b34$fd329230$0701a8c0@darryl> Message-ID: <20020603165222.R78390-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 3 Jun 2002, Darryl Hoar wrote: > > Well, > I checked my ipf.rules file and my out bound and inbound have > keep state. I have tried putting: > map xl0 0/0 -> 0/32 proxy port 21 ftp/tcp > in my ipnat.rules file. When I do this, I can ftp passive into > a machine when logged into my firewall. From any other machine > on my network, no joy. > > If I replace that with: > map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp > I can't ftp even from the firewall. I have double checked my > ipf.rules and they look right. What am I missing here? Post the following: 1. Your ipnat.rules file. 2. your ipf.rules file. 3. The output of a 'sysctl net.inet' You can also try flushing the ipf rules, to check if the ftp transfer gets blocked by some ipf rule. Load them as soon as you finish the test. Fer > > thanks for any ideas, > Darryl > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 13:16:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.ruraltel.net (mail1.ruraltel.net [24.225.0.34]) by hub.freebsd.org (Postfix) with ESMTP id 5BC1A37B406 for ; Mon, 3 Jun 2002 13:16:21 -0700 (PDT) Received: (from root@localhost) by mail1.ruraltel.net (8.11.6/8.11.6) id g53KG9916145 for freebsd-questions@freebsd.org; Mon, 3 Jun 2002 15:16:09 -0500 Received: from darryl (p189n31.ruraltel.net [24.225.31.189]) by mail1.ruraltel.net (8.11.6/8.11.6) with SMTP id g53KG7I16126 for ; Mon, 3 Jun 2002 15:16:08 -0500 Reply-To: From: "Darryl Hoar" To: Subject: RE: IPFILTER & FTP Date: Mon, 3 Jun 2002 15:22:00 -0500 Message-ID: <005801c20b3c$51a07a10$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020603165222.R78390-100000@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: Fernando Gleiser [mailto:fgleiser@cactus.fi.uba.ar] >Subject: RE: IPFILTER & FTP > > >On Mon, 3 Jun 2002, Darryl Hoar wrote: > >> >> Well, >> I checked my ipf.rules file and my out bound and inbound have >> keep state. I have tried putting: >> map xl0 0/0 -> 0/32 proxy port 21 ftp/tcp >> in my ipnat.rules file. When I do this, I can ftp passive into >> a machine when logged into my firewall. From any other machine >> on my network, no joy. >> >> If I replace that with: >> map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp >> I can't ftp even from the firewall. I have double checked my >> ipf.rules and they look right. What am I missing here? > >Post the following: > >1. Your ipnat.rules file. >2. your ipf.rules file. >3. The output of a 'sysctl net.inet' > >You can also try flushing the ipf rules, to check if the ftp >transfer gets >blocked by some ipf rule. Load them as soon as you finish the test. > > > Fer OK, here are the ipf.rules, and ipnat.rules ipf.rules: ################################################################ # Outside Interface ################################################################ #--------------------------------------------------------------- # Allow out all TCP, UDP and ICMP traffic & keep state on it # so that it's allowed back in. #--------------------------------------------------------------- pass out quick on xl0 proto tcp from any to any keep state pass out quick on xl0 proto udp from any to any keep state pass out quick on xl0 proto icmp from any to any keep state block out quick on xl0 all #-------------------------------------------------------------- # Allow bootp traffic in from your ISP's DHCP server only #-------------------------------------------------------------- pass in quick on xl0 proto udp from 10.0.0.1/32 to any port = 68 keep state #----------------------------------------------------------------------- # Block and log all remaining traffic coming into the firewall # - Block TCP with a RST (to make it appear as if the service isn't listening # - Block UDP with an ICMP Port Unreachable (make it appear as if it isn't # listening) # - Block all remaining traffic the good 'ol fashioned way #------------------------------------------------------------------------ block return-rst in log quick on xl0 proto tcp from any to any block return-icmp-as-dest(port-unr) in log quick on xl0 proto udp from any to an y block in log quick on xl0 all ########################################################################## # Inside Interface ########################################################################## #------------------------------------------------------------------------- # Allow out all TCP, UDP, and ICMP traffic & keep state #------------------------------------------------------------------------- pass out quick on xl1 proto tcp from any to any keep state pass out quick on xl1 proto udp from any to any keep state pass out quick on xl1 proto icmp from any to any keep state block out quick on xl1 all #------------------------------------------------------------------------ # Allow in all TCP, UDP and ICMP traffic and keep state #------------------------------------------------------------------------ pass in quick on xl1 proto tcp from any to any keep state pass in quick on xl1 proto udp from any to any keep state pass in quick on xl1 proto icmp from any to any keep state block in quick on xl1 all ######################################################################## # Loopback Interface ######################################################################## #---------------------------------------------------------------------- # Alow everything to/from your loopback interface so you # can ping yourself (e.g ping localhost) #--------------------------------------------------------------------- pass in quick on lo0 all pass out quick on lo0 all ipnat.rules: map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp map xl0 192.168.1.0/24 -> 0/32 output of sysctl net.inet: net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.first: 1024 net.inet.ip.portrange.last: 5000 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.hilast: 65535 net.inet.ip.forwarding: 1 net.inet.ip.redirect: 1 net.inet.ip.ttl: 64 net.inet.ip.rtexpire: 3600 net.inet.ip.rtminexpire: 10 net.inet.ip.rtmaxcache: 128 net.inet.ip.sourceroute: 0 net.inet.ip.intr_queue_maxlen: 50 net.inet.ip.intr_queue_drops: 0 net.inet.ip.accept_sourceroute: 0 net.inet.ip.fastforwarding: 0 net.inet.ip.keepfaith: 0 net.inet.ip.gifttl: 30 net.inet.ip.subnets_are_local: 0 net.inet.ip.maxfragpackets: 256 net.inet.ip.check_interface: 0 net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 200 net.inet.icmp.drop_redirect: 0 net.inet.icmp.log_redirect: 0 net.inet.icmp.bmcastecho: 0 net.inet.tcp.rfc1323: 1 net.inet.tcp.rfc1644: 0 net.inet.tcp.mssdflt: 512 net.inet.tcp.keepidle: 7200000 net.inet.tcp.keepintvl: 75000 net.inet.tcp.sendspace: 32768 net.inet.tcp.recvspace: 65536 net.inet.tcp.keepinit: 75000 net.inet.tcp.delacktime: 100 net.inet.tcp.v6mssdflt: 1024 net.inet.tcp.log_in_vain: 0 net.inet.tcp.blackhole: 0 net.inet.tcp.delayed_ack: 1 net.inet.tcp.tcp_lq_overflow: 1 net.inet.tcp.path_mtu_discovery: 1 net.inet.tcp.slowstart_flightsize: 1 net.inet.tcp.local_slowstart_flightsize: 65535 net.inet.tcp.newreno: 1 net.inet.tcp.tcbhashsize: 512 net.inet.tcp.do_tcpdrain: 1 net.inet.tcp.pcbcount: 2 net.inet.tcp.icmp_may_rst: 1 net.inet.tcp.strict_rfc1948: 0 net.inet.tcp.isn_reseed_interval: 0 net.inet.tcp.msl: 30000 net.inet.tcp.always_keepalive: 1 net.inet.udp.checksum: 1 net.inet.udp.maxdgram: 9216 net.inet.udp.recvspace: 42080 net.inet.udp.log_in_vain: 0 net.inet.udp.blackhole: 0 net.inet.ipf.fr_flags: 0 net.inet.ipf.fr_pass: 513 net.inet.ipf.fr_active: 0 net.inet.ipf.fr_tcpidletimeout: 864000 net.inet.ipf.fr_tcpclosewait: 480 net.inet.ipf.fr_tcplastack: 480 net.inet.ipf.fr_tcptimeout: 480 net.inet.ipf.fr_tcpclosed: 120 net.inet.ipf.fr_tcphalfclosed: 14400 net.inet.ipf.fr_udptimeout: 240 net.inet.ipf.fr_icmptimeout: 120 net.inet.ipf.fr_defnatage: 1200 net.inet.ipf.fr_ipfrttl: 120 net.inet.ipf.ipl_unreach: 13 net.inet.ipf.fr_running: 1 net.inet.ipf.fr_authsize: 32 net.inet.ipf.fr_authused: 0 net.inet.ipf.fr_defaultauthage: 600 net.inet.ipf.fr_chksrc: 0 net.inet.ipf.ippr_ftp_pasvonly: 0 net.inet.ipf.fr_minttl: 3 net.inet.ipf.fr_minttllog: 1 net.inet.accf.unloadable: 0 net.inet.raw.maxdgram: 8192 net.inet.raw.recvspace: 8192 not sure what all that means. -Darryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 13:25:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.halplant.com (ip68-100-145-31.nv.nv.cox.net [68.100.145.31]) by hub.freebsd.org (Postfix) with ESMTP id 0350F37B401 for ; Mon, 3 Jun 2002 13:25:28 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id 039CD1DF; Mon, 3 Jun 2002 16:25:26 -0400 (EDT) Date: Mon, 3 Jun 2002 16:25:26 -0400 From: Andrew J Caines To: "'FreeBSD-Questions@freebsd.org'" Subject: Re: CVS Message-ID: <20020603202526.GA6583@hal9000.halplant.com> Reply-To: Andrew J Caines Mail-Followup-To: "'FreeBSD-Questions@freebsd.org'" References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.6-RC X-URL: http://halplant.com:88/ Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe, > I know the basics of using CVS but I've never configured a CVS > server before. I'm not asking for any HOWTO's If you're using CVS pserver, it's as simple as uncommenting and filling in the line for cvspserver in inetd.conf. > but I was wondering if there were any minimum hardware requirements for > what I want to do CVS imports involve heavy I/O which get buffered in temp space on the server, so like with so many things, the more memory and faster storage, the better. Note that the temp space is /tmp by default, so either have a large mfs of md on /tmp for best performance or switch it to disk on /var/tmp by adding "-T/var/tmp". Note the lack of space there - this was an issue, though I'm not sure if it still is. > and if anyone had any recommendations as far as what ports in > /usr/ports/devel I should install for this. No ports need for running a pserver or using CVS over ssh or rsh, however there are some CVS tools such as cvsweb which you may like. > Some documentation references would be helpful too. The CVS site has good docs - http://www.cvshome.org/ > This message and any included attachments are... ...published material as soon as you post it to a public forum. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 13:26:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mhzdesign.com (grandcentral.mhzdesign.com [216.234.38.227]) by hub.freebsd.org (Postfix) with SMTP id 183DC37B401 for ; Mon, 3 Jun 2002 13:26:28 -0700 (PDT) Received: (qmail 21720 invoked from network); 3 Jun 2002 20:26:22 -0000 Received: from unknown (HELO ?192.168.1.200?) (216.234.38.226) by 0 with SMTP; 3 Jun 2002 20:26:22 -0000 User-Agent: Microsoft-Entourage/9.0.2.4011 Date: Mon, 03 Jun 2002 16:26:21 -0400 Subject: Re: Mail Server Newbie Recommendations From: Rob Gridley To: freebsd questions List Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Me too! http://inter7.com/vpopmail/ /usr/ports/mail/vpopmail Rob Gridley | 416.626.1777 System Administrator | rob@mhzdesign.com MHz Design Communications | http://www.mhzdesign.com On 6/3/02 3:28 PM, "Mike Tindall" wrote: > Hi all, > > I built a FreeBSD 4.5 box that I would like to use for a mail server. Does > anyone have any recommendations for a mail server package that would work > well with the following features: > > POP/SMTP > Ability to use SPAM filtering services > Virtual Domains > < 25 accounts > < 5 domains > Easy to configure > > I have experience using FreeBSD for web hosting and DNS but never for mail > hosting. Since this is my first time trying this I would like something > with a lot of documentation to follow. If there any books or HowTo's that > are out there I would be interested in hearing about them as well. > > Thank you in advance, > > Mike Tindall > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 13:28:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from box.vrn.ru (box.vrn.ru [195.98.64.73]) by hub.freebsd.org (Postfix) with ESMTP id 7B95E37B408; Mon, 3 Jun 2002 13:27:59 -0700 (PDT) Received: from [195.98.67.7] (HELO Sender) by box.vrn.ru (CommuniGate Pro SMTP 3.5.9) with SMTP id 5165264; Tue, 04 Jun 2002 00:27:57 +0400 From: 砐蘹 To: "" <> Subject: 侹禖 蠈罍鎀鍏鳷 Organization: 迍 " 燦搿錒" Reply-To: etgdku@mail.ru X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-Priority: 3 X-MSMail-Priority: Normal Mime-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Date: Tue, 4 Jun 2002 00:25:14 +0400 Message-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 侲齀膼-黓儴槼鍒僗槶齕 錟搿譇襜謶 "AquActiv" 膰豵闉僪鳷 "燦搿錒" 瀔槼錟蜬殣 膼禖 鐀樏蠂碴, 麧鷿禖 膰鋋蜼灚齕 玁嚦 蠈罍鎀鍏鳷 瀁 瀔鳻樇樇噮 錼膷豂魛蠂睯豂瘔臇 碭僾 譇嚦碭豂 譇賨儚蕻 闅譇儴 羻濄蠋樇膼 麧蠈錪膼嚦. 椯 蠈罍鎀鍏鳷 碲襙 諘瞂蹢樇鳺 黓儴槼鍒鳧鴇 80- 蜦儋 魛馯樦儚殥膱 鴈嚦鼏麔鍒 匎嚭鳷. 扰僗膱 櫇謥灚薤 闃膼碴 蠈罍鎀鍏鴇: 1. 櫻賥薀樏灕 錌朢 瀔鍞誺鍱嚦瞂臇 懤儰灕艚膱 瀁懤樇鴇 鍕闉鵫鍒鳧 2. 櫻賥薀樏灕 緡碭襡鍒鍱灚齕儓 瀁懤樇鴇 瀔黓麔嚦睯 緡碭襡 濿儗 3. 挓樄諘譇緡瘔膻 歞譔槻鍣 碭噊 瀔鳼鳧鳺 樥 鐓賥鎀鍏儚殥膱 魛蠂碴 鼀鍣嚦 4. 呬灚膻 緡碭襡 闅 緪鋹儋籦-膱鷿籦 謥厴麃僗闉蕻 諘搿錼瘔膻 摎 瀔鳻樇樇 鳧蠂摜闅鴀鍒 5. 砐禖鷿膻 鍕樥 謥賥嚦樇襝闃蠂 闉蜬膻賚 緡碭襡 鶌槶儚樇 瀔鍱鵳蠂碴闃蠂 緡碭襡 濿儗 摎 瀔鳻樇樇 摜鎀鍏儚殥膱 儋摳碭 6. 冓齕黓錼膻 斁鋋罻 7. 櫻賥艜鍧鼨罻灕 鏵譇緱鍏 谾謺 膰謽鍒 儇 緡碭襡 勷臝鳧樇鳺 儓 歞蠉蠈錪蕻 鼀鍣嚦 8. 砎槼瀁鼫碴 鍕譇搿襚 谾謺 鼫錪齕隰鍡濄蠋樇蕻 膧錪覷 摎 瀔鳻樇樇 鼨嚦樦蕻 儋 9. 扻艚歑瘔灕 谾錼蕻 膰謽鍒 (鼨鋋 鼫縺) 10. 犧鼏槶膼 臝鳧樇鳺 鐨鵳襜 鍒霘樥 11. 涷擯灚齕 懤錒闉僪 膱儴 瀁欏 12. 栨闃鍕 勷諙鳧 膼禖 玁嚦儓 斁儓 嚫槼嚦 13. 昹黓襚 錌朢 瀁瞂贂膼嚦樥 闅 鍧黓鋋 懤蠉錭鍒 14. 侹禖 嚫槼嚦瘔 儇 隰錟緛僠儓 鼨嚦樦 鳱魬僗槶樥 碴麔謥臇樍 鼖闉鳧 15. 栺鍣膱 碭儋憵儴蕻 檍錪鼨 摎 檍錪蜬襜豂 16. 栨闃鍕 鵻齀鷿膻 纆槦鍕鵻霠蕻 憵罻豂臇 鳿麧錒 摎 瀔鳻樇樇 儋摳碭 17. 栨闃鍕 勷諙鳧 錼灚摿 碭 瀁罻諘臇 瀔 錼灚膻 瀔隮鳹魛蠂耪 鶇鎀鍏儚殥膱 諘搿錼瘔膻. 砱罍鎀鍏鳷 諘凞樇 櫡蠈艜鳭 匎嚭鳷. 咈搿譇襜謶 AquActiv 譇趜颬僗瘔殣 瀔鍷膷 瀁嚦飶膱 蠈罍鎀鍏鴇 瀔魨闉鍒 瀁 錼膷豂魛蠂瘔灕 碭僾 譇嚦碭豂 (暐) 縺 懤嚦 儓 瀁襝槦錼膻. 砐僽鍕膼嚦 瀁 馯謥嚧: aib@vmail.ru http://web.vrn.ru/aibolit 鶌馰樇鳺, 儰謥膷闉 錟搿譇襜謶 AquActiv, .. 鍔鋋襜 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 13:30:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 7606537B406 for ; Mon, 3 Jun 2002 13:30:25 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g53KThU22737; Mon, 3 Jun 2002 16:29:44 -0400 Message-ID: <3CFBD313.7060902@potentialtech.com> Date: Mon, 03 Jun 2002 16:35:31 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Jasin Cc: Chris Fedde , freebsd-questions@FreeBSD.ORG Subject: Re: connection drops after some time References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Roman Jasin wrote: > Thanks Chris, > > I guess that's what I'll have to do. You wouldn't believe how > incompetent some ISPs can be here (Latvia). I probably spend hours on > the phone trying to get them to check whether they have a timeout setup. I feel your pain. I've worked for some people like this, and occasionally, I've just fixed the problem when the boss' back was turned, despite the fact that he had specifically told me not to. :( Hopefully, the suggestion I give below will help you fix things. As far as the ISPs in Latvia being incompetent, I'm sorry, but there are some in the US who are just as bad (if not worse). > On Monday, June 3, 2002, at 09:34 PM, Chris Fedde wrote: > >> On Mon, 3 Jun 2002 20:06:39 +0300 Roman Jasin wrote: >> +------------------ >> | I guess the problem is my ISP, but I'm not sure about that. Plus those >> | guys aren't very helpful, so I'm hoping to fix it w/o them. It >> proved to >> | be the fastest path in the past. >> | >> | Here is what happening with my FreeBSD 4.5-STABLE box, running Apache, >> | sshd, and sendmail. It becomes inaccessible from outside world after >> | less than an hour if I'm not doing something on it. As soon as I >> access >> | something from it, whether via http or simple ping, it comes back >> | online and you can see it from the outside. It looks like it forgets >> | ISP's default router address. APM is not an issue simply because it's >> | disabled. I tried everything, even replacing the NIC and the box >> itself. >> | I'm on RadioDSL with BreezeAccess antenna, and like I said I don't >> have >> | problems with the accessing Internet. The problem is that the outside >> | world can't 'see' my server if I don't access the Internet from it >> for a >> | while. >> | Hope it makes sense. >> | >> | Any help is very appreciated, >> +------------------ I worked for an ISP for a while that had the same problem with his servers. It turned out that the recycled old switching hub that he was using had an option to protect the network from broadcast storms and other broadcast traffic attacks. Unfortunately, the method it used was to calculate the percentage of traffic that was broadcast, and when that percentage got too high, temporarily disconnect the machines receiving the broadcasts from the network. This resulted in the machines being disconnected during slow times when the only network traffic was Windows NetBIOS broadcasts. Luckily, the hub had an option to turn this "feature" off. You didn't specify your network and other hadware setup. This may be something on your end, or it may be the ISPs hardware. If the latter, you may have trouble getting it handled if the ISP is as tough to work with as you claim. >> An obvious work around is to put something that tickles the net into >> crontab: >> >> */20 * * * * ping -c 3 www.myisp.com > /dev/null 2>&1 >> >> But that does not address the "real" problem. I suspect that it is a >> policy issue on the ISP or layer2 provider that is timing out your DSL >> virtual circuit. We used this solution for some time. It seemed like an unholy hack of a half-a$$ed solution, but it worked. -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 13:33: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21101.mail.yahoo.com (web21101.mail.yahoo.com [216.136.227.103]) by hub.freebsd.org (Postfix) with SMTP id 8CB5237B401 for ; Mon, 3 Jun 2002 13:33:03 -0700 (PDT) Message-ID: <20020603203303.59699.qmail@web21101.mail.yahoo.com> Received: from [152.15.26.29] by web21101.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 13:33:03 PDT Date: Mon, 3 Jun 2002 13:33:03 -0700 (PDT) From: Vinod Subject: installing binaries To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG how are binaries installed from a source file a.bin?i cant see something like a makefile Thanks in advance, Vinod __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 13:34:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t65.citlink.net [207.173.251.65]) by hub.freebsd.org (Postfix) with ESMTP id CEF3A37B40A for ; Mon, 3 Jun 2002 13:34:42 -0700 (PDT) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 7AB51EE540 for ; Mon, 3 Jun 2002 13:34:36 -0700 (PDT) Message-ID: <003101c20b3e$13a0d320$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: Subject: Drive Space - Am I Getting All I Should? Date: Mon, 3 Jun 2002 13:34:36 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I added a 80G IDE drive to my 4.5 machine. I used /stand/sysinstall to FDisk and Label the drive. Now after mounting, df -h shows: Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1e 72G 1.0K 66G 0% /ftp dmesg shows the drive as 76319M so 72G seems reasonable: ad0: 76319MB [155061/16/63] at ata0-master UDMA33 The /stand/sysinstall disklabel editor sees it as the same size: Part Mount Size Newfs Part Mount Size Newfs ---- ----- ---- ----- ---- ----- ---- - ---- ad0s1e /ftp 76319MB UFS Y But the FDISK partition editor sees the drive geometry differently than dmesg: Disk name: ad0 FDISK Partition Editor DISK Geometry: 30629 cyls/81 heads/63 sectors = 156299787 sectors Offset Size End Name PType Desc Subtype Flags 0 156301488 156301487 ad0s1 3 freebsd 165 C> So how come df -h only shows 66G available? Where's the other 6G? Is this some limitation of FBSD or my system BIOS? As an experiment, I split the drive into two slices but got about the same result as shown below: Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1e 39G 1.0K 36G 0% /ftp /dev/ad0s2e 33G 1.0K 31G 0% /ftp2 Can anyone explain what's going on here? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 14: 8: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id B29E537B400 for ; Mon, 3 Jun 2002 14:07:50 -0700 (PDT) Received: (qmail 15525 invoked by uid 0); 3 Jun 2002 21:07:49 -0000 Received: from dial-213-168-64-77.netcologne.de (HELO capm) (213.168.64.77) by mail.gmx.net (mp013-rz3) with SMTP; 3 Jun 2002 21:07:49 -0000 Message-ID: <001101c20b42$b568da50$0200a8c0@capm> From: "Pascal Giannakakis" To: Subject: Problem with "shutdown -p now" Date: Mon, 3 Jun 2002 23:07:45 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, i have a problem with shutting down my freebsd machine. I want it to turn power off on "shutdown -p now", but it will only halt and tell me to press any key to reboot. Any idea what could be wrong? ACPI is enabled in BIOS. The board is MSI MS-6368. dmesg | grep ACPI tells me: chip1: at device 7.4 on pci0 uname -a says: FreeBSD slash 4.4-RELEASE FreeBSD 4.4-RELEASE #6: Tue Jan 15 23:09:15 CET 2002 CapM@slash:/usr/src/sys/compile/CUSTOM i386 Any hints appreciated, as i have absolutley no idea where to search for the problem. TIA! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 14:12:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta10.srv.hcvlny.cv.net (mta10.srv.hcvlny.cv.net [167.206.5.45]) by hub.freebsd.org (Postfix) with ESMTP id 951F037B400 for ; Mon, 3 Jun 2002 14:12:13 -0700 (PDT) Received: from localhost (ool-18bc16a8.dyn.optonline.net [24.188.22.168]) by mta10.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GX500BJLEN3VP@mta10.srv.hcvlny.cv.net> for freebsd-questions@FreeBSD.ORG; Mon, 03 Jun 2002 17:06:48 -0400 (EDT) Date: Mon, 03 Jun 2002 13:19:13 -0400 From: Equine Art Subject: Equine Artist -> David Magnes...........> To: freebsd-questions@FreeBSD.ORG Message-id: <001501c20b22$c81db960$0301a8c0@mike> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: multipart/related; boundary="Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw)"; type="multipart/alternative" X-Priority: 3 X-MSMail-priority: Normal X-Server: Advanced Direct Remailer v2.15 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw) Content-type: multipart/alternative; boundary="Boundary_(ID_yJzmAzeh5rLqJwxXRLTMOg)" --Boundary_(ID_yJzmAzeh5rLqJwxXRLTMOg) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT David Magnes is one of todays most prominent equine artists. Only a few ever manage to capture perfectly the elegance of nature's most beautiful animal. David Magnes is one of those artists. His striking paintings reveal not only the grace and beauty of his subjects, but also their spirit and personality. Today, Magnes' canvases hang in collections throughout the world. Does your horse merit a work of art that you will always treasure? Then take a look at some of Davids other amazing works. ^ Click here Best Pal - Three-time California Horse of the Year (1990, 1991, 1992) http://www.promaestro.com/magnes/ --Boundary_(ID_yJzmAzeh5rLqJwxXRLTMOg) Content-type: text/html; charset=iso-8859-1 Content-transfer-encoding: 7BIT

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

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

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

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

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


Best Pal - Three-time California Horse of the Year
(1990, 1991, 1992)
 
 
 
--Boundary_(ID_yJzmAzeh5rLqJwxXRLTMOg)-- --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw) Content-type: image/jpeg; name=topbar_05.jpg Content-transfer-encoding: base64 Content-disposition: attachment; filename=topbar_05.jpg Content-Location: http://www.promaestro.com/magnes/images/topbar_05.jpg /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4ADkFkb2JlAGTAAAAAAf/b AIQAEAsLCwwLEAwMEBcPDQ8XGxQQEBQbHxcXFxcXHx4XGhoaGhceHiMlJyUjHi8vMzMvL0BAQEBA QEBAQEBAQEBAQAERDw8RExEVEhIVFBEUERQaFBYWFBomGhocGhomMCMeHh4eIzArLicnJy4rNTUw MDU1QEA/QEBAQEBAQEBAQEBA/8AAEQgALgFoAwEiAAIRAQMRAf/EAIAAAQADAQEBAQAAAAAAAAAA AAAEBQYHAwIBAQEAAAAAAAAAAAAAAAAAAAAAEAABAwMCBAEIBgcGBwAAAAABAgMEABEFEgYhMUET UWFxgZEiMhQHobFScjMVwUKSI7M0dPDRYoIkN6LCY5MlNRcRAQAAAAAAAAAAAAAAAAAAAAD/2gAM AwEAAhEDEQA/AOf0pSgUpSgUpX00ptLqFOo7jYUCtAOnUkHinVxteg+aVv07c2wrbX5+Ir1u0Xex 3zzB0lOvT49bVQwl7NmupYlR5ON1nSl9L6XkJJ5FetsWHooM9StBubaMrA6H0ufEwXDZL4FilR4h Kxc8+hrP0ClaydtFEbZzGX0q+OJS6/xNgy4bJGnyakk+mqzbTeEkzm4WWZWRIWENvoc0BClcEhSb cQT1vwoKala/euAxOCbYRDjOapNyJCnSUpKCLp0aeNwfGq7aGPx2UyScfNjrdDgUvvocKO0lCSri nSb3PDn1oKGlW2SewCMiEwIji4TK1JWVPG8gckqSdPsD11qpe29rR9tjPiM+pBabdDHeIN3SlITq 09Crnag5/SrbBpxMrLtxZkZamJjyWmQh0pLPcVpTc6fb5jwrQbpw+2turjI+BelGQFn+YLenRp/6 a786DE0rXYvA7Z3GlbWNefgZBCSoMPlLqFD/AAkBJNuv1VnMnjJeKmuQpidLzZ6cUqSeSknwNBEp St7tbbe29wY9yQYz0dxpfaUA8VgnSFah7I8eVBgqVIyEF7HTn4L/AOJHWUE8r25KHkI4ir7ZW242 bkvrnavhGUhI0q0lTquIAPkSkk0GZpV/u2HiMZkHMZAjrQ4wUFb63SvUFoC9IRp4e8ON6oKBStZl toog7Si5QJV8bdK5VybBt73Bp6abpFZOgUrS4TaaJOPXmsw8YeLaBUCkfvHQDb2b8rngOBvUU5Pb aHNLeFLrAPBTsl0OqHj+7ISPUaCkpV/uCBhRjoOUwocQ1JU42+y4rV23EBJ039J68eFWm08NtvcL TzDkd5iXHQkqWHdSV6uGsDSLcelBjKVY5zCy8JPXDki495l0CyXEdFD9I6Vc7Zg7cyjMlEyK6h6F HMhxxD3BxKPf9nSNNBlaVZRnsOvKAvQnPgXLIDKXjrQSQNevR7XmtWq3Rt/bW3Y7D3wb0nvrKNPx Bb02F730LoMHStBKj4GXgHp+OYciy4zzaHWnHe6NDgVYpOlPUeFfu29usT4czL5BS046ClRUhv33 VpTrKATe3C3roM9StPhztfLTUY1/HKgqkHQxJbfcWoLPuhaXLp48uA51mloU2tSFCykkpUPAjhQf NKUoFKUoFKUoFKUoFKUoFKUoOmMf7Zn+nX/FVXM66bHQo/LQpAJPwzht5A4o39Vc6gQJeRlIiQ2y 684bAAch4qPQDqaDpbemf8uSZPHTCWQTx9qPq0H1oFc9wGN/NMvGhq4NLXqePKzSPbWb/dFbLdeW iYbb7W2YjgdldtDT5SfcQLFZV/iWengfNVPt3Xhdv5DcNgH3dMSCVC4uo3cVY8CP7jQarbuWa3PD y0B/8PuLQ0n7MZ0FLdhw93Sa5fIYehynI7nsPR1qQq3RSDY29IrW7Y3lPOajsTO0I0lXaX22m2yF L4IN0JH61q8/mNijEzCZ6E2ZnJuSOQdQNKh6RY+ug0OXA3RshE5A1SmUB+w59xkFLyfSNVvRWSwy /wAq27ksryfmWx8Q9bKGt5Q/y29NXnyyyY1SsQ6bpWO+yDy6IcHp4fTVHvJcaNMawkI/6TGhQHld eV3V8fJcJ9FBna6ZlP8AbNH9PF/itVzOum5RCv8A5ogWN/hoptbp3Gjf1UGC2/8A++xn9Wx/ETWs +aX8xjvuO/Wisnt4E5/GW4/6tj+Imtb800q72OVY6dLov0vdFBltrvrj7ixy0GxVIbbP3XVdtX0K rV/NJhoKx0kWDqg62o9SlOhQ9RUfXVRsbDOycm3lJA7WPgkurfX7KCtPugKPDgeJ8K8t77gazWTS Ip1Q4iShpX21KN1rHkNgB5qDOVsNu5P8n2/HyGr2Blwh1Hi0Y5Svz8F389Y+tLKYW3sOE4QdLk5a gf8AIpH/ACGgtvmViUhyPmmBdDwDL6hy1AXbV6U8PQK99u/+Oy+HwSeDjbTsycOvffaOhKvKhuw9 NTdsZODk9pKbyYC0YsDvpP2GLOtK9SbeW1ZzZ8x3Ib1E178R8vuK8mpCrDzDlQRd/JCd0yyP1ktE /wDaQn9FQNuY5OSzEeO7YR0nuyCeQab9td/Pa1WfzDRp3M6r7bTSv+HT+ivbBKcwW2ZueCQJMxaY kIrSFDTfU4bHgQdJ/ZoNRgMmndmJykOSbEuOIQDzQy9dTP7JB9VcyERwTRCcGh0O9lYP6qtWg+o1 rtp7wnLzTEWb2hHlHtfu2kNnWr8PihIv7XD01F+YGLXj878c0NLU0B1KhyDqeCx9SvTQaL5ikRNu xYccaGS8hvSOWhtCilP0CucR4cuVq+GYcf0W1dtCl6b8r6QfCulZZTe8dpd6DZctkpdLA94PIBC2 7eVKjp8eFc6gSpsKYj4d1yO5rSFhCig3CuSgP00H67BzDUYpdjyURUEuELQsNpURpK+IsDbrVxtO Q/Fg5uTHWW3moyFtrHMKDgrT/M555vGxG0LUlDjqg4kEgKATwCvGsxthhx3D7gWgXCYgvz8Sv6kG g1zS8dvzA6HdLWQY5kc2Xbe8Ouhdv7EVlcBBlY6Xn4ctHbfaxUsKT+xYg9QelU2EzErCz25sY3Ke DjZ91xB95Jrp817GZbATc5EAU4vHyWdfJSUlGtTax4pUn+7nQclj/wAw199P111Df+OE+HEQZceH ocUdUpZbSq6eSdKVca5fGBMhoDiStNh6a6J80Qfy+CbcA8oE+dNBk89h4+Kx+NLL7clyUl1b77Cy tpehQCAm/wBm9uXOr7YGdxzcR/B5FSEIfUpTZc4IcDiQhbaieHTrzrNY2FLyzDra3SiFjGHpBUU6 gjhq0DlxWoeNH8ItOBi5pjU42tbjUsdGlpVZHLopP00Gpzfy2KQuThHSq11CK4ePjZtz6tXrrBKS pCilQKVJNlJPAgjoa3Xy2yuRXMex7jinIKGS4As3DSgpIFieQNzwrK7hfjyc5PfjWLLj6yhQ5KF/ eH3udBXUpSgUpSgUpSgUpSgUpSgV9tOqZdS6jSVIIUnUlK03HilYKT6RXxSgvk743QhAbRMCUJGk JDLAAA6Adqoru5s66hTfxamkL95LCUMA9OPZSiqulB9BakrDl7qB1XPtcefG/Ord3d+4HoxiOyEK jkW7RYY0geQdrhVNSgk4/Iy8bI+JhqSh4CwUpCHLcQbgOpUAeHPnVjM3fuGdHXFlykvMuAhSFMs9 Rbge3cHyjjVLSgkY+fKxstubDX232r6FWB5gpPA8ORrzffdkvuSHla3XlKccUeqlHUT6686UHrGk OxX0SGdIcbN06kpcT4cUuBST6RVyrfG51ILapgLZGkoLDBTbwt2qoaUE+Fm8jAkuy4i225DytSnO y0ogkk+xqQdHPkm1TXt67lfToelpcT4KYYP1tVR0oJs3M5XIJCJkpx1scmybNjzITZP0VCpSg/UK KFBabXSQRcAi48h4VdK3luJTHw6pKCwBbtGPHKLDpp7VqpKUHs1LkssvMNOKQ1IAS8gGwWEnUAfT UvF5/K4gLGOeSzrN1K7ba1HyanEKNuHKq6lBaztzZnIhHxryHy2oKQVMs3BSdQ4hsG1+nI16SN3Z +TGMR+QhccjT2iwxpAtbhZrh6KpqUErH5OZjH/iIS0tvWsFqbQ4Rxv7PcSqx8oqfN3buDIR1RZkl LzKxZSVMs+a4IbuD5RVNSgkQchOxz3fgvrju8ipBtceChyI89Wit3ZRbgfebivSUm6ZK4zRdBHIh WnnVHSgsMpnstl9IyEgvJQboTZKUgnwSgAVIhbsz0COmNDkpZZSLBKWWeNuHtEt3J8pqnpQe0uW9 MfVIfKS4q2ooQhscOHutpSn6KkQc1kYEWTDiu6Y8xBQ+2QFAhQKTa/I2PMVBpQSsfkpeNe78NSEO 8LLW226U2N7p7qVaT5qs3N7bmdTodlpcRz0qYYUPUWqoqUFvI3VnZMRyC7JT8M8LONoaZbBF7822 0mvPF7iy+KaWxDetHcJK2FpS42okWPsrB526VWUoLWRuTKPR1xWlNxI7v4rUVpDAX94tgE+uqqlK BSlKBSlKBSlKD//Z --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw) Content-type: image/jpeg; name=giclee.jpg Content-transfer-encoding: base64 Content-disposition: attachment; filename=giclee.jpg Content-Location: http://www.promaestro.com/magnes/images/giclee.jpg /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4ADkFkb2JlAGTAAAAAAf/b AIQAEAsLCwwLEAwMEBcPDQ8XGxQQEBQbHxcXFxcXHx4XGhoaGhceHiMlJyUjHi8vMzMvL0BAQEBA QEBAQEBAQEBAQAERDw8RExEVEhIVFBEUERQaFBYWFBomGhocGhomMCMeHh4eIzArLicnJy4rNTUw MDU1QEA/QEBAQEBAQEBAQEBA/8AAEQgBfAETAwEiAAIRAQMRAf/EAK0AAAIDAQEBAAAAAAAAAAAA AAUGAAMEAgEHAQADAQEAAAAAAAAAAAAAAAAAAgMBBBAAAQMCAwMFCwoDBgUEAwAAAQACAxEEIRIF MUFRYXEiEwaBkbHB0TJCUiMUFaFygpLCM4MkNBZiQ1OisnMlNQfh0mNEVPDxk0VkVTYRAAIBAQcE AAYABwADAAAAAAABAhEhMUFREjIDYXGBIvCRscFCUqHRcoITIzPhYgT/2gAMAwEAAhEDEQA/ADWs 6re211I2KQtY3YOCAjtZqrXlxu8zRsblb5Fp7RTyx6vdNDajo5K7Cco8aFNtDCLiW9cyO5kyhoaA epkfuLeZQcmm7S0UqLM3M7Ta4y3N5PcEQOJDCWtA/ur2PtTq0gEsc4fHWh2Cix6vJd6bbts7hsVw HEtY0eYC4YOAQ21AtreSzkhebuVhjlY9tGxt84SHjlQm2q1ZtFkgnfdr9ft53CK5EkWFC1rHAEjZ XKtFv2r1P3Vs1zfDPI6gjytzNqaY0agBsxaRulErCY6OZGa+2DvIuGTZfatizygVYAKMBIpV1dqa raVGFFkg/L2y1S3ldG+4D6Ha0Np4F0O2t9vm72XyJYhtXnpvqHOJrgr+ow2/IFlWvyG0wyGEds70 mnvDm130YfCF2ztZeuP688xZH/yJZNsc2Lg4erTYvRAwecGk8izU8zNMMhsb2lvn+bfNPEdEeJWD XNYIq2fMOTIlIQsNPZtLedQRNHmsoeRxRqlmZojkNh1vWRiXyU5A0rk6/qw2vk+qEtMdNGDkle3m euxdX2anXvpzhZqlmGmIwntDqu3rJB9ELw9o9UH85/1WoE29vsPbO+Re++323rTTjRq3VLMzTENH tNqv9Z/1W+RefuTVv6zx9FvkQR19fE+fhyhqrde3+PtndwNRqlmbpiH/ANx6zunf9RvkXo7Ra3/W f9RvkS973qB/nuH1V4bq+Ip17zjswWa5ZhoiMX7h1yn37wfmM/5V4df7Qbrp4/Dj/wCRLZmvTiZ5 OYELgm6dgZH90o1yzN0RGf4/rtQDcnutYPEoe0Guj/u8vO2P/lSw4zluVz3GvKFwYiW4lx5CUa5Z hoiMp7Tay0Y39Poxf8i4PavVR/8AYV5MjPExL3Vtx6JPeU6kHa08uxGuWYaIhx3bLVW1PvZI5GN8 its+1Wu3he2G4JMbS59WMwaN/mpadbsONCANuO5c207rOV7Tm93mGSZoNC6OtSm1Nq+0NEcg9eds e0VvlIuCWPrkcWMoabfRVg7V9ozAyYXVQ/dkjoP7KAyOhp5xlYwn3dr+kMT5ru4tcFpDbv6y4HWM yEurXq2vdgHZR6pRqdOpmlZIKfuvtBT9UAdwys/5V1adp+0dw58fvHtG7Bkbv+igRbaxak33uQz2 8bKl8GNTTojv7UQbF71O27bE6K2cGtlka7KIxi5oHFyHKSxwqZRZGl3ajtTmyi6aHerljr/dR3sh 2iv9RfKL+brKAZRla2hBx81oSjpckFpdztuIjIImve6TaabGu+VbeyziwF7MM1e9mKaMm269BZpU sPpvWs47qqIV1jsu3+VX5VFQmLXadtxLq8wjcAI8pq7YMAUKuesbeNubuVkEk7OsL3tJY9zejVlO RMHauMtN1JF94RUnmCUIrwXvUs1G6kijax0cLgyobWnyEhQpWT7l43IIFtzrJFpCGPYA97biToyM czF7zwrsosVvLcxm5u5ZBPJbMbGTI7zopHZSB63KupZdYgsWdXE/qJB1BlArV7ji0OG0lVXFi2CI Qvlzzx1Lm06DejXLXe4ISoqYG9nUy3kr7q4ztcHtb0aNwYweqzkovRK6KrMpI4L2O0IHWRyNBIx6 LiPAtTIrkVHXxj8M97YmqrjalTJJCMwiNF6HS0FYnUptV9LoZgbhgy7OgaGvcUAvKV95ZyjK7yJa W4GVKg6U7IiAvRI/Z1Z7yvAua/qY8P4T5F4333Ae8xVJ9U+RFOwFPWO/pFeGR/8ASNOIWhrr4u++ h2VrlNPAoTeAZjLCScKAFFOwGbrHUHsivRIS4kxkBXOF1gDJCRtG3YV01l1Q1khw2hFAKxIN7SO4 vDK2mIoDuorgbig6cVOHcXThMNj4sN1FopiMzcej8i5MzaVDdm3BbKXFT7SIc4FcV57elesi6VaC grgsGTMfXs3N7lF4bhgGLaVO4LVS4JwfFm2YgcV443WU9KGoqTsrhisNqjMZ2bAOcLwysIqAtZ96 4wY0IOGw8VKXQbnzwYDkqigVRiMzMNi8NwzhybFrLbknKHQneCaLl3vQFSYKE03LaBVGX3hhbWlF 57ywAilarXlumktBgGONKcFDHek4utye4ii+GFUZPeI6kBpovHSxhgzMqHDDkWvqbym2CleI3rwQ XL2guENOAICLEFViDnBoIcwHA9FErK8bDCX3TS9soe1kgNXV9Rw58VS+0JaKkNJJplIVcVqHXAjk eY2CpL9oBGw4JnRq0zsbo7K+igFo+JrmQD32eNo6ZaejTNyBFNNvpLmxdai1M8AeJQ1uD45G+YHV 9BDYr6/0e8bcu9pNNHhmxjlheKUaq4Y5LnrXQZYWhrppXPcWgNGGQO38gSNN3/MKWHmpyzDK8Nz3 FXPuXsHRBca9XhtARPs69sjnSNYIw+hDW7NpGCwW14+7kijkja2CCNsTcgp1jQfOdxJRXSYo4buW KIUjY4hnNmKeDo6NCTuG+nR/B+0ovfR/B+0oqkgN2mn6i5uC9zQwjYfmgoMbe11O1s4RC2zt2F1L WA5p3TuG15d5rd609qn9b2hfC+hZRoHdaDihNky7mrbmDPLP+Xhnrlc0E4PdxoBgoSVG3XGpZUou xVf57a3iZZ3kstjK53VsJoRLGaFw/hrsXZ059xG2G3jMQc0PllkrmLiektlv2fbFb6s1z+sdaxRG M8KnMUWt4Q+M5alpiDqmtdo4pXKmnE2t/Qz6f2aupIGubfCMHYDHXYtQ7N3hrXUGgUwPVotp7QLf o7FsoHABp3bFSiyJuTF09l7w/wD2DSeHVrkdl7twzDUGYkgAxpkFDTcoADXZmW6Y5GapZi1+1r4G gv4+UGNT9r6gKfnosa+gmMDzgabdvcXuWuGHLzo0rINUsxZPZjUKCt5Fw8xQ9mNQAwu4STuyJmwD eJG2qgArSu4o0oNTzFgdmdQAFLqDmLeKh7Nai3H3iA1NPMTLlBzDAmoKhAGJPcRpQamLX7b1AYm6 h+ooezepbfeIHfRomMUqDTmUq2tCelSqNKDU8xa/bOpO/nQA/NXH7a1GpHXW4rji3EFNHpZa0G0q prAzM7aXY1GKzSg1yzFo9mdU2CW3dUV2Ll3ZnUgM2e37iaTsaXDA7KLlwJxBGG5GlBreYr/tnUzX pQUO/mXh7L6mCTmtymcgUpjUA07q9IbhtWaUGuWYrHsxqW3Pb04rk9mtSyk5renKmp2WgAxK8IAN KLdKDXLMVR2Z1ICofb8tV7+2dSJDc1vgmjKW4Gm1ckmoB28EaUGuWYrjszqVD0oKKO7M6k3AG376 Zo8akgVOKhI27Wg7OVZpRutiuezeqEVBt+YlYLvQtUacBGaCuVhxIG1OpaK1w5aqkRsM7AKEnby4 IsSbpcCnISL15NpAxpeYs2aKBwzZPWo/lpsV8trHfW/vcMkdu2oyWOJoOJdyog9rBe2MZqG530Zu 2Ox515p7JdMabsFrrSTLFddY3NkZWuYN4hLqsVL/AIRQo/LObM6ytpBcsDRLG52Y1f0RkA3VWzR4 5ormSG4FJozlkbwNSUFnMrRd6iyVzHCVoiIqwuz1cH03DDBGtDkdI4SSfePYwk1qTTNVzjxKpBW1 FncOPo/g/aUU9H8H7SioSA3aXSWvvp7wkl7mt6trdtcoCx6NG0anawuPWXDMZsa9X1bHUYOYuVva ya5bqbogXZKNLcuBxAwC29mdOuIg7UbqLqXyR9XDHvYwGpJ/iccSuXke6ubLKyKOTEW2mskellZ3 hxVVkKxyl+3qW5jU+sPWxWyVg+H6u7b0q7abAsliQ5kpBwMLaDHZVvrYqauibmFNPp1GDcFqNCcB TBUWIpBvBWjGhqcaHvrqVxF3nhoHNwwXhADvGlKXtJrcLwxz2Br65HlhLeaqr/dGrk1M0Ip/0z5F mvsNo6jhQF1N22oXopXdWu1J7e0+r1NLiDHbVjqeBWDtHqxNferX6jvIjX2DQNnRPAH5CuS7KRvJ wSv+49XpT3m07rXeRT9x6vvuLT6rvIjWugaBoaA0V7tTsXJoRXjXBLI7R6tTL7xaUO7K7yKHtHql am4tK/Nd5Ea1kg0DPgNm2i4JBFRt470tHtDqZ2z2Z+i7yLwdoNUp+ptAPmuPiRqXQNDGc1FXUzAb eK4LgBUbdgCW/wBw6oK0u7XHgx3kXPx/VP8AzLb/AON3kRq7BoGYEmmNKb17jlx347ErfuDVhgb2 1w/6bvIvD2g1Uj9bbYcI3eRZq7BoGbo5wakmgw3c6lauKWPj2qD/AL62GFPuneRefHdVBwv7fH/p O8i3V2DQNBrUY0FNihIykivMlf4/qu/UIP8A4neRcnXdUOzUYu5CUauwaBnpgMxNcaLk9E8apXOt 6rtGosP4JVfx3Vz/AN8DT/pFFewaHmNoaAagYjBeZW7j/wC6Uzrus0JF5mIFaCNFNHuNWmIkv3nI 6gZE5uVx35iscg0NKtQwRQbaE7QqiGe8RY+lgBzK5zmkkDZTauGuaJ42g7+7sRLa+wqvF0tc7V9P bUtrI6la0r0t2yqI2kAuNOuY6GR5zAOpRoc04ErJC0u1iwq44PdRoJ2Y9xGuzgzW89AKF8jabttK KMsPjEs3RCi62dczXFm6ZsUcoYYC6pzOGLAOSh2rdpFs61n93fg+IZXgbMwOKp1oy2EzbJ7opOoc DHMWlsrI3Enqmne1q22khl1GSQuD6htHN2Ecivx1r0pUSW0afR/B+0op6P4P2lFUmCu0TGu1Zjj/ AAgpghFII6bm7UF1of5m0kVrIAO41nlR2OnUNpguPk3vz9Sr2oBXAzabqwPGo3Y0WOyPs5GuA6MT RQEu9Ju84rVf1OlaqRtzjvLLZYCbaKRt21qek3jis/GI2YWsSBBvOOC1OANQTsB5FmsSTbg0piaA YrQ49HpNOzBdP4sliAbe3F3BBC/FlXUHdW79rwkbNvKVTpgIMFeXwppb5oTQS0ox3sWv2pBw+Ur3 9qW/qplUW0WRlRa/alv6qg7K2/qBMqi2iAW/2rbeoFP2pb+oEyKIoAtftS39ReftO39VMymAxRRB UWf2pb1rlx5yp+1IPV+UrRoesTajq1+1z/y7KCCP1Qw5S76W1H1iozWmrGK/7Tg9X5SvHdlLYCpF BsxJCaUpduL8wmytw7AvMr2g0rl8w9wodErgVrpUt/acHA98qftODge+UZ0W/Go6dDc+kRlf85uB W9Co1WgOqdMhW/aVv6p75U/aVvwPfKaVFtEZUVf2jb8D9Yrz9oW/B31imtRZRBUUH9nrezuLVxaT nma3Ek76rTdknU5AdjZKA8mUYIrq1M9nXb17aIXdj8/If+se9lCnyYdxkduykHmVQB69hFN+HcVr q02jDYqgfbNJNdpw5kS2syN4JtwDqunAbszjU9zYjegR5YZRWlJH1PdQWFtNV05wINQ4HH7PjR7R QOpfv6bvCuf8or4xKS2i/wBtIGdc2UAF1Bt2hU2QpqMrRgG0A7i39sG5jFhiHAVWCxObUZiTU5vG r8N/gyW1DX6P4P2lFPR/B+0orEzLrDK3kbjumoO6xvkRhgIgbjSiF6sCbsE+YJGb8alqLMwgZxoF xz3y7P6lPxQvajX4XquOPWN3LNZ/z97uqbiaj0m7Q7FbL8ZtJ1QVA6YrybFjsg321KFpiBqCSPOZ sLsViuiO8QxYk9T0QGA7Foq4tJNCRtWeyAMGIwBwIWh7TQkYUBqOK6fx8EcQRpvnQd3wpob5oSxp 9M1vTgfCmdvmhNDaglezpRRRMYRRRRAEUUUQBFl1OYwafcyg0LI3EHuLUg/aq46jQ7mhAdIAxoO+ u35FjuZsVVruJHZTUn2+tROc7ozuyP8ApL6evi+mPcLqBzfOD2kfWX2cYgE7UsbG0NN1UX3RF8p7 S377zXZnPPRicWMbwDcF9N1G+h0+ylu5jRsYqOU7h318emmMt7JM/EyEu75WsxKyvU+g9gZzJp00 R/lvBH0gmlKH+3lTZ3R3Z2+ApwRG75hPd4X0PF6oomFIooogAdqv3tl/jtQ26p788/8AWd/dCK6i KyWnJM1Cbw0v3ba9a8/IFLkvXcZXHbshPPRV0aXtyinneBWOHgVdfaN5nYHmWTufYI3gaAl2q2BI HQa8kVOyh3Up8qYtFHsHE73EpctXNdq9iwecBJUY7ad5MuiCkBpuc4fKorfH4zHlt8gntQxrprdl T0pAO+hOnfrpMa1PjRrXwPf7QnEZ681Ag2n/AK1//req8N7MltQ2ej+D9pRT0fwftKK5Mp1Snvrx /FE7whFGH2DDyIZqQrey8nVH5SijRSBoHBcc98uz+pXBAG9oNJ1Qu3vFK8cNqz2hc8zuNC4wtBLa hu1myuK0XzmjStSr/UA8Cz2oGaYMFQIm1rUHzm7jisV0RniFLIEQho341WzaDUjAeJY7AVi2ZStR BxqK1G3uLpV3gjiCNO8637vhTO3zQljTttvzHwpnb5oTQ2rsEr2dKKKJjCKKKIAii4llZFGZHnK1 oxKVdQ7aC2lywhsjATUkEHwoBug2pH7b3omvBYtJpbxOkdTZncMPkWiy/wBw7GWcw3UJhGVzmSA1 BLRXKRuqlW5uri9lffSV6y6c404B2AHcCSbpRdSnEqtvoDtKuHW07bsR9cLej+r3OINcU9Wf+4DJ ohLLaEN2OyOqQe6khxitmNjjxbTpP9c7MOQLFC+WCZzGupXZwKaFKuuIs6qKo7rxx7Xdo4NWgtre zJ6ppL52uFCHDBoKVJ8HNy+dQgjuruOSKV2ILXnaG/LRb7PT4Z7uAyvDYHO6c2JA527Vri1arTIz TSi7Oo99iLJ9rorXvFHTuL6cgwCYlTaiAW8bbYgwtaAwtxFArliVEEnVtkUUUWmEUUUQBjvh07b/ ABQg91X4g7f7R5p3kbuxV0B4SBBLnHUXYV6Tz8oUuS9d/sarjvMcKtIwx76rzAytbji11K8y7Lx6 hFdtdyrqTJgRQMefkWTufY1XgWzcDrNgwYdCU4V202po0YDqDTcSlexIdrdgKHoxy4449HvJo0Ov u1TtJKiv+kR53AzX6C8jdwDj8iC6f+uk7iM9ocouga0IY8/2UG0/9a/uKvDfLyK9qGz0fwftKKej +D9pRXEKtQp77cV9WEinziizfuRzIVfZTqFw0YODIa/WKKnCEA8Fxz3S7P6lMF3AN48N0rVQ8Zhn oAeJ3rJYAsEzcTliaCaHHFvFa7wZtN1QVAq8UqstkKMnykn2TaE14t9bFYrojPEK2T6RVO9aS8U2 HHYSORZbIPMYxFFqLhlq49zuLpW3wSxBNh59vzHwpmb5oSzp9c1vXgfCmZvmhNDauwSvZ0ooomMI vF6uXODWlxwAFTVAC52v1DqbPqgCAd2bLnPAAYkL5nc3DhIS6lfVGwdxG+1mrme9kMZq52HWH1Ru j4BL9pCZ5S59S1uLjx5EVoqmJOTL4IAxsT5B05nU5mrfcXDGNEDdjRRjRtVZhe/qXAea/ZyELjK6 KZxaKTuwbXHqm8T/ABFRbrazqS0KiR71LIaPufaTnZDuYN2byLJqDXZ2TgUzChpsqtD2UcGg1AJx O0kbSrYbcXTvd3guLvNA4rU6Ooso1i4/FQZiTn2Uxw3ItZTGTGtXAdJtaZhx51mbp07XZctakgDl HFXQQOi85tRj0TtAKtrWZz6JZD52S1Bz2G0rWnSDTtpvx4hM6+c6FrHw+5ZI5gkidhLh0huztPhC frO/tL1me2kD6bRvHOEupVoNpklWhpUXi9WmEUUUQBRcCpi5HhAbl3+ZEHYc9frBMEwrk+eEvXP+ qY4ikh/tBT5L13+xqLDSnSIpycFxVoloKHoPw+io4gknLhyLmMDrHENoerfiTyJJ3PsagPp4za3Y gOJ9nN0aUDejuO9MvZ9xdZhzuJHeKXNNH+dWZr/KmI2+r3kxdnv0QpsqfCpx3x7fzHncD+0X30ju EDu+XNCC2H6+TuI12loBO7+BrR3XjyINY09/lPL41Xi3S8ivahr9H8H7Sino/g/aUVhCu9odRnru jZT6yK/yRXghV4C7VJQPSh8BqigFYG8wXHPdLs/qUwQBvSPheqHYM45eCosy0tmNMvsmAjZjVqtv Gl2l6mxoqc4NNleQcqpsa9VMSzIRG3oUPFu4krFdEZ4hSwawREA1qStDmtybMQPEs1i0iGtQcTTc VqNQyh4E/IunDwSxBVlg+35kyt80JctRSaAcAmNvmhNDauwSvZ0ooomMIs9+1rrKYPLWsyHM5/mg byaLQk3/AHC1sWtm3ToZKTT4yNG0M5edAHz7UpYpryQwFz2ZqNe7a4cabuZEBG21to42jpEZnHeS UMsIjNdsB2A5ndxbppeun/hGAHIEnJl5K8Sp7eEbWyvjj6ODn0a152trtIVLmCNzTsbvcePKvZTQ QNHpOqe4FfO5oEb6AteMrxuzDf3lCv8AE6qX9KfxMM7HmBssYzZXFppyrVoUN1Fdi5DS+RlS1jcV yA6GRzQM0UozD+EgKtl5NE0vhkPszU5T5FT2aoiL0J1fywDj3e6sbJdx5biQlzmndVZ5ZIJg5zG5 i7cMDzLHc3s2qwNmze1hHT4U4rLa3jmVIPT2CqKBqxzCEjYWyNETnZHtzBr/ADgd7a71v0zVRZyh z6hzMWubgQN7TxCEPm6zIXijmNoCNu2tVd0eq60kF+yiGrDVfQ+labqMd9C2QEVcKimwjkW1I/Yu 9kc+O2IzAOfSvoim5O6pB1T6WEOSNGqYqp6ooomEK5djfnBLl1T4mCRXoyf3wmOT0fnBLlyK6k07 skv98Kc713NR2caYUCrY13WPdwif4F04trReNHSflOPVvw7iSdzNQK0+nxm2JpVsE2wUPm7zvTB2 b/QNO81ql3Tqt1mHO2gME2V30eNfEmHs3/pzBylTivePb+Y87jB2ndRkg4mIfKUGsP18vP40V7VG jiOLo/C5CtP/AF0vP41XivkK9qGz0fwftKKej+D9pRWEK7uvxgioxjIp3EVb9w2nAIRdn/O+NIzU dxFm/pm8wXJO9/3fUpgvAv3NRpuqnLU5hlptrxCpsaOiuKF1erZiRQ1q1W3YHwvUszc9JWuLa0rR U2TgYrgtBa3IzDYfOCVXRHeIWsg7qMSa1pULQ4ERkEkkA7OZZbHP1PncwWojoEkkFrTv5F04eCOI Nt/v4OZMTfNCXoP1EHMmFvmhNDauwO9nSiiiYwpu7mO0tZbmTBkTS49xfFNYv36heyXEhLnvcS4n 5GjkAX0bt/dTxaW2KM5WSuoccXci+XsYZZgwekUZhiabb2UJdsc/fyL2Fx6znUlFDlGwblIR0wQp vF5llY0sjdcGgiPqnwruZxfbuLcctDTmVFw4mMO4EfKVbbuFS0nB2ClSxPI6K1co5pEkkM1oW06A ABdvFdhQvqrlruqrQb+HOt8MjreUkUcGYOYdjo/+C8uHFrqCvVOOZtOHOrRaOacW3UlmJYg8DASN LXDiFlFY3Fq3RSBwBVV3Ec2YjEpa+1BtPqmsDiOUyP2ngtIuA6FzHDpA0WKFwbLQ7N3OtwjEmZ7B XiFrMi27Bj7CRiS+Lq/dtc6nPgn5IXYEkalcN2Dq9ndCflsMf6heV2x/pIooonJnEno84S5P/qTQ TToy4/TCY5DTLzhLc4rqDSfUkp9dSneho4nZpnw7qrbi95P9J/gV3S40HIq9vWVOyJ/PsWSuBfYE WBb8ajJ2i3lB+qmHs5T4eyiX7INGsggUPu0mNP4canemLs/+gZRThvj2+w87mCO1P3v0o/C5CtO/ XSc/jRbtQPbD50f2kK079bJz+NV4r2K9qGz0fwftKKej+D9pRVEKbwf50d3snGvcRVmFqzH0Rihd 1/rZB3xnwIq0flmg+qFyTvl/cUwXgX72p0jU6CpzjkVNmQY7g7+rZiBQHFu6pp31deF7dI1EsYH1 kDaOwwO8coVFmC1lw2hwjZ5wyna3aAlV0R3iFLEuEIBC0mmV3zT4FnsyMlDuWgijXH+E+BdS2kcQ fB9/AeITC3zQl23++t/mpib5oWw2rsDvZ0vF6vExgif7mXTGMtIAPanM6vBuxJdhDRj7h2wdFnPv RXt1qQv9ee1hrHbARN5xi75UPdVkUcQPmip5ylk7O4/GvauRnmJLsFt0q0dPJTDAHaspZU15UU00 iJ1a05VOT9aFuOLc6mS9NGvZwcBTmVcL8TxGKsvxQ8auJWWE0eaoSrEJNqZpnFXCVm2lQOPELjOH MMXHpRE7v4V28F0OHnNxC4fHmYHDEOFajdy+VCCStfW0oimLX5TgRtRF3tWZhjRYA1jjkl6MjcA4 bwtkFYnlhNQsng1gbxO9O5mC4a5sleVFdGe5zxHlLidgAqupbS0iDZr8kF2LLdv3juU+qER097nM 6wRttrQb/Nb9Y4uQ+T1+7uMXHSb+ivCnZe2uLLWnucwtgmYW5sKA7RVOySY9R02bLHHmc4GgfGKY 86atLlc+3yvJcY8Ku291HHP20vG50oZzQs1qyllLzaooornOcv3c6XZiDfgn1JP76YnbudLsoBvh X1H/AN9S5L0NHE9OXylV0PtSTgIpKd5WvFcAKgjaqw0NMuNT1L6V2bFkrjF9gVa1+NgbMtq+tBTa 3nNUxdn/ANAw1qlyyqNdJdX9NJlrSlMvImPQDWxYePBShvj2KTuYI7UfefSj8aE6afzknP40W7Tf en58fjQnTf1sh5fGrcV7Fe1Db6P4P2lFPR/B+0oqiFV1jrbv8M+BFmj2DeYIVPjrbuSM+BFR+naD wC5J3y/uKZeBe1Aj4LfioxloMKnbsVFo6sdww1FI2DpAA4Fu0BW6g/qtDvso2zZQW8pHFU2hOS4D quORm6h2t3BZ+MR3iFbInqBgaBaXE5HHGmV3gWWx+5FQeVan4sdgdjvAulXMjiD4Pvrf5qYW+aEv QffW/wA1MLfNC2G1dgd7PSaYlDde1Zml6XcXf8xjSIm7y84NRIpJ/wByr0i1ttOhdWSdxfIwDEsb s+VbUwQbcPu7wyynMSTJK47yTXwrXJiSTvVULOoZT0ji48q6kfUKcnV2XF4LTG29no3LVbvIBPDa soNRgtMHRgdXfgkkrCvG6Mpu3h+XlNVmHnk7lZMeiDuacV41vSPApo2InO2VTRbEOwOzYpGHNc6O tCw1HCm9S26L8RgurwmJ7HigDsCNtUv5NZlPwUv1f8DvqWB7S4ANJoHeoTsr/DwK1h0dqW5G+8Xr zSOOlQ08TxKytLRFnJxaMOWu4rq3llgjklYQ18gpn2uDeAO5Y7foarLFjbXI7f1No901yBe6i7Et JrDEf4j6RWG6vLi4fmuJC925owY3kDVoaM7eTaqJLba4DYtjStt/xcJOLpZcbNOvnQOa5tK1T12e 1VsjWseKZ8Ca79y+bR52Egpl0ifJHxGFaeFE3po0EFrTiz6MvVRZ3DLm2jlYcwcMTy71erp1VVic zVG08Dl27nS7IPz3Ox9frpiduS7IPz30Hf3lPkvRscTrpA7KHcuOl7YE19k/wLs0xrtpvVdcJtgp E+h7iydwR+wHsR/nhOJ/KyZqgAebybUy6CR7iwDduSzZE/HHZjU+6yVrSgwGyiZtCp7kynfU4749 h53AjtOfan58fgKE6b+sk5/Givaf708kkY+QoVpn6yTn8arxXsV7UNvo/g/aUU9H8H7SiqIVXNfj juPVGg7iLUrAOYIRcf648cYz4EY/kD5oXLK+XaRR4eBY1ME9n7rKKn3gE0x2ELy1GF1uqxmIw2lv Be6qXft65Lf/ACBWnDMF7bYNui2gGRhoKUGLeGCXCI+YRsGEQAgkjlWog5XY16LvAs1l9ztwqtBI DHAbMp79F0fj4I4mGOjfdXU6RJFeRH2GrQl8+bac58AR+PzBzJobUDvOLq4itoHzzODIogXPcdgA XyzWdZfq9/JeZckXmQinSyDeedHu3uqGV8ekQP6DaSXVN59Fh8KUZOgzwKbtb62FYRoqspmfuHHF ShLVWauctLG7lrsRqtbOIsTRa3DLDyqiFlJOZX3fRYN1UknWSRaCpBsx5hRzXeacCuoQHNpXpN+V UOPSXjXFpqnpYRUrTeHMYKnE7lyOsncQcK+aOVEeythDq+q+6XDSYGsc95aaEU2Yo7qXY1gdI3TZ S25iGdsMlMsjP4HcQl0O1od8kbE3ToKQa00gDsxb55GyvAL1smR5a7FjsKci1/DZhH8SmYY47eRs VzGei5xOIy+VG7AaRqPW2TLCOKZ8b3QzZi45miu9Do6dfqCbVcdOPQAxxRt819QdgXk0jGNLTjhg q3xPjbloW5TgVVP02Bw2LFCrqNLkSVKFZcCHHeUR0mZwkawnkpxQtkL3FriQyP1nGgRa2thE6O5j kEoBwy7E041i0ThOkkxt7P6i21uTbSupDMeiTsD/APimpfOusEgzNNPEU46Bfy3lsWzkGWKgqNpb TAlJwTex+B//AKeNWckcbwm5Lj/1x+Y7+8UyFLj6+/Hd0Hf3yqcl6OaOJ0eQElVY0nOIHVPwKvNa bcVU+uSfd7J1VkrgX2AtoSNaJH/iy1qAK4cnjTPoP6CPjTFLVqANYcWUH5OUHZuHJ40ydnsdMhO3 BTjvj2Hnt+QI7T/efix/3UJ0z9W/n8aLdpvvPxo/AUJ0ynvb6cfGq8V8hZbUNvo/g/aUU9H8H7Si qIUz0+PO5Iz4EZw6kcwQW5/1t5/gPgCNfyBzBcsvy7SKPDwLOqivZ+5243AqB84YLi0cBHdAgjBt d52t4YLrVyP2/cZsAbkD+0uLSgju8uwBnDi3hgswiP8AsFrExuhBYdvFXuILX8crtnMs9njCNx3L Q4kMfyNd4Fd7SOIPGYyWrNwqe6jN3ciysJblwr1TC4DidwQiP7625iiGrxsmsTE/zTiRzIrTjqsj YpOaTzPmk4nvLp0julJK4vkPKVi1CrZMnDDvI62AMuCG4Cpqg+sRZbp1OdTg7To5LjFEOkFqIALT 3CqIQAVfQ15FsrwgrCyJvTFF7emrRyKyFuUZis90ekeCRWyKTsh3MTxQ1XBJwCtc0GiqcOkro5WN vYR8UVxcEmkz2ty/MBxT5cQ+8Rx3EY9vAc0Z4g4Ob3Qvl9q91h7pdx7Wk9YOSvkX0vSboTRtANQQ COYqCm481fx5LPKKT468dcY/RmHXdOj1XSH21lQyxua8QggEH1XJYsbC70LVIYr53ViuaOYDMCDh RNWsys0n3jVmOLZSwRNi9F73ea7uLDozJe0Ns/4iesbE4Fkmx7XHc0qvIquirVmcT0xrKlFZ8wPr kemOkfFbZxdRE9bG8ZWOrwG4pddCQKY5HHCu0Y4hPOu2Q065udb6sSdXEwQZsR1xOTM4cgxSZPcd Y8yOqWznpn1ZfW7q2KoqN173iyasaMTLczGcPPSZ0W13U2UWzT7gwYOd0Hgh7PVeNhVckU2cyW+E jhllj4/+6zsEge4zN6sRirq4VTk6haO8a5rntwGFefYUf7D3hlvrmMGtWhx5gkeK5ORwGxxJA506 /wC3Vi8SXeoP81wEUfLvJS6bfJTXWNOg8lLjsb5wp6Bx+mUxlLhI9+ef4D/fKXk3ISNzOySDt+VV PxbOK/ynKwlu8iuNMFVKQWTCuIiJqAsnczI3oD2Z/wA5kAwcLOWuNdqZuz1PhkHEtxSza1+LzEnM W2bzhQ0rzAJm0D/TIeZJHeuxSe19wR2lxf8AjR+AoRplPe38/jRftJXrD/ixH5HITpn6p/P41Tix FltQ2+j+D9pRT0fwftKKohnusNamPCM+AI0fuO4EFuv9WuTwi8iNf9v9EeBcr3S7SKPDwLGrkft+ bMcfehjwOZeWRBZd1dUdHHDHEergvdY//n5BgK3Tan6S8sgOqu+kXYtFagnzhvGCzCPxgNmF7PGE EUCtdQMeSfRPgWezA6kEkq6SnVPduDXYdxXe3wSx8mOP7635j4ls1qbqbUPwpQhY4/v7fdgfEve1 EmSyHKCKLJf80PDeJ771oJNKnGiH37xK5rj51MeWi8ld0g3cuHgubx2pEqMu7UUxtIcVqia0gfKq 4hUkbqKyIHMRRZJjcapQtkORmCwTOD3Fbbhwygb0ONcyONYhzu2iOSKNUhjzzNaeK7pUq2MZGl42 7lSthBKr7BDqg9hhO3xpg7GXrzMdPldSSE1jB3s3juJczktD64naVosrmWC5jvYSBcW5rjsc3eCo 2XPBp+Tpkqqy9xoH+2M0l9fwafDV0cOLwN8jtg7yZtIso7GwigjNcMz3cXO2pZ7K28l7qT72cOPU Ve57vSlk2AcwTRYTZnXFuTjbyED5ruk1dEbXV43HLyUSUV+KtKtftTd6RdQtGZxYXNHK3FfKqdMR y1DJMCRuI2FfZSRsO/ckLtH2ZyXrjajrI7irxCzz2HeQ3gtdE6+BY1aor7xfdFmja51Q5pyvy7cN 9VRdx5RlL83Gu9FbTs/r7eky3e5mwOI84coKvPZHVpyHOti2u3pCneK2qMoxUEdHhta44BfV+x1s +30SIPFC8lw5tywaV2DsLdzbi8rLLtMdeiORNTGtY0MYA1rRQAYAAIvdTLlQ9KXC0m6e4EeYR/aK YzsS4TS7fhXo1/tFT5NyNjczqhpsxAxIVTw7q56/0nYq4kndiVTJXLODs6o076ydzMjegPpz2uvZ 3CombbSCpILcnDDxpm0D/TIRsw2JW0x2XUruow91fiG5cK7z6SadCJ+GQ1ONEkd6+MCk7vII7Sfe DlfH8mZCdM/VP5/Gi/aOhJocQ6PxoPpf6p/P40/D+QstqG70fwftKKej+D9pRWEKLyg1C8LtnVsA 7pCMf9vh6oQW/cW6hcjc4RtpxxRnEW5HBoXI98u0iruiLOrgnQJMcBdNrzVXNiQLa6p/DU87uSi7 1Ukdn5Dv96FOPnLmyI93uTWlcpqcSTm5Fiuj4+iGz8hazdW3B471ZNTqJBXHI7wKqzPsQaiiumPs JcRXK7wLoe3wRV/kyM+/t+Y+Jd9pYGy2VSPNG1cM+/t+74kYubdtxbujdvFEUrBdhk6SqfJ5GEyG nfXLAec1Rm/0o2tw4DFpxHFYjbFpwGFaqWo6VGqqcMtiATTYF3DHUg8URtohJASRsFCsr4erLmg4 HEBI3UtGwH3QoVgdtKI3GPKsRaHE8VSDsJciqyQsL5GtCtvAYo24UDnGncVthCXzYY4KzW2tYIow KUFTzlbX2SEpSLOIpAWBvIq5pC17Ym1q4gmmHMqo35cTsaKqy2BfIZX7Tj5EjsbZROqUVf8AYYtJ 7Q3GmMmY5vvBkcHtzHKGuAy7ty36Z2gml1S5kyholjY4gcW4JbDczqcVt021kfqI6kOc8NxpsAAx qlU3mPLihfRf+B1trkzzNdWtVXpzTda1fXjx0ICLeHuCrys+iVMo5CjFjCIon8XyPefpFV4rfmc3 MtLaWVDQvVFFc5yKKKIA8OxLjSRdyHdkp/aKYzsS2cbmTkbU/WKlybkNG5nbswxNK8iqlr1c9Ttj O3nVjhRlcvyqqY0jnpuiO3dism7AjegNYODtSvKimS1kFQSd+3HZ3E0aD/pUOHo7Ut6eGu1O6jxI NoQMxrtO4bkzaI2mnRCmUgUpuU47/jIed3kD9oD7VwFMMlSedB9L/VP59vdRfXiDM9tMRlqfpBCN KA96dTj41Tg/IWVyG70fwftKKej+D9pRWEMuotBvpjtPWRNH1ao2cIDXc1BtSNLzldcNPeYEYk+5 dzLjlvl2kVd0Rb1OnwE4n9UKUwI6W5c2B9hcOdmxptxO3eu9VH+Q0qB+aGOynS4riyBFtOAano41 24owj4+g2fdhW1IdANoPFdzEi3lNfQNe8uLKpiFKCg2LqYH3abMa9A4Lo/HwRV/kobjcQd3xI63z QgLPv4PpeJHm+aE0Nq7A72B9Y0pkzDMPOAKWX25G7Ap9kYHtLTvQu706Nra5a825Q5IUdVcdHDyW aWLFvEW1A2EKi6YABuI38iLm2c0ubSmNQOdDb2J9OluqFJnTEDTAGoGxZooj1lKVW2SEg4YhX29i 6gnacW7QnTsFkrSzSbYCUuIoaLB2hHtmDdStEwWULoxnp5+whBtZgc85z6O9CfshXGsXQCedRu7a 7mC125o2u8ql8XVgAijnYnmV1sMxCaVqM47JG62dSRteKZexTxK+/fQYSAA8hCW4WlgfIfQBNe4m HsMxzbG7k3vkae4EkMWPzt6aBzToBDJL/CXK/Rbj3nT2Sb6uB7jiurwMt7S5uBgere489Fi7KAjS GVFKuce+rcacWl/Uc05aoyl1iGlFFFYgRRRRAHh2JbIPvEhBynLt+k7BMjtiWxhcyVFej43KXJuQ yuZ04A7dhG3gs8p6E5BB9ls7q0HjSnIs8wdkuBhhFXDnSzuMjeD9LB+JXD3DF1tgak0Gbl2Jm0cA aewVrSvhSzpgAvboDZ7sK412uOBTNo1fh8deB8KSG/wUnd5Amt0dNJyNFfrtQjS/1T6cfGi2sVdc TClehX+01CdK/VP5/Gn4LmLK5Dd6P4P2lFPR/B+0oriGTVT/AJjE0bDIS4cwajT/ALgnkQXV6fFo G13175HkRqY0tid1Fxy3S7MrhEXtTI+BYgUN02uY0HncVXaH8tO75uG3Cqt1Qt+AAuFW+8jfT0uI VVqfys9R6mPdRhHx9ENn3YSs3t6gGnDGisuD+WlJHoFc2h9k2neC7uCPdphWvQO1dD2+COPkzR/f W/0vEj7fNCAs++t/peJHm+aE0Nq7A72eqEAihXqiYwwz2IfJmHm02cqE6lppo4jYR8qY1xJE2TBw qNhUJ8ORaHM4tVEiPTXTehXJ53Ijek6bD1RY4dLfUbkTgsGwyEjFp2BaY4WR+aEsOKWI/Jzp1oD7 rTWhjGQtoBwQG90ogOnlb7GIFwb6zhxTig/aRrxZVZQA4OTcnGktSM4uVtqLxxPm05MsrpHbXGq7 tPPAXVxFlkoFZpcJkuWjcTQpXtLLcF36e6SyLYR0pCAeZNWhacLG06qmOUV5TtXen6Yxlu0Pb0gi bWhraBHHxt3kublTql2BvaEzfCpI4WGR8xbGWjHBxxV2jQyQadDHK3I8A5m0pvVeoSvdPBbR73Au pwREKkXWb/8ARJfMnJaeOK/duX2PVFFFUkRRRRAHjtiWhX3mX5or33JlOxLWZrbmYuFRlH94qXJe ho3M7IqK4lZ3tIbcGpPsjt51pJFNizSkdXOQKHqiPlSzuZkb0D9Pbl1C6AGItgRlJNTm318SZtIr 7gyu3GqXNPLje3RpVzbZlSKjeePiTHpNPcWbQcfCkh/0XYpPau4D1egvJK+oaeFCdK/Uu/8AW9E9 aePiLmcGOr9UoZpP6h3P41TguYs7kN3o/g/aUU9H8H7SisIDtWkzdoWMHoCP5SUfuf0xpwPgS9qb wO0JccMuTHmH/FMFwa21eTxLjnul5K/qL+pvy6CxzNouhXGlDm4riDCG4oMRk312knautRq3QGGo b+aBzbvO7q5t3A21w4DAmPZjvK39f7fojc+7CVm0CCpqCNy9uABbTkD0Tj3FLQkwjgdx2r26wtZR uylXe3wyePkqj++tjyO8IR5vmhAmfe23M7wo63zQmhtXYx3s6Xii9TGHi9UUQB4vVFEARUXluLi3 dEd4V68WNVTWZqdGmsD53qemZbtzYxgNw5Fv7P6DL1gmlbTKa48KpkfpUT7zr3NqPKiDWNYAGilB RRXG3Y7i8uaisvPWtDRQbFFF6rnOZorTLO64kdnecBhsC0qKJYxUVRdzZScnV9iKKKJjCKKKIA8d sS0DS6l+bs7pTK7YloGlxIa0oBiedylybkNG5nZNAag86zSn2VzhT2WHfV9S6pOB3HkVEn3VySaj qiQRzpZ7WEbzHp7fb3NTRwijDy2taVdtrt7iYtHr7gzE+lt50A0mNvvlyDvjjBrXCtTTHxJh00n3 QYUo5w+VTh/0Hnt8i/rTGN1MSGtTUFo3gtIQrR/vzXgPCiuvODdRjeRQhzQTXihek4XLxwPjVeHH wLK5dhv9H8H7Sino/g/aUVhABrt5FBr7usOAc0GnME0mVktmHsILC3AjEbEqdrbGA3stxI0yVoSG uyltAtfZp+TTrm1bI6eOPLJC5+FI5AeieUELk5UrWmWwid6q5vwGLpBtLkDPub0jiuIjW3uKGoBj x47cVNQzHQgG4kXQpTn4qDMYbjMCKvZsO+hWfr4+xuD8hOzBEIoK91dXlfdZqimGK4tB7JvEjarZ onSwSRsdRz2kNJ3cq6KVVhHEw9ZN1dvNbBszmlwe0uy5edaBrGsCn5OIt3+2FUNPZ65cwh1+0VO6 Om3urj9tTHpfEcN9Ih5Uq/yUpVIZ6Q18avd9m2v+M1T41ebTaMp/jsQhvZ6fY3UjTj1I8q8HZ65L svxNxP8AhNR/szQWBc61e/8AixjnnauTrd/utoqf4zUK/b90Aa6k4AYfdNU/btwNuqP7kTUf7M0H rkEzrepboIK/4wXJ1vVd0NsByyoeezkw/wDtJf8A42rn9tSEVOqTc2Rq3/Zmg9cgj8b1b+naj8Qr k61rO5tmOeRyH/txwwOpz47Og1eftnedUuKH+BqP9mYeuRv+Na3tpZUG3puXnxvW/wD8IfScsDuz QBx1K5w4NavB2aaRU6lcU5gs98wrHIIHWtcG+y+s5eHW9b3Gy+s/yof+221AOo3PS5G7lP2yyuOo 3OGzYj3zCscgh8b1vebL6z158c1r1rL6z0P/AG3ETQajdE9xQ9mYq4ajc81Aj3/YKxyCHx3WuNn3 3qfHda3usu+/yocezUX/AOwufkUb2aiI/wBQuT3lvv8AsZ6hA69rPGz771Dr+silXWQ+k/yoeOzc JApfXPfC5/bMJ/765ocNyz3/AGNrHIMWmv3pl/OG2MJ29S52cHmcqIpWyySOBo00oeIJKHDs1CCc l/cV44Lbp2niyD2+8SXDH0IEoHRpwKxqTtbqFVSw0uINRXZsWd+ENzQ/ysK/OV78pO8UxVMn3N0X ilIftbUTuZkbyjS84vrsPBJ6qIg0NKY7K+JHtNB91AJ2udUnDelu3uOrnvHPa4BsENSK4AE0pyIj cXksOhNEAzXF0eqjr6Ofa7uBSjZKvxcPJWLuLvaHU+t1QtYwm3Y8NbKN7gcV3pNHXUzuDgO+T5F5 BpduC6Vj5MlqSJ2yGrZaAFwp6JFdy90invEtMRmbQneKuor8VKumRk7kN3o/g/aUU9H8H7SiqTFn tDluNY1C3kc5jI4s+YHZRocudB1UNpAIHshngDIpXige+Kp8aq7V2rhq+ozskwyMdIzi3I0ZOc0W e0ji1XTxZwxySTxMLmS9ZkbHMdnQwo3KKKHIk65VLxuXYLSXkMmiuDHkdVeNEgBoanGgO5aGSVhu MtQTIyhrU0odqVLTUH27JNPZV4NwyUysIzAtFMo5UajvYXyXLDK3O57HDaCRQ8d/FI42rIHcxktK 9SKnar99K7jRY7GeGS3aQ9uA3laxKwV6bThxVk1QjQjvN5RuUcaihC4MkQD6vbU7OlioJogAC8En lRVBQ6y7CMAMVBTaN6566IYdYMOVedfDh0m48CivUKMtI5DVeVq4gmhG5eGeA1GdortxVb5bcOxk HfRVZhRloIqN+OK9IqTgaD5VnNzA2oMratxFFPercEjrBjTeiqzCjyLSKuAAxGNOChOAH/qqpN3b bpm1JxFVz71AQB1jDvrVFVmFHky91cMeNVywUq6ox+RV+821a9Y2jdq5F1bZvvG12bUVWYUeTO9j 6DdjVeuoXA0qablV7zbh1esaScKLxtzb4+1aMMaLKoKPIsABIrXAbe6odpoaYVoqxdQAH2gPMVBd W5r06c6K9Qo8iylGgg0+VeHAEk78eRVm4gIIzt3Fee9W+Y0kFcUV6hToWkcx2EFc0xPJjQKs3UBB pKK4VxXjrm3HS61uOG1FeoULSQDwoKrkOqBXYR/xXBubXEtlYXAY4rls8RABkBpXeioULHOJ2bKb OKzXFTDcnhGCBzO2Lt00QqQ4Yfxb1gvr23baXL+tDHvYGtFalzg6tAEs7mbG8xSzMik1FrqtY60Y aCpxJrhVSfWrYWlpBke+K3hLp3sBIa92Aa47qhCrjUHOvJoqOY29jjjcXDHAg1HCpCM2ljc6RYSM uZeqdcGssTxna+WnRia1vnAt28EuhKlStVYBNSviLmEQvLLaQCV8THVALnGgcd5ApVGdLLfepiNh c0j+0hlvplu1gvLgyNEDnUiaAXQtZQt60HbUuoiGkV95kqKOJBIGAGJ3K0HG5YCTuHD0fwftKKej +D9pROTF7tZMyyvLi4A9s8sLC4VaCGgAkciXL2a61GVl+/qqhjGPLDkNw8H1W7zXFHe1lzbS6tPB M0gQlgIGOarWv8dEMdp1vPcySQRQW+YB0VnITmYA3LV7hgzMTmUbm65surl2MjLq0fcQx39p7tEx jmdYwUe520PrvIXE8k0UsbY5PemMFYnnokNkrVr/AOKq1XDtPfpE1rO8/EoSx8eYctHxc4WS402s h93kM0DGNfO9gzGp8ba4rVTGzA2psbqUriKtaABSmYBdG+fQOLR3HhDrLp52ttGXQYadYdlFvFvM 4HLpsQwpvKVqKvqBYL95oQdldrwu/fnNHnYVxAc2qyfD7rAC0HHYu/h90cfc2mm+m9Y1DMLTQ3Un gjEnaB0mqz4m4t/h2ec2u1ZWWN2BhZs5QQuhY3B22TANhFEUjmBo9/NSKE8oc1cm/NK0I+kONFT7 lMdlmzjWi9FlI3H3Jnd3LKR6h4LRfk8K44lw3Gi5+Ig1NRgPWG9cSQGKN0kltDGxoqXOFFl96szu teTEeVbSPUP4G06gN7mtoaYuxXhvm0oXs4jprGLm3qKG17pafGujJkOUtthzgIosmZXqaPf2CnTZ w89eHUGitJGYbOmVlMo3G2A7i864VBrajcNmKKLJhXqajqADR04zzPK9+ItAqXsPIHrK6Qg0Jtge GAXPXxA+daE7a1GCKLqb5NPxKPcQNvp4r0ak2h6bcN+fHBZTcM2g2ffC0Nt7uRrZI4bZ7XYtcG1B CKLqHyLPiILvvG8+dc/E6DMXtw3By9ba6h5vu9vTd0VHWt/i029ufoLPUz5Hh1M49JuzN5w2cOde t1KtHZhTZTOKrk2d1tdawH6G9cm2lrjaQ9xhR69QLH6iHNJc4YY+cFy6/Y4jGuNCcw4Kh0D2Ye5w 145Tj8q5MJcOjYwbOVbSPU3sey3OaoGHM4YrFHDcSSVjNXl2VuY4NriSVzeQyAV92ZEKjpMrh31b FZytjLZ3iNr2PfXN6QHRa5OkqWAdF2nMvWm6c+/i6s5jG4hwfTo0PAFXMfcWsTdVtbkPjjc6EQyv rNFnFK5TtHAqu0k06OxzPxuJXBr6bWsB6XMCrYbaOYe8Te7szys9nI4iXKD5rBTAEcUVzQrWIR02 5N5pz5ZHZ5oSGySb3tpUF3MrdHwuJATUggE90ode6pZ2s14ywaWOuHZHMIoxgwB7qI6OfzMn0fGt 41Rt5iyuHD0fwftKKej+D9pRUJi32idFFrdxdllepLS4escjcVVpVzaQQl8gEmn3Wf32aQdJ0rsY 2Rt24K7tS5wv5xFlMgIqHbPNG1AmR3kFn1sMrZGZyHODcGPoXYVUJRq33Lrajm7lcbht7PbmayY5 rpYxgOtLcoDnbRVWWL7zTIuuY5vVXLq9XGatY6od1UnAEYFX6pJFfwxwW0ptoerYLiEDB72jzjxW aC3Mrfh9tIQ2VwMzyMXOb5rnE7AFv4/UDk9Wy5i9wBjmnzOmhAzl2NcGbuRbZdQurZrJZAyWCSoY 6PA1b5zXNOIohVtKba5fGB7eN5aZ49pIwJa7lCIm3s+tlEV1ltnR5h1gL35j0urZwxwJRKKsqCLR q7JG1zVw2ArpuqxDa0nmKXmwTBxMIPVk4DgtEdtOBgeltCHxxNDJ1WLYG85JXvxiHAUI7qEiznOJ eBXcaLv3Y06UrcOAWaIhUJHV4HDYVyNWiJwxrtQ73aPKPa48gXot4gRWRx40FEf411Cpo1O8im02 cHMMWg79p/4JZikZG4l0bZQcKOrh3kfMVu6J0LwXxvILgag1bWmwjiqfcdOG2L+07Z9ZND1TVHeJ NVdVQFi5twa+6t+s/wAq0wXxkJbRrMuPtJpBXmxWr3HT/wCl/bd5V4bHT/6Q+u7ypm1lIXS80cud RwcZQ8PIbkbKXZT61c1V1OW4sc9pbuBnNK90rtkUMWMQLDSlQ9ww4bVJI4JcZquwoC57jhwS16M3 S+hkubuSJtA4Fzxg+Odz6c6yddamlbYHj03Yoj7lYber/tlT3PTjsjd9cplJZSM0voCpXwvI6uLq hvGYur30x6bqIgs4Wg1AZsOGFSPEsPuOnkVDHfWPlXptbejWhxYGDKAMcKk7zypZ0kqUY0I0doV+ ORCtacinxljvNpt2koK7T4S7oykc4XJ03DCZteWqX/HHMewN/FgMHUx3VwXjtXjplDgOSqCHT5wK h4JG6q4NlctcCKE8ao/xxzCwMu1Rp2AvpjtAWZmpSXEhbbRmtKmpAaBxJQp9rctOLSa7wi9vpUjr EyMeWDO0yF1GkMp7M0OJGaq3RFK8K9DMXTXT3Q3E4ijaC9riOi4Dc3iqJBJO9kcJzdZTo7AKYVXW oERTOtHO64wnCbcN5DW8Frkt4bOI539YLqNvtcuDQ416J3FqaxUMqZ4XMbcflmPYCBHcNpnbmBxF eBoijraK+e2UzA52uNy4AAwyAbSzgFk01jrZ5EkrX2heHyY0wHpd5eF88sd1NG9ttaPBb1mXpvjL qBpO0pZWsK2F83usD26j1jbtgywSsy4SPDRXHhjtRDR25bh4wFMooNgxOCFC7gGl3FnJK2WWUM6k Rtp0mENb/ZGKLaQa3D+XLXuJ4Yk5jh6P4P2lFPR/B+0onEM2u6BZXMsl25rutkpmo40wGXZ3Eu/B omh0YY7IcCMxT9P1eXp7FiPuNdyywb2piJo0aINDRG6g2dJ3lXrtIjcCC1wB20cQnL8hyLz8hyLP XoHv1E9mkxsILYyCOUr34Y2oOQ1HOm/8hyKfkORbYHt1FA6W31D3yp8Mb6p75Tf+Q5FPyHIs9ege 3UUPhjT6B75UGmNHoFN/5DkU/Ici2wPbqKHwxvqHvlejTWj0D3ym78hyKfkORFge3UUfhrf6fhXv w5n9L5T5U2/kORe/kORFhnt1FH4cz+iO+7yqfDWf0fld5U3fkORT8hyIsN9uoofDWf0vld5VPhrP 6Pyu8qb/AMhyKfkORHr0D26ih8Mj/o/K7yqfDI/6Xh8qb/yHIp+Q5EWB7dRQ+Gs/peHyqfDGf0vl PlTf+Q5FPyHIiwPbqKHw1n9P5T5V4dLjIp1W3lPlTh+Q5FPyHIiwPbqJ3wqP+me+VPhMfqHvlOP5 DkXn5DkRYZ7dROOkMIpkd314/SGPILmvNBQdI7E5fkORT8hyLHpxoatXUSG9n7Zpr1bieJcSvX6D A9mRzX5a1pmKdvyHIp+Q5Frpib79RHPZy1LcuR9NlMxXT9At3tDCx+UbBmNE7fkORT8hyI9ege/U SYtAtoXBzI3VBqKmq32lk6OUFrSK7Uz/AJDkXTPcq4UqtWIrriUZHZdn8qnyqIh7H5PkUQYf/9k= --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw) Content-type: image/jpeg; name=magnes_art.jpg Content-transfer-encoding: base64 Content-disposition: attachment; filename=magnes_art.jpg Content-Location: http://www.promaestro.com/magnes/images/magnes_art.jpg /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/b AIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxsc Hx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f Hx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAQwCxAwERAAIRAQMRAf/EALEAAAICAwEBAAAAAAAAAAAA AAAGBAUCAwcBCAEBAAIDAQEAAAAAAAAAAAAAAAMEAQIFBgcQAAIBAwMBBQQGBwYHAAAAAAECAxEE BQASBiExQSITB1GBMhRhcZGhQhWxUnKCoiMzwWKSstIkQ4NEdCUWJxEAAQQAAwILBAcGBwAAAAAA AQARAgMhEgQxQVFhcYGRobEiMhMF8MFCBtHhYnKCFDRSksLSIzOi4lMkhBUl/9oADAMBAAIRAxEA PwD6p0RGiI0RGiJQ5xybNYC5xzwS2hs7+6jtWSaGQyRhh4pN6zKGA9mwfXqtfbKBDMxLe2K7fpeh p1ELMwnnrgZYSDFtzZS3TzKzw2ee6/lTSJLMCQzRoY1+jws0h/i1YD71x7DEnuggcZf3DsWrkucy 2MvMclulubS+l+XMsu8skmySTsWgoRHQde3UVk5AgDer+i01Vlc5SMs0BmwbEOB71uxWYuZqpcyx SyV6GGNowB7KM8lfr1JF96pWmBPcBA4y/uCulNRXWyiUOTK2yZP8vJ/nCD5g/sl9g+/WubFlD5w8 zJvyv1spcciyCqmo1splloiNEWua4t4QDNKkYPYXYL+nUVl0K8ZyEeUssgErGK9s5iRDOkhXt2MG pX6tYq1FdnglGTcBBQghbtTLCVuf82fh+KGUlsheWzSJCFWXZJvcMewowpRe2vu1e0Oj/MTyAseT 610fTdB+ankEspZ9n1oh5Xl51Ty7Ky3sKlTeS9AQCP8AptQmFQLZpfuj+ZQGukEjNL90fzrG6z+c jyGKWeO2gtp7l450hleViBazOFq0cfTcgOtowrMZM5IHA3xDjK3jXUYTIckR3hviiOE8K0ZH1AJy 35Dg7ZcjmlUS3hdzHa2UTfC9zIAx3N+CJRub+6vi1SMsWCihT3c8i0es8n0rGfkXKcaPm7yayyNj F1vI7W1mt5kj/FIhae5EmwdSm0Ejs60BziFgCEsA4PL9QTRaX8dwoZSCCKgjsIOtlApW4aIstERo iNERoi5v6wQpdXPHLFxVbi5l3e0BVUEj6t2qWrjmlAcJXp/l6w1VX2DbGA96i+nd+8tyGl+M9JB3 B16MP8Q1ark8QVwtbSK7ZRHhfDkOI6mXvqhyRY+VcfxSN4Ldxd3PsrJWOP3hd326qai3+rCPGvQe kaL/AGN9x3xMRzYn3dCvOEXUN27sprQnV5eVTqOmiLkeZz0w5Tk8pG1IY2+QT6QoJ6fvRV9+qcJP aTu2e3QvO6a0z1sp/C+TqJ/h6098MyD3mPEjGpOri9EqPOcpyeV5JcYDC3XyOOxQU53KoFaXzH6r a2+4Mgbb8b0O36D29qvTV6egXWjNOfgjuYfFLe3AN6jJJLBQMlmLHFtAtpkLpMrMf/H29xeXNx8y wdVMZjmeRKMXAJAqo6ilNa6YWXuTCPlDxERiMu3FwAcG59h2oWHKmzI3/m4W9Vj1ETD7teU9ZLaS 37hU9fiCoMZmZXu7eAOQoRRT6hTW3pN8bdLXKP7IHOMD1pYGkUyXWantMglowTyjF5zSGpO3dtpr Sess/NigCLGGZ8djsmUZXSF6830d36fxsnYL6H/JJr1/oP8Af/Cfcu/8s/qfwn3LzhsjTZfYz1Wi 0+zXHs8R5VwLfEeVMXqjyi34hxKbIQxfM5S5dLPEWdKma8n6RrSoqB1Y/QNQzllCm0tHmzY7Np5E s8RwUmAxseNMxusxeMbrNX7Grz3cnWQk/qr8Kj2DSEWCxqbvMk4wiMAOJOst1hcNZSS5O7jhMUD3 Lo7Df5UdNzKnxNQsB0HaQO/WxICihXKWwKNxOC4x+ExFnPUXMFnbxXAY1IkSJVap9tRpEYLN0gZk jY5TP5msqNStERoiNERoi5r6nvu5ZxaKtPL+bkr39VT/AEap3/3Yc69L6VhoNSeKI7fpVPxCUW2Z vomO0KwuEr+pLUN9jqdS1lpSjz9P1rm6yOemq0cBgeWOz/CR0JSzV82WmyvIXJ3T3cUVn9EURAH8 IT36oR7xNn2g3SvW3HyIV6Mf6NhlymMv8y6H6TxyRxN5nax11l8/T/nMgMdiLy+JoYImdK9708I9 7UGtLJZYkqDVXeVVKfAFxKdduJtYWP8AMnkM8lT18R2g/wCEV1VqGWsHjdcPRwFeljI7TMS627E9 4fLR4HjV9fMAwsLaW42HvMaFgvvIprq6Wg3WxrHxSA6V6KRYOk3gskn/AKzY7333mWllv76XveWe Qmp/dA10/mGx9VKA8NYERyALSod1dWtsFafKQSNBG9zECYZmUF03ijbGIqtR201xxZIAgEsdvGpG UbJ49rfCXzN2mM/pGuN67+js+6pKvEEjzCSDMxSR9Au2o+ggag9OHkWCv4LYCUfvAASHOGl0rM8Q /Ar/ADlyJb7eD1FiAfr80nWAf/V/4/8AGnwc6TvVgf8AzSM1r/voP8kmvc+g/wB/8J9y7vyz+p/C fcqviOXuouQY8FGgh/GGZSXpCaAhS3SvXt1UtrgPML5pPx4d7jVG+qsC0uJSfgOHe42W/wBZ8wI+ Y+n2Qv22YS3u7kySHoiXJWPyWcnoKEVB+g65NviD7FjQh6rAPE3Unjhsa3d487kMa1GplzEcu9NO OZXk9pyu6t3uMtYxJFaq7kwqY2Z0fy+zcpfp3d9K60MAS6sw1U41mAOBVxgLO83mS57dbqsmLboi k6IjREaIqq45Rg4C6m5EjoK7Ywz16VoGA2/fqGWogN6lFMjuXJ/UnmWITluKyM7fL2dnayiR5iie KUOq9S23tp36rwMrr4iEZSLHABz0Bel0teT0u5yzzj2xSzc8wx93YC/w0wm3xzWNzIjI6jzArr1R m8S/26eoCyojNGUJEfEGwO/tW/y1TC8muRBEZRsHLHA9LhQLe/tZ8b8lFIP9sFZlPQlt4Zuh1ggR pbk7VFVqTqPUzPdLMByZZRC7RxCEW10Ih0Apq+vLrf6n3jfldpi4zSTIzqp/YjIJ/iK6q6o4CPCV xfWpEwjUNtkvbrZILY352+uFtUCxxIwQKP1R07NSTqGUgDcrd+irFMoxiAcp3KbyCKefhGaROvm2 DTKB3hV8w09w12PQ7ANVVI/tDrVgTz1CXCHVN6eu7WmEU/CIEp9p1J67+ss+8t6vCF0/nlpIvG7n IW1zc217FFGkDw3M8SKTIBuMcbqjHx9pB1p6XYPNjAiJiSXeMTu4SHWZjBaL+cx4W7s1MjRqBQzS yTP1cHq8rO5+3XlvmWwz0dhLbBsAG8bgwU9I7wVG8LzZCTYKtGAVHtp3e/WdXQTRGUPHW0o8wxH4 g451iJx5VhlrkJKXBqrQqqn6CajVDTWCz1LPHwy04PTILchoNxqp9S3r6WSf9zb/AKTr3noX6gch XZ+W/wBUPulV3DrSG6yULEA1jRlJHtUa5t7iyQ4z2rkalxbMfaPauq3PHLDIYyTH3sEdzayijwzI ro31qwI1AQ6hjIxLgsUjWHp/gYLm6hweQubVrKTyLiPH386LDIAH8toRI0SkBh0Ka1ERuViV9gYy AL8MR27VLwnIc9iORScazN22Rje3+dxd/MqLM0KuI5YptgRGeNmQhgoqG69RpEkFisWRjKGeIbFi F0SynSaIOut1WUnREoeoHCMvmbm1zOBzNziM3YxtDAQTNaOkhq3mWzFfFSviidCfDv3hFUZBWwky UI/WPkfHJxiOb4+OxyDlVtsinmSWMpkLFVSXZFuc02iOgeoJ2laMdZY4RbNxqSNYlj7dOxXVzdHJ 2S5J8ol6CSIlQgpUEK2weEDsFaLrx3/baiWs8idM4jbmJ2Ahx4XjiQ3i28bhXYRiBgkO/wDTvGZC 5Nze5C+uJmr43kjNASTtUeXRVqTQDproGkHaSvT6b5ouohkrrqjHiEuvvYnjOKpOcYGzvTHaXNk/ 5XBbpBEhZv8AhMSniRt3Tp2n69XdDqrNPcLKzlkAzs/a6httjboZwlKMrLLM5xy8BO3LwbOhL3Fe EcYxMTTpBcS34JMVzK57CBVAF2IV+tSdWvXvnG+2Pk2BoYYCIYkYu5eXEW6F87v+YqvSrD3LDMxk AfhLx3F9zh8CxV3Y4wOt0IoXM7oxAFCPtJGuHR6jG8ZQGky6Xyl8w0arUgnuSh3iDjg7YEbd24Lq nBc+1xct50bq8XxMRUHb0oKVNdejrm4chTaikVu0hIcTv2LLmeQmu88l75EyWVrblLZ5I3QNI1dx o4BHxezu1CXlYCxYLzchKzVxmYyyRGGB2+x6ls4VjRcW8ruXTf1LIxVvtHXVkh12bIZg2PMrO346 IpzDHGTalPKMbuzqUpSlGJ7tKxkIMdy0p08aw0XblJ7UlQYDO8NyCwCykyeFiYtZTQFTPFGxLeVI kjJv2k9GU672qsp1p8zMK7j4hJ8sjwggFuQrMQY4bQmPlPJ8rleKTiGybG2qNAZXuyhnlVZkLLHF GzhAe9navcF67g0FNVV4BkJyx8LsO6dpLPyDp3JIkhT767N1Z3ccSMzvtptFexgT92vDfMEZz0s6 4RlKUm2D7Q9ys1YScqHh51bOt0IBIpXXV09onFwJADDEEdq0IZV3MrWSGeUxIwhLbo9w29D1IFfY T015z0+iVWvnLLPy5RaPdLBy7bNjvxKaZeI4VWc0S6yfADi7K2nuL1pYZNkcMpTapNSZdvl9P2tf QfR5RrtzyIEWO8dm1db0Gcar/MmYxix3js29SreGXr2eShWW2uN8caIyLGxO5VAI1UvqzWSIlFiT vVLU05rZSEosZE+IcK6zj+TJNkhaPazW48jzQ0wUEkMFNNrN7dRTpyxzODjuUFmnEYZnBxbBKWJy kXHIJsbd4ye3nFxLLLd2dnPcx3gZvBcs9ukv8xowocPRtw7xQ6qRwW1oNhBBDcZAbixWprW8zHJT yW7tXsrS0s2sMTay9J5POkWSe4lQf0wfLRURvFSpYDoNZAcusTkI15AXJLn6E98dSQWo363VVXNN EW3RFxXlqZq/5Bm0neKYLI1vLibhQ8LWpjpF0LOKSxsGYeEFi1fZqjbKOZpDnCt1xOV49CRFsctg rhmwVxNbKlXfB5CQzRygUqLe6lKsrNsJrMzBjRVaNeurMSJR7xzDkWPMOZiPbl+lMGA5vBf5JMLf 20uPzjCgsZlKu5BCVjB+NWkqqum5GPRXbVWelEhmrLqcTbb9ftxhXGWsRKpSZCCO1SKEV00elNtm R8vt7cynqrFhZ1FsrRLfwqvhPs11bvRQIOJYgHk7cFalogA7r2e+QTLa2kfzEzErIVPhjp08RFfF X8P6NcWqkzPEubZYIjjT/wAP4ktnYLLJ/Wk8TV7euuoAuerbKYCO9QI/UDRFJxOHisY/LjFBoitI 4lXrQV0RQc21pDaB5ozI7ukUMS03PJI21VFftJ7hU6lpqMy3OeQLBLJP5Jb2suIvrOZBBdxNb+bG rbxslmUK6NQVU7WHUA1B6au6SGS2MwXic3VHYerpWsjgrGxtU850XsPTXNW6k2vHIY7vz1+ImuiK VlMHDfKFkFaaIiHCxw2pgUeEilNEUG24haRTmZR4ya10RWH5IhYNQbgKBu+ns0dZdbmxSNHtPaNF haVwcZYFuoGiK0ggWNAqigGiLdt0RK/LOTXVjex4+yYxTrEtxNIVVgUkZ0RV3V742r09nXt1U1Nx iwCsUViTkri/qDyb1l/N1XjWDtMpabS73t1cqSS9PAIWktPKKkHsLqQVpTqNV4mMsZyLqeQlHwgK r9N5PV+W8ubLn1lBJjDE0sV23yplMweMJFttn2bNu9usda/i7BpaaxjA4pXnOEtibbnjrpPa3OOu GhlspkuLWNnfbHIh7UZTvTcCyvT4lZlPhYgz1eoSAyyxj7e2DKjd6TVKZsgMlp+INm2Nifibglmi 4BbAKxtOdi2c47msHzyxrGsGXsgHugEt6ym5giCuzPJGNpijqxfaEAXc02au0bOlbRjZXtPDs4N3 DsHScWGxVfM+QYCxu4rXGZuCa0kjeSW9idXUbX8loQ8PnMJVepZQlQB3ddRjRxBcnBSnUlleemuT 4ixRZCKvKsFrchJfl3kZd4j8yWOLbJTrtYdaihNdW8rDBVyX2rrqou0babe6msIjy9EWQUDRF7oi pOWpepY2+Qs4mnlxlwt09sgq8kWx4pVQd7iOVmUd7ADVzRGJkYSLCccr8BcEczgA8S1kucZQ4aSK ZsTeG5us7fQSCszStSOcSyKqsaokSh2K/h6j6NdGErs39WOWNMJbm2xYcpkWD79q0Lbt6dMGHaU7 uprrhKVMsUeiLd5eiI8vRF4I9EXuzRF7s0RGzRFkBoiNEVFybiWOzgjllQJeRCkV0lUlA6+HzFo2 3xnpWmtZQEtq2jMjYlGb05zsJ2W2RkaOpI37HIqa03MrMfedQnSwKlGokoT+mHIXdmORuKsSTSQg dfYAABrP5aCx58kR+kl9PIBfXMk6D4TLIzba9tOzt1tGmIWDdIphsPS3D25V3A3jtKgCo92pAAFG SSqH1R9HIM7jYJ8M62+Ssydqv/Tljem5WKhmBWlVP1inWoysLmK4HnlpJdWd5a3Pkz0EsiypOrsh Xa+2SSF2Hg8Id/DXsrrcSWGXVuD8s5Os0dnkYmltSWCmZFWdVJOzxxM6PQABhtHbXcadcFkXTFbc oPt1qsr3REaIvGAKkHv0RLN5xi0F7Le21vHHdTACadUUSOB3MwFT79SSumYiJJMRsD4dCwyn4vGm 3FW+LUayrZBTRFloiNERoiNERoiNERoiNERoiNERoiNERoiD2aIq282+Z1+W/wCZWv3aIsLbb5op 8r+5ur9+iK1HZoiNERoi8OiLA6IgaItg0RGiI0RGiI0RGiI0RGiI0Rf/2Q== --Boundary_(ID_LoBkO9pzfuTANLWTrnC4Xw)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 14:18: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.ruraltel.net (mail1.ruraltel.net [24.225.0.34]) by hub.freebsd.org (Postfix) with ESMTP id 9088037B40C for ; Mon, 3 Jun 2002 14:17:45 -0700 (PDT) Received: (from root@localhost) by mail1.ruraltel.net (8.11.6/8.11.6) id g53LHb712551; Mon, 3 Jun 2002 16:17:37 -0500 Received: from darryl (p189n31.ruraltel.net [24.225.31.189]) by mail1.ruraltel.net (8.11.6/8.11.6) with SMTP id g53LHYI12509; Mon, 3 Jun 2002 16:17:34 -0500 Reply-To: From: "Darryl Hoar" To: "'Fernando Gleiser'" Cc: Subject: RE: IPFILTER & FTP Date: Mon, 3 Jun 2002 16:23:26 -0500 Message-ID: <005901c20b44$e6ef4f80$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020603172801.N78390-100000@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks a bunch. That did it. Works pretty good now. -Darryl >-----Original Message----- >From: Fernando Gleiser [mailto:fgleiser@cactus.fi.uba.ar] >Sent: Monday, June 03, 2002 3:55 PM >To: Darryl Hoar >Subject: RE: IPFILTER & FTP > > >On Mon, 3 Jun 2002, Darryl Hoar wrote: > >> OK, >> here are the ipf.rules, and ipnat.rules >> > >> >############################################################### >######### >> # Loopback Interface >> >############################################################### >######### >> >> >#---------------------------------------------------------------------- >> # Alow everything to/from your loopback interface so you >> # can ping yourself (e.g ping localhost) >> >#--------------------------------------------------------------------- >> pass in quick on lo0 all >> pass out quick on lo0 all > >If you didn't use IPFILTER_DEFAULT_BLOCK, you dont really need these. > >Yor conf looks fine, you can refine using 'flags S', so you >keep the state >table smaller. Instead of saying: > >pass in quick on xl1 proto tcp from any to any keep state >pass out quick on xl1 proto tcp from any to any keep state > >You say: > >pass in quick on xl1 proto tcp from any to any flags S >pass out quick on xl1 proto tcp from any to any keep state > >The first rule will accept any connection request on xl1. The >second one >will make the entry in the state table when the syn/ack goes >out. That way, >every incomming packet accepted by the filter is either a syn >(conn request) >or has state. Everything else gets blocked. > >> ipnat.rules: >> >> map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp >> map xl0 192.168.1.0/24 -> 0/32 >> > >Change that into: >map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp >map xl0 192.168.1.0/24 -> 0/32 portmap tcp/udp 40000:65000 >map xl0 192.168.1.0/24 -> 0/32 > >If you don't do have the 'pormap' rule, you may get collisions >and NAT won't >work properly. > >This should work. If it doesn't, you can do the following: > >1. run 'ipnat -l' to see if the ftp proxy is working. You shold see >something like: > > proxy ftp/6 use 1 flags 0 > proto 6 flags 0 bytes 917 pkts 13 data >0xc08a6000 psiz 364 > FTP Proxy: > passok: 4 > Client: > rptr 0xc08a6018 wptr 0xc08a6018 seq ef0c64b1 >len 0 junk 0 > buf [SYST\015\012\012p\015\012\000] > Server: > rptr 0xc08a60cc wptr 0xc08a60cc seq df5be0d7 >len 39 junk 0 > buf [215 UNIX Type: L8 Version: >BSD-199506\015\012 apply.\015\012assword.\015\012\000] > >2.Look at the ipf logs and see why it gets blocked. The ipmon >file tells you > src/dst IPs, src/dst port and rule number. > >3. Run 'ipfstat -hio', and 'ipfstat -s' > >4. run tcpdump on both interfaces and see the packets in real time. > > >Hope this helps. > > > > Fer > >> >> output of sysctl net.inet: >> >> net.inet.ip.portrange.lowfirst: 1023 >> net.inet.ip.portrange.lowlast: 600 >> net.inet.ip.portrange.first: 1024 >> net.inet.ip.portrange.last: 5000 >> net.inet.ip.portrange.hifirst: 49152 >> net.inet.ip.portrange.hilast: 65535 >> net.inet.ip.forwarding: 1 >> net.inet.ip.redirect: 1 >> net.inet.ip.ttl: 64 >> net.inet.ip.rtexpire: 3600 >> net.inet.ip.rtminexpire: 10 >> net.inet.ip.rtmaxcache: 128 >> net.inet.ip.sourceroute: 0 >> net.inet.ip.intr_queue_maxlen: 50 >> net.inet.ip.intr_queue_drops: 0 >> net.inet.ip.accept_sourceroute: 0 >> net.inet.ip.fastforwarding: 0 >> net.inet.ip.keepfaith: 0 >> net.inet.ip.gifttl: 30 >> net.inet.ip.subnets_are_local: 0 >> net.inet.ip.maxfragpackets: 256 >> net.inet.ip.check_interface: 0 >> net.inet.icmp.maskrepl: 0 >> net.inet.icmp.icmplim: 200 >> net.inet.icmp.drop_redirect: 0 >> net.inet.icmp.log_redirect: 0 >> net.inet.icmp.bmcastecho: 0 >> net.inet.tcp.rfc1323: 1 >> net.inet.tcp.rfc1644: 0 >> net.inet.tcp.mssdflt: 512 >> net.inet.tcp.keepidle: 7200000 >> net.inet.tcp.keepintvl: 75000 >> net.inet.tcp.sendspace: 32768 >> net.inet.tcp.recvspace: 65536 >> net.inet.tcp.keepinit: 75000 >> net.inet.tcp.delacktime: 100 >> net.inet.tcp.v6mssdflt: 1024 >> net.inet.tcp.log_in_vain: 0 >> net.inet.tcp.blackhole: 0 >> net.inet.tcp.delayed_ack: 1 >> net.inet.tcp.tcp_lq_overflow: 1 >> net.inet.tcp.path_mtu_discovery: 1 >> net.inet.tcp.slowstart_flightsize: 1 >> net.inet.tcp.local_slowstart_flightsize: 65535 >> net.inet.tcp.newreno: 1 >> net.inet.tcp.tcbhashsize: 512 >> net.inet.tcp.do_tcpdrain: 1 >> net.inet.tcp.pcbcount: 2 >> net.inet.tcp.icmp_may_rst: 1 >> net.inet.tcp.strict_rfc1948: 0 >> net.inet.tcp.isn_reseed_interval: 0 >> net.inet.tcp.msl: 30000 >> net.inet.tcp.always_keepalive: 1 >> net.inet.udp.checksum: 1 >> net.inet.udp.maxdgram: 9216 >> net.inet.udp.recvspace: 42080 >> net.inet.udp.log_in_vain: 0 >> net.inet.udp.blackhole: 0 >> net.inet.ipf.fr_flags: 0 >> net.inet.ipf.fr_pass: 513 >> net.inet.ipf.fr_active: 0 >> net.inet.ipf.fr_tcpidletimeout: 864000 >> net.inet.ipf.fr_tcpclosewait: 480 >> net.inet.ipf.fr_tcplastack: 480 >> net.inet.ipf.fr_tcptimeout: 480 >> net.inet.ipf.fr_tcpclosed: 120 >> net.inet.ipf.fr_tcphalfclosed: 14400 >> net.inet.ipf.fr_udptimeout: 240 >> net.inet.ipf.fr_icmptimeout: 120 >> net.inet.ipf.fr_defnatage: 1200 >> net.inet.ipf.fr_ipfrttl: 120 >> net.inet.ipf.ipl_unreach: 13 >> net.inet.ipf.fr_running: 1 >> net.inet.ipf.fr_authsize: 32 >> net.inet.ipf.fr_authused: 0 >> net.inet.ipf.fr_defaultauthage: 600 >> net.inet.ipf.fr_chksrc: 0 >> net.inet.ipf.ippr_ftp_pasvonly: 0 >> net.inet.ipf.fr_minttl: 3 >> net.inet.ipf.fr_minttllog: 1 >> net.inet.accf.unloadable: 0 >> net.inet.raw.maxdgram: 8192 >> net.inet.raw.recvspace: 8192 >> >> not sure what all that means. >> -Darryl >> > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 14:44:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.reppep.com (www.reppep.com [64.81.19.108]) by hub.freebsd.org (Postfix) with ESMTP id 75AA237B401 for ; Mon, 3 Jun 2002 14:44:11 -0700 (PDT) Received: from [129.85.219.160] (salt.rockefeller.edu [129.85.219.160]) by mail.reppep.com (Postfix) with ESMTP id 916BA17B8C for ; Mon, 3 Jun 2002 16:45:55 -0400 (EDT) Mime-Version: 1.0 X-Sender: pepper@mail.reppep.com Message-Id: Date: Mon, 3 Jun 2002 17:42:46 -0400 To: freebsd-questions@freebsd.org From: Chris Pepper Subject: make -j4 becoming default? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG recommends -j4 for "make buildworld". I've tried using it with various ports, and it works with some, but prevents others (so far, bind9, net-snmp, and imap-uw) from building. Obviously, I'd like to use -j4 wherever possible, and it's suboptimal to try everything multi-threaded, then sometimes fail and manually fall back to single-threaded. Even worse, I usually forget -j4 for thread-safe builds, so I waste time unnecessarily. Are there any plans to allow a default -j setting, and identify certain packages as requiring single-threaded making? One possibility that's occurred to me is to set MAKE_THREADS=4 and leave MAKE_THREADED unset in /etc/defaults/make.conf. Multi-threadable Makefiles, including /usr/src/Makefile, could set MAKE_THREADED="YES", and single-threaded Makefiles (/usr/ports/Makefile, to start) could set MAKE_THREADED="NO". Then the make command could be enhanced to set -j from MAKE_THREADS if MAKE_THREADED is YES. Are there gaping holes in this idea? Is there a better method waiting in the wings? Thanks, Chris Pepper -- Chris Pepper: Rockefeller University: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 14:54:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out2.mx.nwbl.wi.voyager.net (out2.mx.nwbl.wi.voyager.net [169.207.3.120]) by hub.freebsd.org (Postfix) with ESMTP id A371A37B40B for ; Mon, 3 Jun 2002 14:54:37 -0700 (PDT) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out2.mx.nwbl.wi.voyager.net (8.12.3/8.11.4/1.7) with ESMTP id g53Lsarh027304 for ; Mon, 3 Jun 2002 16:54:36 -0500 Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g53LsZu18280 for ; Mon, 3 Jun 2002 16:54:36 -0500 (CDT) Date: Mon, 3 Jun 2002 16:54:35 -0500 (CDT) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Questions about Chmod Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got two questions about Chmod that I couldn't answer via the man pages. Either I'm not reading good enough or the answer isn't there. 1. Recursive item only changes 2. Selective file changes Ok, the first thing I'm curious of is how to do a recursive chmod on say directories only. This also plays into the second question which is how do I do a recursive or system wide chmod on only certain files based on a variable or name. So like if I wanted to chmod 755 all directories on a system with the name "WWW", or with all files containing the letters "BLD". How would I go about doing this? Just curious. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15: 1:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id ADAAE37B405 for ; Mon, 3 Jun 2002 15:01:48 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.11.6/8.11.6) with ESMTP id g53M1kd27443; Mon, 3 Jun 2002 16:01:46 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Mon, 3 Jun 2002 16:01:45 -0600 (CST) From: Ryan Thompson To: Steven Lake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions about Chmod In-Reply-To: Message-ID: <20020603155826.B81228-100000@ren.sasknow.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Steven Lake wrote to freebsd-questions@FreeBSD.ORG: > I've got two questions about Chmod that I couldn't answer via the > man pages. Either I'm not reading good enough or the answer isn't there. > > 1. Recursive item only changes > 2. Selective file changes > > Ok, the first thing I'm curious of is how to do a recursive chmod > on say directories only. This also plays into the second question which > is how do I do a recursive or system wide chmod on only certain files > based on a variable or name. > So like if I wanted to chmod 755 all > directories on a system with the name "WWW", find(1) will assist you with this. find(1) allows you to apply commands to each file it matches. So, something like chmod 755 `find . -name "WWW" -print` Should do the trick. > or with all files containing > the letters "BLD". chmod 755 `find . -name "*BLD*" -print` Just be careful out there. It's a big bad filesystem. :-) Hope this helps, - Ryan -- Ryan Thompson SaskNow Technologies - http://www.sasknow.com 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15: 4:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out1.mx.nwbl.wi.voyager.net (out1.mx.nwbl.wi.voyager.net [169.207.3.119]) by hub.freebsd.org (Postfix) with ESMTP id B321537B405 for ; Mon, 3 Jun 2002 15:04:28 -0700 (PDT) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out1.mx.nwbl.wi.voyager.net (8.12.3/8.11.4/1.7) with ESMTP id g53M4SA2025195; Mon, 3 Jun 2002 17:04:28 -0500 Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g53M4Rg18993; Mon, 3 Jun 2002 17:04:27 -0500 (CDT) Date: Mon, 3 Jun 2002 17:04:27 -0500 (CDT) From: Steven Lake X-X-Sender: raiden@shell.core.com To: Ryan Thompson Cc: Steven Lake , Subject: Re: Questions about Chmod In-Reply-To: <20020603155826.B81228-100000@ren.sasknow.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ah, so it's happily mixing the find command with the chmod command. that works. But that still leaves my first question unanswered. How do I recursively change permissions on only directories without changing the permission on the files in them? On Mon, 3 Jun 2002, Ryan Thompson wrote: > Steven Lake wrote to freebsd-questions@FreeBSD.ORG: > > > I've got two questions about Chmod that I couldn't answer via the > > man pages. Either I'm not reading good enough or the answer isn't there. > > > > 1. Recursive item only changes > > 2. Selective file changes > > > > Ok, the first thing I'm curious of is how to do a recursive chmod > > on say directories only. This also plays into the second question which > > is how do I do a recursive or system wide chmod on only certain files > > based on a variable or name. > > > > So like if I wanted to chmod 755 all > > directories on a system with the name "WWW", > > find(1) will assist you with this. find(1) allows you to apply > commands to each file it matches. So, something like > > chmod 755 `find . -name "WWW" -print` > > Should do the trick. > > > > or with all files containing > > the letters "BLD". > > chmod 755 `find . -name "*BLD*" -print` > > Just be careful out there. It's a big bad filesystem. :-) > > > Hope this helps, > - Ryan > > -- > Ryan Thompson > > SaskNow Technologies - http://www.sasknow.com > 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 > > Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon > Toll-Free: 877-727-5669 (877-SASKNOW) North America > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15: 6:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id A3B6637B404 for ; Mon, 3 Jun 2002 15:06:47 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.11.6/8.11.6) with ESMTP id g53M6jZ27791; Mon, 3 Jun 2002 16:06:45 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Mon, 3 Jun 2002 16:06:45 -0600 (CST) From: Ryan Thompson To: Steven Lake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions about Chmod In-Reply-To: Message-ID: <20020603160504.S81228-100000@ren.sasknow.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Steven Lake wrote to Ryan Thompson: > ah, so it's happily mixing the find command with the chmod > command. that works. > > But that still leaves my first question unanswered. How do I > recursively change permissions on only directories without changing the > permission on the files in them? find(1) is still your friend :-) Add -type d to your find arguments to only find directories. - Ryan > > On Mon, 3 Jun 2002, Ryan Thompson wrote: > > > Steven Lake wrote to freebsd-questions@FreeBSD.ORG: > > > > > I've got two questions about Chmod that I couldn't answer via the > > > man pages. Either I'm not reading good enough or the answer isn't there. > > > > > > 1. Recursive item only changes > > > 2. Selective file changes > > > > > > Ok, the first thing I'm curious of is how to do a recursive chmod > > > on say directories only. This also plays into the second question which > > > is how do I do a recursive or system wide chmod on only certain files > > > based on a variable or name. > > > > > > > So like if I wanted to chmod 755 all > > > directories on a system with the name "WWW", > > > > find(1) will assist you with this. find(1) allows you to apply > > commands to each file it matches. So, something like > > > > chmod 755 `find . -name "WWW" -print` > > > > Should do the trick. > > > > > > > or with all files containing > > > the letters "BLD". > > > > chmod 755 `find . -name "*BLD*" -print` > > > > Just be careful out there. It's a big bad filesystem. :-) > > > > > > Hope this helps, > > - Ryan > > > > -- > > Ryan Thompson > > > > SaskNow Technologies - http://www.sasknow.com > > 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 > > > > Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon > > Toll-Free: 877-727-5669 (877-SASKNOW) North America > > > > > > -- Ryan Thompson SaskNow Technologies - http://www.sasknow.com 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15: 9:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out0.mx.nwbl.wi.voyager.net (out0.mx.nwbl.wi.voyager.net [169.207.3.118]) by hub.freebsd.org (Postfix) with ESMTP id A428637B40B for ; Mon, 3 Jun 2002 15:09:51 -0700 (PDT) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out0.mx.nwbl.wi.voyager.net (8.12.3/8.11.4/1.7) with ESMTP id g53M9p5N006766; Mon, 3 Jun 2002 17:09:51 -0500 Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g53M9o219437; Mon, 3 Jun 2002 17:09:50 -0500 (CDT) Date: Mon, 3 Jun 2002 17:09:50 -0500 (CDT) From: Steven Lake X-X-Sender: raiden@shell.core.com To: Ryan Thompson Cc: Steven Lake , Subject: Re: Questions about Chmod In-Reply-To: <20020603160504.S81228-100000@ren.sasknow.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (Pounds head vigerously against wall) oh, duh. I should have known that. :) Ok, I shall engage brain now. hehe. Thanks for the help. On Mon, 3 Jun 2002, Ryan Thompson wrote: > Steven Lake wrote to Ryan Thompson: > > > ah, so it's happily mixing the find command with the chmod > > command. that works. > > > > But that still leaves my first question unanswered. How do I > > recursively change permissions on only directories without changing the > > permission on the files in them? > > find(1) is still your friend :-) > > Add -type d to your find arguments to only find directories. > > - Ryan > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:15:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10106.mail.yahoo.com (web10106.mail.yahoo.com [216.136.130.56]) by hub.freebsd.org (Postfix) with SMTP id 23B7A37B401 for ; Mon, 3 Jun 2002 15:15:33 -0700 (PDT) Message-ID: <20020603221532.5135.qmail@web10106.mail.yahoo.com> Received: from [68.5.49.41] by web10106.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 15:15:32 PDT Date: Mon, 3 Jun 2002 15:15:32 -0700 (PDT) From: twig les Subject: 4.4 Release vi problem To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey *, I'm running a Free4.4 Release box at home that does something weird. At boot, it tries to recover a file in vi and will hang indefinitely unless I'm at the console and hit control-c twice right away. I have no idea what file it's trying to recover or why. I'd really like to know how to make this stop. Another problem that I think is linked is that I can no longer ssh to the box. In fact, if I hop on the console and do a netstat -a the machine just sits there frozen. Sometimes I can get in, sometimes not. This is a GENERIC kernel and I didn't change anything when this started happening. Also, I can't upgrade the box to a newer release because this machine has the exact config of a box that I can only do minor maintanence to (this is the test box; the production box doesn't have any of these problems). Thanks for anything, Keith ===== ----------------------------------------------------------- Only failures don't include failing in their plans ----------------------------------------------------------- __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:25:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 0900837B406 for ; Mon, 3 Jun 2002 15:25:49 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7547A66D29; Mon, 3 Jun 2002 15:25:48 -0700 (PDT) Date: Mon, 3 Jun 2002 15:25:48 -0700 From: Kris Kennaway To: Terry Todd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 5.0dp1 nfs server to Red Hat nfs client extremely slow Message-ID: <20020603152547.A32050@xor.obsecurity.org> References: <20020603102416.A98405@badger.tltodd.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020603102416.A98405@badger.tltodd.com>; from tlt@badger.tltodd.com on Mon, Jun 03, 2002 at 10:24:16AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jun 03, 2002 at 10:24:16AM -0500, Terry Todd wrote: > I created a ufs file system on a 5.0dp1 FreeBSD system and exported > it. One of my users complained that it was 10 times slower than > other systems. I ran some tests using "dd if=/dev/zero of=somefile > bs=1024k count=256". Sure enough his system took 17 minutes to > complete that command when writing to the nfs mounted file system > I had created. He is running 7.2 Red Hat linux. I found other RH > linux systems had similar times. However, other FreeBSD and > Slackware systems could complete the command in 30-45 seconds. > Does anyone have any idea what the problem might be? I noticed > the RH systems didn't have NFSv3 support. I don't know if that > would cause such a drastic difference or not. Um, well if you're comparing apples and oranges you should expect them to taste different. Yes, the fact that you're using an older version of the NFS protocol will matter. Kris --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8++zrWry0BWjoQKURAriWAKCYGYKZv5NOF6a5V475MwDwD4a6+ACgwTTN LhLnO8zLelccwZupklT8CeU= =1Xyp -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:26:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 75E0337B407 for ; Mon, 3 Jun 2002 15:26:40 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 150DF66C49; Mon, 3 Jun 2002 15:26:40 -0700 (PDT) Date: Mon, 3 Jun 2002 15:26:39 -0700 From: Kris Kennaway To: Vinod Cc: freebsd-questions@freebsd.org Subject: Re: installing binaries Message-ID: <20020603152639.B32050@xor.obsecurity.org> References: <20020603203303.59699.qmail@web21101.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="bCsyhTFzCvuiizWE" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020603203303.59699.qmail@web21101.mail.yahoo.com>; from geekvinod@yahoo.com on Mon, Jun 03, 2002 at 01:33:03PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bCsyhTFzCvuiizWE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jun 03, 2002 at 01:33:03PM -0700, Vinod wrote: > how are binaries installed from a source file a.bin?i > cant see something like a makefile You haven't given us enough information to understand your question. Kris --bCsyhTFzCvuiizWE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8++0fWry0BWjoQKURAsEcAJkBaqViHtgG7qfo2QDqfc1Ybou2TwCg59EW nfnKHy8dP+8qTKStWNpNsdg= =d7ha -----END PGP SIGNATURE----- --bCsyhTFzCvuiizWE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:27:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 162AD37B404 for ; Mon, 3 Jun 2002 15:27:37 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B5B7D66C49; Mon, 3 Jun 2002 15:27:36 -0700 (PDT) Date: Mon, 3 Jun 2002 15:27:36 -0700 From: Kris Kennaway To: Chris Pepper Cc: freebsd-questions@freebsd.org Subject: Re: make -j4 becoming default? Message-ID: <20020603152736.C32050@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zCKi3GIZzVBPywwA" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from pepper@reppep.com on Mon, Jun 03, 2002 at 05:42:46PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --zCKi3GIZzVBPywwA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 05:42:46PM -0400, Chris Pepper wrote: > Are there any plans to allow a default -j setting, and=20 > identify certain packages as requiring single-threaded making? No. Most ports aren't -j safe. Kris --zCKi3GIZzVBPywwA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8++1XWry0BWjoQKURAmbaAKCmOybAjJc4QRL8ANj8R/uvasazMgCg3nkO neibLv492ggfVjw7I7mrPPU= =IPYR -----END PGP SIGNATURE----- --zCKi3GIZzVBPywwA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:33: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 7AFC737B401 for ; Mon, 3 Jun 2002 15:32:59 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g53MUbi79928; Mon, 3 Jun 2002 19:30:38 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 3 Jun 2002 19:30:36 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: twig les Cc: Subject: Re: 4.4 Release vi problem In-Reply-To: <20020603221532.5135.qmail@web10106.mail.yahoo.com> Message-ID: <20020603192905.H78390-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 3 Jun 2002, twig les wrote: > Hey *, > > I'm running a Free4.4 Release box at home that does > something weird. At boot, it tries to recover a file > in vi and will hang indefinitely unless I'm at the > console and hit control-c twice right away. I have no > idea what file it's trying to recover or why. I'd > really like to know how to make this stop. > > Another problem that I think is linked is that I can > no longer ssh to the box. In fact, if I hop on the > console and do a netstat -a the machine just sits > there frozen. Sometimes I can get in, sometimes not. Your reverse DNS is broken. Does it work if you try 'netstat -an'? Fer > > This is a GENERIC kernel and I didn't change anything > when this started happening. Also, I can't upgrade > the box to a newer release because this machine has > the exact config of a box that I can only do minor > maintanence to (this is the test box; the production > box doesn't have any of these problems). > > Thanks for anything, > Keith > > ===== > ----------------------------------------------------------- > Only failures don't include failing in their plans > ----------------------------------------------------------- > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:34:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 284CC37B401 for ; Mon, 3 Jun 2002 15:34:18 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id PAA11872; Mon, 3 Jun 2002 15:34:15 -0700 Message-ID: <3CFBEEE6.30902@owt.com> Date: Mon, 03 Jun 2002 15:34:14 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Chris Pepper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make -j4 becoming default? References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chris Pepper wrote: > recommends -j4 for > "make buildworld". I've tried using it with various ports, and it works > with some, but prevents others (so far, bind9, net-snmp, and imap-uw) > from building. > > Obviously, I'd like to use -j4 wherever possible, and it's > suboptimal to try everything multi-threaded, then sometimes fail and > manually fall back to single-threaded. Even worse, I usually forget -j4 > for thread-safe builds, so I waste time unnecessarily. You should really time a buildworld. The only time the realtime is faster for me is when I have dual cpus. The 3rd field, which is the realtime, is frequently 10% faster than -j4 on an AMD-1600+ XP. Kent > > Are there any plans to allow a default -j setting, and identify > certain packages as requiring single-threaded making? One possibility > that's occurred to me is to set MAKE_THREADS=4 and leave MAKE_THREADED > unset in /etc/defaults/make.conf. > > Multi-threadable Makefiles, including /usr/src/Makefile, could set > MAKE_THREADED="YES", and single-threaded Makefiles (/usr/ports/Makefile, > to start) could set MAKE_THREADED="NO". Then the make command could be > enhanced to set -j from MAKE_THREADS if MAKE_THREADED is YES. > > Are there gaping holes in this idea? Is there a better method > waiting in the wings? > > > Thanks, > > > Chris Pepper -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:36:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from its-mail1.massey.ac.nz (its-mail1.massey.ac.nz [130.123.128.11]) by hub.freebsd.org (Postfix) with ESMTP id BC70137B401 for ; Mon, 3 Jun 2002 15:36:36 -0700 (PDT) Received: from its-mm1.massey.ac.nz (its-mm1.massey.ac.nz [130.123.128.45]) by its-mail1.massey.ac.nz (8.9.3/8.9.3) with ESMTP id KAA06736 for ; Tue, 4 Jun 2002 10:36:35 +1200 (NZST) Received: from its-xchg2.massey.ac.nz (not verified[130.123.128.28]) by its-mm1.massey.ac.nz with MailMarshal (4,2,5,0) id ; Tue, 04 Jun 2002 10:36:35 +1200 Received: by its-xchg2.massey.ac.nz with Internet Mail Service (5.5.2655.55) id ; Tue, 4 Jun 2002 10:36:35 +1200 Message-ID: <98B01D2717B9D411B38F0008C7840931057F38D5@its-xchg2.massey.ac.nz> From: "Defryn, Guy" To: "'freebsd-questions@freebsd.org'" Subject: Certifications Date: Tue, 4 Jun 2002 10:36:32 +1200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I hope someone can give me some advise on the following: I would like to do some Unix certification. I still consider myself a newbie and I am not looking for a qualification that needs several exams such as MS' MCSE or MCSA. I would like to something that is a bit like MCP. Just one exam to start off with :-) I am not sure if there is a Freebsd specific one but something that would test general Unix knowledge would be nice. What about Linux + certification? Cheers Guy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:52:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp3out.rdc-nyc.rr.com (nycsmtp3out.rdc-nyc.rr.com [24.29.99.228]) by hub.freebsd.org (Postfix) with ESMTP id 6B90737B404 for ; Mon, 3 Jun 2002 15:52:09 -0700 (PDT) Received: from scott1.nyc.rr.com (66-108-170-19.nyc.rr.com [66.108.170.19]) by nycsmtp3out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g53MqgPX014052; Mon, 3 Jun 2002 18:52:42 -0400 (EDT) Message-Id: <5.1.0.14.0.20020603185052.00bd59b0@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 03 Jun 2002 18:52:07 -0400 To: "Pascal Giannakakis" , From: Scott Subject: Re: Problem with "shutdown -p now" In-Reply-To: <001101c20b42$b568da50$0200a8c0@capm> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 23:07 2002/06/03 +0200, Pascal Giannakakis wrote: >Hello, > >i have a problem with shutting down my freebsd machine. I want it to turn >power off on "shutdown -p now", but it will only halt and tell me to press >any key to reboot. Any idea what could be wrong? ACPI is enabled in BIOS. >The board is MSI MS-6368. This is what fixed for me. In /etc/rc.conf add apm_enable="YES" In your kernel, you'll see a line about apm0 and somewhere in the middle of the line the word disabled. Remove the word disabled, recompile the kernel and you should be good to go. HTH Scott Robbins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 15:57:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailix.net (smtp.mailix.net [216.148.213.132]) by hub.freebsd.org (Postfix) with ESMTP id 66FD737B403 for ; Mon, 3 Jun 2002 15:57:48 -0700 (PDT) Received: from [216.164.225.145] (helo=fritz) by smtp.mailix.net with asmtp (Exim 4.01) id 17F0ln-0001b7-00 for questions@freebsd.org; Mon, 03 Jun 2002 15:57:47 -0700 Message-ID: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com> From: "Christopher J. Umina" To: "FreeBSD Questions" Subject: SCSI CD-ROM Date: Mon, 3 Jun 2002 18:59:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, How do I mount my CD-ROM drive? It's a SCSI drive and I can see it with camcontrol: at scbus0 target 0 lun 0 (da0) at scbus0 target 1 lun 0 () But there's no device name.. /dev/cd0a isn't it, it's telling me that it's not configured.. What do I do? Thanks. ---------------------------------- Christopher J. Umina FJU@Fritzilldo.com http://www.fritzilldo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 16: 3:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seven.slakin.net (adsl-67-112-126-134.dsl.pltn13.pacbell.net [67.112.126.134]) by hub.freebsd.org (Postfix) with ESMTP id 5042337B405 for ; Mon, 3 Jun 2002 16:03:25 -0700 (PDT) Received: from localhost (localhost.slakin.net [127.0.0.1]) by seven.slakin.net (Postfix) with ESMTP id 009497DC; Mon, 3 Jun 2002 16:03:29 -0700 (PDT) Date: Mon, 3 Jun 2002 16:03:29 -0700 (PDT) From: Matt Snow To: "Defryn, Guy" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Certifications In-Reply-To: <98B01D2717B9D411B38F0008C7840931057F38D5@its-xchg2.massey.ac.nz> Message-ID: <20020603160210.W6139-100000@seven.slakin.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://www.linuxcertification.com - Info on SAIR certification. http://www.bsdmall.com/training.html - BSD training. * * * * * * * * Matt (@) drama@slakin.net (w) http://slakin.net. On Tue, 4 Jun 2002, Defryn, Guy wrote: > I hope someone can give me some advise on the following: > > I would like to do some Unix certification. I still consider myself a newbie and I am not looking for a qualification that needs several exams such as MS' MCSE or MCSA. > I would like to something that is a bit like MCP. Just one exam to start off with :-) > > I am not sure if there is a Freebsd specific one but something that would test general Unix knowledge would be nice. > > What about Linux + certification? > > Cheers > > Guy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 16: 9:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10107.mail.yahoo.com (web10107.mail.yahoo.com [216.136.130.57]) by hub.freebsd.org (Postfix) with SMTP id 9438437B407 for ; Mon, 3 Jun 2002 16:09:03 -0700 (PDT) Message-ID: <20020603230903.25117.qmail@web10107.mail.yahoo.com> Received: from [68.5.49.41] by web10107.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 16:09:03 PDT Date: Mon, 3 Jun 2002 16:09:03 -0700 (PDT) From: twig les Subject: Re: 4.4 Release vi problem To: Fernando Gleiser Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020603192905.H78390-100000@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well you nailed it. My DNS server was still set to my old one. Once I changed that it let me in right away via ssh. And netstat -a works fine too (again). Thnx. The vi problem still happens. I tried vi -r after it booted and it recovered snort.conf, but on reboot it hangs again. This is really weird cause Snort still works fine.... --- Fernando Gleiser wrote: > On Mon, 3 Jun 2002, twig les wrote: > > > Hey *, > > > > I'm running a Free4.4 Release box at home that > does > > something weird. At boot, it tries to recover a > file > > in vi and will hang indefinitely unless I'm at the > > console and hit control-c twice right away. I > have no > > idea what file it's trying to recover or why. I'd > > really like to know how to make this stop. > > > > Another problem that I think is linked is that I > can > > no longer ssh to the box. In fact, if I hop on > the > > console and do a netstat -a the machine just sits > > there frozen. Sometimes I can get in, sometimes > not. > > Your reverse DNS is broken. Does it work if you try > 'netstat -an'? > > > > Fer > > > > > > This is a GENERIC kernel and I didn't change > anything > > when this started happening. Also, I can't > upgrade > > the box to a newer release because this machine > has > > the exact config of a box that I can only do minor > > maintanence to (this is the test box; the > production > > box doesn't have any of these problems). > > > > Thanks for anything, > > Keith > > > > ===== > > > ----------------------------------------------------------- > > Only failures don't include failing in their plans > > > ----------------------------------------------------------- > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! - Official partner of 2002 FIFA World Cup > > http://fifaworldcup.yahoo.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body > of the message > > > ===== ----------------------------------------------------------- Only failures don't include failing in their plans ----------------------------------------------------------- __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 16:16:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 24AB037B406 for ; Mon, 3 Jun 2002 16:16:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g53NDxi80081; Mon, 3 Jun 2002 20:13:59 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 3 Jun 2002 20:13:59 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: twig les Cc: Subject: Re: 4.4 Release vi problem In-Reply-To: <20020603230903.25117.qmail@web10107.mail.yahoo.com> Message-ID: <20020603201233.Y78390-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 3 Jun 2002, twig les wrote: > Well you nailed it. My DNS server was still set to my > old one. Once I changed that it let me in right away > via ssh. And netstat -a works fine too (again). > Thnx. > > The vi problem still happens. I tried vi -r after it > booted and it recovered snort.conf, but on reboot it > hangs again. This is really weird cause Snort still > works fine.... If you don't care about those recover files, you can just 'rm /var/tmp/vi.recover/'. No files to recover, no hang trying to recover them =0) Fer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 16:30: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10104.mail.yahoo.com (web10104.mail.yahoo.com [216.136.130.54]) by hub.freebsd.org (Postfix) with SMTP id 3128437B408 for ; Mon, 3 Jun 2002 16:29:58 -0700 (PDT) Message-ID: <20020603232958.62452.qmail@web10104.mail.yahoo.com> Received: from [68.5.49.41] by web10104.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 16:29:58 PDT Date: Mon, 3 Jun 2002 16:29:58 -0700 (PDT) From: twig les Subject: Re: 4.4 Release vi problem To: Fernando Gleiser Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020603201233.Y78390-100000@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Damn, you nailed it again. I did a 'cp -R /var/tmp/vi.recover /var/tmp/vi.recover.backup'. Then a rm -rf /var/tmp/vi.recover. At boot it mentioned that it couldn't find /var/tmp/vi.recover (but still booted fine) so I threw a 'touch /var/tmp/vi.recover' for good measure and it works like new again. Thanks again. BTW, I didn't need to use the /var/tmp/vi.recover.backup, the system works fine (to my knowledge...). --- Fernando Gleiser wrote: > On Mon, 3 Jun 2002, twig les wrote: > > > Well you nailed it. My DNS server was still set > to my > > old one. Once I changed that it let me in right > away > > via ssh. And netstat -a works fine too (again). > > Thnx. > > > > The vi problem still happens. I tried vi -r after > it > > booted and it recovered snort.conf, but on reboot > it > > hangs again. This is really weird cause Snort > still > > works fine.... > > If you don't care about those recover files, you can > just > 'rm /var/tmp/vi.recover/'. > > No files to recover, no hang trying to recover them > =0) > > > Fer > ===== ----------------------------------------------------------- Only failures don't include failing in their plans ----------------------------------------------------------- __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 16:34: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 3233237B400 for ; Mon, 3 Jun 2002 16:34:01 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C122266D7A; Mon, 3 Jun 2002 16:34:00 -0700 (PDT) Date: Mon, 3 Jun 2002 16:34:00 -0700 From: Kris Kennaway To: "Christopher J. Umina" Cc: FreeBSD Questions Subject: Re: SCSI CD-ROM Message-ID: <20020603163400.A34580@xor.obsecurity.org> References: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com>; from FJU@Fritzilldo.com on Mon, Jun 03, 2002 at 06:59:10PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 06:59:10PM -0700, Christopher J. Umina wrote: > Hello, >=20 > How do I mount my CD-ROM drive? It's a SCSI drive and I can see it w= ith > camcontrol: >=20 > at scbus0 target 0 lun 0 (da0) > at scbus0 target 1 lun 0 () >=20 > But there's no device name.. /dev/cd0a isn't it Yes, it is /dev/cd0* > it's telling me that it's > not configured.. What do I do? Either you're missing cd support from your kernel or you're missing CD9660 support (i.e. the device exists but mount_cd9660 can't do anything with it when you ask). Kris --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+/zoWry0BWjoQKURAj2oAKC78w/TfGt1wPgPrYb5u879OtpyyACfbUge De0cHUVMNpj6T31cWuP8ra8= =ISFg -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 16:42:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by hub.freebsd.org (Postfix) with SMTP id 28C8D37B406 for ; Mon, 3 Jun 2002 16:41:33 -0700 (PDT) Received: (qmail 1153 invoked by uid 0); 3 Jun 2002 23:41:31 -0000 Date: Tue, 4 Jun 2002 01:41:31 +0200 (MEST) From: Michael Mertins To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="========GMXBoundary79151023147691" Subject: atapicam doesnt compile X-Priority: 3 (Normal) X-Authenticated-Sender: #0007692942@gmx.net X-Authenticated-IP: [213.20.228.113] Message-ID: <7915.1023147691@www54.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a MIME encapsulated multipart message - please use a MIME-compliant e-mail program to open it. Dies ist eine mehrteilige Nachricht im MIME-Format - bitte verwenden Sie zum Lesen ein MIME-konformes Mailprogramm. --========GMXBoundary79151023147691 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, after upgrading to 4.6RC and patching with the 2 patches, the kernel compiles but the cdrom-devices arent configured, then I added the necessary "options ATAPICAM" to my config-file and checked if all other stuff is in: # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATAPICAM # SCSI peripherals device scbus # SCSI bus (required) #device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) But after config FILE , make depend - and i do make the make fails with tons of errors that are attached in the output.txt. Aswell my dmesg in dmesg.txt. Hope someone knows what I did wrong here cause I need to write bin / cue files with my ata-burner somehow. Thx for any help, Michael -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net --========GMXBoundary79151023147691 Content-Type: text/plain; name="dmesg.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dmesg.txt" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDIgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0IChj KSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAx OTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLgpGcmVlQlNEIDQuNi1SQyAjMDogVGh1IE1heSAzMCAxNzoxNToyNiBDRVNU IDIwMDIKICAgIHRlY2hvcml4QGJyYWluOi91c3Ivc3JjL3N5cy9jb21waWxlL0FUQVBJQ0FNClRp bWVjb3VudGVyICJpODI1NCIgIGZyZXF1ZW5jeSAxMTkzMTgyIEh6ClRpbWVjb3VudGVyICJUU0Mi ICBmcmVxdWVuY3kgMTMxMjkzMDUzMCBIegpDUFU6IFBlbnRpdW0gSUlJL1BlbnRpdW0gSUlJIFhl b24vQ2VsZXJvbiAoMTMxMi45My1NSHogNjg2LWNsYXNzIENQVSkKICBPcmlnaW4gPSAiR2VudWlu ZUludGVsIiAgSWQgPSAweDZiMSAgU3RlcHBpbmcgPSAxCiAgRmVhdHVyZXM9MHgzODNmOWZmPEZQ VSxWTUUsREUsUFNFLFRTQyxNU1IsUEFFLE1DRSxDWDgsU0VQLE1UUlIsUEdFLE1DQSxDTU9WLFBB VCxQU0UzNixNTVgsRlhTUixTU0U+CnJlYWwgbWVtb3J5ICA9IDUzNjc4NDg5NiAoNTI0MjA0SyBi eXRlcykKYXZhaWwgbWVtb3J5ID0gNTE4MDEyOTI4ICg1MDU4NzJLIGJ5dGVzKQpQcmVsb2FkZWQg ZWxmIGtlcm5lbCAia2VybmVsIiBhdCAweGMwNDMwMDAwLgpQZW50aXVtIFBybyBNVFJSIHN1cHBv cnQgZW5hYmxlZAptZDA6IE1hbGxvYyBkaXNrClVzaW5nICRQSVIgdGFibGUsIDExIGVudHJpZXMg YXQgMHhjMDBmMTNhMApucHgwOiA8bWF0aCBwcm9jZXNzb3I+IG9uIG1vdGhlcmJvYXJkCm5weDA6 IElOVCAxNiBpbnRlcmZhY2UKcGNpYjA6IDxIb3N0IHRvIFBDSSBicmlkZ2U+IG9uIG1vdGhlcmJv YXJkCnBjaTA6IDxQQ0kgYnVzPiBvbiBwY2liMApwY2liMTogPEludGVsIDgyODAxQkEvQkFNIChJ Q0gyKSBQQ0ktUENJIChBR1ApIGJyaWRnZT4gYXQgZGV2aWNlIDEuMCBvbiBwY2kwCnBjaTE6IDxQ Q0kgYnVzPiBvbiBwY2liMQpwY2kxOiA8M0RmeCBWb29kb28gMyBncmFwaGljcyBhY2NlbGVyYXRv cj4gYXQgMC4wIGlycSAxMQpwY2liMjogPEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBIdWIgdG8g UENJIGJyaWRnZT4gYXQgZGV2aWNlIDMwLjAgb24gcGNpMApwY2kyOiA8UENJIGJ1cz4gb24gcGNp YjIKZWQwOiA8TkUyMDAwIFBDSSBFdGhlcm5ldCAoUmVhbFRlayA4MDI5KT4gcG9ydCAweGI4MDAt MHhiODFmIGlycSA5IGF0IGRldmljZSAxMC4wIG9uIHBjaTIKZWQwOiBhZGRyZXNzIDUyOjU0OjA1 OmRlOmMxOjI5LCB0eXBlIE5FMjAwMCAoMTYgYml0KSAKcmwwOiA8UmVhbFRlayA4MTM5IDEwLzEw MEJhc2VUWD4gcG9ydCAweGI0MDAtMHhiNGZmIG1lbSAweGYxODAwMDAwLTB4ZjE4MDAwZmYgaXJx IDkgYXQgZGV2aWNlIDExLjAgb24gcGNpMgpybDA6IEV0aGVybmV0IGFkZHJlc3M6IDAwOjAwOmU4 OjdiOjgxOmY1Cm1paWJ1czA6IDxNSUkgYnVzPiBvbiBybDAKcmxwaHkwOiA8UmVhbFRlayBpbnRl cm5hbCBtZWRpYSBpbnRlcmZhY2U+IG9uIG1paWJ1czAKcmxwaHkwOiAgMTBiYXNlVCwgMTBiYXNl VC1GRFgsIDEwMGJhc2VUWCwgMTAwYmFzZVRYLUZEWCwgYXV0bwpwY20wOiA8Q3JlYXRpdmUgRU1V MTBLMT4gcG9ydCAweGIwMDAtMHhiMDFmIGlycSA5IGF0IGRldmljZSAxMy4wIG9uIHBjaTIKYmt0 cjA6IDxCcm9va1RyZWUgODQ4PiBtZW0gMHhmNTAwMDAwMC0weGY1MDAwZmZmIGlycSAxMiBhdCBk ZXZpY2UgMTQuMCBvbiBwY2kyCmJrdHIwOiBIYXVwcGF1Z2UgTW9kZWwgNTYxMDQgRTEgIApia3Ry MDogSGF1cHBhdWdlIFdpbkNhc3QvVFYsIFRlbWljIFBBTCB0dW5lci4KaXNhYjA6IDxJbnRlbCA4 MjgwMUJBL0JBTSAoSUNIMikgUENJIHRvIExQQyBicmlkZ2U+IGF0IGRldmljZSAzMS4wIG9uIHBj aTAKaXNhMDogPElTQSBidXM+IG9uIGlzYWIwCmF0YXBjaTA6IDxJbnRlbCBJQ0gyIEFUQTEwMCBj b250cm9sbGVyPiBwb3J0IDB4OTgwMC0weDk4MGYgYXQgZGV2aWNlIDMxLjEgb24gcGNpMAphdGEw OiBhdCAweDFmMCBpcnEgMTQgb24gYXRhcGNpMAphdGExOiBhdCAweDE3MCBpcnEgMTUgb24gYXRh cGNpMAp1aGNpMDogPEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBVU0IgY29udHJvbGxlciBVU0It QT4gcG9ydCAweDk0MDAtMHg5NDFmIGlycSA1IGF0IGRldmljZSAzMS4yIG9uIHBjaTAKdXNiMDog PEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBVU0IgY29udHJvbGxlciBVU0ItQT4gb24gdWhjaTAK dXNiMDogVVNCIHJldmlzaW9uIDEuMAp1aHViMDogSW50ZWwgVUhDSSByb290IGh1YiwgY2xhc3Mg OS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDEKdWh1YjA6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJs ZSwgc2VsZiBwb3dlcmVkCnBjaTA6IDx1bmtub3duIGNhcmQ+ICh2ZW5kb3I9MHg4MDg2LCBkZXY9 MHgyNDQzKSBhdCAzMS4zIGlycSAxMAp1aGNpMTogPEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBV U0IgY29udHJvbGxlciBVU0ItQj4gcG9ydCAweDkwMDAtMHg5MDFmIGlycSA5IGF0IGRldmljZSAz MS40IG9uIHBjaTAKdXNiMTogPEludGVsIDgyODAxQkEvQkFNIChJQ0gyKSBVU0IgY29udHJvbGxl ciBVU0ItQj4gb24gdWhjaTEKdXNiMTogVVNCIHJldmlzaW9uIDEuMAp1aHViMTogSW50ZWwgVUhD SSByb290IGh1YiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDEKdWh1YjE6IDIgcG9y dHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBwb3dlcmVkCm9ybTA6IDxPcHRpb24gUk9NPiBhdCBp b21lbSAweGMwMDAwLTB4YzdmZmYgb24gaXNhMApmZGMwOiA8TkVDIDcyMDY1QiBvciBjbG9uZT4g YXQgcG9ydCAweDNmMC0weDNmNSwweDNmNyBpcnEgNiBkcnEgMiBvbiBpc2EwCmZkYzA6IEZJRk8g ZW5hYmxlZCwgOCBieXRlcyB0aHJlc2hvbGQKZmQwOiA8MTQ0MC1LQiAzLjUiIGRyaXZlPiBvbiBm ZGMwIGRyaXZlIDAKYXRrYmRjMDogPEtleWJvYXJkIGNvbnRyb2xsZXIgKGk4MDQyKT4gYXQgcG9y dCAweDYwLDB4NjQgb24gaXNhMAphdGtiZDA6IDxBVCBLZXlib2FyZD4gZmxhZ3MgMHgxIGlycSAx IG9uIGF0a2JkYzAKa2JkMCBhdCBhdGtiZDAKdmdhMDogPEdlbmVyaWMgSVNBIFZHQT4gYXQgcG9y dCAweDNjMC0weDNkZiBpb21lbSAweGEwMDAwLTB4YmZmZmYgb24gaXNhMApzYzA6IDxTeXN0ZW0g Y29uc29sZT4gYXQgZmxhZ3MgMHgxMDAgb24gaXNhMApzYzA6IFZHQSA8MTYgdmlydHVhbCBjb25z b2xlcywgZmxhZ3M9MHgzMDA+CnNpbzAgYXQgcG9ydCAweDNmOC0weDNmZiBpcnEgNCBmbGFncyAw eDEwIG9uIGlzYTAKc2lvMDogdHlwZSAxNjU1MEEKc2lvMSBhdCBwb3J0IDB4MmY4LTB4MmZmIGly cSAzIG9uIGlzYTAKc2lvMTogdHlwZSAxNjU1MEEKcHBjMDogPFBhcmFsbGVsIHBvcnQ+IGF0IHBv cnQgMHgzNzgtMHgzN2YgaXJxIDcgb24gaXNhMApwcGMwOiBTTUMtbGlrZSBjaGlwc2V0IChFQ1Av RVBQL1BTMi9OSUJCTEUpIGluIENPTVBBVElCTEUgbW9kZQpwcGMwOiBGSUZPIHdpdGggMTYvMTYv OSBieXRlcyB0aHJlc2hvbGQKcGxpcDA6IDxQTElQIG5ldHdvcmsgaW50ZXJmYWNlPiBvbiBwcGJ1 czAKbHB0MDogPFByaW50ZXI+IG9uIHBwYnVzMApscHQwOiBJbnRlcnJ1cHQtZHJpdmVuIHBvcnQK cHBpMDogPFBhcmFsbGVsIEkvTz4gb24gcHBidXMwCmFkMDogMjkxODhNQiA8U1QzMzA2MzBBPiBb NTkzMDMvMTYvNjNdIGF0IGF0YTAtbWFzdGVyIFVETUE2NgphZDE6IDgyMDdNQiA8U1QzODY0MUE+ IFsxNjY3Ni8xNi82M10gYXQgYXRhMC1zbGF2ZSBVRE1BMzMKYWNkMDogQ0QtUlcgPENELVc1MTJF Qj4gYXQgYXRhMS1tYXN0ZXIgUElPNAphY2QxOiBDRFJPTSA8Q0QtNTMyRS1CPiBhdCBhdGExLXNs YXZlIFBJTzQKTW91bnRpbmcgcm9vdCBmcm9tIHVmczovZGV2L2FkMXMxYQo= --========GMXBoundary79151023147691 Content-Type: text/plain; name="output.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="output.txt" U2NyaXB0IHN0YXJ0ZWQgb24gVHVlIEp1biAgNCAwMTo0MjoxNyAyMDAyCmJyYWluIyBtYWtlDQ0K Y2MgLWMgLU8gLXBpcGUgIC1XYWxsIC1XcmVkdW5kYW50LWRlY2xzIC1XbmVzdGVkLWV4dGVybnMg LVdzdHJpY3QtcHJvdG90eXBlcyAgLVdtaXNzaW5nLXByb3RvdHlwZXMgLVdwb2ludGVyLWFyaXRo IC1XaW5saW5lIC1XY2FzdC1xdWFsICAtZmZvcm1hdC1leHRlbnNpb25zIC1hbnNpICAtbm9zdGRp bmMgLUktIC1JLiAtSS4uLy4uIC1JLi4vLi4vLi4vaW5jbHVkZSAtSS4uLy4uL2NvbnRyaWIvaXBm aWx0ZXIgIC1EX0tFUk5FTCAtaW5jbHVkZSBvcHRfZ2xvYmFsLmggLWVsZiAgLW1wcmVmZXJyZWQt c3RhY2stYm91bmRhcnk9MiAgLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYw0KSW4gZmlsZSBpbmNs dWRlZCBmcm9tIC4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6Nzc3Og0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MTU2OiByZWRlZmluaXRpb24gb2YgYHN0cnVjdCBhdGFfZG1hZW50cnknDQouLi8u Li9kZXYvYXRhL2F0YS1hbGwuaDoxNjI6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YV9kZXZp Y2UnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoxODI6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0 IGF0YV9jaGFubmVsJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjM1OiB3YXJuaW5nOiByZWR1 bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhX2RldmNsYXNzJyBpbiBzYW1lIHNjb3BlDQouLi8u Li9kZXYvYXRhL2F0YS1hbGwuaDoyMzU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9m IGBhdGFfZGV2Y2xhc3MnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyMzg6IHdhcm5pbmc6IHJl ZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfcHJvYmUnIGluIHNhbWUgc2NvcGUNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjIzODogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2Yg YGF0YV9wcm9iZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzOTogd2FybmluZzogcmVkdW5k YW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9hdHRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rl di9hdGEvYXRhLWFsbC5oOjIzOTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YV9hdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDA6IHdhcm5pbmc6IHJlZHVuZGFu dCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfZGV0YWNoJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YS1hbGwuaDoyNDA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFf ZGV0YWNoJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQxOiB3YXJuaW5nOiByZWR1bmRhbnQg cmVkZWNsYXJhdGlvbiBvZiBgYXRhX3Jlc3VtZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGEtYWxsLmg6MjQxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3Jl c3VtZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0Mzogd2FybmluZzogcmVkdW5kYW50IHJl ZGVjbGFyYXRpb24gb2YgYGF0YV9zdGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjQzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3N0YXJ0 Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX3Jlc2V0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNDQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcmVzZXQnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfcmVpbml0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNDU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcmVpbml0Jw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX3dhaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0 Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV93YWl0Jw0KLi4vLi4vZGV2 L2F0YS9hdGEtYWxsLmg6MjQ3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg YXRhX2NvbW1hbmQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0Nzog d2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9jb21tYW5kJw0KLi4vLi4vZGV2 L2F0YS9hdGEtYWxsLmg6MjQ4OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg YXRhX2RyYXdlcmxlZHMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0 ODogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kcmF3ZXJsZWRzJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX3ByaW50ZicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjQ5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3ByaW50ZicNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI1MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9wcnRkZXYnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1 MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9wcnRkZXYnDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNTE6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFfc2V0X25hbWUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1 MTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9zZXRfbmFtZScNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI1Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9mcmVlX25hbWUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI1Mjogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9mcmVlX25hbWUnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTM6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfZ2V0X2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjUzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2dldF9sdW4nDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfdGVzdF9sdW4nIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI1NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV90ZXN0X2x1bicN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9mcmVlX2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjU1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2ZyZWVfbHVu Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX21vZGUyc3RyJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0 YS1hbGwuaDoyNTY6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfbW9kZTJz dHInDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFfcG1vZGUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI1Nzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9wbW9kZScN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV93bW9kZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjU4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3dtb2RlJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjU5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX3Vtb2RlJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoy NTk6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfdW1vZGUnDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNjA6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFfZmluZF9kZXYnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2 MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9maW5kX2RldicNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI2Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9kbWFhbGxvYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjYyOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYWFsbG9jJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjYzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX2RtYWluaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI2Mzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFpbml0Jw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjY0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX2RtYXNldHVwJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNjQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZG1hc2V0dXAnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfZG1hc3RhcnQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI2NTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFzdGFydCcN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2Njogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9kbWFzdGF0dXMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI2Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFzdGF0 dXMnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFfZG1hZG9uZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjY3OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYWRv bmUnDQpJbiBmaWxlIGluY2x1ZGVkIGZyb20gLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo3Nzg6 DQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjEyMzogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3Qg YXRhcGlfcmVxc2Vuc2UnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE0NjogcmVkZWZpbml0 aW9uIG9mIGBhdGFwaV9jYWxsYmFja190Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNDY6 IGBhdGFwaV9jYWxsYmFja190JyBwcmV2aW91c2x5IGRlY2xhcmVkIGhlcmUNCi4uLy4uL2Rldi9h dGEvYXRhcGktYWxsLmg6MTQ4OiByZWRlZmluaXRpb24gb2YgYHN0cnVjdCBhdGFwaV9yZXF1ZXN0 Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNzQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFwaV9hdHRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEv YXRhcGktYWxsLmg6MTc0OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlf YXR0YWNoJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNzU6IHdhcm5pbmc6IHJlZHVuZGFu dCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycgaW4gc2FtZSBzY29wZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMTY6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0 aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6 MTc2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfZGV0YWNoJyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3Njogd2FybmluZzogcHJl dmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2RldGFjaCcNCi4uLy4uL2Rldi9hdGEvYXRhcGkt YWxsLmg6MTc3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2Ft X2RldGFjaF9idXMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTgz OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2FtX2RldGFjaF9idXMn DQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YXBpX3JlaW5pdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGFwaS1hbGwuaDoxNzg6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9y ZWluaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcmVkdW5kYW50 IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX3N0YXJ0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YXBpX3N0YXJ0Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHJlZHVu ZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicgaW4gc2FtZSBzY29wZQ0KLi4v Li4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9u IG9mIGBhdGFwaV90cmFuc2ZlcicNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTgxOiB3YXJu aW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfaW50ZXJydXB0JyBpbiBzYW1l IHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4MTogd2FybmluZzogcHJldmlvdXMg ZGVjbGFyYXRpb24gb2YgYGF0YXBpX2ludGVycnVwdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxs Lmg6MTgyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcXVldWVf Y21kJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Mjogd2Fybmlu ZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX3F1ZXVlX2NtZCcNCi4uLy4uL2Rldi9h dGEvYXRhcGktYWxsLmg6MTgzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg YXRhcGlfdGVzdF9yZWFkeScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwu aDoxODM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV90ZXN0X3JlYWR5 Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFwaV93YWl0X2RzYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFw aV93YWl0X2RzYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTg1OiB3YXJuaW5nOiByZWR1 bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcmVxdWVzdF9zZW5zZScgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xh cmF0aW9uIG9mIGBhdGFwaV9yZXF1ZXN0X3NlbnNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwu aDoxODY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9kdW1wJyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Njogd2FybmluZzogcHJl dmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2R1bXAnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE4Nzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGF0dGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODc6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE4ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGRldGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODg6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE4OTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZF9zdGFydCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODk6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGF0dGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTA6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGRldGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTE6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZF9zdGFydCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTI6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGF0dGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTM6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGRldGFjaCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTQ6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFs bC5oOjE5NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdF9zdGFydCcg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTU6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNh bS5jOjc4OTogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhcGlfaGNiJw0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1jYW0uYzo4MDY6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YXBpX3hwdF9zb2Z0 YycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODE5OiBjb25mbGljdGluZyB0eXBlcyBmb3Ig YGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6OTE6IHByZXZpb3VzIGRlY2xh cmF0aW9uIG9mIGBhbGxfYnVzZXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjgxOTogd2Fy bmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFsbF9idXNlcycgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5MTogd2FybmluZzogcHJldmlvdXMgZGVjbGFy YXRpb24gb2YgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODIyOiB3YXJu aW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYWN0aW9uJyBpbiBzYW1lIHNj b3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIxODogd2FybmluZzogcHJldmlvdXMgZGVj bGFyYXRpb24gb2YgYGF0YXBpX2FjdGlvbicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODIz OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYWN0aW9uMScgaW4g c2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjY6IHdhcm5pbmc6IHByZXZp b3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24xJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzo4MjQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9wb2xs JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjUxNzogd2FybmluZzog cHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX3BvbGwnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWNhbS5jOjgyNTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX2Fz eW5jJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjU4Njogd2Fybmlu ZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2FzeW5jJw0KLi4vLi4vZGV2L2F0YS9h dGFwaS1jYW0uYzo4MjY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFw aV9hc3luYzEnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6NTk0OiB3 YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYXN5bmMxJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzo4Mjc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFwaV9jYicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo1MjY6 IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9jYicNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6ODMwOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg c2V0dXBfZGV2JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE5NTog d2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYHNldHVwX2RldicNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6ODMxOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBg c2V0dXBfYXN5bmNfY2InIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MjA1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgc2V0dXBfYXN5bmNfY2InDQou Li8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjgzMjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGNhbV9yZXNjYW5fY2FsbGJhY2snIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6NjE4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgY2Ft X3Jlc2Nhbl9jYWxsYmFjaycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODMzOiB3YXJuaW5n OiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgY2FtX3Jlc2NhbicgaW4gc2FtZSBzY29wZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2MzM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0 aW9uIG9mIGBjYW1fcmVzY2FuJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo4MzQ6IHdhcm5p bmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBmcmVlX2hjYl9hbmRfY2NiX2RvbmUnIGlu IHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6NTY1OiB3YXJuaW5nOiBwcmV2 aW91cyBkZWNsYXJhdGlvbiBvZiBgZnJlZV9oY2JfYW5kX2NjYl9kb25lJw0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1jYW0uYzo4MzU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBh bGxvY2F0ZV9oY2InIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6NjYw OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYWxsb2NhdGVfaGNiJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzo4MzY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9u IG9mIGBmcmVlX2hjYicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2 NzU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBmcmVlX2hjYicNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6ODM3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgZnJlZV9zb2Z0YycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2 ODM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBmcmVlX3NvZnRjJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzo4Mzg6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9u IG9mIGBnZXRfYXRhX2RldmljZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzo3MTQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBnZXRfYXRhX2Rldmlj ZScNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQwOiByZWRlZmluaXRpb24gb2YgYE1fQVRB Q0FNJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMTI6IGBNX0FUQUNBTScgcHJldmlvdXNs eSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQwOiByZWRlZmluaXRp b24gb2YgYE1fQVRBQ0FNX2luaXRfc3lzX2luaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjExMjogYE1fQVRBQ0FNX2luaXRfc3lzX2luaXQnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQou Li8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0MDogcmVkZWZpbml0aW9uIG9mIGBfX3NldF9zeXNp bml0X3NldF9zeW1fTV9BVEFDQU1faW5pdF9zeXNfaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGkt Y2FtLmM6MTEyOiBgX19zZXRfc3lzaW5pdF9zZXRfc3ltX01fQVRBQ0FNX2luaXRfc3lzX2luaXQn IHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0MDog cmVkZWZpbml0aW9uIG9mIGBNX0FUQUNBTV91bmluaXRfc3lzX3VuaW5pdCcNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MTEyOiBgTV9BVEFDQU1fdW5pbml0X3N5c191bmluaXQnIHByZXZpb3Vz bHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0MDogcmVkZWZpbml0 aW9uIG9mIGBfX3NldF9zeXN1bmluaXRfc2V0X3N5bV9NX0FUQUNBTV91bmluaXRfc3lzX3VuaW5p dCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTEyOiBgX19zZXRfc3lzdW5pbml0X3NldF9z eW1fTV9BVEFDQU1fdW5pbml0X3N5c191bmluaXQnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQou Li8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0NDogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9jYW1f YXR0YWNoX2J1cycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTE2OiBgYXRhcGlfY2FtX2F0 dGFjaF9idXMnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNh bS5jOjkxMTogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9jYW1fZGV0YWNoX2J1cycNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTgzOiBgYXRhcGlfY2FtX2RldGFjaF9idXMnIHByZXZpb3VzbHkg ZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjkyMzogcmVkZWZpbml0aW9u IG9mIGBzZXR1cF9kZXYnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE5NTogYHNldHVwX2Rl dicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6OTMz OiByZWRlZmluaXRpb24gb2YgYHNldHVwX2FzeW5jX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzoyMDU6IGBzZXR1cF9hc3luY19jYicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4u L2Rldi9hdGEvYXRhcGktY2FtLmM6OTQ2OiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2FjdGlvbicN Ci4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjE4OiBgYXRhcGlfYWN0aW9uJyBwcmV2aW91c2x5 IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5NTQ6IHJlZGVmaW5pdGlv biBvZiBgYXRhcGlfYWN0aW9uMScNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI2OiBgYXRh cGlfYWN0aW9uMScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGkt Y2FtLmM6MTI0NTogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9wb2xsJw0KLi4vLi4vZGV2L2F0YS9h dGFwaS1jYW0uYzo1MTc6IGBhdGFwaV9wb2xsJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4v Li4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMjU0OiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2NiJw0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo1MjY6IGBhdGFwaV9jYicgcHJldmlvdXNseSBkZWZp bmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTI5MzogcmVkZWZpbml0aW9uIG9m IGBmcmVlX2hjYl9hbmRfY2NiX2RvbmUnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjU2NTog YGZyZWVfaGNiX2FuZF9jY2JfZG9uZScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTMxNDogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9hc3luYycNCi4u Ly4uL2Rldi9hdGEvYXRhcGktY2FtLmM6NTg2OiBgYXRhcGlfYXN5bmMnIHByZXZpb3VzbHkgZGVm aW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjEzMjI6IHJlZGVmaW5pdGlvbiBv ZiBgYXRhcGlfYXN5bmMxJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo1OTQ6IGBhdGFwaV9h c3luYzEnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjEzNDY6IHJlZGVmaW5pdGlvbiBvZiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6NjE4OiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycgcHJldmlvdXNseSBkZWZp bmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTM2MTogcmVkZWZpbml0aW9uIG9m IGBjYW1fcmVzY2FuJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2MzM6IGBjYW1fcmVzY2Fu JyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMzg4 OiByZWRlZmluaXRpb24gb2YgYGFsbG9jYXRlX2hjYicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2Ft LmM6NjYwOiBgYWxsb2NhdGVfaGNiJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoxNDAzOiByZWRlZmluaXRpb24gb2YgYGZyZWVfaGNiJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzo2NzU6IGBmcmVlX2hjYicgcHJldmlvdXNseSBkZWZpbmVkIGhl cmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTQxMTogcmVkZWZpbml0aW9uIG9mIGBmcmVl X3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo2ODM6IGBmcmVlX3NvZnRjJyBwcmV2 aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNDQyOiByZWRl ZmluaXRpb24gb2YgYGdldF9hdGFfZGV2aWNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo3 MTQ6IGBnZXRfYXRhX2RldmljZScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCkluIGZpbGUgaW5j bHVkZWQgZnJvbSAuLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1MDU6DQouLi8uLi9kZXYvYXRh L2F0YS1hbGwuaDoxNTY6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YV9kbWFlbnRyeScNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjE2MjogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhX2Rl dmljZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjE4MjogcmVkZWZpbml0aW9uIG9mIGBzdHJ1 Y3QgYXRhX2NoYW5uZWwnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyMzU6IHdhcm5pbmc6IHJl ZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfZGV2Y2xhc3MnIGluIHNhbWUgc2NvcGUNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzNTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYGF0YV9kZXZjbGFzcycNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzODogd2FybmluZzog cmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9wcm9iZScgaW4gc2FtZSBzY29wZQ0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjM4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBv ZiBgYXRhX3Byb2JlJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjM5OiB3YXJuaW5nOiByZWR1 bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhX2F0dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4v ZGV2L2F0YS9hdGEtYWxsLmg6MjM5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBg YXRhX2F0dGFjaCcNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0MDogd2FybmluZzogcmVkdW5k YW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9kZXRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rl di9hdGEvYXRhLWFsbC5oOjI0MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YV9kZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDE6IHdhcm5pbmc6IHJlZHVuZGFu dCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfcmVzdW1lJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YS1hbGwuaDoyNDE6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFf cmVzdW1lJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQzOiB3YXJuaW5nOiByZWR1bmRhbnQg cmVkZWNsYXJhdGlvbiBvZiBgYXRhX3N0YXJ0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRh L2F0YS1hbGwuaDoyNDM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfc3Rh cnQnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFfcmVzZXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI0NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9yZXNldCcN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9yZWluaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI0NTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9yZWluaXQnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfd2FpdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjQ2OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3dhaXQnDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNDc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFfY29tbWFuZCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ3 OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2NvbW1hbmQnDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNDg6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBhdGFfZHJhd2VybGVkcycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjQ4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RyYXdlcmxlZHMnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDk6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfcHJpbnRmJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNDk6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcHJpbnRmJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjUwOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX3BydGRldicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjUwOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3BydGRldicNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI1MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9zZXRfbmFtZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjUxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3NldF9uYW1lJw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjUyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX2ZyZWVfbmFtZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjUyOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2ZyZWVfbmFtZScN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9nZXRfbHVuJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNTM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZ2V0X2x1bicN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV90ZXN0X2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjU0OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3Rlc3RfbHVu Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU1OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX2ZyZWVfbHVuJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0 YS1hbGwuaDoyNTU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZnJlZV9s dW4nDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRl Y2xhcmF0aW9uIG9mIGBhdGFfbW9kZTJzdHInIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEv YXRhLWFsbC5oOjI1Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9tb2Rl MnN0cicNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1Nzogd2FybmluZzogcmVkdW5kYW50IHJl ZGVjbGFyYXRpb24gb2YgYGF0YV9wbW9kZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjU3OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3Btb2Rl Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU4OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX3dtb2RlJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNTg6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfd21vZGUnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTk6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfdW1vZGUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI1OTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV91bW9kZScNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjI2MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24g b2YgYGF0YV9maW5kX2RldicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6 MjYwOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2ZpbmRfZGV2Jw0KLi4v Li4vZGV2L2F0YS9hdGEtYWxsLmg6MjYyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhX2RtYWFsbG9jJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNjI6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZG1hYWxsb2MnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjM6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfZG1haW5pdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjYzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYWluaXQnDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0 aW9uIG9mIGBhdGFfZG1hc2V0dXAnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI2NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFzZXR1cCcN Ci4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGF0YV9kbWFzdGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjY1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYXN0YXJ0 Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjY2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNs YXJhdGlvbiBvZiBgYXRhX2RtYXN0YXR1cycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjY2OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYXN0 YXR1cycNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2Nzogd2FybmluZzogcmVkdW5kYW50IHJl ZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFkb25lJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRh L2F0YS1hbGwuaDoyNjc6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZG1h ZG9uZScNCkluIGZpbGUgaW5jbHVkZWQgZnJvbSAuLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1 MDY6DQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjEyMzogcmVkZWZpbml0aW9uIG9mIGBzdHJ1 Y3QgYXRhcGlfcmVxc2Vuc2UnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE0NjogcmVkZWZp bml0aW9uIG9mIGBhdGFwaV9jYWxsYmFja190Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDox NDY6IGBhdGFwaV9jYWxsYmFja190JyBwcmV2aW91c2x5IGRlY2xhcmVkIGhlcmUNCi4uLy4uL2Rl di9hdGEvYXRhcGktYWxsLmg6MTQ4OiByZWRlZmluaXRpb24gb2YgYHN0cnVjdCBhdGFwaV9yZXF1 ZXN0Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNzQ6IHdhcm5pbmc6IHJlZHVuZGFudCBy ZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hdHRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9h dGEvYXRhcGktYWxsLmg6MTc0OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRh cGlfYXR0YWNoJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNzU6IHdhcm5pbmc6IHJlZHVu ZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo4NDQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xh cmF0aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxs Lmg6MTc2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfZGV0YWNo JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3Njogd2FybmluZzog cHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2RldGFjaCcNCi4uLy4uL2Rldi9hdGEvYXRh cGktYWxsLmg6MTc3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlf Y2FtX2RldGFjaF9idXMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 OTExOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2FtX2RldGFjaF9i dXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3ODogd2FybmluZzogcmVkdW5kYW50IHJl ZGVjbGFyYXRpb24gb2YgYGF0YXBpX3JlaW5pdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1hbGwuaDoxNzg6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFw aV9yZWluaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcmVkdW5k YW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX3N0YXJ0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9k ZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2Yg YGF0YXBpX3N0YXJ0Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHJl ZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicgaW4gc2FtZSBzY29wZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0 aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTgxOiB3 YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfaW50ZXJydXB0JyBpbiBz YW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4MTogd2FybmluZzogcHJldmlv dXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2ludGVycnVwdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGkt YWxsLmg6MTgyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcXVl dWVfY21kJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Mjogd2Fy bmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX3F1ZXVlX2NtZCcNCi4uLy4uL2Rl di9hdGEvYXRhcGktYWxsLmg6MTgzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgYXRhcGlfdGVzdF9yZWFkeScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1h bGwuaDoxODM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV90ZXN0X3Jl YWR5Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHJlZHVuZGFudCBy ZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV93YWl0X2RzYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBh dGFwaV93YWl0X2RzYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTg1OiB3YXJuaW5nOiBy ZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcmVxdWVzdF9zZW5zZScgaW4gc2FtZSBz Y29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODU6IHdhcm5pbmc6IHByZXZpb3VzIGRl Y2xhcmF0aW9uIG9mIGBhdGFwaV9yZXF1ZXN0X3NlbnNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1h bGwuaDoxODY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9kdW1w JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Njogd2FybmluZzog cHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2R1bXAnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE4Nzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGF0dGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODc6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE4ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGRldGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODg6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE4OTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZF9zdGFy dCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODk6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGF0dGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTA6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGRldGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTE6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZF9zdGFy dCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTI6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGF0dGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTM6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGRldGFj aCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTQ6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWFsbC5oOjE5NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdF9zdGFy dCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTU6IHdhcm5pbmc6 IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0YXBp LWNhbS5jOjE1MTc6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YXBpX2hjYicNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTUzNDogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhcGlfeHB0 X3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTQ3OiBjb25mbGljdGluZyB0eXBl cyBmb3IgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODE5OiBwcmV2aW91 cyBkZWNsYXJhdGlvbiBvZiBgYWxsX2J1c2VzJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzox NTQ3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYWxsX2J1c2VzJyBpbiBz YW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjgxOTogd2FybmluZzogcHJldmlv dXMgZGVjbGFyYXRpb24gb2YgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MTU1MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX2FjdGlvbicg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5NDY6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24nDQplLi4vLi4vZGV2L2F0YS9hdGFw aS1jYW0uYzoxNTUxOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlf YWN0aW9uMScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5NTQ6IHdh cm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24xJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoxNTUyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgYXRhcGlfcG9sbCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzox MjQ1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcG9sbCcNCi4uLy4u L2Rldi9hdGEvYXRhcGktY2FtLmM6MTU1Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRp b24gb2YgYGF0YXBpX2FzeW5jJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNh bS5jOjEzMTQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hc3luYycN Ci4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU1NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YXBpX2FzeW5jMScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGFwaS1jYW0uYzoxMzIyOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlf YXN5bmMxJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTU1OiB3YXJuaW5nOiByZWR1bmRh bnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2InIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MTI1NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YXBpX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTU4OiB3YXJuaW5nOiByZWR1bmRh bnQgcmVkZWNsYXJhdGlvbiBvZiBgc2V0dXBfZGV2JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YXBpLWNhbS5jOjkyMzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYHNl dHVwX2RldicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU1OTogd2FybmluZzogcmVkdW5k YW50IHJlZGVjbGFyYXRpb24gb2YgYHNldHVwX2FzeW5jX2NiJyBpbiBzYW1lIHNjb3BlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWNhbS5jOjkzMzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYHNldHVwX2FzeW5jX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTYwOiB3YXJu aW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycgaW4g c2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMzQ2OiB3YXJuaW5nOiBwcmV2 aW91cyBkZWNsYXJhdGlvbiBvZiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycNCi4uLy4uL2Rldi9hdGEv YXRhcGktY2FtLmM6MTU2MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGNh bV9yZXNjYW4nIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTM2MTog d2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGNhbV9yZXNjYW4nDQouLi8uLi9kZXYv YXRhL2F0YXBpLWNhbS5jOjE1NjI6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9m IGBmcmVlX2hjYl9hbmRfY2NiX2RvbmUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTI5Mzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGZyZWVfaGNi X2FuZF9jY2JfZG9uZScNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU2Mzogd2FybmluZzog cmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFsbG9jYXRlX2hjYicgaW4gc2FtZSBzY29wZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMzg4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJh dGlvbiBvZiBgYWxsb2NhdGVfaGNiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY0OiB3 YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgZnJlZV9oY2InIGluIHNhbWUgc2Nv cGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTQwMzogd2FybmluZzogcHJldmlvdXMgZGVj bGFyYXRpb24gb2YgYGZyZWVfaGNiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY1OiB3 YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgZnJlZV9zb2Z0YycgaW4gc2FtZSBz Y29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNDExOiB3YXJuaW5nOiBwcmV2aW91cyBk ZWNsYXJhdGlvbiBvZiBgZnJlZV9zb2Z0YycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU2 Njogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGdldF9hdGFfZGV2aWNlJyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE0NDI6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBnZXRfYXRhX2RldmljZScNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTU2ODogcmVkZWZpbml0aW9uIG9mIGBNX0FUQUNBTScNCi4uLy4uL2Rldi9hdGEv YXRhcGktY2FtLmM6ODQwOiBgTV9BVEFDQU0nIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1Njg6IHJlZGVmaW5pdGlvbiBvZiBgTV9BVEFDQU1faW5p dF9zeXNfaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQwOiBgTV9BVEFDQU1faW5p dF9zeXNfaW5pdCcgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGkt Y2FtLmM6MTU2ODogcmVkZWZpbml0aW9uIG9mIGBfX3NldF9zeXNpbml0X3NldF9zeW1fTV9BVEFD QU1faW5pdF9zeXNfaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQwOiBgX19zZXRf c3lzaW5pdF9zZXRfc3ltX01fQVRBQ0FNX2luaXRfc3lzX2luaXQnIHByZXZpb3VzbHkgZGVmaW5l ZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1Njg6IHJlZGVmaW5pdGlvbiBvZiBg TV9BVEFDQU1fdW5pbml0X3N5c191bmluaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjg0 MDogYE1fQVRBQ0FNX3VuaW5pdF9zeXNfdW5pbml0JyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY4OiByZWRlZmluaXRpb24gb2YgYF9fc2V0X3N5 c3VuaW5pdF9zZXRfc3ltX01fQVRBQ0FNX3VuaW5pdF9zeXNfdW5pbml0Jw0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1jYW0uYzo4NDA6IGBfX3NldF9zeXN1bmluaXRfc2V0X3N5bV9NX0FUQUNBTV91bmlu aXRfc3lzX3VuaW5pdCcgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTU3MjogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9jYW1fYXR0YWNoX2J1cycNCi4u Ly4uL2Rldi9hdGEvYXRhcGktY2FtLmM6ODQ0OiBgYXRhcGlfY2FtX2F0dGFjaF9idXMnIHByZXZp b3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE2Mzk6IHJlZGVm aW5pdGlvbiBvZiBgYXRhcGlfY2FtX2RldGFjaF9idXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNh bS5jOjkxMTogYGF0YXBpX2NhbV9kZXRhY2hfYnVzJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNjUxOiByZWRlZmluaXRpb24gb2YgYHNldHVwX2Rl dicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6OTIzOiBgc2V0dXBfZGV2JyBwcmV2aW91c2x5 IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNjYxOiByZWRlZmluaXRp b24gb2YgYHNldHVwX2FzeW5jX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5MzM6IGBz ZXR1cF9hc3luY19jYicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTY3NDogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9hY3Rpb24nDQouLi8uLi9kZXYv YXRhL2F0YXBpLWNhbS5jOjk0NjogYGF0YXBpX2FjdGlvbicgcHJldmlvdXNseSBkZWZpbmVkIGhl cmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTY4MjogcmVkZWZpbml0aW9uIG9mIGBhdGFw aV9hY3Rpb24xJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzo5NTQ6IGBhdGFwaV9hY3Rpb24x JyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxOTcz OiByZWRlZmluaXRpb24gb2YgYGF0YXBpX3BvbGwnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjEyNDU6IGBhdGFwaV9wb2xsJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0 YS9hdGFwaS1jYW0uYzoxOTgyOiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2NiJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoxMjU0OiBgYXRhcGlfY2InIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJl DQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIwMjE6IHJlZGVmaW5pdGlvbiBvZiBgZnJlZV9o Y2JfYW5kX2NjYl9kb25lJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMjkzOiBgZnJlZV9o Y2JfYW5kX2NjYl9kb25lJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9h dGFwaS1jYW0uYzoyMDQyOiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2FzeW5jJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoxMzE0OiBgYXRhcGlfYXN5bmMnIHByZXZpb3VzbHkgZGVmaW5lZCBo ZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIwNTA6IHJlZGVmaW5pdGlvbiBvZiBgYXRh cGlfYXN5bmMxJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxMzIyOiBgYXRhcGlfYXN5bmMx JyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMDc0 OiByZWRlZmluaXRpb24gb2YgYGNhbV9yZXNjYW5fY2FsbGJhY2snDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWNhbS5jOjEzNDY6IGBjYW1fcmVzY2FuX2NhbGxiYWNrJyBwcmV2aW91c2x5IGRlZmluZWQg aGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMDg5OiByZWRlZmluaXRpb24gb2YgYGNh bV9yZXNjYW4nDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjEzNjE6IGBjYW1fcmVzY2FuJyBw cmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTE2OiBy ZWRlZmluaXRpb24gb2YgYGFsbG9jYXRlX2hjYicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MTM4ODogYGFsbG9jYXRlX2hjYicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MjEzMTogcmVkZWZpbml0aW9uIG9mIGBmcmVlX2hjYicNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTQwMzogYGZyZWVfaGNiJyBwcmV2aW91c2x5IGRlZmluZWQgaGVy ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTM5OiByZWRlZmluaXRpb24gb2YgYGZyZWVf c29mdGMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE0MTE6IGBmcmVlX3NvZnRjJyBwcmV2 aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTcwOiByZWRl ZmluaXRpb24gb2YgYGdldF9hdGFfZGV2aWNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzox NDQyOiBgZ2V0X2F0YV9kZXZpY2UnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQpJbiBmaWxlIGlu Y2x1ZGVkIGZyb20gLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjMzOg0KLi4vLi4vZGV2L2F0 YS9hdGEtYWxsLmg6MTU2OiByZWRlZmluaXRpb24gb2YgYHN0cnVjdCBhdGFfZG1hZW50cnknDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoxNjI6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YV9k ZXZpY2UnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoxODI6IHJlZGVmaW5pdGlvbiBvZiBgc3Ry dWN0IGF0YV9jaGFubmVsJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjM1OiB3YXJuaW5nOiBy ZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhX2RldmNsYXNzJyBpbiBzYW1lIHNjb3BlDQou Li8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyMzU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9u IG9mIGBhdGFfZGV2Y2xhc3MnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyMzg6IHdhcm5pbmc6 IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfcHJvYmUnIGluIHNhbWUgc2NvcGUNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzODogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYGF0YV9wcm9iZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjIzOTogd2FybmluZzogcmVk dW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9hdHRhY2gnIGluIHNhbWUgc2NvcGUNCi4uLy4u L2Rldi9hdGEvYXRhLWFsbC5oOjIzOTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2Yg YGF0YV9hdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDA6IHdhcm5pbmc6IHJlZHVu ZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFfZGV0YWNoJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9k ZXYvYXRhL2F0YS1hbGwuaDoyNDA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBh dGFfZGV0YWNoJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQxOiB3YXJuaW5nOiByZWR1bmRh bnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhX3Jlc3VtZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGEtYWxsLmg6MjQxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRh X3Jlc3VtZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0Mzogd2FybmluZzogcmVkdW5kYW50 IHJlZGVjbGFyYXRpb24gb2YgYGF0YV9zdGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGEtYWxsLmg6MjQzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3N0 YXJ0Jw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVk ZWNsYXJhdGlvbiBvZiBgYXRhX3Jlc2V0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0 YS1hbGwuaDoyNDQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcmVzZXQn DQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNDU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xh cmF0aW9uIG9mIGBhdGFfcmVpbml0JyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNDU6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfcmVpbml0Jw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX3dhaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI0Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV93YWl0Jw0KLi4vLi4v ZGV2L2F0YS9hdGEtYWxsLmg6MjQ3OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgYXRhX2NvbW1hbmQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI0 Nzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9jb21tYW5kJw0KLi4vLi4v ZGV2L2F0YS9hdGEtYWxsLmg6MjQ4OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBv ZiBgYXRhX2RyYXdlcmxlZHMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI0ODogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kcmF3ZXJsZWRzJw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjQ5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX3ByaW50ZicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjQ5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3ByaW50ZicNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRp b24gb2YgYGF0YV9wcnRkZXYnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI1MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9wcnRkZXYnDQouLi8u Li9kZXYvYXRhL2F0YS1hbGwuaDoyNTE6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9u IG9mIGBhdGFfc2V0X25hbWUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI1MTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9zZXRfbmFtZScNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRp b24gb2YgYGF0YV9mcmVlX25hbWUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI1Mjogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9mcmVlX25hbWUn DQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTM6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xh cmF0aW9uIG9mIGBhdGFfZ2V0X2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjUzOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2dldF9sdW4n DQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTQ6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xh cmF0aW9uIG9mIGBhdGFfdGVzdF9sdW4nIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI1NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV90ZXN0X2x1 bicNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YV9mcmVlX2x1bicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9h dGEtYWxsLmg6MjU1OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2ZyZWVf bHVuJw0KLi4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU2OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVk ZWNsYXJhdGlvbiBvZiBgYXRhX21vZGUyc3RyJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRh L2F0YS1hbGwuaDoyNTY6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfbW9k ZTJzdHInDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNTc6IHdhcm5pbmc6IHJlZHVuZGFudCBy ZWRlY2xhcmF0aW9uIG9mIGBhdGFfcG1vZGUnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEv YXRhLWFsbC5oOjI1Nzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9wbW9k ZScNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI1ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YV93bW9kZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEt YWxsLmg6MjU4OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX3dtb2RlJw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjU5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX3Vtb2RlJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwu aDoyNTk6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfdW1vZGUnDQouLi8u Li9kZXYvYXRhL2F0YS1hbGwuaDoyNjA6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9u IG9mIGBhdGFfZmluZF9kZXYnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5o OjI2MDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9maW5kX2RldicNCi4u Ly4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRp b24gb2YgYGF0YV9kbWFhbGxvYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGEtYWxs Lmg6MjYyOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2RtYWFsbG9jJw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjYzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX2RtYWluaXQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhLWFs bC5oOjI2Mzogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFpbml0Jw0K Li4vLi4vZGV2L2F0YS9hdGEtYWxsLmg6MjY0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhX2RtYXNldHVwJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YS1h bGwuaDoyNjQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFfZG1hc2V0dXAn DQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjU6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xh cmF0aW9uIG9mIGBhdGFfZG1hc3RhcnQnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRh LWFsbC5oOjI2NTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFzdGFy dCcNCi4uLy4uL2Rldi9hdGEvYXRhLWFsbC5oOjI2Njogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YV9kbWFzdGF0dXMnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEv YXRhLWFsbC5oOjI2Njogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YV9kbWFz dGF0dXMnDQouLi8uLi9kZXYvYXRhL2F0YS1hbGwuaDoyNjc6IHdhcm5pbmc6IHJlZHVuZGFudCBy ZWRlY2xhcmF0aW9uIG9mIGBhdGFfZG1hZG9uZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0 YS9hdGEtYWxsLmg6MjY3OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhX2Rt YWRvbmUnDQpJbiBmaWxlIGluY2x1ZGVkIGZyb20gLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoy MjM0Og0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxMjM6IHJlZGVmaW5pdGlvbiBvZiBgc3Ry dWN0IGF0YXBpX3JlcXNlbnNlJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxNDY6IHJlZGVm aW5pdGlvbiBvZiBgYXRhcGlfY2FsbGJhY2tfdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6 MTQ2OiBgYXRhcGlfY2FsbGJhY2tfdCcgcHJldmlvdXNseSBkZWNsYXJlZCBoZXJlDQouLi8uLi9k ZXYvYXRhL2F0YXBpLWFsbC5oOjE0ODogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhcGlfcmVx dWVzdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTc0OiB3YXJuaW5nOiByZWR1bmRhbnQg cmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYXR0YWNoJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYv YXRhL2F0YXBpLWFsbC5oOjE3NDogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0 YXBpX2F0dGFjaCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTc1OiB3YXJuaW5nOiByZWR1 bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2FtX2F0dGFjaF9idXMnIGluIHNhbWUgc2Nv cGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU3Mjogd2FybmluZzogcHJldmlvdXMgZGVj bGFyYXRpb24gb2YgYGF0YXBpX2NhbV9hdHRhY2hfYnVzJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1h bGwuaDoxNzY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9kZXRh Y2gnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTc2OiB3YXJuaW5n OiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfZGV0YWNoJw0KLi4vLi4vZGV2L2F0YS9h dGFwaS1hbGwuaDoxNzc6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFw aV9jYW1fZGV0YWNoX2J1cycgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0u YzoxNjM5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2FtX2RldGFj aF9idXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3ODogd2FybmluZzogcmVkdW5kYW50 IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX3JlaW5pdCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1hbGwuaDoxNzg6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBh dGFwaV9yZWluaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcmVk dW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX3N0YXJ0JyBpbiBzYW1lIHNjb3BlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWFsbC5oOjE3OTogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYGF0YXBpX3N0YXJ0Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6 IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODA6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xh cmF0aW9uIG9mIGBhdGFwaV90cmFuc2ZlcicNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTgx OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfaW50ZXJydXB0JyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4MTogd2FybmluZzogcHJl dmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2ludGVycnVwdCcNCi4uLy4uL2Rldi9hdGEvYXRh cGktYWxsLmg6MTgyOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlf cXVldWVfY21kJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Mjog d2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX3F1ZXVlX2NtZCcNCi4uLy4u L2Rldi9hdGEvYXRhcGktYWxsLmg6MTgzOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgYXRhcGlfdGVzdF9yZWFkeScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFw aS1hbGwuaDoxODM6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV90ZXN0 X3JlYWR5Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHJlZHVuZGFu dCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV93YWl0X2RzYycgaW4gc2FtZSBzY29wZQ0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1hbGwuaDoxODQ6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9m IGBhdGFwaV93YWl0X2RzYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktYWxsLmg6MTg1OiB3YXJuaW5n OiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcmVxdWVzdF9zZW5zZScgaW4gc2Ft ZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODU6IHdhcm5pbmc6IHByZXZpb3Vz IGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9yZXF1ZXN0X3NlbnNlJw0KLi4vLi4vZGV2L2F0YS9hdGFw aS1hbGwuaDoxODY6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBhdGFwaV9k dW1wJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWFsbC5oOjE4Njogd2Fybmlu ZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGF0YXBpX2R1bXAnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE4Nzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGF0 dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODc6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE4ODogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZGRl dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODg6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE4OTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFjZF9z dGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxODk6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhY2Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGF0 dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTA6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZGRl dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTE6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5Mjogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFmZF9z dGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTI6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhZmRfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5Mzogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGF0 dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTM6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RhdHRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5NDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdGRl dGFjaCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTQ6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3RkZXRhY2gnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWFsbC5oOjE5NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFzdF9z dGFydCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1hbGwuaDoxOTU6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhc3Rfc3RhcnQnDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWNhbS5jOjIyNDU6IHJlZGVmaW5pdGlvbiBvZiBgc3RydWN0IGF0YXBpX2hjYicNCi4uLy4u L2Rldi9hdGEvYXRhcGktY2FtLmM6MjI2MjogcmVkZWZpbml0aW9uIG9mIGBzdHJ1Y3QgYXRhcGlf eHB0X3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjc1OiBjb25mbGljdGluZyB0 eXBlcyBmb3IgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU0NzogcHJl dmlvdXMgZGVjbGFyYXRpb24gb2YgYGFsbF9idXNlcycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2Ft LmM6MjI3NTogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFyYXRpb24gb2YgYGFsbF9idXNlcycg aW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTQ3OiB3YXJuaW5nOiBw cmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYWxsX2J1c2VzJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzoyMjc4OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfYWN0 aW9uJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE2NzQ6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24nDQouLi8uLi9kZXYvYXRh L2F0YXBpLWNhbS5jOjIyNzk6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBh dGFwaV9hY3Rpb24xJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE2 ODI6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9hY3Rpb24xJw0KLi4v Li4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjgwOiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJh dGlvbiBvZiBgYXRhcGlfcG9sbCcgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzoxOTczOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgYXRhcGlfcG9sbCcN Ci4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI4MTogd2FybmluZzogcmVkdW5kYW50IHJlZGVj bGFyYXRpb24gb2YgYGF0YXBpX2FzeW5jJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0 YXBpLWNhbS5jOjIwNDI6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBhdGFwaV9h c3luYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI4Mjogd2FybmluZzogcmVkdW5kYW50 IHJlZGVjbGFyYXRpb24gb2YgYGF0YXBpX2FzeW5jMScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoyMDUwOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBg YXRhcGlfYXN5bmMxJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjgzOiB3YXJuaW5nOiBy ZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYXRhcGlfY2InIGluIHNhbWUgc2NvcGUNCi4uLy4u L2Rldi9hdGEvYXRhcGktY2FtLmM6MTk4Mjogd2FybmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24g b2YgYGF0YXBpX2NiJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjg2OiB3YXJuaW5nOiBy ZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgc2V0dXBfZGV2JyBpbiBzYW1lIHNjb3BlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWNhbS5jOjE2NTE6IHdhcm5pbmc6IHByZXZpb3VzIGRlY2xhcmF0aW9u IG9mIGBzZXR1cF9kZXYnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIyODc6IHdhcm5pbmc6 IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBzZXR1cF9hc3luY19jYicgaW4gc2FtZSBzY29w ZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNjYxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNs YXJhdGlvbiBvZiBgc2V0dXBfYXN5bmNfY2InDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIy ODg6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBjYW1fcmVzY2FuX2NhbGxi YWNrJyBpbiBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIwNzQ6IHdhcm5p bmc6IHByZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBjYW1fcmVzY2FuX2NhbGxiYWNrJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjg5OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlv biBvZiBgY2FtX3Jlc2NhbicgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0u YzoyMDg5OiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBgY2FtX3Jlc2NhbicNCi4u Ly4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI5MDogd2FybmluZzogcmVkdW5kYW50IHJlZGVjbGFy YXRpb24gb2YgYGZyZWVfaGNiX2FuZF9jY2JfZG9uZScgaW4gc2FtZSBzY29wZQ0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoyMDIxOiB3YXJuaW5nOiBwcmV2aW91cyBkZWNsYXJhdGlvbiBvZiBg ZnJlZV9oY2JfYW5kX2NjYl9kb25lJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjkxOiB3 YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgYWxsb2NhdGVfaGNiJyBpbiBzYW1l IHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIxMTY6IHdhcm5pbmc6IHByZXZpb3Vz IGRlY2xhcmF0aW9uIG9mIGBhbGxvY2F0ZV9oY2InDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjIyOTI6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBmcmVlX2hjYicgaW4g c2FtZSBzY29wZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTMxOiB3YXJuaW5nOiBwcmV2 aW91cyBkZWNsYXJhdGlvbiBvZiBgZnJlZV9oY2InDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5j OjIyOTM6IHdhcm5pbmc6IHJlZHVuZGFudCByZWRlY2xhcmF0aW9uIG9mIGBmcmVlX3NvZnRjJyBp biBzYW1lIHNjb3BlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIxMzk6IHdhcm5pbmc6IHBy ZXZpb3VzIGRlY2xhcmF0aW9uIG9mIGBmcmVlX3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1j YW0uYzoyMjk0OiB3YXJuaW5nOiByZWR1bmRhbnQgcmVkZWNsYXJhdGlvbiBvZiBgZ2V0X2F0YV9k ZXZpY2UnIGluIHNhbWUgc2NvcGUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjE3MDogd2Fy bmluZzogcHJldmlvdXMgZGVjbGFyYXRpb24gb2YgYGdldF9hdGFfZGV2aWNlJw0KLi4vLi4vZGV2 L2F0YS9hdGFwaS1jYW0uYzoyMjk2OiByZWRlZmluaXRpb24gb2YgYE1fQVRBQ0FNJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY4OiBgTV9BVEFDQU0nIHByZXZpb3VzbHkgZGVmaW5lZCBo ZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIyOTY6IHJlZGVmaW5pdGlvbiBvZiBgTV9B VEFDQU1faW5pdF9zeXNfaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTU2ODogYE1f QVRBQ0FNX2luaXRfc3lzX2luaXQnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8uLi9kZXYv YXRhL2F0YXBpLWNhbS5jOjIyOTY6IHJlZGVmaW5pdGlvbiBvZiBgX19zZXRfc3lzaW5pdF9zZXRf c3ltX01fQVRBQ0FNX2luaXRfc3lzX2luaXQnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1 Njg6IGBfX3NldF9zeXNpbml0X3NldF9zeW1fTV9BVEFDQU1faW5pdF9zeXNfaW5pdCcgcHJldmlv dXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjI5NjogcmVkZWZp bml0aW9uIG9mIGBNX0FUQUNBTV91bmluaXRfc3lzX3VuaW5pdCcNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTU2ODogYE1fQVRBQ0FNX3VuaW5pdF9zeXNfdW5pbml0JyBwcmV2aW91c2x5IGRl ZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMjk2OiByZWRlZmluaXRpb24g b2YgYF9fc2V0X3N5c3VuaW5pdF9zZXRfc3ltX01fQVRBQ0FNX3VuaW5pdF9zeXNfdW5pbml0Jw0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoxNTY4OiBgX19zZXRfc3lzdW5pbml0X3NldF9zeW1f TV9BVEFDQU1fdW5pbml0X3N5c191bmluaXQnIHByZXZpb3VzbHkgZGVmaW5lZCBoZXJlDQouLi8u Li9kZXYvYXRhL2F0YXBpLWNhbS5jOjIzMDA6IHJlZGVmaW5pdGlvbiBvZiBgYXRhcGlfY2FtX2F0 dGFjaF9idXMnDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjE1NzI6IGBhdGFwaV9jYW1fYXR0 YWNoX2J1cycgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2Ft LmM6MjM2NzogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9jYW1fZGV0YWNoX2J1cycNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MTYzOTogYGF0YXBpX2NhbV9kZXRhY2hfYnVzJyBwcmV2aW91c2x5 IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMzc5OiByZWRlZmluaXRp b24gb2YgYHNldHVwX2RldicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTY1MTogYHNldHVw X2RldicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MjM4OTogcmVkZWZpbml0aW9uIG9mIGBzZXR1cF9hc3luY19jYicNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6MTY2MTogYHNldHVwX2FzeW5jX2NiJyBwcmV2aW91c2x5IGRlZmluZWQgaGVyZQ0K Li4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyNDAyOiByZWRlZmluaXRpb24gb2YgYGF0YXBpX2Fj dGlvbicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTY3NDogYGF0YXBpX2FjdGlvbicgcHJl dmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjQxMDogcmVk ZWZpbml0aW9uIG9mIGBhdGFwaV9hY3Rpb24xJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzox NjgyOiBgYXRhcGlfYWN0aW9uMScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MjcwMTogcmVkZWZpbml0aW9uIG9mIGBhdGFwaV9wb2xsJw0KLi4vLi4v ZGV2L2F0YS9hdGFwaS1jYW0uYzoxOTczOiBgYXRhcGlfcG9sbCcgcHJldmlvdXNseSBkZWZpbmVk IGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjcxMDogcmVkZWZpbml0aW9uIG9mIGBh dGFwaV9jYicNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MTk4MjogYGF0YXBpX2NiJyBwcmV2 aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyNzQ5OiByZWRl ZmluaXRpb24gb2YgYGZyZWVfaGNiX2FuZF9jY2JfZG9uZScNCi4uLy4uL2Rldi9hdGEvYXRhcGkt Y2FtLmM6MjAyMTogYGZyZWVfaGNiX2FuZF9jY2JfZG9uZScgcHJldmlvdXNseSBkZWZpbmVkIGhl cmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6Mjc3MDogcmVkZWZpbml0aW9uIG9mIGBhdGFw aV9hc3luYycNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjA0MjogYGF0YXBpX2FzeW5jJyBw cmV2aW91c2x5IGRlZmluZWQgaGVyZQ0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyNzc4OiBy ZWRlZmluaXRpb24gb2YgYGF0YXBpX2FzeW5jMScNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6 MjA1MDogYGF0YXBpX2FzeW5jMScgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9h dGEvYXRhcGktY2FtLmM6MjgwMjogcmVkZWZpbml0aW9uIG9mIGBjYW1fcmVzY2FuX2NhbGxiYWNr Jw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMDc0OiBgY2FtX3Jlc2Nhbl9jYWxsYmFjaycg cHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6MjgxNzog cmVkZWZpbml0aW9uIG9mIGBjYW1fcmVzY2FuJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoy MDg5OiBgY2FtX3Jlc2NhbicgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEv YXRhcGktY2FtLmM6Mjg0NDogcmVkZWZpbml0aW9uIG9mIGBhbGxvY2F0ZV9oY2InDQouLi8uLi9k ZXYvYXRhL2F0YXBpLWNhbS5jOjIxMTY6IGBhbGxvY2F0ZV9oY2InIHByZXZpb3VzbHkgZGVmaW5l ZCBoZXJlDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjI4NTk6IHJlZGVmaW5pdGlvbiBvZiBg ZnJlZV9oY2InDQouLi8uLi9kZXYvYXRhL2F0YXBpLWNhbS5jOjIxMzE6IGBmcmVlX2hjYicgcHJl dmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRhcGktY2FtLmM6Mjg2NzogcmVk ZWZpbml0aW9uIG9mIGBmcmVlX3NvZnRjJw0KLi4vLi4vZGV2L2F0YS9hdGFwaS1jYW0uYzoyMTM5 OiBgZnJlZV9zb2Z0YycgcHJldmlvdXNseSBkZWZpbmVkIGhlcmUNCi4uLy4uL2Rldi9hdGEvYXRh cGktY2FtLmM6Mjg5ODogcmVkZWZpbml0aW9uIG9mIGBnZXRfYXRhX2RldmljZScNCi4uLy4uL2Rl di9hdGEvYXRhcGktY2FtLmM6MjE3MDogYGdldF9hdGFfZGV2aWNlJyBwcmV2aW91c2x5IGRlZmlu ZWQgaGVyZQ0Ke3N0YW5kYXJkIGlucHV0fTogQXNzZW1ibGVyIG1lc3NhZ2VzOg0Ke3N0YW5kYXJk IGlucHV0fToxMjAzOiBFcnJvcjogU3ltYm9sIGF0YXBpX2NhbV9hdHRhY2hfYnVzIGFscmVhZHkg ZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MTMzNDogRXJyb3I6IFN5bWJvbCBhdGFwaV9jYW1f ZGV0YWNoX2J1cyBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjEzNTk6IEVycm9y OiBTeW1ib2wgc2V0dXBfZGV2IGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MTM5 NjogRXJyb3I6IFN5bWJvbCBzZXR1cF9hc3luY19jYiBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRh cmQgaW5wdXR9OjE0Mjc6IEVycm9yOiBTeW1ib2wgYXRhcGlfYWN0aW9uIGFscmVhZHkgZGVmaW5l ZC4NCntzdGFuZGFyZCBpbnB1dH06MTQ1MjogRXJyb3I6IFN5bWJvbCBhdGFwaV9hY3Rpb24xIGFs cmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MTgzNzogRXJyb3I6IFN5bWJvbCBhdGFw aV9wb2xsIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MTg0ODogRXJyb3I6IFN5 bWJvbCBhdGFwaV9jYiBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjE5MTE6IEVy cm9yOiBTeW1ib2wgZnJlZV9oY2JfYW5kX2NjYl9kb25lIGFscmVhZHkgZGVmaW5lZC4NCntzdGFu ZGFyZCBpbnB1dH06MTk0NjogRXJyb3I6IFN5bWJvbCBhdGFwaV9hc3luYyBhbHJlYWR5IGRlZmlu ZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjE5NzU6IEVycm9yOiBTeW1ib2wgYXRhcGlfYXN5bmMxIGFs cmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjAwOTogRXJyb3I6IFN5bWJvbCBjYW1f cmVzY2FuX2NhbGxiYWNrIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjAyNjog RXJyb3I6IFN5bWJvbCBjYW1fcmVzY2FuIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1 dH06MjA3MTogRXJyb3I6IFN5bWJvbCBhbGxvY2F0ZV9oY2IgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0 YW5kYXJkIGlucHV0fToyMDk3OiBFcnJvcjogU3ltYm9sIGZyZWVfaGNiIGFscmVhZHkgZGVmaW5l ZC4NCntzdGFuZGFyZCBpbnB1dH06MjEzNDogRXJyb3I6IFN5bWJvbCBmcmVlX3NvZnRjIGFscmVh ZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjIxNDogRXJyb3I6IFN5bWJvbCBnZXRfYXRh X2RldmljZSBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjIyNzU6IEVycm9yOiBT eW1ib2wgYXRhcGlfY2FtX2F0dGFjaF9idXMgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlu cHV0fToyNDA2OiBFcnJvcjogU3ltYm9sIGF0YXBpX2NhbV9kZXRhY2hfYnVzIGFscmVhZHkgZGVm aW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjQzMTogRXJyb3I6IFN5bWJvbCBzZXR1cF9kZXYgYWxy ZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fToyNDY4OiBFcnJvcjogU3ltYm9sIHNldHVw X2FzeW5jX2NiIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06MjQ5OTogRXJyb3I6 IFN5bWJvbCBhdGFwaV9hY3Rpb24gYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fToy NTI0OiBFcnJvcjogU3ltYm9sIGF0YXBpX2FjdGlvbjEgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5k YXJkIGlucHV0fToyOTA5OiBFcnJvcjogU3ltYm9sIGF0YXBpX3BvbGwgYWxyZWFkeSBkZWZpbmVk Lg0Ke3N0YW5kYXJkIGlucHV0fToyOTIwOiBFcnJvcjogU3ltYm9sIGF0YXBpX2NiIGFscmVhZHkg ZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06Mjk4MzogRXJyb3I6IFN5bWJvbCBmcmVlX2hjYl9h bmRfY2NiX2RvbmUgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fTozMDE4OiBFcnJv cjogU3ltYm9sIGF0YXBpX2FzeW5jIGFscmVhZHkgZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06 MzA0NzogRXJyb3I6IFN5bWJvbCBhdGFwaV9hc3luYzEgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5k YXJkIGlucHV0fTozMDgxOiBFcnJvcjogU3ltYm9sIGNhbV9yZXNjYW5fY2FsbGJhY2sgYWxyZWFk eSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fTozMDk4OiBFcnJvcjogU3ltYm9sIGNhbV9yZXNj YW4gYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fTozMTQzOiBFcnJvcjogU3ltYm9s IGFsbG9jYXRlX2hjYiBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjMxNjk6IEVy cm9yOiBTeW1ib2wgZnJlZV9oY2IgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fToz MjA2OiBFcnJvcjogU3ltYm9sIGZyZWVfc29mdGMgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJk IGlucHV0fTozMjg2OiBFcnJvcjogU3ltYm9sIGdldF9hdGFfZGV2aWNlIGFscmVhZHkgZGVmaW5l ZC4NCntzdGFuZGFyZCBpbnB1dH06MzM0NzogRXJyb3I6IFN5bWJvbCBhdGFwaV9jYW1fYXR0YWNo X2J1cyBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjM0Nzg6IEVycm9yOiBTeW1i b2wgYXRhcGlfY2FtX2RldGFjaF9idXMgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0 fTozNTAzOiBFcnJvcjogU3ltYm9sIHNldHVwX2RldiBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRh cmQgaW5wdXR9OjM1NDA6IEVycm9yOiBTeW1ib2wgc2V0dXBfYXN5bmNfY2IgYWxyZWFkeSBkZWZp bmVkLg0Ke3N0YW5kYXJkIGlucHV0fTozNTcxOiBFcnJvcjogU3ltYm9sIGF0YXBpX2FjdGlvbiBh bHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjM1OTY6IEVycm9yOiBTeW1ib2wgYXRh cGlfYWN0aW9uMSBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjM5ODE6IEVycm9y OiBTeW1ib2wgYXRhcGlfcG9sbCBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjM5 OTI6IEVycm9yOiBTeW1ib2wgYXRhcGlfY2IgYWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlu cHV0fTo0MDU1OiBFcnJvcjogU3ltYm9sIGZyZWVfaGNiX2FuZF9jY2JfZG9uZSBhbHJlYWR5IGRl ZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjQwOTA6IEVycm9yOiBTeW1ib2wgYXRhcGlfYXN5bmMg YWxyZWFkeSBkZWZpbmVkLg0Ke3N0YW5kYXJkIGlucHV0fTo0MTE5OiBFcnJvcjogU3ltYm9sIGF0 YXBpX2FzeW5jMSBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjQxNTM6IEVycm9y OiBTeW1ib2wgY2FtX3Jlc2Nhbl9jYWxsYmFjayBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQg aW5wdXR9OjQxNzA6IEVycm9yOiBTeW1ib2wgY2FtX3Jlc2NhbiBhbHJlYWR5IGRlZmluZWQuDQp7 c3RhbmRhcmQgaW5wdXR9OjQyMTU6IEVycm9yOiBTeW1ib2wgYWxsb2NhdGVfaGNiIGFscmVhZHkg ZGVmaW5lZC4NCntzdGFuZGFyZCBpbnB1dH06NDI0MTogRXJyb3I6IFN5bWJvbCBmcmVlX2hjYiBh bHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjQyNzg6IEVycm9yOiBTeW1ib2wgZnJl ZV9zb2Z0YyBhbHJlYWR5IGRlZmluZWQuDQp7c3RhbmRhcmQgaW5wdXR9OjQzNTg6IEVycm9yOiBT eW1ib2wgZ2V0X2F0YV9kZXZpY2UgYWxyZWFkeSBkZWZpbmVkLg0KKioqIEVycm9yIGNvZGUgMQ0K DQpTdG9wIGluIC91c3Ivc3JjL3N5cy9jb21waWxlL0JSQUlOLg0KYnJhaW4jIGV4aXQNDQpleGl0 DQoKU2NyaXB0IGRvbmUgb24gVHVlIEp1biAgNCAwMTo0MjoyNCAyMDAyCg== --========GMXBoundary79151023147691 Content-Type: text/plain; name="kernelconf.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="kernelconf.txt" IwojIEdFTkVSSUMgLS0gR2VuZXJpYyBrZXJuZWwgY29uZmlndXJhdGlvbiBmaWxlIGZvciBGcmVl QlNEL2kzODYKIwojIEZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHRoaXMgZmlsZSwgcGxlYXNlIHJl YWQgdGhlIGhhbmRib29rIHNlY3Rpb24gb24KIyBLZXJuZWwgQ29uZmlndXJhdGlvbiBGaWxlczoK IwojICAgIGh0dHA6Ly93d3cuRnJlZUJTRC5vcmcvaGFuZGJvb2sva2VybmVsY29uZmlnLWNvbmZp Zy5odG1sCiMKIyBUaGUgaGFuZGJvb2sgaXMgYWxzbyBhdmFpbGFibGUgbG9jYWxseSBpbiAvdXNy L3NoYXJlL2RvYy9oYW5kYm9vawojIGlmIHlvdSd2ZSBpbnN0YWxsZWQgdGhlIGRvYyBkaXN0cmli dXRpb24sIG90aGVyd2lzZSBhbHdheXMgc2VlIHRoZQojIEZyZWVCU0QgV29ybGQgV2lkZSBXZWIg c2VydmVyIChodHRwOi8vd3d3LkZyZWVCU0Qub3JnLykgZm9yIHRoZQojIGxhdGVzdCBpbmZvcm1h dGlvbi4KIwojIEFuIGV4aGF1c3RpdmUgbGlzdCBvZiBvcHRpb25zIGFuZCBtb3JlIGRldGFpbGVk IGV4cGxhbmF0aW9ucyBvZiB0aGUKIyBkZXZpY2UgbGluZXMgaXMgYWxzbyBwcmVzZW50IGluIHRo ZSAuL0xJTlQgY29uZmlndXJhdGlvbiBmaWxlLiBJZiB5b3UgYXJlCiMgaW4gZG91YnQgYXMgdG8g dGhlIHB1cnBvc2Ugb3IgbmVjZXNzaXR5IG9mIGEgbGluZSwgY2hlY2sgZmlyc3QgaW4gTElOVC4K IwojICRGcmVlQlNEOiBzcmMvc3lzL2kzODYvY29uZi9HRU5FUklDLHYgMS4yNDYuMi4zOCAyMDAy LzAxLzI1IDE3OjQxOjQwIG11cnJheSBFeHAgJAoKbWFjaGluZQkJaTM4NgpjcHUJCUk2ODZfQ1BV CmlkZW50CSAgICAgICAgQlJBSU4JCm1heHVzZXJzCTAKCiNtYWtlb3B0aW9ucwlERUJVRz0tZwkJ I0J1aWxkIGtlcm5lbCB3aXRoIGdkYigxKSBkZWJ1ZyBzeW1ib2xzCgpvcHRpb25zIAlNQVRIX0VN VUxBVEUJCSNTdXBwb3J0IGZvciB4ODcgZW11bGF0aW9uCm9wdGlvbnMgCUlORVQJCQkjSW50ZXJO RVR3b3JraW5nCiNvcHRpb25zIAlJTkVUNgkJCSNJUHY2IGNvbW11bmljYXRpb25zIHByb3RvY29s cwpvcHRpb25zCQlFWFQyRlMKb3B0aW9ucyAJRkZTCQkJI0JlcmtlbGV5IEZhc3QgRmlsZXN5c3Rl bQpvcHRpb25zIAlGRlNfUk9PVAkJI0ZGUyB1c2FibGUgYXMgcm9vdCBkZXZpY2UgW2tlZXAgdGhp cyFdCm9wdGlvbnMgCVNPRlRVUERBVEVTCQkjRW5hYmxlIEZGUyBzb2Z0IHVwZGF0ZXMgc3VwcG9y dApvcHRpb25zIAlVRlNfRElSSEFTSAkJI0ltcHJvdmUgcGVyZm9ybWFuY2Ugb24gYmlnIGRpcmVj dG9yaWVzCm9wdGlvbnMgCU1GUwkJCSNNZW1vcnkgRmlsZXN5c3RlbQpvcHRpb25zIAlNRF9ST09U CQkJI01EIGlzIGEgcG90ZW50aWFsIHJvb3QgZGV2aWNlCm9wdGlvbnMgCU5GUwkJCSNOZXR3b3Jr IEZpbGVzeXN0ZW0Kb3B0aW9ucyAJTkZTX1JPT1QJCSNORlMgdXNhYmxlIGFzIHJvb3QgZGV2aWNl LCBORlMgcmVxdWlyZWQKb3B0aW9ucyAJTVNET1NGUwkJCSNNU0RPUyBGaWxlc3lzdGVtCm9wdGlv bnMgCUNEOTY2MAkJCSNJU08gOTY2MCBGaWxlc3lzdGVtCm9wdGlvbnMgCUNEOTY2MF9ST09UCQkj Q0QtUk9NIHVzYWJsZSBhcyByb290LCBDRDk2NjAgcmVxdWlyZWQKb3B0aW9ucyAJUFJPQ0ZTCQkJ I1Byb2Nlc3MgZmlsZXN5c3RlbQpvcHRpb25zIAlDT01QQVRfNDMJCSNDb21wYXRpYmxlIHdpdGgg QlNEIDQuMyBbS0VFUCBUSElTIV0Kb3B0aW9ucyAJU0NTSV9ERUxBWT0xNTAwMAkjRGVsYXkgKGlu IG1zKSBiZWZvcmUgcHJvYmluZyBTQ1NJCm9wdGlvbnMgCVVDT05TT0xFCQkjQWxsb3cgdXNlcnMg dG8gZ3JhYiB0aGUgY29uc29sZQpvcHRpb25zIAlVU0VSQ09ORklHCQkjYm9vdCAtYyBlZGl0b3IK b3B0aW9ucyAJVklTVUFMX1VTRVJDT05GSUcJI3Zpc3VhbCBib290IC1jIGVkaXRvcgpvcHRpb25z IAlLVFJBQ0UJCQkja3RyYWNlKDEpIHN1cHBvcnQKb3B0aW9ucyAJU1lTVlNITQkJCSNTWVNWLXN0 eWxlIHNoYXJlZCBtZW1vcnkKb3B0aW9ucyAJU1lTVk1TRwkJCSNTWVNWLXN0eWxlIG1lc3NhZ2Ug cXVldWVzCm9wdGlvbnMgCVNZU1ZTRU0JCQkjU1lTVi1zdHlsZSBzZW1hcGhvcmVzCm9wdGlvbnMg CVAxMDAzXzFCCQkjUG9zaXggUDEwMDNfMUIgcmVhbC10aW1lIGV4dGVuc2lvbnMKb3B0aW9ucyAJ X0tQT1NJWF9QUklPUklUWV9TQ0hFRFVMSU5HCiNvcHRpb25zCQlfS1BPU0lYX1ZFUlNJT049MTk5 MzA5TCAjQ0RSREFPIC0gZ2dmIEzWU0NIRU4Kb3B0aW9ucwkJSUNNUF9CQU5ETElNCQkjUmF0ZSBs aW1pdCBiYWQgcmVwbGllcwpvcHRpb25zIAlLQkRfSU5TVEFMTF9DREVWCSMgaW5zdGFsbCBhIENE RVYgZW50cnkgaW4gL2RldgojIFRvIG1ha2UgYW4gU01QIGtlcm5lbCwgdGhlIG5leHQgdHdvIGFy ZSBuZWVkZWQKI29wdGlvbnMgCVNNUAkJCSMgU3ltbWV0cmljIE11bHRpUHJvY2Vzc29yIEtlcm5l bAojb3B0aW9ucyAJQVBJQ19JTwkJCSMgU3ltbWV0cmljIChBUElDKSBJL08KCmRldmljZQkJaXNh CmRldmljZQkJcGNpCgojIEZsb3BweSBkcml2ZXMKZGV2aWNlCQlmZGMwCWF0IGlzYT8gcG9ydCBJ T19GRDEgaXJxIDYgZHJxIDIKZGV2aWNlCQlmZDAJYXQgZmRjMCBkcml2ZSAwCmRldmljZQkJZmQx CWF0IGZkYzAgZHJpdmUgMQojCiMgSWYgeW91IGhhdmUgYSBUb3NoaWJhIExpYnJldHRvIHdpdGgg aXRzIFktRSBEYXRhIFBDTUNJQSBmbG9wcHksCiMgZG9uJ3QgdXNlIHRoZSBhYm92ZSBsaW5lIGZv ciBmZGMwIGJ1dCB0aGUgZm9sbG93aW5nIG9uZToKI2RldmljZQkJZmRjMAoKIyBBVEEgYW5kIEFU QVBJIGRldmljZXMKZGV2aWNlCQlhdGEwCWF0IGlzYT8gcG9ydCBJT19XRDEgaXJxIDE0CmRldmlj ZQkJYXRhMQlhdCBpc2E/IHBvcnQgSU9fV0QyIGlycSAxNQpkZXZpY2UJCWF0YQpkZXZpY2UJCWF0 YWRpc2sJCQkjIEFUQSBkaXNrIGRyaXZlcwpkZXZpY2UJCWF0YXBpY2QJCQkjIEFUQVBJIENEUk9N IGRyaXZlcwpkZXZpY2UJCWF0YXBpZmQJCQkjIEFUQVBJIGZsb3BweSBkcml2ZXMKI2RldmljZQkJ YXRhcGlzdAkJCSMgQVRBUEkgdGFwZSBkcml2ZXMKb3B0aW9ucyAJQVRBX1NUQVRJQ19JRAkJI1N0 YXRpYyBkZXZpY2UgbnVtYmVyaW5nCgpvcHRpb25zCQlBVEFQSUNBTQoKIyBTQ1NJIENvbnRyb2xs ZXJzCiNkZXZpY2UJCWFoYgkJIyBFSVNBIEFIQTE3NDIgZmFtaWx5CiNkZXZpY2UJCWFoYwkJIyBB SEEyOTQwIGFuZCBvbmJvYXJkIEFJQzd4eHggZGV2aWNlcwojZGV2aWNlCQlhbWQJCSMgQU1EIDUz Qzk3NCAoVGVrcmFtIERDLTM5MChUKSkKI2RldmljZQkJaXNwCQkjIFFsb2dpYyBmYW1pbHkKI2Rl dmljZQkJbmNyCQkjIE5DUi9TeW1iaW9zIExvZ2ljCiNkZXZpY2UJCXN5bQkJIyBOQ1IvU3ltYmlv cyBMb2dpYyAobmV3ZXIgY2hpcHNldHMpCiNvcHRpb25zCQlTWU1fU0VUVVBfTFBfUFJPQkVfTUFQ PTB4NDAKCQkJCSMgQWxsb3cgbmNyIHRvIGF0dGFjaCBsZWdhY3kgTkNSIGRldmljZXMgd2hlbiAK CQkJCSMgYm90aCBzeW0gYW5kIG5jciBhcmUgY29uZmlndXJlZAoKZGV2aWNlCQlhZHYwCWF0IGlz YT8KZGV2aWNlCQlhZHcKZGV2aWNlCQlidDAJYXQgaXNhPwpkZXZpY2UJCWFoYTAJYXQgaXNhPwpk ZXZpY2UJCWFpYzAJYXQgaXNhPwoKI2RldmljZQkJbmN2CQkjIE5DUiA1M0M1MDAKI2RldmljZQkJ bnNwCQkjIFdvcmtiaXQgTmluamEgU0NTSS0zCiNkZXZpY2UJCXN0ZwkJIyBUTUMgMThDMzAvMThD NTAKCiMgU0NTSSBwZXJpcGhlcmFscwpkZXZpY2UJCXNjYnVzCQkjIFNDU0kgYnVzIChyZXF1aXJl ZCkKI2RldmljZQkJZGEJCSMgRGlyZWN0IEFjY2VzcyAoZGlza3MpCmRldmljZQkJc2EJCSMgU2Vx dWVudGlhbCBBY2Nlc3MgKHRhcGUgZXRjKQpkZXZpY2UJCWNkCQkjIENECmRldmljZQkJcGFzcwkJ IyBQYXNzdGhyb3VnaCBkZXZpY2UgKGRpcmVjdCBTQ1NJIGFjY2VzcykKCiMgUkFJRCBjb250cm9s bGVycyBpbnRlcmZhY2VkIHRvIHRoZSBTQ1NJIHN1YnN5c3RlbQojZGV2aWNlCQlhc3IJCSMgRFBU IFNtYXJ0UkFJRCBWLCBWSSBhbmQgQWRhcHRlYyBTQ1NJIFJBSUQKI2RldmljZQkJZHB0CQkjIERQ VCBTbWFydGNhY2hlIC0gU2VlIExJTlQgZm9yIG9wdGlvbnMhCiNkZXZpY2UJCW1seQkJIyBNeWxl eCBBY2NlbGVSQUlEL2VYdHJlbWVSQUlECgojIFJBSUQgY29udHJvbGxlcnMKI2RldmljZQkJYWFj CQkjIEFkYXB0ZWMgRlNBIFJBSUQsIERlbGwgUEVSQzIvUEVSQzMKI2RldmljZQkJaWRhCQkjIENv bXBhcSBTbWFydCBSQUlECiNkZXZpY2UJCWFtcgkJIyBBTUkgTWVnYVJBSUQKI2R2aWNlCQltbHgJ CSMgTXlsZXggREFDOTYwIGZhbWlseQojZGV2aWNlCQl0d2UJCSMgM3dhcmUgRXNjYWxhZGUKCiMg YXRrYmRjMCBjb250cm9scyBib3RoIHRoZSBrZXlib2FyZCBhbmQgdGhlIFBTLzIgbW91c2UKZGV2 aWNlCQlhdGtiZGMwCWF0IGlzYT8gcG9ydCBJT19LQkQKZGV2aWNlCQlhdGtiZDAJYXQgYXRrYmRj PyBpcnEgMSBmbGFncyAweDEKZGV2aWNlCQlwc20wCWF0IGF0a2JkYz8gaXJxIDEyCgpkZXZpY2UJ CXZnYTAJYXQgaXNhPwoKIyBzcGxhc2ggc2NyZWVuL3NjcmVlbiBzYXZlcgpwc2V1ZG8tZGV2aWNl CXNwbGFzaAoKIyBzeXNjb25zIGlzIHRoZSBkZWZhdWx0IGNvbnNvbGUgZHJpdmVyLCByZXNlbWJs aW5nIGFuIFNDTyBjb25zb2xlCmRldmljZQkJc2MwCWF0IGlzYT8gZmxhZ3MgMHgxMDAKCiMgRW5h YmxlIHRoaXMgYW5kIFBDVlRfRlJFRUJTRCBmb3IgcGN2dCB2dDIyMCBjb21wYXRpYmxlIGNvbnNv bGUgZHJpdmVyCiNkZXZpY2UJCXZ0MAlhdCBpc2E/CiNvcHRpb25zIAlYU0VSVkVSCQkJIyBzdXBw b3J0IGZvciBYIHNlcnZlciBvbiBhIHZ0IGNvbnNvbGUKI29wdGlvbnMgCUZBVF9DVVJTT1IJCSMg c3RhcnQgd2l0aCBibG9jayBjdXJzb3IKIyBJZiB5b3UgaGF2ZSBhIFRoaW5rUEFELCB1bmNvbW1l bnQgdGhpcyBhbG9uZyB3aXRoIHRoZSByZXN0IG9mIHRoZSBQQ1ZUIGxpbmVzCiNvcHRpb25zIAlQ Q1ZUX1NDQU5TRVQ9MgkJIyBJQk0ga2V5Ym9hcmRzIGFyZSBub24tc3RkCgojIEZsb2F0aW5nIHBv aW50IHN1cHBvcnQgLSBkbyBub3QgZGlzYWJsZS4KZGV2aWNlCQlucHgwCWF0IG5leHVzPyBwb3J0 IElPX05QWCBpcnEgMTMKCiMgUG93ZXIgbWFuYWdlbWVudCBzdXBwb3J0IChzZWUgTElOVCBmb3Ig bW9yZSBvcHRpb25zKQojZGV2aWNlCQlhcG0wICAgIGF0IG5leHVzPyBkaXNhYmxlIGZsYWdzIDB4 MjAgIyBBZHZhbmNlZCBQb3dlciBNYW5hZ2VtZW50CgojIFBDQ0FSRCAoUENNQ0lBKSBzdXBwb3J0 CmRldmljZQkJY2FyZApkZXZpY2UJCXBjaWMwCWF0IGlzYT8gaXJxIDAgcG9ydCAweDNlMCBpb21l bSAweGQwMDAwCmRldmljZQkJcGNpYzEJYXQgaXNhPyBpcnEgMCBwb3J0IDB4M2UyIGlvbWVtIDB4 ZDQwMDAgZGlzYWJsZQoKIyBTZXJpYWwgKENPTSkgcG9ydHMKZGV2aWNlCQlzaW8wCWF0IGlzYT8g cG9ydCBJT19DT00xIGZsYWdzIDB4MTAgaXJxIDQKZGV2aWNlCQlzaW8xCWF0IGlzYT8gcG9ydCBJ T19DT00yIGlycSAzCmRldmljZQkJc2lvMglhdCBpc2E/IGRpc2FibGUgcG9ydCBJT19DT00zIGly cSA1CmRldmljZQkJc2lvMwlhdCBpc2E/IGRpc2FibGUgcG9ydCBJT19DT000IGlycSA5CgojIFBh cmFsbGVsIHBvcnQKZGV2aWNlCQlwcGMwCWF0IGlzYT8gaXJxIDcKZGV2aWNlCQlwcGJ1cwkJIyBQ YXJhbGxlbCBwb3J0IGJ1cyAocmVxdWlyZWQpCmRldmljZQkJbHB0CQkjIFByaW50ZXIKZGV2aWNl CQlwbGlwCQkjIFRDUC9JUCBvdmVyIHBhcmFsbGVsCmRldmljZQkJcHBpCQkjIFBhcmFsbGVsIHBv cnQgaW50ZXJmYWNlIGRldmljZQojZGV2aWNlCQl2cG8JCSMgUmVxdWlyZXMgc2NidXMgYW5kIGRh CgoKIyBQQ0kgRXRoZXJuZXQgTklDcy4KZGV2aWNlCQlkZQkJIyBERUMvSW50ZWwgREMyMXg0eCAo YGBUdWxpcCcnKQpkZXZpY2UJCXR4cAkJIyAzQ29tIDNjUjk5MCAoYGBUeXBob29uJycpCmRldmlj ZQkJdngJCSMgM0NvbSAzYzU5MCwgM2M1OTUgKGBgVm9ydGV4JycpCgojIFBDSSBFdGhlcm5ldCBO SUNzIHRoYXQgdXNlIHRoZSBjb21tb24gTUlJIGJ1cyBjb250cm9sbGVyIGNvZGUuCiMgTk9URTog QmUgc3VyZSB0byBrZWVwIHRoZSAnZGV2aWNlIG1paWJ1cycgbGluZSBpbiBvcmRlciB0byB1c2Ug dGhlc2UgTklDcyEKZGV2aWNlCQltaWlidXMJCSMgTUlJIGJ1cyBzdXBwb3J0CiNkZXZpY2UJCWRj CQkjIERFQy9JbnRlbCAyMTE0MyBhbmQgdmFyaW91cyB3b3JrYWxpa2VzCiNkZXZpY2UJCWZ4cAkJ IyBJbnRlbCBFdGhlckV4cHJlc3MgUFJPLzEwMEIgKDgyNTU3LCA4MjU1OCkKI2RldmljZQkJcGNu CQkjIEFNRCBBbTc5Qzk3eCBQQ0kgMTAvMTAwIE5JQ3MKZGV2aWNlCQlybAkJIyBSZWFsVGVrIDgx MjkvODEzOQojZGV2aWNlCQlzZgkJIyBBZGFwdGVjIEFJQy02OTE1IChgYFN0YXJmaXJlJycpCiNk ZXZpY2UJCXNpcwkJIyBTaWxpY29uIEludGVncmF0ZWQgU3lzdGVtcyBTaVMgOTAwL1NpUyA3MDE2 CiNkZXZpY2UJCXN0ZQkJIyBTdW5kYW5jZSBTVDIwMSAoRC1MaW5rIERGRS01NTBUWCkKI2Rldmlj ZQkJdGwJCSMgVGV4YXMgSW5zdHJ1bWVudHMgVGh1bmRlckxBTgojZGV2aWNlCQl0eAkJIyBTTUMg RXRoZXJQb3dlciBJSSAoODNjMTcwIGBgRVBJQycnKQojZGV2aWNlCQl2cgkJIyBWSUEgUmhpbmUs IFJoaW5lIElJCiNkZXZpY2UJCXdiCQkjIFdpbmJvbmQgVzg5Qzg0MEYKI2RldmljZQkJd3gJCSMg SW50ZWwgR2lnYWJpdCBFdGhlcm5ldCBDYXJkIChgYFdpc2VtYW4nJykKI2RldmljZQkJeGwJCSMg M0NvbSAzYzkweCAoYGBCb29tZXJhbmcnJywgYGBDeWNsb25lJycpCiNkZXZpY2UJCWJnZQkJIyBC cm9hZGNvbSBCQ001NzB4IChgYFRpZ29uIElJSScnKQoKIyBJU0EgRXRoZXJuZXQgTklDcy4KIyAn ZGV2aWNlIGVkJyByZXF1aXJlcyAnZGV2aWNlIG1paWJ1cycKZGV2aWNlCQllZDAJYXQgaXNhPyBw b3J0IDB4MjgwIGlycSAxMCBpb21lbSAweGQ4MDAwCmRldmljZQkJZXgKZGV2aWNlCQllcApkZXZp Y2UJCWZlMAlhdCBpc2E/IHBvcnQgMHgzMDAKIyBYaXJjb20gRXRoZXJuZXQKZGV2aWNlCQl4ZQoj IFBSSVNNIEkgSUVFRSA4MDIuMTFiIHdpcmVsZXNzIE5JQy4KZGV2aWNlCQlhd2kKIyBXYXZlTEFO L0lFRUUgODAyLjExIHdpcmVsZXNzIE5JQ3MuIE5vdGU6IHRoZSBXYXZlTEFOL0lFRUUgcmVhbGx5 CiMgZXhpc3RzIG9ubHkgYXMgYSBQQ01DSUEgZGV2aWNlLCBzbyB0aGVyZSBpcyBubyBJU0EgYXR0 YWNobWVudCBuZWVkZWQKIyBhbmQgcmVzb3VyY2VzIHdpbGwgYWx3YXlzIGJlIGR5bmFtaWNhbGx5 IGFzc2lnbmVkIGJ5IHRoZSBwY2NhcmQgY29kZS4KZGV2aWNlCQl3aQojIEFpcm9uZXQgNDUwMC80 ODAwIDgwMi4xMSB3aXJlbGVzcyBOSUNzLiBOb3RlOiB0aGUgZGVjbGFyYXRpb24gYmVsb3cgd2ls bAojIHdvcmsgZm9yIFBDTUNJQSBhbmQgUENJIGNhcmRzLCBhcyB3ZWxsIGFzIElTQSBjYXJkcyBz ZXQgdG8gSVNBIFBuUAojIG1vZGUgKHRoZSBmYWN0b3J5IGRlZmF1bHQpLiBJZiB5b3Ugc2V0IHRo ZSBzd2l0Y2hlcyBvbiB5b3VyIElTQQojIGNhcmQgZm9yIGEgbWFudWFsbHkgY2hvc2VuIEkvTyBh ZGRyZXNzIGFuZCBJUlEsIHlvdSBtdXN0IHNwZWNpZnkKIyB0aG9zZSBwYXJhbWV0ZXJzIGhlcmUu CmRldmljZQkJYW4KIyBUaGUgcHJvYmUgb3JkZXIgb2YgdGhlc2UgaXMgcHJlc2VudGx5IGRldGVy bWluZWQgYnkgaTM4Ni9pc2EvaXNhX2NvbXBhdC5jLgpkZXZpY2UJCWllMAlhdCBpc2E/IHBvcnQg MHgzMDAgaXJxIDEwIGlvbWVtIDB4ZDAwMDAKI2RldmljZQkJbGUwCWF0IGlzYT8gcG9ydCAweDMw MCBpcnEgNSBpb21lbSAweGQwMDAwCmRldmljZQkJbG5jMAlhdCBpc2E/IHBvcnQgMHgyODAgaXJx IDEwIGRycSAwCmRldmljZQkJY3MwCWF0IGlzYT8gcG9ydCAweDMwMApkZXZpY2UJCXNuMAlhdCBp c2E/IHBvcnQgMHgzMDAgaXJxIDEwCgojIFBzZXVkbyBkZXZpY2VzIC0gdGhlIG51bWJlciBpbmRp Y2F0ZXMgaG93IG1hbnkgdW5pdHMgdG8gYWxsb2NhdGUuCnBzZXVkby1kZXZpY2UJbG9vcAkJIyBO ZXR3b3JrIGxvb3BiYWNrCnBzZXVkby1kZXZpY2UJZXRoZXIJCSMgRXRoZXJuZXQgc3VwcG9ydApw c2V1ZG8tZGV2aWNlCXNsCTEJIyBLZXJuZWwgU0xJUApwc2V1ZG8tZGV2aWNlCXBwcAkxCSMgS2Vy bmVsIFBQUApwc2V1ZG8tZGV2aWNlCXR1bgkJIyBQYWNrZXQgdHVubmVsLgpwc2V1ZG8tZGV2aWNl CXB0eQkJIyBQc2V1ZG8tdHR5cyAodGVsbmV0IGV0YykKcHNldWRvLWRldmljZQltZAkJIyBNZW1v cnkgImRpc2tzIgpwc2V1ZG8tZGV2aWNlCWdpZgkJIyBJUHY2IGFuZCBJUHY0IHR1bm5lbGluZwpw c2V1ZG8tZGV2aWNlCWZhaXRoCTEJIyBJUHY2LXRvLUlQdjQgcmVsYXlpbmcgKHRyYW5zbGF0aW9u KQoKIyBUaGUgYGJwZicgcHNldWRvLWRldmljZSBlbmFibGVzIHRoZSBCZXJrZWxleSBQYWNrZXQg RmlsdGVyLgojIEJlIGF3YXJlIG9mIHRoZSBhZG1pbmlzdHJhdGl2ZSBjb25zZXF1ZW5jZXMgb2Yg ZW5hYmxpbmcgdGhpcyEKcHNldWRvLWRldmljZQlicGYJCSNCZXJrZWxleSBwYWNrZXQgZmlsdGVy CgojIFVTQiBzdXBwb3J0CmRldmljZQkJdWhjaQkJIyBVSENJIFBDSS0+VVNCIGludGVyZmFjZQpk ZXZpY2UJCW9oY2kJCSMgT0hDSSBQQ0ktPlVTQiBpbnRlcmZhY2UKZGV2aWNlCQl1c2IJCSMgVVNC IEJ1cyAocmVxdWlyZWQpCmRldmljZQkJdWdlbgkJIyBHZW5lcmljCmRldmljZQkJdWhpZAkJIyAi SHVtYW4gSW50ZXJmYWNlIERldmljZXMiCmRldmljZQkJdWtiZAkJIyBLZXlib2FyZApkZXZpY2UJ CXVscHQJCSMgUHJpbnRlcgpkZXZpY2UJCXVtYXNzCQkjIERpc2tzL01hc3Mgc3RvcmFnZSAtIFJl cXVpcmVzIHNjYnVzIGFuZCBkYQpkZXZpY2UJCXVtcwkJIyBNb3VzZQpkZXZpY2UJCXVzY2FubmVy CSMgU2Nhbm5lcnMKZGV2aWNlCQl1cmlvCQkjIERpYW1vbmQgUmlvIE1QMyBQbGF5ZXIKIyBVU0Ig RXRoZXJuZXQsIHJlcXVpcmVzIG1paQojZGV2aWNlCQlhdWUJCSMgQURNdGVrIFVTQiBldGhlcm5l dAojZGV2aWNlCQljdWUJCSMgQ0FUQyBVU0IgZXRoZXJuZXQKI2RldmljZQkJa3VlCQkjIEthd2Fz YWtpIExTSSBVU0IgZXRoZXJuZXQKCgpkZXZpY2UgCQlwY20JCSMgZvxyIFNCTGl2ZQpkZXZpY2Ug CQlia3RyCQkjIGb8ciBCcm9va3RyZWUgODQ4IApvcHRpb25zCQlPVkVSUklERV9DQVJEPTIgIyB4 LlgKCiNULURTTApvcHRpb25zIAlORVRHUkFQSApvcHRpb25zCQlORVRHUkFQSF9FVEhFUgpvcHRp b25zCQlORVRHUkFQSF9TT0NLRVQKb3B0aW9ucwkJTkVUR1JBUEhfUFBQT0UKI29wdGlvbnMJCUlQ RklSRVdBTEwKI29wdGlvbnMgICAgICAgICBJUEZJUkVXQUxMX0RFRkFVTFRfVE9fQUNDRVBUCiNv cHRpb25zCQlJUERJVkVSVAoKCm9wdGlvbnMgVVNFUl9MRFQgIyBm/HIgbXBsYXllcmYKb3B0aW9u cyBDUFVfRU5BQkxFX1NTRSAgICNm/HIgbXBsYXllcgojZGV2aWNlIGxwdDAgYXQgaXNhPyBwb3J0 PyB0dHkgdmVjdG9yIGxwdGludHIKCg== --========GMXBoundary79151023147691-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 16:52:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 8A8E937B40C for ; Mon, 3 Jun 2002 16:51:41 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g53NnLi80186; Mon, 3 Jun 2002 20:49:21 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 3 Jun 2002 20:49:21 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: twig les Cc: Subject: Re: 4.4 Release vi problem In-Reply-To: <20020603232958.62452.qmail@web10104.mail.yahoo.com> Message-ID: <20020603204608.T78390-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 3 Jun 2002, twig les wrote: > Damn, you nailed it again. I did a 'cp -R > /var/tmp/vi.recover /var/tmp/vi.recover.backup'. Then > a rm -rf /var/tmp/vi.recover. At boot it mentioned > that it couldn't find /var/tmp/vi.recover (but still > booted fine) so I threw a 'touch /var/tmp/vi.recover' > for good measure and it works like new again. There was a typo in my previous mail. It should say 'rm /var/tmp/vi.recover/*' That is, remove the files in the directory, not the directory itself. If you did that, create it again, and 'chmod 1777 /var/tmp/vi.recover' Sorry for the typo. Fer > > Thanks again. BTW, I didn't need to use the > /var/tmp/vi.recover.backup, the system works fine (to > my knowledge...). > > > --- Fernando Gleiser > wrote: > > On Mon, 3 Jun 2002, twig les wrote: > > > > > Well you nailed it. My DNS server was still set > > to my > > > old one. Once I changed that it let me in right > > away > > > via ssh. And netstat -a works fine too (again). > > > Thnx. > > > > > > The vi problem still happens. I tried vi -r after > > it > > > booted and it recovered snort.conf, but on reboot > > it > > > hangs again. This is really weird cause Snort > > still > > > works fine.... > > > > If you don't care about those recover files, you can > > just > > 'rm /var/tmp/vi.recover/'. > > > > No files to recover, no hang trying to recover them > > =0) > > > > > > Fer > > > > > ===== > ----------------------------------------------------------- > Only failures don't include failing in their plans > ----------------------------------------------------------- > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 16:55:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailix.net (smtp.mailix.net [216.148.213.132]) by hub.freebsd.org (Postfix) with ESMTP id EB9E937B403 for ; Mon, 3 Jun 2002 16:55:51 -0700 (PDT) Received: from [216.164.225.145] (helo=fritz) by smtp.mailix.net with asmtp (Exim 4.01) id 17F1fx-0002nM-00 for questions@freebsd.org; Mon, 03 Jun 2002 16:55:50 -0700 Message-ID: <005001c20b73$882a18c0$0301a8c0@uminafamily.com> From: "Christopher J. Umina" To: "FreeBSD Questions" Subject: Windows EXE Date: Mon, 3 Jun 2002 19:57:14 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there any way to compile Windows executable files in BSD? ---------------------------------- Christopher J. Umina FJU@Fritzilldo.com http://www.fritzilldo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:11:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from s6.listrak.com (s6.listrak.com [66.109.239.179]) by hub.freebsd.org (Postfix) with SMTP id 20E3837B400 for ; Mon, 3 Jun 2002 17:11:18 -0700 (PDT) Received: (qmail 19816 invoked from network); 4 Jun 2002 00:09:54 -0000 Received: from unknown (HELO freebsd.org) (66.109.239.145) by s6.listrak.com with SMTP; 4 Jun 2002 00:09:54 -0000 From: "Acquire Solution" <1315@listrak.com> To: "questions@freebsd.org" Reply-To: admin@acquiresolution.com Subject: Acquire Solution Requests Your Permission Date: Mon, 03 Jun 2002 20:01:52 -0400 X-Mailer: Listrak X-UID: 3801677 X-MSGID: 6756 X-UMail: questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="--=7199857BA06042C9A4BD_C67D_303A_E8B0" Message-Id: <20020604001118.20E3837B400@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----=7199857BA06042C9A4BD_C67D_303A_E8B0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit Dear Friend, Everyday more and more exciting and important information is being communicated via E-mail. In the future, we would like to communicate with you via E-mail, and send you exciting and "Up to Date" information on current subject matter, free e-commerce newsletters, case studiests, and services that Internet users like yourself would have interest in. We are presently seeking your permission for the privilege to serve you efficiently and electronically via E-Mail. Thank you! If you do not wish to have us contact you via e-mail, please click the "Unsubscribe" link within the message below and your name will be deleted from our email mailing lists. Sincerely, Your friends at Acquire Solutions To be removed from this list, please go here: http://www.listrak.com/list_remove.asp?userID=3801677&msgID=6756&listID=1315 ----=7199857BA06042C9A4BD_C67D_303A_E8B0 Content-Type: text/html;charset="iso-8859-1" Content-Transfer-Encoding: 7bit Acquire Solution


Dear Friend,

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

Thank you!

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


Sincerely,

Your friends at Acquire Solutions


Click Here to be removed from this list
Listrak HTML Tracker ----=7199857BA06042C9A4BD_C67D_303A_E8B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:15:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mbox.ki.se (mbox.ki.se [130.237.98.110]) by hub.freebsd.org (Postfix) with ESMTP id 66D3937B406 for ; Mon, 3 Jun 2002 17:15:39 -0700 (PDT) Received: from localhost (lawmay@localhost) by mbox.ki.se (8.9.3/8.9.3) with ESMTP id CAA18704 for ; Tue, 4 Jun 2002 02:15:37 +0200 (MET DST) Date: Tue, 4 Jun 2002 02:15:37 +0200 (MET DST) From: Lawrence Mayer dsg To: freebsd-questions@FreeBSD.ORG Subject: How to scroll through several screens of text ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Could you please help me with answers to the following questions? I have hunted unsuccessfully through the Handbook and FAQ for answers. Please forgive me if I've missed them. Also, I imagine you've gotten these questions many times before on this list. All of the following questions revolve around the same problem. I often use commands such as ls or pkg_info which produce several screens worth of text. By definition, the text scrolls off the screen. When the screen output is finished, I hit "scroll lock" and use the arrow keys to go backward and read text that scrolled off screen. The problem with this method is that the screen output is often larger than the screen buffer, in which case I can't scroll back far enough to see the beginning of the screen output. Another problem: I have not been able to get "scroll lock" to work at all with xterm or rxvt. So far, the only way I have found around these problems is to save the output of ls , pkg_info, etc into a file (e.g. ls > foo), which I can then examine at my leisure with a text editor. 1. Is there a way to make FreeBSD output no more than n lines to the screen at a time, and wait for a "return" before outputing the next n lines to the screen? (That way, I could adjust n to be slightly less than the number of lines on my screen and could read each screen at my leisure instead of having them fly past much too fast too read.) 2. What if I'm using a terminal emulator like xterm or rxvt? Any way to do (1) above? 3. Is there any way to increase the size of FreeBSD's screen buffer? 4. If so, will this method work if I'm using a terminal emulator like xterm or rxvt? Friendly Greetings, Lawrence Mayer Ume=E5, Sweden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:25:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by hub.freebsd.org (Postfix) with ESMTP id 6B55C37B406 for ; Mon, 3 Jun 2002 17:25:52 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.3/8.12.3) with SMTP id g540Qbpa000565; Mon, 3 Jun 2002 17:26:38 -0700 (PDT) (envelope-from nkinkade@dsl-only.com) Date: Mon, 3 Jun 2002 17:26:37 -0700 From: Nathan Kinkade To: Lawrence Mayer dsg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to scroll through several screens of text ? Message-Id: <20020603172637.7113b447.nkinkade@dsl-only.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002 02:15:37 +0200 (MET DST) Lawrence Mayer dsg wrote: > 1. Is there a way to make FreeBSD output no more than n lines to the > screen at a time, and wait for a "return" before outputing the next n > lines to the screen? (That way, I could adjust n to be slightly less > than the number of lines on my screen and could read each screen at my > leisure instead of having them fly past much too fast too read.) > > 2. What if I'm using a terminal emulator like xterm or rxvt? Any way > to do(1) above? > > 3. Is there any way to increase the size of FreeBSD's screen buffer? > > 4. If so, will this method work if I'm using a terminal emulator like > xterm or rxvt? You can "pipe" the output of these commands to a pager such as "more" or "less". So, `ls | less` would allow you to scroll around in the results of ls using a utility called "less" As for rxvt, you could start it with some switches such as `rxvt -sb -sr -sl 200`. See man rxvt to see what each of these switches does, but this command should suit your needs (possibly more) for rxvt. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:35:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www6.web2010.com (www6.web2010.com [216.157.5.254]) by hub.freebsd.org (Postfix) with ESMTP id 8560937B403 for ; Mon, 3 Jun 2002 17:35:10 -0700 (PDT) Received: from marty.face2interface.com (marty.ulster.net [216.238.72.249]) by www6.web2010.com (8.9.3/8.9.0) with ESMTP id UAA12627; Mon, 3 Jun 2002 20:35:04 -0400 (EDT) Message-Id: <5.1.0.14.0.20020603202534.00a373b0@mail.face2interface.com> X-Sender: face@mail.face2interface.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 03 Jun 2002 20:32:52 -0400 To: Lawrence Mayer dsg , freebsd-questions@FreeBSD.ORG From: Marty Landman Subject: Re: How to scroll through several screens of text ? In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 02:15 AM 6/4/02 +0200, Lawrence Mayer dsg wrote: >When the screen output is finished, I hit "scroll lock" and use the arrow >keys to go >backward and read text that scrolled off screen. > >The problem with this method is that the screen output is often larger >than the screen buffer, in which case I can't scroll back far enough to >see the beginning Hi Lawrence. If you want to control output from a command so you can read it all then pipe it through the 'more' command, e.g. 'ls |more'. Only the first screen's worth of output will appear and by using the enter key you get one additional line at a time, by using the space bar you'll get a full screen's worth at a time. man more |more hth, Marty -- SIMPL WebSite Creation: http://face2interface.com/Home/Demo.shtml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:36:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dellfwnat.esoltani.com (adsl-64-164-134-26.dsl.snfc21.pacbell.net [64.164.134.26]) by hub.freebsd.org (Postfix) with ESMTP id 0DE5B37B406 for ; Mon, 3 Jun 2002 17:36:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by dellfwnat.esoltani.com (Postfix) with ESMTP id 9B5A2FFFA for ; Mon, 3 Jun 2002 17:36:22 -0700 (PDT) Received: from psoltani (nat-external.ultradns.net [204.74.100.10]) by dellfwnat.esoltani.com (Postfix) with ESMTP id E55DAFD90 for ; Mon, 3 Jun 2002 17:36:19 -0700 (PDT) Message-ID: <025501c20b5f$d862d6b0$a900a8c0@UltraDNS.com> From: "patrick" To: Subject: FreeBSD 4.5-RELEASE-p6 #4 Date: Mon, 3 Jun 2002 17:36:19 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I cvsed with the stable supfile doing: *default release=cvs tag=RELENG_4_5 with the understanding that this will only pull the 4.5 stable source tree, however, after building and installing the kernel, the uname gives FreeBSD 4.5-RELEASE-p6 #4. I expected to see 4.5-Stable #4. Am I missing something? Regards, Patrick Soltani. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:39:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts22-srv.bellnexxia.net (tomts22.bellnexxia.net [209.226.175.184]) by hub.freebsd.org (Postfix) with ESMTP id 35BC637B401 for ; Mon, 3 Jun 2002 17:39:02 -0700 (PDT) Received: from xena.gsicomp.on.ca ([65.95.179.11]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020604003901.KLGC25645.tomts22-srv.bellnexxia.net@xena.gsicomp.on.ca>; Mon, 3 Jun 2002 20:39:01 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g53NPBb54884; Mon, 3 Jun 2002 19:25:11 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <008101c20b60$383b94f0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "patrick" , References: <025501c20b5f$d862d6b0$a900a8c0@UltraDNS.com> Subject: Re: FreeBSD 4.5-RELEASE-p6 #4 Date: Mon, 3 Jun 2002 20:39:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi, > I cvsed with the stable supfile doing: > *default release=cvs tag=RELENG_4_5 with the understanding that this will > only pull the 4.5 stable source tree, however, after building and installing > the kernel, the uname gives FreeBSD 4.5-RELEASE-p6 #4. > > I expected to see 4.5-Stable #4. Am I missing something? Yes. Please read the handbook. RELENG_4 is 4-STABLE (which will identify itself as 4.6-RC4 right now. I think) RELENG_4_5 is 4.5-RELEASE + important security patches RELENG_4_5_0 is 4.5-RELEASE -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:40: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dellfwnat.esoltani.com (adsl-64-164-134-26.dsl.snfc21.pacbell.net [64.164.134.26]) by hub.freebsd.org (Postfix) with ESMTP id 7221037B404 for ; Mon, 3 Jun 2002 17:39:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by dellfwnat.esoltani.com (Postfix) with ESMTP id 0AF3FFFFA; Mon, 3 Jun 2002 17:39:52 -0700 (PDT) Received: from psoltani (nat-external.ultradns.net [204.74.100.10]) by dellfwnat.esoltani.com (Postfix) with ESMTP id 61089FD90; Mon, 3 Jun 2002 17:39:49 -0700 (PDT) Message-ID: <026101c20b60$5541b250$a900a8c0@UltraDNS.com> From: "patrick" To: "Pascal Giannakakis" , , "Scott" References: <5.1.0.14.0.20020603185052.00bd59b0@pop-server.nyc.rr.com> Subject: Re: Problem with "shutdown -p now" Date: Mon, 3 Jun 2002 17:39:49 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > In /etc/rc.conf add > apm_enable="YES" Or is it apmd_enable="YES" ? > In your kernel, you'll see a line about apm0 and somewhere in the middle of > the line the word disabled. Remove the word disabled, recompile the kernel > and you should be good to go. Did that and still no go. Any thoughts? I know linux on the same machine turns off the box as it should and it has to do with config, somehow. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:40:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id A9D1F37B400 for ; Mon, 3 Jun 2002 17:40:34 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 079B666D7A; Mon, 3 Jun 2002 17:40:33 -0700 (PDT) Date: Mon, 3 Jun 2002 17:40:33 -0700 From: Kris Kennaway To: patrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.5-RELEASE-p6 #4 Message-ID: <20020603174033.A36693@xor.obsecurity.org> References: <025501c20b5f$d862d6b0$a900a8c0@UltraDNS.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <025501c20b5f$d862d6b0$a900a8c0@UltraDNS.com>; from patrick@esoltani.com on Mon, Jun 03, 2002 at 05:36:19PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 05:36:19PM -0700, patrick wrote: > Hi, > I cvsed with the stable supfile doing: > *default release=3Dcvs tag=3DRELENG_4_5 with the understanding that this = will > only pull the 4.5 stable source tree, however, after building and install= ing > the kernel, the uname gives FreeBSD 4.5-RELEASE-p6 #4. >=20 > I expected to see 4.5-Stable #4. Am I missing something? Yes, it did exactly what you asked it to (4.5-RELEASE plus security patches). That's not 4.5-STABLE; see the handbook and/or the archives for clarification about available CVS branches. Kris --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/AyBWry0BWjoQKURAur/AJ0ZyRurW1CN+/T8UODPahpefpDgxACfQ6VW kv9Lr4zK/dT7x5jiFgzE+70= =ISsp -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:45: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 38F7E37B407 for ; Mon, 3 Jun 2002 17:44:57 -0700 (PDT) Received: from hades.hell.gr (patr530-a084.otenet.gr [212.205.215.84]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g540ii1S017343; Tue, 4 Jun 2002 03:44:48 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g540ihVX000983; Tue, 4 Jun 2002 03:44:43 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g540id46000982; Tue, 4 Jun 2002 03:44:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 4 Jun 2002 03:44:38 +0300 From: Giorgos Keramidas To: Chip Norkus Cc: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] Message-ID: <20020604004437.GA863@hades.hell.gr> References: <20020601000242.V67718-100000@earl-grey.cloud9.net> <20020602001830.GD2950@hades.hell.gr> <20020603010926.K1929@arpa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020603010926.K1929@arpa.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-06-03 01:09 -0500, Chip Norkus wrote: > > b) Can not resolve your IP address, or similar. > > > As for identd and IRC servers, when using the internal inetd auth service, > be sure to change the '-o UNKNOWN' option to '-o UNIX', or the IRC server > won't believe your ident reply comes from a correct rfc1413 source. This > is silliness on the part of the IRC server. Seems to work fine here: hades+root:~# grep auth /etc/inetd.conf auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30 >>> /who keramida * keramida H keramida@patr530-a084.otenet.gr (0 Giorgos Keramidas) >>> /whois keramida [ Whois keramida (keramida@patr530-a084.otenet.gr) ] : Ircname : Giorgos Keramidas : Channels : #patra #linux #jokes-gr #thessaloniki #mylene #hellas : Server : nini.irc.gr [IRC.GR Server at OTEnet] : Services : keramida has identified for this nick : Signon : Tue Jun 4 03:39:10 2002 : Idle : 37 seconds - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 17:48:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1nova.com (heorot.1nova.com [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 5C25137B40E for ; Mon, 3 Jun 2002 17:48:23 -0700 (PDT) Received: by 1nova.com (Postfix, from userid 1000) id 2FC1818F9; Mon, 3 Jun 2002 18:20:31 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by 1nova.com (Postfix) with ESMTP id 26FD118F8; Mon, 3 Jun 2002 18:20:31 -0700 (PDT) Date: Mon, 3 Jun 2002 18:20:31 -0700 (PDT) From: Rick Hamell To: Lawrence Mayer dsg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to scroll through several screens of text ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 1. Is there a way to make FreeBSD output no more than n lines to the > screen at a time, and wait for a "return" before outputing the next n > lines to the screen? (That way, I could adjust n to be slightly less than > the number of lines on my screen and could read each screen at my leisure > instead of having them fly past much too fast too read.) Try the |more command. man more will tell you all about it. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 18:18:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 5319937B401 for ; Mon, 3 Jun 2002 18:18:20 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.3) id g541IJqK078330; Mon, 3 Jun 2002 20:18:19 -0500 (CDT) (envelope-from dan) Date: Mon, 3 Jun 2002 20:18:19 -0500 From: Dan Nelson To: Kris Kennaway Cc: "Christopher J. Umina" , FreeBSD Questions Subject: Re: SCSI CD-ROM Message-ID: <20020604011818.GA69850@dan.emsphone.com> References: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com> <20020603163400.A34580@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020603163400.A34580@xor.obsecurity.org> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 03), Kris Kennaway said: > On Mon, Jun 03, 2002 at 06:59:10PM -0700, Christopher J. Umina wrote: > > Hello, > > > > How do I mount my CD-ROM drive? It's a SCSI drive and I can see it with > > camcontrol: > > > > at scbus0 target 0 lun 0 (da0) > > at scbus0 target 1 lun 0 () > > Yes, it is /dev/cd0* > > > it's telling me that it's > > not configured.. What do I do? > > Either you're missing cd support from your kernel or you're missing > CD9660 support (i.e. the device exists but mount_cd9660 can't do > anything with it when you ask). Since camcontrol doesn't show any devicename for the cdrom - () instead of (cd0), it's definitely no cdrom driver in the kernel. Rebuild your kernel with "device cd" in the config file. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 18:21:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp3out.rdc-nyc.rr.com (nycsmtp3out.rdc-nyc.rr.com [24.29.99.228]) by hub.freebsd.org (Postfix) with ESMTP id 7A3ED37B400 for ; Mon, 3 Jun 2002 18:21:42 -0700 (PDT) Received: from scott1.nyc.rr.com (66-108-170-19.nyc.rr.com [66.108.170.19]) by nycsmtp3out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g541MFPX006790; Mon, 3 Jun 2002 21:22:15 -0400 (EDT) Message-Id: <5.1.0.14.0.20020603211334.00c35cb8@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 03 Jun 2002 21:21:40 -0400 To: "patrick" , "Pascal Giannakakis" , From: Scott Subject: Re: Problem with "shutdown -p now" In-Reply-To: <026101c20b60$5541b250$a900a8c0@UltraDNS.com> References: <5.1.0.14.0.20020603185052.00bd59b0@pop-server.nyc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 17:39 2002/06/03 -0700, patrick wrote: > > In /etc/rc.conf add > > apm_enable="YES" > >Or is it apmd_enable="YES" ? When I first looked on google to figure out what I was missing, someone had posted that you needed both of those in /etc/rc.conf. However, I left out the apmd_enable without problem. One person also suggested enabling a bunch of other stuff in the kernel--ah, here it is (I'd bookmarked it at one point) You need to do the following... 1. Compile kernel with the following options device apm device intpm device smbus device smb 2. enable apm in /etc/rc.conf 3. enable apmd in /etc/rc.conf However, as I said, I only did apm and took the disabled out in my kernel and that worked for me--an ASUS MB and a couple of lowend Sis ones > > In your kernel, you'll see a line about apm0 and somewhere in the middle >of > > the line the word disabled. Remove the word disabled, recompile the >kernel > > and you should be good to go. > >Did that and still no go. Any thoughts? I know linux on the same machine >turns off the box as it should and it has to do with config, somehow. Just the above additional options--I didn't find them necessary, and to be honest, didn't even research what they did. (When I had the problem, I saw the enable_apm and adding apm to the kernel first, figured I'd try the first, simpler one first. Just bookmarked the other in case the first didn't work. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 18:57:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccmmhc01.mchsi.com (sccmmhc01.mchsi.com [204.127.203.183]) by hub.freebsd.org (Postfix) with ESMTP id 75A5537B400 for ; Mon, 3 Jun 2002 18:57:29 -0700 (PDT) Received: from garfield.cdrrpd1.ia.home.com ([12.217.222.78]) by sccmmhc01.mchsi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020604015728.RJDA2006.sccmmhc01.mchsi.com@garfield.cdrrpd1.ia.home.com> for ; Tue, 4 Jun 2002 01:57:28 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Richard Blair Reply-To: ermine445@mchsi.com To: freebsd-questions@freebsd.org Subject: Jitter Correction and dd DA Dumps Date: Mon, 3 Jun 2002 20:57:26 -0500 X-Mailer: KMail [version 1.4] References: <200205302243.08483.ermine445@mchsi.com> In-Reply-To: <200205302243.08483.ermine445@mchsi.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206032057.26425.ermine445@mchsi.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I would like to know a few things about the dd audio ripping process: 1. Does the ATAPI cd-rom driver do jitter correction internally? Lately I've been noticing pops in my mp3s, even after switching to dd as my ripping program. 2. If it does, is the number of overlapping sectors user-configurable? 3. If it doesn't, will this be implemented soon? Is anyone working on it. Thanks for your time. All answers are appreciated. Thanks, Rick Blair To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:20:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 930CF37B401 for ; Mon, 3 Jun 2002 19:20:49 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.11.6/8.11.6) with ESMTP id g542KY738749; Mon, 3 Jun 2002 20:20:39 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Mon, 3 Jun 2002 20:20:34 -0600 (CST) From: Ryan Thompson To: "Defryn, Guy" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Certifications In-Reply-To: <98B01D2717B9D411B38F0008C7840931057F38D5@its-xchg2.massey.ac.nz> Message-ID: <20020603195720.W81228-100000@ren.sasknow.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Defryn, Guy wrote to 'freebsd-questions@freebsd.org': > I hope someone can give me some advise on the following: > > I would like to do some Unix certification. I still consider myself > a newbie and I am not looking for a qualification that needs several > exams such as MS' MCSE or MCSA. I would like to something that is a > bit like MCP. Just one exam to start off with :-) Good question. The only way I know of to become "certified" in UNIX is to find an area (or general practice) that you excel at, write a book on it, submit the manuscript, and become a well sold author. That, or contribute significant new code or research to [the kernel of] an open source operating system. Having original published works is pretty much tops on my list of things to look for on a professional resume. "Where do you want to work today?" If you don't have that much time, a bachelor's degree in computer science can also take you places, although maybe not as directly as the above. Following this up with M.Sc and Ph.D. is usually a good idea if you have the time to invest. Good institutions have a dedicated OS track that will make you a master in your area by the time you are done. Don't like school? Hacking around on your own might get you the odd consulting/tech job here and there. You might get lucky and work tech support. Maybe you'll even get promoted. I'm sure we could come up with some "certification" criteria, but there are so many essential criteria that can not be tested. UNIX isn't so much about knowing a slew of 2-5 letter commands and their syntax. That's what man pages and other reference materials are for. Being able to combine the reference sources in creative ways, building your own unique layers of abstraction, is really what UNIX is all about. *EVERYONE* here can problem solve. You won't impress many people for long with stupid shell tricks that solve problems people could barf up in C 30 years ago. If you want to be *really* good, you'll have to invent some problems nobody has thought of yet... and then maybe hire tech school grads to write the code :-) > I am not sure if there is a Freebsd specific one but something that > would test general Unix knowledge would be nice. > > What about Linux + certification? I think basically the same thing applies. You'll increase your hireability by knowing multiple platforms in detail. There are a lot of diverse server farms out there. > Cheers > > Guy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message - Ryan -- Ryan Thompson SaskNow Technologies - http://www.sasknow.com 901 1st Avenue North - Saskatoon, SK - S7K 1Y4 Tel: 306-664-3600 Fax: 306-664-3630 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:24:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11505.mail.yahoo.com (web11505.mail.yahoo.com [216.136.172.37]) by hub.freebsd.org (Postfix) with SMTP id 9502737B404 for ; Mon, 3 Jun 2002 19:24:22 -0700 (PDT) Message-ID: <20020604022422.93401.qmail@web11505.mail.yahoo.com> Received: from [200.68.134.148] by web11505.mail.yahoo.com via HTTP; Mon, 03 Jun 2002 19:24:22 PDT Date: Mon, 3 Jun 2002 19:24:22 -0700 (PDT) From: Fabio Miranda Subject: mount a solaris-IA32 partition To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, how can i mount a solaris8-IA32 partition that it's in /dev/da0a disk? how can i know what's the slice i need to mount? __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:30:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by hub.freebsd.org (Postfix) with ESMTP id 0D5CE37B407 for ; Mon, 3 Jun 2002 19:30:28 -0700 (PDT) Received: from [128.250.18.60] (ws18-60.its.unimelb.edu.au [128.250.18.60]) by ariel.ucs.unimelb.edu.au (8.12.3/8.12.3) with ESMTP id g542ULW3000258 for ; Tue, 4 Jun 2002 12:30:21 +1000 (EST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Tue, 04 Jun 2002 12:28:40 +1000 Subject: cvsup does not fetch all files? From: f3z To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I cvsuppled on May 31, (after having to rm -r the /usr/src directory). Normally I have no problems with make buildworld / installworld but yesterday when I tried installworld, it did not fully install. It complained files are missing. I know its probably stupid to cvsup from nothing into /usr/src (The label was FreeBSD 4.6-RC), but should that happen? Regards, Jacob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:41:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail023.syd.optusnet.com.au (mail023.syd.optusnet.com.au [210.49.20.162]) by hub.freebsd.org (Postfix) with ESMTP id 7FBB337B404 for ; Mon, 3 Jun 2002 19:41:10 -0700 (PDT) Received: from webmail03.syd.optusnet.com.au (webmail03.syd.optusnet.com.au [203.2.75.236]) by mail023.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id g542f5d29986 for ; Tue, 4 Jun 2002 12:41:05 +1000 Message-Id: <200206040241.g542f5d29986@mail023.syd.optusnet.com.au> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary Mime-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Received: from [203.13.126.19] as user satare@optusnet.com.au by webmail.optusnet.com.au with HTTP; From: Michael Ross To: questions@freebsd.org Date: Tue, 04 Jun 2002 12:41:05 +1000 Subject: problems with configuring microsoft USB mouse Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, below is a re-post of a previous message of mine. I haven't been able to resolve the problem yet and would really appreciate any suggestions anybody could give. I've had a look on the net and haven't had any luck finding decent FAQs on this. I've also tried a FAQ I found on the xfree86 site with no luck. any suggestions? many thanks, Michael -- Hi, I've been trying to configure a USB microsoft wheelmouse. I was previously using a Logitech USB wheelmouse that worked fine under BSD. I've tried to play with moused a bit and with /stand/sysinstall.. /stand/sysinstall can get the mouse going, but the settings it writes to /etc/rc.conf don't start the mouse correctly on the next boot. (oh and the microsoft mouse detects properly under dmesg on bootup) whenever I try to point moused at /dev/ums0 I get a message like "/dev/ums0 device busy".. what should I be doing to make it work properly? (suggestions of any sites to read are welcome.. I couldn't find any useful ones) thanks, Michael Ross satare@optusnet.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:48:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f118.law12.hotmail.com [64.4.19.118]) by hub.freebsd.org (Postfix) with ESMTP id BAD2937B404 for ; Mon, 3 Jun 2002 19:48:55 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 3 Jun 2002 19:48:55 -0700 Received: from 62.85.65.227 by lw12fd.law12.hotmail.msn.com with HTTP; Tue, 04 Jun 2002 02:48:55 GMT X-Originating-IP: [62.85.65.227] From: "uwi mAn" To: questions@freebsd.org Subject: ftp client Date: Mon, 03 Jun 2002 22:48:55 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 04 Jun 2002 02:48:55.0636 (UTC) FILETIME=[5E515140:01C20B72] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I need an ftp client that can download stuff in the background. [I use rlogin to connect to BSD so the download wont stop when I disconnect] Any suggestions? Thanks. _________________________________________________________________ Join the worlds largest e-mail service with MSN Hotmail. http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:53:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 46CCA37B404 for ; Mon, 3 Jun 2002 19:53:17 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g542qjU24682; Mon, 3 Jun 2002 22:52:45 -0400 Message-ID: <3CFC2CD8.1060506@potentialtech.com> Date: Mon, 03 Jun 2002 22:58:32 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vinod Cc: freebsd-questions@freebsd.org Subject: Re: installing binaries References: <20020603203303.59699.qmail@web21101.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Vinod wrote: > how are binaries installed from a source file a.bin?i > cant see something like a makefile > Thanks in advance, > Vinod If you're talking about the "self-extracting" binaries that some proprietary software uses, the short answer is to make the file exectuable, and execute it. The shorter answer is to read the install docs and follow them. If you're talking about something else, you may want to elaborate a bit more. -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:54:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (cfedde.dsl.frii.net [216.17.139.141]) by hub.freebsd.org (Postfix) with ESMTP id 610C437B405 for ; Mon, 3 Jun 2002 19:54:45 -0700 (PDT) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.12.3/8.12.3) with ESMTP id g542siQW055429; Mon, 3 Jun 2002 20:54:44 -0600 (MDT) Message-Id: <200206040254.g542siQW055429@fedde.littleton.co.us> To: "uwi mAn" Cc: questions@FreeBSD.ORG Subject: Re: ftp client In-Reply-To: From: Chris Fedde Date: Mon, 03 Jun 2002 20:54:44 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 03 Jun 2002 22:48:55 -0400 "uwi mAn" wrote: +------------------ | I need an ftp client that can download stuff in the background. [I use | rlogin to connect to BSD so the download wont stop when I disconnect] | | Any suggestions? +------------------ Look at the manual page for the conventional ftp client. There are some tricks listed there that might help setting up a scripted transfer that can be run from cron, batch or using nohup. good luck -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 19:55:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 4BF9537B407 for ; Mon, 3 Jun 2002 19:55:49 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g542tjU24698; Mon, 3 Jun 2002 22:55:45 -0400 Message-ID: <3CFC2D8C.5000906@potentialtech.com> Date: Mon, 03 Jun 2002 23:01:32 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Tomlinson Cc: questions@freebsd.org Subject: Re: Drive Space - Am I Getting All I Should? References: <003101c20b3e$13a0d320$0301a8c0@bigdaddy> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Drew Tomlinson wrote: > I added a 80G IDE drive to my 4.5 machine. I used /stand/sysinstall > to FDisk and Label the drive. Now after mounting, df -h shows: > > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1e 72G 1.0K 66G 0% /ftp > > dmesg shows the drive as 76319M so 72G seems reasonable: > > ad0: 76319MB [155061/16/63] at ata0-master UDMA33 > > The /stand/sysinstall disklabel editor sees it as the same size: > > Part Mount Size Newfs Part Mount Size > Newfs > ---- ----- ---- ----- ---- ----- ---- - > ---- > ad0s1e /ftp 76319MB UFS Y > > But the FDISK partition editor sees the drive geometry differently > than dmesg: > > Disk name: ad0 FDISK Partition > Editor > DISK Geometry: 30629 cyls/81 heads/63 sectors = 156299787 sectors > > Offset Size End Name PType Desc Subtype > Flags > > 0 156301488 156301487 ad0s1 3 freebsd 165 > C> > > So how come df -h only shows 66G available? Where's the other 6G? Is > this some limitation of FBSD or my system BIOS? If this isn't in the FAQ, it should be. It's in certain man pages. The short answer is: Filesystem performance degrades very badly when a filesystem is more than 92% full, so the OS reserves 8% of the drive to keep performance reasonable. Only the root user can fill the disk more than 92% This is only a default value. You can change the reserved space on a drive with either tunefs or with options when you newfs it. I don't recommend it, though. The 8% thing was heavily researched and if you fill a drive fuller than that, saving data to it is going to take forever. -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 20: 2:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from notus.primus.ca (mail.tor.primus.ca [216.254.136.21]) by hub.freebsd.org (Postfix) with ESMTP id 44D7E37B403 for ; Mon, 3 Jun 2002 20:02:25 -0700 (PDT) Received: from dialin-142-170.hamilton.primus.ca ([209.90.142.170]) by notus.primus.ca with esmtp (Exim 3.33 #16) id 17F4aS-0005OA-0A for freebsd-questions@freebsd.org; Mon, 03 Jun 2002 23:02:21 -0400 Date: Mon, 3 Jun 2002 23:02:23 -0400 (EDT) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: freebsd-questions@freebsd.org Subject: XFree86-4 config help please .. Message-ID: <20020603225256.S56528-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmmm, I don't even know where to begin with this. This isn't a FreeBSD question, but I figure I might find some help here ... I installed XFree86-4 from the ports, but I am having problems getting it configured properly for my laptop. I have an IBM Thinkpad 560E, which seems to have really weird synch rates. The machine has a Trident 9660 PCI card (well, it's on the PCI bus anyways) and a 12.1" LCD screen. The technical specs site on ibm.com doesn't give me anything helpful on what I should be using for ranges. From the XFree86-3.3.6 I have "HorizSync 25-79" and "VertRefresh 20-76" The default config file that is produced by "XFree86 -configure" just gives me a bunch of vertical lines. "xf86cfg" doesn't help either. From that I get a 640x480 screen with some weird green squares (trippy ANSI graphics or something :) ) and stuff. Is XFree86-4 generally harder to get working with LCDs/laptops? v3.3.6 was a pain from what I recall, and I ended up finding someone elses config that I found. I searched on google for some help with this, but havn't found much. One guy said he just gave up and went back to 3.3 :) Anyone good at this sort of thing? I assume I will need to paste /var/log/XFree86.0.log? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 20: 5:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.reppep.com (www.reppep.com [64.81.19.108]) by hub.freebsd.org (Postfix) with ESMTP id 7794A37B403 for ; Mon, 3 Jun 2002 20:05:46 -0700 (PDT) Received: from [64.81.19.109] (g4.reppep.com [64.81.19.109]) by mail.reppep.com (Postfix) with ESMTP id 756CC17B8C for ; Mon, 3 Jun 2002 22:07:31 -0400 (EDT) Mime-Version: 1.0 X-Sender: pepper@mail.reppep.com Message-Id: Date: Mon, 3 Jun 2002 23:00:04 -0400 To: freebsd-questions@freebsd.org From: Chris Pepper Subject: What's the relationship between soft-updates & async? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Per , I tried remounting /usr async, but that appears to have had no effect. This is in both 4.5-RELEASE and 4.6-STABLE. >guest# uname -a >FreeBSD guest.reppep.com 4.6-RC FreeBSD 4.6-RC #0: Fri May 31 >22:33:23 EDT 2002 >root@guest.reppep.com:/usr/obj/usr/src/sys/GENERIC i386 >guest# mount >/dev/ad0s2a on / (ufs, local) >/dev/ad0s2g on /home (ufs, local, soft-updates) >/dev/ad0s2f on /usr (ufs, local, soft-updates) >/dev/ad0s2e on /var (ufs, local, soft-updates) >procfs on /proc (procfs, local) >guest# mount -u -oasync /usr >guest# mount >/dev/ad0s2a on / (ufs, local) >/dev/ad0s2g on /home (ufs, local, soft-updates) >/dev/ad0s2f on /usr (ufs, local, soft-updates) >/dev/ad0s2e on /var (ufs, local, soft-updates) >procfs on /proc (procfs, local) Does soft-updates override async / sync / noasync? Where is soft-updates documented? I don't see anything in the mount or fsck man page, or the Handbook; and the newfs man page just lists the -U option, without any explanation. Thanks, Chris Pepper -- Chris Pepper: Rockefeller University: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 20:23:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 5149437B408 for ; Mon, 3 Jun 2002 20:23:33 -0700 (PDT) Received: from jud@smtp-send.myrealbox.com [209.246.215.218] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare via secured & encrypted transport (TLS); Mon, 03 Jun 2002 21:23:27 -0600 Date: Mon, 3 Jun 2002 23:23:45 -0400 From: Jud To: scottro@nyc.rr.com, patrick@esoltani.com, capm@gmx.net Cc: freebsd-questions@FreeBSD.ORG Subject: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") Message-Id: <20020603232345.6d6e40f9.jud@myrealbox.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: Scott > To: "patrick" , "Pascal Giannakakis" > , freebsd-questions@FreeBSD.ORG > Subject: Fwd: Re: Problem with "shutdown -p now" > Date: 6/3/2002 9:21:40 PM > > At 17:39 2002/06/03 -0700, patrick wrote: > > > > In /etc/rc.conf add > > > apm_enable="YES" > > > >Or is it apmd_enable="YES" ? > > > When I first looked on google to figure out what I was missing, > someone had > posted that you needed both of those in /etc/rc.conf. However, I > left out the > apmd_enable > without problem. One person also suggested enabling a bunch of > other stuff > in the kernel--ah, here it is (I'd bookmarked it at one point) > > You need to do the following... 1. Compile kernel with the following > > options > device apm > device intpm > device smbus > device smb > 2. enable apm in /etc/rc.conf > 3. enable apmd in /etc/rc.conf > > However, as I said, I only did apm and took the disabled out in my > kernel > and that worked for me--an ASUS MB and a couple of lowend Sis ones > > > > > > In your kernel, you'll see a line about apm0 and somewhere in > > > the > middle > >of > > > the line the word disabled. Remove the word disabled, recompile > > > > the > >kernel > > > and you should be good to go. > > > >Did that and still no go. Any thoughts? I know linux on the same > machine > >turns off the box as it should and it has to do with config, > >somehow. > > > Just the above additional options--I didn't find them necessary, and > to be > honest, didn't even research what they did. (When I had the problem, > I saw > the enable_apm and adding apm to the kernel first, figured I'd try > the first, simpler one first. Just bookmarked the other in case the > first didn't work. Errm - Scott, when I did the apm_enable, remove-disable-apm-and-recompile-kernel thing (plus cd /dev and sh MAKEDEV all), it solved my shutdown problem (I'd had it on my ASUS A7V333), but the next two times I tried to start the X server, my machine spontaneously rebooted. Also, I'm using a boot manager/loader called BootItNG ('cause nothing else seems to grok my RAID setup so well, plus it does partition/slice moving/resizing/imaging), and both times after the reboot my EMBR (extended MBR) was hosed. To paraphrase W.C. Fields, on the whole, I'd rather have the shutdown problem. ;-) Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 20:34:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp2out.rdc-nyc.rr.com (nycsmtp2out.rdc-nyc.rr.com [24.29.99.227]) by hub.freebsd.org (Postfix) with ESMTP id F2D6337B427 for ; Mon, 3 Jun 2002 20:33:26 -0700 (PDT) Received: from despammed.com (66-108-170-19.nyc.rr.com [66.108.170.19]) by nycsmtp2out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with SMTP id g543WrYV017336; Mon, 3 Jun 2002 23:32:54 -0400 (EDT) Date: Mon, 3 Jun 2002 23:33:28 -0500 From: Scott Robbins To: Jud Cc: patrick@esoltani.com, capm@gmx.net, freebsd-questions@FreeBSD.ORG Subject: Re: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") Message-ID: <20020604043328.GA3511@scott1.homeunix.net> References: <20020603232345.6d6e40f9.jud@myrealbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020603232345.6d6e40f9.jud@myrealbox.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jun 03, 2002 at 11:23:45PM -0400, Jud wrote: > > From: Scott > > To: "patrick" , "Pascal Giannakakis" > > , freebsd-questions@FreeBSD.ORG > > Subject: Fwd: Re: Problem with "shutdown -p now" > > Date: 6/3/2002 9:21:40 PM > > > > At 17:39 2002/06/03 -0700, patrick wrote: > > > > Errm - Scott, when I did the apm_enable, > remove-disable-apm-and-recompile-kernel thing (plus cd /dev and sh > MAKEDEV all), it solved my shutdown problem (I'd had it on my ASUS > A7V333), but the next two times I tried to start the X server, my > machine spontaneously rebooted. Also, I'm using a boot manager/loader > called BootItNG ('cause nothing else seems to grok my RAID setup so > well, plus it does partition/slice moving/resizing/imaging), and both > times after the reboot my EMBR (extended MBR) was hosed. To > paraphrase W.C. Fields, on the whole, I'd rather have the shutdown > problem. ;-) > > Jud There's a certain humor in that. However, the ASUS MB problem with startx is usually easily fixed. I happen to know about this, because I have an ASUS There was a PR filed on it. When did you last do cvsup and buildworld? If it hasn't been for awhile, doing so should fix the startx problem, Mr. Malone has fixed it. If not, and you don't feel like doing a build world, you should be able to fix it by doing the following. Open up /usr/src/sys/i386/i386/i686_mem.c Around line 269, there's probably something like u_int cr4save; mrd = sc->mr_desc; In between those two lines, put return; Then recompile, and that should fix it. The only thing that worries me about giving this advice is that you didn't have the problem before. In general, it's been a problem with various (though not all) ASUS boards, and didn't as far as I know, have anything to do with apm--it was connected with MTRR. Let me know what happens, for my own knowledge (unless you've already put things back as they were, fixed it and don't feel like bothering) Thanks. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 20:42:43 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 40B7537B400 for ; Mon, 3 Jun 2002 20:42:40 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id 3212A1DF; Mon, 3 Jun 2002 23:42:34 -0400 (EDT) Date: Mon, 3 Jun 2002 23:42:34 -0400 From: Andrew J Caines To: FreeBSD Questions Subject: Re: ftp client Message-ID: <20020604034234.GB4964@hal9000.halplant.com> Reply-To: Andrew J Caines Mail-Followup-To: FreeBSD Questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.6-RC X-URL: http://halplant.com:88/ Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG uwi, > I need an ftp client that can download stuff in the background. You can use "ftp" non-interactively, however the native tool set includes fetch, which will probably be more useful to you. See ftp(1) and fetch(1). If you look in the ports collection, there is a whole category for ftp which has many ftp clients of all shapes, sizes and colours. As if all that wasn't enough, the Perl LWP module includes tools like "lwp-download" which can handle simple requests. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 20:53:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (dav6.pav3.hotmail.com [64.4.38.110]) by hub.freebsd.org (Postfix) with ESMTP id 385E037B403 for ; Mon, 3 Jun 2002 20:53:45 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 3 Jun 2002 20:53:45 -0700 X-Originating-IP: [203.129.223.38] Reply-To: "Akthar Hussain" From: "Akthar Hussain" To: Cc: References: <20020603203303.59699.qmail@web21101.mail.yahoo.com> <3CFC2CD8.1060506@potentialtech.com> Subject: ext3 Date: Tue, 4 Jun 2002 09:31:23 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 04 Jun 2002 03:53:45.0168 (UTC) FILETIME=[6CA8CD00:01C20B7B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anybady has idea about FreeBSD 4.5 will support (or mount) Linux ext3 partition. if yes please let me know how to mount.? Thanks in advance... AHussain. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 20:56:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 8C4E037B404 for ; Mon, 3 Jun 2002 20:56:47 -0700 (PDT) Received: (qmail 15607 invoked by uid 0); 4 Jun 2002 03:56:38 -0000 Received: from ppp101-66.pppcal.vsnl.net.in (HELO corrsl7vs6l3tz) (203.197.101.66) by mail.gmx.net (mp009-rz3) with SMTP; 4 Jun 2002 03:56:38 -0000 Message-ID: <006c01c20b7b$c83ed880$4265c5cb@corrsl7vs6l3tz> From: "Sanjay Bhattacharya" To: Subject: Rockwel internal modem Date: Tue, 4 Jun 2002 09:26:02 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0067_01C20BA9.D806D460" 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_0067_01C20BA9.D806D460 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable HI, I am using FreeBSD 4.5-RELEASE on an Celeron 633 Mhz CPU with 128 MB = of RAM. I have one Rockwell 56K Internal Modem. Any of you guys have any = idea how to make the modem work? I have done it quite easily in Linux = running kernel 2.4.18 but no success with FreeB.=20 Can anybody please tell me how to make the DEL key work in the normal = way in FreeB running bash 2.4.5. Thanks in advance. See you, Sanjay ------=_NextPart_000_0067_01C20BA9.D806D460 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
HI,
  I am using FreeBSD 4.5-RELEASE = on an Celeron=20 633 Mhz CPU with 128 MB of RAM. I have one Rockwell 56K Internal Modem. = Any of=20 you guys have any idea how to make the modem work? I have done it quite = easily=20 in Linux running kernel 2.4.18 but no success with FreeB.
 
Can anybody please tell me how to make = the DEL key=20 work in the normal way in FreeB running bash 2.4.5.
 
Thanks in advance.
 
See you,
Sanjay
------=_NextPart_000_0067_01C20BA9.D806D460-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 21: 9:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 0387937B403 for ; Mon, 3 Jun 2002 21:09:13 -0700 (PDT) Received: (qmail 28335 invoked by uid 0); 4 Jun 2002 04:09:04 -0000 Received: from ppp102-71.pppcal.vsnl.net.in (HELO corrsl7vs6l3tz) (203.197.102.71) by mail.gmx.net (mp016-rz3) with SMTP; 4 Jun 2002 04:09:04 -0000 Message-ID: <00ef01c20b7d$83d8db80$4265c5cb@corrsl7vs6l3tz> From: "Sanjay Bhattacharya" To: References: Subject: Re: Mail Server Newbie Recommendations Date: Tue, 4 Jun 2002 09:38:38 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 You can use qmail. Its the most wonderful MTA I've ever worked with. You can check the site at www.qmail.org Sanjay > Hi all, > > I built a FreeBSD 4.5 box that I would like to use for a mail server. Does > anyone have any recommendations for a mail server package that would work > well with the following features: > > POP/SMTP > Ability to use SPAM filtering services > Virtual Domains > < 25 accounts > < 5 domains > Easy to configure > > I have experience using FreeBSD for web hosting and DNS but never for mail > hosting. Since this is my first time trying this I would like something > with a lot of documentation to follow. If there any books or HowTo's that > are out there I would be interested in hearing about them as well. > > Thank you in advance, > > Mike Tindall > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 21:15:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t65.citlink.net [207.173.251.65]) by hub.freebsd.org (Postfix) with ESMTP id 12A7237B401 for ; Mon, 3 Jun 2002 21:15:20 -0700 (PDT) Received: from TAGALONG (unknown [192.168.1.27]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 4BA7AEE540; Mon, 3 Jun 2002 21:15:18 -0700 (PDT) Message-ID: <005b01c20b7e$6873f590$1b01a8c0@TAGALONG> From: "Drew Tomlinson" To: "Bill Moran" Cc: References: <003101c20b3e$13a0d320$0301a8c0@bigdaddy> <3CFC2D8C.5000906@potentialtech.com> Subject: Re: Drive Space - Am I Getting All I Should? Date: Mon, 3 Jun 2002 21:14:46 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Bill Moran" To: "Drew Tomlinson" Cc: Sent: Monday, June 03, 2002 8:01 PM Subject: Re: Drive Space - Am I Getting All I Should? > Drew Tomlinson wrote: > > I added a 80G IDE drive to my 4.5 machine. I used /stand/sysinstall > > to FDisk and Label the drive. Now after mounting, df -h shows: > > > > Filesystem Size Used Avail Capacity Mounted on > > /dev/ad0s1e 72G 1.0K 66G 0% /ftp > > > > dmesg shows the drive as 76319M so 72G seems reasonable: > > > > ad0: 76319MB [155061/16/63] at ata0-master UDMA33 > > > > The /stand/sysinstall disklabel editor sees it as the same size: > > > > Part Mount Size Newfs Part Mount Size > > Newfs > ----- ---- ----- ---- ----- ---- - > > ---- > > ad0s1e /ftp 76319MB UFS Y > > > > But the FDISK partition editor sees the drive geometry differently > > than dmesg: > > > > Disk name: ad0 FDISK Partition > > Editor > > DISK Geometry: 30629 cyls/81 heads/63 sectors = 156299787 sectors > > > > Offset Size End Name PType Desc Subtype > > Flags > > > > 0 156301488 156301487 ad0s1 3 freebsd 165 > > C> > > > > So how come df -h only shows 66G available? Where's the other 6G? Is > > this some limitation of FBSD or my system BIOS? > > If this isn't in the FAQ, it should be. It's in certain man pages. > The short answer is: Filesystem performance degrades very badly when > a filesystem is more than 92% full, so the OS reserves 8% of the drive > to keep performance reasonable. Only the root user can fill the disk > more than 92% > This is only a default value. You can change the reserved space on a > drive with either tunefs or with options when you newfs it. I don't > recommend it, though. The 8% thing was heavily researched and if you > fill a drive fuller than that, saving data to it is going to take > forever. Oh OK, duh. I knew that but 6G seemed so large that it didn't register in my head. After all, I had already lost 8G since it's supposed to be an 80G drive but FBSD only sees 72G. :) I don't know how it works but one never seems to get all the space that is advertised in a drive. I suspect it has something to do with total storage capacity vs. formatted storage capacity but that's a topic for another discussion. Thanks for pointing me back in the right direction. Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 21:17:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp3out.rdc-nyc.rr.com (nycsmtp3out.rdc-nyc.rr.com [24.29.99.228]) by hub.freebsd.org (Postfix) with ESMTP id 9FC6737B406 for ; Mon, 3 Jun 2002 21:17:35 -0700 (PDT) Received: from despammed.com (66-108-170-19.nyc.rr.com [66.108.170.19]) by nycsmtp3out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with SMTP id g544I9PW011205; Tue, 4 Jun 2002 00:18:09 -0400 (EDT) Date: Tue, 4 Jun 2002 00:17:38 -0500 From: Scott Robbins To: Akthar Hussain Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ext3 Message-ID: <20020604051738.GA3608@scott1.homeunix.net> References: <20020603203303.59699.qmail@web21101.mail.yahoo.com> <3CFC2CD8.1060506@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 04, 2002 at 09:31:23AM +0530, Akthar Hussain wrote: > Anybady has idea about FreeBSD 4.5 will support (or mount) Linux ext3 > partition. > if yes please let me know how to mount.? Yes, it does. It treats it as an ext2 partition. (It doesn't, however, mount Reiser, at least last time I checked.) So, first you have to recompile your kernel. Let's say you're just using the GENERIC kernel (I don't know how familiar you are with this, so if this is stuff you already know, forgive me. Also, of course, if you've already compiled a custom kernel, substitute that kernel's name for GENERIC) cd /usr/src/sys/i386/conf open GENERIC with your favorite text editor and add this line (you can simply add it at the end options EXT2FS Save it and now config GENERIC You'll see something like source is ../../compile/GENERIC Don't forget to do make depend So, cd ../../compile/GENERIC make depend && make && make install Reboot Now, you can mount your Linux partition with mount_ext2fs /dev/ (Whatever slice is holding your Linux partition HTH Scott Robbins > > Thanks in advance... > AHussain. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 21:27:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from beta.tricity.wsu.edu (beta.tricity.wsu.edu [192.220.200.3]) by hub.freebsd.org (Postfix) with ESMTP id 19D2A37B407 for ; Mon, 3 Jun 2002 21:27:48 -0700 (PDT) Received: (from msmith@localhost) by beta.tricity.wsu.edu (8.9.3/8.9.3) id VAA18855; Mon, 3 Jun 2002 21:27:38 -0700 From: Mark Smith Message-Id: <200206040427.VAA18855@beta.tricity.wsu.edu> Subject: Re: make -j4 becoming default? To: pepper@reppep.com (Chris Pepper) Date: Mon, 3 Jun 2002 21:27:38 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from "Chris Pepper" at Jun 03, 2002 05:42:46 PM X-Mailer: ELM [version 2.5 PL3] 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 > Obviously, I'd like to use -j4 wherever possible, and it's > suboptimal to try everything multi-threaded, then sometimes fail and > manually fall back to single-threaded. Even worse, I usually forget > -j4 for thread-safe builds, so I waste time unnecessarily. Why? I've tried make buildworld with different -j options and, on a single processor computer, they're slower than not using -jn at all. In this case, the handbook may be wrong. If you have the time, try "time make buildworld" and "time make -j4 buildworld" in both single and multiuser mode and look at the "real" time for all 4. In my experience on my box, "make buildworld" under multiuser mode is the fastest. Mark -- ========================================================================= UNIX IS user friendly, it's just very choosy about who it calls a friend! ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 21:42:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 0922937B401 for ; Mon, 3 Jun 2002 21:42:31 -0700 (PDT) Received: from 209-239-210-11.oak.jps.net ([209.239.210.11] helo=LUCKYVAIO) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17F69I-000593-00 for freebsd-questions@freebsd.org; Mon, 03 Jun 2002 21:42:25 -0700 From: "Lucky Green" To: Subject: LINT CPU features table? Date: Mon, 3 Jun 2002 21:42:22 -0700 Message-ID: <00be01c20b82$38ad7120$84c5efd1@LUCKYVAIO> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I found the list of CPU options in LINT to be not very accessible. What would be considerably more useful, perhaps in addition to the information in LINT, would be a table of CPU's, with a checkbox for to each CPU feature that should/could be enabled for this particular CPU. Is anybody here aware of such a table? If not, is anybody here able to perhaps create such a table and add it to the Handbook? I believe it would be of substantial help to the user. "OK, I have an AMD K6-333. [User looks down the "AMD K6" row of the table]. I can turn on feature L, M, and Y". Thanks in advance, --Lucky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 21:47:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 33C7E37B403 for ; Mon, 3 Jun 2002 21:47:32 -0700 (PDT) Received: by peitho.fxp.org (Postfix, from userid 1206) id 0B17B13675; Tue, 4 Jun 2002 00:47:30 -0400 (EDT) Date: Tue, 4 Jun 2002 00:47:30 -0400 From: Bob Bomar To: mingo lu Cc: questions@freebsd.org Subject: Re: manually add users Message-ID: <20020604044730.GA83354@peitho.fxp.org> References: <20020604023931.51268.qmail@web14806.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <20020604023931.51268.qmail@web14806.mail.yahoo.com> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 07:39:31PM -0700, mingo lu wrote: > Does anyone here know how to add users manually? I am using freebsd 4.0 .= .. >=20 man adduser(8). http://www.freebsd.org/handbook/users-modifying.html --=20 /----------------------------------------------------------------\ | Bob Bomar bulldog@fxp.org http://www.bomar.us/~bob | |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D| | FreeBSD: The Power to Serve. http://www.freeBSD.org | \----------------------------------------------------------------/ --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/EZi9Jm/aTrtdKoRAob4AJoDqKIglPPi70lgjcuSfkbVU6SLjgCfbbyb bppCdY9pO8DPj2Oq7e5fRf4= =8ypa -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 22:41:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 944B037B403 for ; Mon, 3 Jun 2002 22:41:08 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA12281; Tue, 4 Jun 2002 08:34:40 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g545VLG32878; Tue, 4 Jun 2002 08:31:27 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Tue, 4 Jun 2002 08:31:21 +0300 (EEST) From: Alexander V Zubchenko To: Drew Tomlinson Cc: Subject: Re: Drive Space - Am I Getting All I Should? In-Reply-To: <003101c20b3e$13a0d320$0301a8c0@bigdaddy> Message-ID: <20020604082402.F32721-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! On Mon, 3 Jun 2002, Drew Tomlinson wrote: > I added a 80G IDE drive to my 4.5 machine. I used /stand/sysinstall > to FDisk and Label the drive. Now after mounting, df -h shows: > > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1e 72G 1.0K 66G 0% /ftp Yes some space is preserved by filesystem, but, imho, there is also other factor. Manufacturer of your drive may calculate 80G as 80'000'000'000 bytes. I'd calc with bc (with precision equal to 5 digits after point) real capacity of the drive and get 74.5G. > dmesg shows the drive as 76319M so 72G seems reasonable: > > ad0: 76319MB [155061/16/63] at ata0-master UDMA33 In PC BIOS disk may has maximum of 16 heads and 63 sectors per track. It recalculate real geometry changing number of cylinders to get around. And capacity of recalculated drive also may diffs from real value. > > The /stand/sysinstall disklabel editor sees it as the same size: > > Part Mount Size Newfs Part Mount Size > Newfs > ---- ----- ---- ----- ---- ----- ---- - > ---- > ad0s1e /ftp 76319MB UFS Y > > But the FDISK partition editor sees the drive geometry differently > than dmesg: > > Disk name: ad0 FDISK Partition > Editor > DISK Geometry: 30629 cyls/81 heads/63 sectors = 156299787 sectors And this is your real drive geometry, imho. Happy life for all, Stalker. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 22:53:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.broadpark.no (217-13-4-9.dd.nextgentel.com [217.13.4.9]) by hub.freebsd.org (Postfix) with ESMTP id EA21837B401 for ; Mon, 3 Jun 2002 22:53:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.broadpark.no (Postfix) with ESMTP id 5B2517DA8 for ; Tue, 4 Jun 2002 07:53:11 +0200 (MEST) Received: from 217.13.29.51 ( [217.13.29.51]) as user johann@mail.broadpark.no by mail.broadpark.no with HTTP; Tue, 4 Jun 2002 07:53:11 +0200 Message-ID: <1023169991.3cfc55c73ba40@mail.broadpark.no> Date: Tue, 4 Jun 2002 07:53:11 +0200 From: johann@broadpark.no To: questions@freebsd.org Subject: PRINT: HP DeskJet 820Cxi MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1;q=1.0 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 217.13.29.51 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: IEEE1284 device found /NIBBLE/ECP Probing for PnP devices on ppbus0: ppbus0: SCP,VLINK plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 There's no doubt about it, it does get detected. Then why can't I lptest > /dev/lpt0? Note, as modems have winmodems this printer is labeled 'For Windows'. I hope that won't interfere with anything. Thanks. -- Johann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 22:53:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 76EFE37B403 for ; Mon, 3 Jun 2002 22:53:50 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA12918; Tue, 4 Jun 2002 08:44:01 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g545emG32968; Tue, 4 Jun 2002 08:40:51 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Tue, 4 Jun 2002 08:40:48 +0300 (EEST) From: Alexander V Zubchenko To: "Christopher J. Umina" Cc: FreeBSD Questions Subject: Re: SCSI CD-ROM In-Reply-To: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com> Message-ID: <20020604084002.W32721-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, All! I just want to add, read cd(4), of course. This is obvious, but... Truth is everywhere... Stalker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 23: 0:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 8259037B404 for ; Mon, 3 Jun 2002 23:00:39 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA13901; Tue, 4 Jun 2002 08:58:04 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g545sqG33016; Tue, 4 Jun 2002 08:54:52 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Tue, 4 Jun 2002 08:54:52 +0300 (EEST) From: Alexander V Zubchenko To: Lawrence Mayer dsg Cc: Subject: Re: How to scroll through several screens of text ? In-Reply-To: Message-ID: <20020604084655.W32721-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=KOI8-R Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, All! On Tue, 4 Jun 2002, Lawrence Mayer dsg wrote: > Hi, > > Could you please help me with answers to the following questions? > > I have hunted unsuccessfully through the Handbook and FAQ for answers. > Please forgive me if I've missed them. Also, I imagine you've gotten these > questions many times before on this list. AFAIC, there r no answers. > > All of the following questions revolve around the same problem. I often > use commands such as ls or pkg_info which produce several screens worth of > text. By definition, the text scrolls off the screen. When the screen > output is finished, I hit "scroll lock" and use the arrow keys to go > backward and read text that scrolled off screen. > > The problem with this method is that the screen output is often larger > than the screen buffer, in which case I can't scroll back far enough to > see the beginning of the screen output. If you can, you can recompile kernel and increase screen buffer size. option SC_HISTORY_SIZE=200 may help You. C /usr/src/sys/i386/conf/LINT for more details on tuning your console. > > Another problem: I have not been able to get "scroll lock" to work at all > with xterm or rxvt. Each of them has command-line options to turn scrollbar on and set size of buffer. (for rxvt it already answered, for xterm it is -sb (turn on scrollbar) and -sl (how many lines to save, default 64)). More info in xterm(1). > > So far, the only way I have found around these problems is to save the > output of ls , pkg_info, etc into a file (e.g. ls > foo), which I can then > examine at my leisure with a text editor. |less or |more which is more suitable to you. imho, one big difference between them is that by default more exit when EOF reached, but less show you '(END)' message and wait for command > > Friendly Greetings, > Lawrence Mayer > Ume, Sweden > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Sincerely mine, Stalker. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 23: 4:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 3A5B437B408 for ; Mon, 3 Jun 2002 23:04:40 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C04D766D68; Mon, 3 Jun 2002 23:04:39 -0700 (PDT) Date: Mon, 3 Jun 2002 23:04:39 -0700 From: Kris Kennaway To: f3z Cc: freebsd-questions@freebsd.org Subject: Re: cvsup does not fetch all files? Message-ID: <20020603230439.A44354@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from f3z@iprimus.com.au on Tue, Jun 04, 2002 at 12:28:40PM +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 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 12:28:40PM +1000, f3z wrote: > Hi, >=20 > I cvsuppled on May 31, (after having to rm -r the /usr/src directory). > Normally I have no problems with make buildworld / installworld but > yesterday when I tried installworld, it did not fully install. It complai= ned > files are missing. I know its probably stupid to cvsup from nothing into > /usr/src (The label was FreeBSD 4.6-RC), but should that happen? Only if you're cvsupping an incomplete set of collections. Please post your cvsupfile. Kris --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/Fh3Wry0BWjoQKURAhBDAJ9cevAprNrCol3fdD907Gg3mhIYcACgpbR0 C/r4sYs1Pli0fI2UL0hG3k0= =DYyw -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 23: 6:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id AA45137B400 for ; Mon, 3 Jun 2002 23:06:37 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 46A1066C49; Mon, 3 Jun 2002 23:06:37 -0700 (PDT) Date: Mon, 3 Jun 2002 23:06:37 -0700 From: Kris Kennaway To: Akthar Hussain Cc: freebsd-questions@freebsd.org Subject: Re: ext3 Message-ID: <20020603230637.B44354@xor.obsecurity.org> References: <20020603203303.59699.qmail@web21101.mail.yahoo.com> <3CFC2CD8.1060506@potentialtech.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from ahussain_fbsd@msn.com on Tue, Jun 04, 2002 at 09:31:23AM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 04, 2002 at 09:31:23AM +0530, Akthar Hussain wrote: > Anybady has idea about FreeBSD 4.5 will support (or mount) Linux ext3 > partition. > if yes please let me know how to mount.? I don't know of any plans to implement ext3 support (of course, FreeBSD supports ext2 filesystems). Kris --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/FjsWry0BWjoQKURAtu1AKDJT15zXdXGvhLi+7yr9onFlO35zACeIA+c oabQz1QPs85Ghs5pH61T3A0= =aJyk -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 23:12:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.tninet.se (lennier.tninet.se [195.100.94.105]) by hub.freebsd.org (Postfix) with ESMTP id 96F6537B404 for ; Mon, 3 Jun 2002 23:12:25 -0700 (PDT) Received: from pcmarpxy.tninet.se (bb-62-5-36-29.bb.tninet.se [62.5.36.29]) by lennier.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 158753.171430.1023.0s38412553lennier ; Tue, 04 Jun 2002 08:17:10 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: Chris Appleton , freebsd-questions@FreeBSD.ORG Subject: Re: ipfw subnet reference Date: Tue, 4 Jun 2002 08:12:20 +0200 User-Agent: KMail/1.4.1 References: <20020603185226.54752.qmail@web14810.mail.yahoo.com> In-Reply-To: <20020603185226.54752.qmail@web14810.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206040812.21023.mark.rowlands@minmail.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 Monday 03 June 2002 8:52 pm, Chris Appleton wrote: > I've got a 4.4r bridge in front of a class c subnet 1.2.3.0/24 > > I had gotten some help on setting up a rule to segment a block of ip's > within the class c. several mail hosts around the same ip segment. > > the rule i've implemented: > > add 00400 allow tcp from any to 1.2.3.224/27 8888 > > it loads fine but no traffic. if i use this instead: > > add 00410 allow tcp from any to 1.2.3.4 8888 'works > > All of my hosts use 255.255.255.0 to broadcast. I'm trying to use 1 > rule to reference addresses .224 to .254 > not trying to use 224 as an actuall address by any chance? 224 would be the network id. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 23:13:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 1906337B403 for ; Mon, 3 Jun 2002 23:13:17 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id JAA14255; Tue, 4 Jun 2002 09:01:30 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g545wHG33033; Tue, 4 Jun 2002 08:58:20 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Tue, 4 Jun 2002 08:58:17 +0300 (EEST) From: Alexander V Zubchenko To: uwi mAn Cc: Subject: Re: ftp client In-Reply-To: Message-ID: <20020604085659.N32721-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=KOI8-R Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, All! On Mon, 3 Jun 2002, uwi mAn wrote: > I need an ftp client that can download stuff in the background. [I use > rlogin to connect to BSD so the download wont stop when I disconnect] > > Any suggestions? > > Thanks. > > > > _________________________________________________________________ > Join the worlds largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > I think that if You can get installed wget on BSD, that will b solution. It can fetch ftp:// files so as http. And it understand globbing.. Stalker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 23:17:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id A978137B403 for ; Mon, 3 Jun 2002 23:17:44 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id JAA14656; Tue, 4 Jun 2002 09:09:07 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g5465qG33088; Tue, 4 Jun 2002 09:05:52 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Tue, 4 Jun 2002 09:05:52 +0300 (EEST) From: Alexander V Zubchenko To: Bob Bomar Cc: mingo lu , Subject: Re: manually add users In-Reply-To: <20020604044730.GA83354@peitho.fxp.org> Message-ID: <20020604090457.K32721-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Tue, 4 Jun 2002, Bob Bomar wrote: > On Mon, Jun 03, 2002 at 07:39:31PM -0700, mingo lu wrote: > > Does anyone here know how to add users manually? I am using freebsd 4.0 ... > > > > man adduser(8). imho, if somebody wnat to do it even more manual, those guys may check pw(8)... > > http://www.freebsd.org/handbook/users-modifying.html > > -- > /----------------------------------------------------------------\ > | Bob Bomar bulldog@fxp.org http://www.bomar.us/~bob | > |================================================================| > | FreeBSD: The Power to Serve. http://www.freeBSD.org | > \----------------------------------------------------------------/ > Stalker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 23:37:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.85]) by hub.freebsd.org (Postfix) with ESMTP id 58E8C37B403 for ; Mon, 3 Jun 2002 23:37:05 -0700 (PDT) Received: from smtp-relay03-en1.mac.com (smtp-relay03-en1 [10.13.10.222]) by smtpout.mac.com (8.12.1/8.10.2/1.0) with ESMTP id g546b4k2009214 for ; Mon, 3 Jun 2002 23:37:05 -0700 (PDT) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtp-relay03-en1.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g546axC7029753 for ; Mon, 3 Jun 2002 23:36:59 -0700 (PDT) Received: from localhost ([80.232.184.146]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id GX651M00.P4E; Mon, 3 Jun 2002 23:36:58 -0700 Date: Tue, 4 Jun 2002 09:37:01 +0300 Subject: Re: connection drops after some time Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: freebsd-questions@FreeBSD.ORG To: Bill Moran From: Roman Jasin In-Reply-To: <3CFBD313.7060902@potentialtech.com> Message-Id: <79E5DCB8-7785-11D6-8349-00039345B18A@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bill, I'm sure there are enough people all over the world who don't care, but there are enough who do care. :) Thank you for you suggestion, I'll try to educate my ISP on the matter. Regarding my setup: I have a RadioDSL link (BreezeAccess antenna + tiny box). I have couple of 4.5-STABLE FreeBSD boxes, one with firewall+nat and two Allied Telesyn AT2500TX cards. After I tried all I could think of with it, I switched the box. Second box I tried had one 3Com 3C509 Etherlink III. The rest of the setup was the same, Apache 1.3.24+PHP 4.2.1+sendmail+qpopper. I also used a little 4 port hub for the internal network with the firewall box, but I don't think it matters, because I got the same results w/o firewall+nat. I'm not sure if I mentioned that before, but I found that when my box is inaccessible, it doesn't 'see' MAC address for ISP's router (gateway). As soon as I send a request (ping, http etc.) it's able to 'see' the address again. I'm not sure what other information could be relavant here. Thanks for your help, -Roman On Monday, June 3, 2002, at 11:35 PM, Bill Moran wrote: > Roman Jasin wrote: >> Thanks Chris, >> I guess that's what I'll have to do. You wouldn't believe how >> incompetent some ISPs can be here (Latvia). I probably spend hours on >> the phone trying to get them to check whether they have a timeout >> setup. > > I feel your pain. I've worked for some people like this, and > occasionally, > I've just fixed the problem when the boss' back was turned, despite the > fact that he had specifically told me not to. :( > Hopefully, the suggestion I give below will help you fix things. > As far as the ISPs in Latvia being incompetent, I'm sorry, but there are > some in the US who are just as bad (if not worse). > >> On Monday, June 3, 2002, at 09:34 PM, Chris Fedde wrote: >>> On Mon, 3 Jun 2002 20:06:39 +0300 Roman Jasin wrote: >>> +------------------ >>> | I guess the problem is my ISP, but I'm not sure about that. Plus >>> those >>> | guys aren' t very helpful, so I'm hoping to fix it w/o them. It >>> proved to >>> | be the fastest path in the past. >>> | >>> | Here is what happening with my FreeBSD 4.5-STABLE box, running >>> Apache, >>> | sshd, and sendmail. It becomes inaccessible from outside world >>> after >>> | less than an hour if I'm not doing something on it. As soon as I >>> access >>> | something from it, whether via http or simple ping, it comes back >>> | online and you can see it from the outside. It looks like it >>> forgets >>> | ISP's default router address. APM is not an issue simply because >>> it's >>> | disabled. I tried everything, even replacing the NIC and the box >>> itself. >>> | I'm on RadioDSL with BreezeAccess antenna, and like I said I don't >>> have >>> | problems with the accessing Internet. The problem is that the >>> outside >>> | world can't 'see' my server if I don't access the Internet from it >>> for a >>> | while. >>> | Hope it makes sense. >>> | >>> | Any help is very appreciated, >>> +------------------ > > I worked for an ISP for a while that had the same problem with his > servers. > It turned out that the recycled old switching hub that he was using had > an > option to protect the network from broadcast storms and other broadcast > traffic attacks. Unfortunately, the method it used was to calculate the > percentage of traffic that was broadcast, and when that percentage got > too > high, temporarily disconnect the machines receiving the broadcasts from > the > network. This resulted in the machines being disconnected during slow > times > when the only network traffic was Windows NetBIOS broadcasts. Luckily, > the > hub had an option to turn this "feature" off. > You didn't specify your network and other hadware setup. This may be > something > on your end, or it may be the ISPs hardware. If the latter, you may > have > trouble getting it handled if the ISP is as tough to work with as you > claim. > >>> An obvious work around is to put something that tickles the net into >>> crontab: >>> >>> */20 * * * * ping -c 3 www.myisp.com > /dev/null 2>&1 >>> >>> But that does not address the "real" problem. I suspect that it is a >>> policy issue on the ISP or layer2 provider that is timing out your DSL >>> virtual circuit. > > We used this solution for some time. It seemed like an unholy hack of a > half-a$$ed solution, but it worked. > > -- Bill Moran > Potential Technology > http://www.potentialtech.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 3 23:56:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dellfwnat.esoltani.com (adsl-64-164-134-26.dsl.snfc21.pacbell.net [64.164.134.26]) by hub.freebsd.org (Postfix) with ESMTP id 2471E37B404 for ; Mon, 3 Jun 2002 23:56:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by dellfwnat.esoltani.com (Postfix) with ESMTP id A21B8FFFC; Mon, 3 Jun 2002 23:56:42 -0700 (PDT) Received: from watcher (unknown [192.168.1.118]) by dellfwnat.esoltani.com (Postfix) with ESMTP id 31D32FD90; Mon, 3 Jun 2002 23:56:40 -0700 (PDT) Message-ID: <001b01c20b95$5c818560$7601a8c0@watcher> From: "patrick" To: "Pascal Giannakakis" , , "Scott" References: <5.1.0.14.0.20020603185052.00bd59b0@pop-server.nyc.rr.com> <5.1.0.14.0.20020603211334.00c35cb8@pop-server.nyc.rr.com> Subject: Re: Problem with "shutdown -p now" Date: Mon, 3 Jun 2002 23:59:24 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanx for your clarification. I managed to get it to work. It seems neither of the entries make any difference. The only thing that I think matters is to get the apmd to load with the correct apmd.conf file and ofcourse taking out the disable in the kernel file as you stated. I had to play with the BIOS and change it from Sleep to Suspend. I can swear I have read articles to the contrary, however, it works :-) Thanx again for the help. Regards, Patrick Soltani. ----- Original Message ----- From: "Scott" To: "patrick" ; "Pascal Giannakakis" ; Sent: Monday, June 03, 2002 6:21 PM Subject: Re: Problem with "shutdown -p now" > At 17:39 2002/06/03 -0700, patrick wrote: > > > > In /etc/rc.conf add > > > apm_enable="YES" > > > >Or is it apmd_enable="YES" ? > > > When I first looked on google to figure out what I was missing, someone had > posted that you needed both of those in /etc/rc.conf. However, I left out the > apmd_enable > without problem. One person also suggested enabling a bunch of other stuff > in the kernel--ah, here it is (I'd bookmarked it at one point) > > You need to do the following... 1. Compile kernel with the following options > device apm > device intpm > device smbus > device smb > 2. enable apm in /etc/rc.conf > 3. enable apmd in /etc/rc.conf > > However, as I said, I only did apm and took the disabled out in my kernel > and that worked for me--an ASUS MB and a couple of lowend Sis ones > > > > > > In your kernel, you'll see a line about apm0 and somewhere in the middle > >of > > > the line the word disabled. Remove the word disabled, recompile the > >kernel > > > and you should be good to go. > > > >Did that and still no go. Any thoughts? I know linux on the same machine > >turns off the box as it should and it has to do with config, somehow. > > > Just the above additional options--I didn't find them necessary, and to be > honest, didn't even research what they did. (When I had the problem, I saw > the enable_apm and adding apm to the kernel first, figured I'd try the > first, simpler one first. Just bookmarked the other in case the first > didn't work. > > Scott > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 0:20:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.86]) by hub.freebsd.org (Postfix) with ESMTP id EB44437B405 for ; Tue, 4 Jun 2002 00:20:18 -0700 (PDT) Received: from smtp-relay02-en1.mac.com (smtp-relay02-en1 [10.13.10.225]) by smtpout.mac.com (8.12.1/8.10.2/1.0) with ESMTP id g547KIEM016494 for ; Tue, 4 Jun 2002 00:20:18 -0700 (PDT) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtp-relay02-en1.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g547KDKs003496 for ; Tue, 4 Jun 2002 00:20:13 -0700 (PDT) Received: from localhost ([80.232.184.146]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id GX671O00.B53; Tue, 4 Jun 2002 00:20:12 -0700 Date: Tue, 4 Jun 2002 10:20:14 +0300 Subject: Re: connection drops after some time Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: freebsd-questions@FreeBSD.ORG To: From: Roman Jasin In-Reply-To: Message-Id: <83E51D2E-778B-11D6-8349-00039345B18A@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe, Thanks for the thought, but I have RadioDSL connection. I don't use a modem. I'm plugged in via Ethernet card. Thanks tho, -Roma On Tuesday, June 4, 2002, at 12:30 AM, Joe & Fhe Barbish wrote: > Roman > I think you are headed in the wrong direction. > You did not state how you are connecting to your ISP. > If you are using user ppp then you are being cut off by the default time > limit in /etc/ppp/ppp.conf. > Change the set timeout option to the following. > set timeout 0 # no idle time out, will not disconnect > > Joe > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bill Moran > Sent: Monday, June 03, 2002 4:36 PM > To: Roman Jasin > Cc: Chris Fedde; freebsd-questions@FreeBSD.ORG > Subject: Re: connection drops after some time > > Roman Jasin wrote: >> Thanks Chris, >> >> I guess that's what I'll have to do. You wouldn't believe how >> incompetent some ISPs can be here (Latvia). I probably spend hours on >> the phone trying to get them to check whether they have a timeout >> setup. > > I feel your pain. I've worked for some people like this, and > occasionally, > I've just fixed the problem when the boss' back was turned, despite the > fact that he had specifically told me not to. :( > Hopefully, the suggestion I give below will help you fix things. > As far as the ISPs in Latvia being incompetent, I'm sorry, but there are > some in the US who are just as bad (if not worse). > >> On Monday, June 3, 2002, at 09:34 PM, Chris Fedde wrote: >> >>> On Mon, 3 Jun 2002 20:06:39 +0300 Roman Jasin wrote: >>> +------------------ >>> | I guess the problem is my ISP, but I'm not sure about that. Plus >>> those >>> | guys aren't very helpful, so I'm hoping to fix it w/o them. It >>> proved to >>> | be the fastest path in the past. >>> | >>> | Here is what happening with my FreeBSD 4.5-STABLE box, running >>> Apache, >>> | sshd, and sendmail. It becomes inaccessible from outside world >>> after >>> | less than an hour if I'm not doing something on it. As soon as I >>> access >>> | something from it, whether via http or simple ping, it comes back >>> | online and you can see it from the outside. It looks like it >>> forgets >>> | ISP's default router address. APM is not an issue simply because >>> it's >>> | disabled. I tried everything, even replacing the NIC and the box >>> itself. >>> | I'm on RadioDSL with BreezeAccess antenna, and like I said I don't >>> have >>> | problems with the accessing Internet. The problem is that the >>> outside >>> | world can't 'see' my server if I don't access the Internet from it >>> for a >>> | while. >>> | Hope it makes sense. >>> | >>> | Any help is very appreciated, >>> +------------------ > > I worked for an ISP for a while that had the same problem with his > servers. > It turned out that the recycled old switching hub that he was using had > an > option to protect the network from broadcast storms and other broadcast > traffic attacks. Unfortunately, the method it used was to calculate the > percentage of traffic that was broadcast, and when that percentage got > too > high, temporarily disconnect the machines receiving the broadcasts from > the > network. This resulted in the machines being disconnected during slow > times > when the only network traffic was Windows NetBIOS broadcasts. Luckily, > the > hub had an option to turn this "feature" off. > You didn't specify your network and other hadware setup. This may be > something > on your end, or it may be the ISPs hardware. If the latter, you may > have > trouble getting it handled if the ISP is as tough to work with as you > claim. > >>> An obvious work around is to put something that tickles the net into >>> crontab: >>> >>> */20 * * * * ping -c 3 www.myisp.com > /dev/null 2>&1 >>> >>> But that does not address the "real" problem. I suspect that it is a >>> policy issue on the ISP or layer2 provider that is timing out your DSL >>> virtual circuit. > > We used this solution for some time. It seemed like an unholy hack of a > half-a$$ed solution, but it worked. > > -- > Bill Moran > Potential Technology > http://www.potentialtech.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 1: 2:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.88]) by hub.freebsd.org (Postfix) with ESMTP id CDE8337B404 for ; Tue, 4 Jun 2002 01:02:29 -0700 (PDT) Received: from smtp-relay04-en1.mac.com (smtp-relay04-en1 [10.13.10.223]) by smtpout.mac.com (8.12.1/8.10.2/1.0) with ESMTP id g5482TO3019800 for ; Tue, 4 Jun 2002 01:02:29 -0700 (PDT) Received: from asmtp01.mac.com (asmtp01-qfe3.mac.com [10.13.10.65]) by smtp-relay04-en1.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g5482O2J020196 for ; Tue, 4 Jun 2002 01:02:24 -0700 (PDT) Received: from localhost ([80.232.184.146]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id GX68ZZ00.N7R for ; Tue, 4 Jun 2002 01:02:23 -0700 Date: Tue, 4 Jun 2002 11:02:26 +0300 Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: firewall+qpopper+stunnel From: Roman Jasin To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <68CBEA8C-7791-11D6-8349-00039345B18A@mac.com> X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank you guys. So far this list proved to be very useful. Hopefully someone can save me this time as well. Even though it does works on the client side, I'm getting the following message: stunnel[155]: write: Broken pipe (32) It could be due qpopper+stunnel crossing firewall. I'm using stunnel to be able to have secure pop3. Any ideas are welcome. -Roma Running: stunnel 3.22 on i386-portbld-freebsd4.5 PTHREAD+LIBWRAP with OpenSSL 0.9.6a 5 Apr 2001 Qpopper version 4.0.3 (non-standalone) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 1:22: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intranet.ru (tcms8.intranet.ru [212.164.0.135]) by hub.freebsd.org (Postfix) with ESMTP id A053C37B41B; Tue, 4 Jun 2002 01:21:49 -0700 (PDT) Received: from [195.151.139.2] (account ) by intranet.ru (CommuniGate Pro WebUser 3.4.8) with HTTP id 24865106; Tue, 04 Jun 2002 15:21:44 +0700 From: Eugene Panchenko Subject: How to remove ALL ports at once? To: questions@freebsd.org Cc: ports@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.4.8 Date: Tue, 04 Jun 2002 15:21:44 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hallo, I have a small question, but it is important for me to know. I had been using my system for a long time, and without portupgrading my ports. So, right now I have three versions of gettext, different iconv libraries and utils (biconv and iconv), QT toolkits of several versions - all with overlapping files in +CONTENTS, so I cant just pkg_delete them. So my question is: can I do this: 1) Backup all I needed ~/.app_i_use/ directories 2) Backup all I needed /usr/local/etc/* and /usr/local/etc/rc.d/* 3) rm -fr /usr/local/* 4) Backup mine /usr/X11R6/lib/X11/XF86Config 5) rm -fr /usr/X11R6/ 6) rm -fr /var/db/pkg/* And start with clean, base system again, just after installing FreeBSD from the beginning?? This is very important for me to know how I can remove EVERYTHING that got on my hardrive from ports, and not to touch BASE system at all. Thank you all in advance. -- Eugene P/S - corry for x-posting, I dont know where this is more correct to send... ____________________________________________________________ 鎯豜 恔 鍡: http://ngs.ru/icq - Web 覂眑奷 ICQ. http://ngs.ru/chat - 槷 狦妅 瓾. ____________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 1:42:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 4C49237B401 for ; Tue, 4 Jun 2002 01:42:03 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id LAA25959; Tue, 4 Jun 2002 11:37:16 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g548Y2q33800; Tue, 4 Jun 2002 11:34:02 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Tue, 4 Jun 2002 11:34:02 +0300 (EEST) From: Alexander V Zubchenko To: Eugene Panchenko Cc: Subject: Re: How to remove ALL ports at once? In-Reply-To: Message-ID: <20020604113236.Y33797-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi again! Oh, and i forgot something. AFAIU rules of maillists at freebsd.org, if You are not sured where to send question, send it to freebsd-questions only and ask there what list is more appropiate... Stalker. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 1:42:55 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 BA2C537B40E for ; Tue, 4 Jun 2002 01:42:36 -0700 (PDT) Received: from hades.hell.gr (patr530-a239.otenet.gr [212.205.215.239]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g548gV1S020710; Tue, 4 Jun 2002 11:42:32 +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 g548gVVX003891; Tue, 4 Jun 2002 11:42:31 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g548gUTN003890; Tue, 4 Jun 2002 11:42:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 4 Jun 2002 11:42:30 +0300 From: Giorgos Keramidas To: Eugene Panchenko Cc: questions@FreeBSD.ORG Subject: Re: How to remove ALL ports at once? Message-ID: <20020604084230.GD3351@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [ Cc: list trimmed. The -ports list is not for general questions. ] On 2002-06-04 15:21 +0700, Eugene Panchenko wrote: > Hallo, > > I have a small question, but it is important for me to know. I had > been using my system for a long time, and without portupgrading my > ports. So, right now I have three versions of gettext, different > iconv libraries and utils (biconv and iconv), QT toolkits of several > versions - all with overlapping files in +CONTENTS, so I cant just > pkg_delete them. > > So my question is: can I do this: > > 1) Backup all I needed ~/.app_i_use/ directories > 2) Backup all I needed /usr/local/etc/* and /usr/local/etc/rc.d/* > 3) rm -fr /usr/local/* > 4) Backup mine /usr/X11R6/lib/X11/XF86Config > 5) rm -fr /usr/X11R6/ > 6) rm -fr /var/db/pkg/* > > And start with clean, base system again, just after installing > FreeBSD from the beginning?? Seems ok. > This is very important for me to know how I can remove EVERYTHING > that got on my hardrive from ports, and not to touch BASE system at > all. No, the base system shouldn't have parts of it installed in /usr/local. You can safely wipe /usr/local away, if you want to start with a clean base and install only those ports you need. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 1:42:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 0E37637B407; Tue, 4 Jun 2002 01:42:28 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id LAA25662; Tue, 4 Jun 2002 11:34:12 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g548Uvq33790; Tue, 4 Jun 2002 11:30:58 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Tue, 4 Jun 2002 11:30:57 +0300 (EEST) From: Alexander V Zubchenko To: Eugene Panchenko Cc: , Subject: Re: How to remove ALL ports at once? In-Reply-To: Message-ID: <20020604112449.V33755-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=KOI8-R Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Tue, 4 Jun 2002, Eugene Panchenko wrote: > Hallo, > > I have a small question, but it is important for me to know. I had been using my system for a long time, and without portupgrading my ports. So, right now I have three versions of gettext, different iconv libraries and utils (biconv and iconv), QT toolkits of several versions - all with overlapping files in +CONTENTS, so I cant just pkg_delete them. > > So my question is: can I do this: > > 1) Backup all I needed ~/.app_i_use/ directories > 2) Backup all I needed /usr/local/etc/* and /usr/local/etc/rc.d/* > 3) rm -fr /usr/local/* > 4) Backup mine /usr/X11R6/lib/X11/XF86Config > 5) rm -fr /usr/X11R6/ > 6) rm -fr /var/db/pkg/* > > And start with clean, base system again, just after installing FreeBSD from the beginning?? > > This is very important for me to know how I can remove EVERYTHING that got on my hardrive from ports, and not to touch BASE system at all. > > Thank you all in advance. > > -- Eugene > > P/S - corry for x-posting, I dont know where this is more correct to send... > ____________________________________________________________ > 鎯豜 恔 鍡: > http://ngs.ru/icq - Web 覂眑奷 ICQ. > http://ngs.ru/chat - 槷 狦妅 瓾. > ____________________________________________________________ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > afaik, this is possible, but some pkg's may add users/groups for their special purposes and some of them may add files into your var directory and/or made some other changes. In general this is networking utilities, RDBMS, mailers. E.g., qmail install itself into /var/qmail directory. So You may want to check this. I'm running FreeBSD-4.3 and X11R6 4.2.0, and XF86Config is stored in /etc/X11. Check this also. Then, as i said above, afaik, you may proceed in your way. But, and, imho, this is important, i don't remember, what was in /usr/local after system install, but before ports collection was used at all. There was directory structure but i can't b sure about plain files. With best wishes and always at your service, Stalker. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 1:44:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (Postfix) with ESMTP id D3DD337B405 for ; Tue, 4 Jun 2002 01:44:23 -0700 (PDT) Received: from dlep6.itg.ti.com ([157.170.188.9]) by jester.ti.com (8.11.6/8.11.6) with ESMTP id g548iMP23779 for ; Tue, 4 Jun 2002 03:44:22 -0500 (CDT) Received: from dlep6.itg.ti.com (localhost [127.0.0.1]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id DAA21070 for ; Tue, 4 Jun 2002 03:44:22 -0500 (CDT) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id DAA21039 for ; Tue, 4 Jun 2002 03:44:20 -0500 (CDT) Received: from gautham ([192.168.185.126]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id OAA16094 for ; Tue, 4 Jun 2002 14:14:16 +0530 (IST) Reply-To: From: "Gautham Ganapathy" To: "FreeBSD.org - Questions" Subject: Inserting a kernel module b/w IP and ethernet Date: Tue, 4 Jun 2002 14:14:52 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi How can I add an extra layer of processing b/w the IP and ethernet layers using a kernel module ? If I load a module, I should be able to access the functions exported by IP and ethernet. Also, I think the ethernet layer can be configured to use my module as the protocol by patching ifconfig. Am I right so far ? So, how do I get IP to use my module as it's link layer ? If I am wrong, what's the proper way ? Or is there any other simpler way ? My requirement is to add a compression layer (RFC 2507) Regards Gautham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 1:52:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (dav40.pav3.hotmail.com [64.4.38.144]) by hub.freebsd.org (Postfix) with ESMTP id 6D92637B401 for ; Tue, 4 Jun 2002 01:52:56 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 4 Jun 2002 01:52:56 -0700 X-Originating-IP: [203.129.223.38] Reply-To: "Akthar Hussain" From: "Akthar Hussain" To: References: <20020604112449.V33755-100000@server.hermes-comp.zp.ua> Subject: XP Date: Tue, 4 Jun 2002 14:30:29 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 04 Jun 2002 08:52:56.0326 (UTC) FILETIME=[38622260:01C20BA5] Sender: owner-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 Experts !, Please let me know how to boot Freebsd from Windows XP. My Partition detailes. ad0s1 --------Linux ad0s2--------FreeBSD ad1s1 -------WinXP Thanks and expecting clear info........... A.Hussain To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 1:58:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id 10E1837B400 for ; Tue, 4 Jun 2002 01:58:20 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp03.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GX6BL601.1NU; Tue, 4 Jun 2002 10:58:18 +0200 Date: Tue, 4 Jun 2002 10:58:58 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <1553197417.20020604105858@dds.nl> To: "Christopher J. Umina" Cc: "FreeBSD Questions" Subject: Re: Windows EXE In-Reply-To: <005001c20b73$882a18c0$0301a8c0@uminafamily.com> References: <005001c20b73$882a18c0$0301a8c0@uminafamily.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Christopher, Tuesday, June 04, 2002, 4:57:14 AM, you wrote: CJU> Is there any way to compile Windows executable files in BSD? CJU> ---------------------------------- CJU> Christopher J. Umina CJU> FJU@Fritzilldo.com CJU> http://www.fritzilldo.com Do you wan't to compile the windows executable in to a BSD executable? I don't know if sucha thing exist. Try the wine port to run the executable. -- Best regards, Alex Links: How to get the best results from FreeBSD questions. http://www.lemis.com/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 2: 8:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from itworks.com.au (dsl-210-15-242-4.Melbourne.netspace.net.au [210.15.242.4]) by hub.freebsd.org (Postfix) with SMTP id 267EC37B401 for ; Tue, 4 Jun 2002 02:08:22 -0700 (PDT) Received: (qmail 62104 invoked from network); 3 Jun 2002 11:21:39 -0000 Received: from unknown (HELO dale) (192.168.1.101) by chip.gav.itworks.com.au with SMTP; 3 Jun 2002 11:21:39 -0000 Message-ID: <02c001c20af0$9fa05970$6501a8c0@dale> From: "Gavin Cameron" To: "Dennis Murren" , References: Subject: Re: DNS Date: Mon, 3 Jun 2002 21:20:00 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Inside your apache you want to put ServerName www.domain.name ServerAlias domain.name Cheers Gavin ----- Original Message ----- From: "Dennis Murren" To: Sent: Monday, June 03, 2002 9:16 PM Subject: DNS > Hi all! > > I'm new to FreeBSD and DNS as well, and I have a really > basic question. I'd like to access my virtual hosts without > the www in front of the domain name. (like mydomain.com) > > I put the following line into the zone file: > > IN A ip address > > In this case, all virtual hosts pointed to the servers main > domain. > > Could somebody tell me what is the solution? > > Best regards, > Dennis > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 2: 8:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from go4.ext.ti.com (dlezb.ext.ti.com [192.91.75.132]) by hub.freebsd.org (Postfix) with ESMTP id 738AC37B401 for ; Tue, 4 Jun 2002 02:08:46 -0700 (PDT) Received: from dlep6.itg.ti.com ([157.170.188.9]) by go4.ext.ti.com (8.11.6/8.11.6) with ESMTP id g5498jH26226; Tue, 4 Jun 2002 04:08:46 -0500 (CDT) Received: from dlep6.itg.ti.com (localhost [127.0.0.1]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id EAA16404; Tue, 4 Jun 2002 04:08:45 -0500 (CDT) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id EAA16351; Tue, 4 Jun 2002 04:08:43 -0500 (CDT) Received: from gautham ([192.168.185.126]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id OAA21490; Tue, 4 Jun 2002 14:38:40 +0530 (IST) Reply-To: From: "Gautham Ganapathy" To: "Alex" Cc: "FreeBSD.org - Questions" Subject: RE: Windows EXE Date: Tue, 4 Jun 2002 14:39:16 +0530 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: <1553197417.20020604105858@dds.nl> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tuesday, June 04, 2002 2:29 PM, Alex wrote > > Hello Christopher, > > Tuesday, June 04, 2002, 4:57:14 AM, you wrote: > > CJU> Is there any way to compile Windows executable files in BSD? > > Do you wan't to compile the windows executable in to a BSD executable? > I don't know if sucha thing exist. Try the wine port to run the > executable. > I think there is a compiler in the ports for compiling Win32 executables under fbsd. mingw32, i think To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 2:12:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uu.pmihiv.hu (uu.pmihiv.hu [195.38.116.35]) by hub.freebsd.org (Postfix) with ESMTP id 82DCF37B404 for ; Tue, 4 Jun 2002 02:12:41 -0700 (PDT) Received: by uu.pmihiv.hu (Postfix, from userid 1000) id D53916ECDD; Tue, 4 Jun 2002 11:12:27 +0200 (CEST) Date: Tue, 4 Jun 2002 11:12:27 +0200 From: SITKEI Attila To: FreeBSD Questions Subject: Re: Windows EXE Message-ID: <20020604111227.C1157@pmihiv.hu> Mail-Followup-To: FreeBSD Questions References: <005001c20b73$882a18c0$0301a8c0@uminafamily.com> <1553197417.20020604105858@dds.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <1553197417.20020604105858@dds.nl> User-Agent: Mutt/1.3.22i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alex (Jun 04. 11:06): > CJU> Is there any way to compile Windows executable files in BSD? > > Do you wan't to compile the windows executable in to a BSD executable? > I don't know if sucha thing exist. Try the wine port to run the executable. I feel he wants compile something for the windows... and also that the most accurate way is to compile in cygwin environment. yours -- tfe& To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 2:17:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id ED7A837B415 for ; Tue, 4 Jun 2002 02:17:23 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8B92966C49; Tue, 4 Jun 2002 02:17:23 -0700 (PDT) Date: Tue, 4 Jun 2002 02:17:23 -0700 From: Kris Kennaway To: Akthar Hussain Cc: questions@FreeBSD.ORG Subject: Re: XP Message-ID: <20020604021723.A47954@xor.obsecurity.org> References: <20020604112449.V33755-100000@server.hermes-comp.zp.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from ahussain_fbsd@msn.com on Tue, Jun 04, 2002 at 02:30:29PM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 02:30:29PM +0530, Akthar Hussain wrote: > Hello Experts !, >=20 > Please let me know how to boot Freebsd from Windows XP. >=20 > My Partition detailes. >=20 > ad0s1 --------Linux=20 > ad0s2--------FreeBSD >=20 > ad1s1 -------WinXP=20 >=20 > Thanks and expecting clear info........... The standard boot blocks don't do it? Kris --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/IWjWry0BWjoQKURAhO0AJ9acNW27czfiubbTgundSpjFTyshwCgzkdD pjn6fh/N0xTbrnr2Kh8Qkao= =oGdg -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 2:22:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 40F6E37B404 for ; Tue, 4 Jun 2002 02:22:01 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id MAA29002; Tue, 4 Jun 2002 12:16:57 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g549Dcq33979; Tue, 4 Jun 2002 12:13:45 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Tue, 4 Jun 2002 12:13:38 +0300 (EEST) From: Alexander V Zubchenko To: Gautham Ganapathy Cc: Alex , "FreeBSD.org - Questions" Subject: RE: Windows EXE In-Reply-To: Message-ID: <20020604121136.N33973-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Tue, 4 Jun 2002, Gautham Ganapathy wrote: > Tuesday, June 04, 2002 2:29 PM, Alex wrote > > > > Hello Christopher, > > > > Tuesday, June 04, 2002, 4:57:14 AM, you wrote: > > > > CJU> Is there any way to compile Windows executable files in BSD? > > > > Do you wan't to compile the windows executable in to a BSD executable? > > I don't know if sucha thing exist. Try the wine port to run the > > executable. > > > > I think there is a compiler in the ports for compiling Win32 executables > under fbsd. mingw32, i think AFAIU, You want cross-compiler, to compile src->win-exe under fbsd? Then mingw really may help. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Stalker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 3: 1:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 5A2AF37B400 for ; Tue, 4 Jun 2002 03:01:00 -0700 (PDT) Received: (qmail 5084 invoked by uid 0); 4 Jun 2002 10:00:53 -0000 Received: from ppp102-50.pppcal.vsnl.net.in (HELO corrsl7vs6l3tz) (203.197.102.50) by mail.gmx.net (mp001-rz3) with SMTP; 4 Jun 2002 10:00:53 -0000 Message-ID: <004001c20bae$a8e37850$3266c5cb@corrsl7vs6l3tz> From: "Sanjay Bhattacharya" To: "Akthar Hussain" Cc: References: <20020604112449.V33755-100000@server.hermes-comp.zp.ua> Subject: Re: XP Date: Tue, 4 Jun 2002 15:30:20 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 > Please let me know how to boot Freebsd from >Windows XP. Hi, Two steps: 1) Peel off the freebsd boot sector into a file by the following command: dd if=/dev/ad0s2a of=freeB.bt bs=512 count=1 2) Copy this file (freeB.bt) to the root directory of the XP partition. Open c:\boot.ini file. Append the line c:\freeB.bt="FreeBSD" and save it. Now reboot and you'll see the FreeBSD entry as well in the XP boot menu. See ya, Sanjay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 3:17:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id A3A7737B409 for ; Tue, 4 Jun 2002 03:17:11 -0700 (PDT) Received: from dialup-63.214.216.78.dial1.philadelphia1.level3.net ([63.214.216.78] helo=sparky) by gull.prod.itd.earthlink.net with smtp (Exim 3.33 #2) id 17FBMr-0003Dr-00; Tue, 04 Jun 2002 03:16:46 -0700 From: Jud To: Scott Robbins Cc: patrick@esoltani.com, capm@gmx.net, freebsd-questions@FreeBSD.ORG Date: Tue, 04 Jun 2002 06:17:06 -0400 X-Priority: 3 (Normal) In-Reply-To: <20020604043328.GA3511@scott1.homeunix.net> Message-Id: Subject: Re: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.04 build 1116 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 6/4/2002 12:33:28 AM, Scott Robbins wrote: >On Mon, Jun 03, 2002 at 11:23:45PM -0400, Jud wrote: >> > From: Scott >> > To: "patrick" , "Pascal Giannakakis" >> > , freebsd-questions@FreeBSD.ORG >> > Subject: Fwd: Re: Problem with "shutdown -p now" >> > Date: 6/3/2002 9:21:40 PM >> > >> > At 17:39 2002/06/03 -0700, patrick wrote: >> > >> >> Errm - Scott, when I did the apm_enable, >> remove-disable-apm-and-recompile-kernel thing (plus cd /dev and sh >> MAKEDEV all), it solved my shutdown problem (I'd had it on my ASUS >> A7V333), but the next two times I tried to start the X server, my >> machine spontaneously rebooted. Also, I'm using a boot manager/loader >> called BootItNG ('cause nothing else seems to grok my RAID setup so >> well, plus it does partition/slice moving/resizing/imaging), and both >> times after the reboot my EMBR (extended MBR) was hosed. To >> paraphrase W.C. Fields, on the whole, I'd rather have the shutdown >> problem. ;-) >> >> Jud > >There's a certain humor in that. However, the ASUS MB problem with >startx is usually easily fixed. I happen to know about this, because >I have an ASUS > >There was a PR filed on it. When did you last do cvsup and >buildworld? If it hasn't been for awhile, doing so should fix the >startx problem, Mr. Malone has fixed it. > >If not, and you don't feel like doing a build world, you should be >able to fix it by doing the following. >Open up /usr/src/sys/i386/i386/i686_mem.c > >Around line 269, there's probably something like > >u_int cr4save; > > >mrd = sc->mr_desc; > >In between those two lines, put > >return; > >Then recompile, and that should fix it. >The only thing that worries me about giving this advice is that you >didn't have the problem before. In general, it's been a problem with >various (though not all) ASUS boards, and didn't as far as I know, >have anything to do with apm--it was connected with MTRR. > >Let me know what happens, for my own knowledge (unless you've already >put things back as they were, fixed it and don't feel like bothering) > >Thanks. > >Scott > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 3:19:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id EDB0337B407 for ; Tue, 4 Jun 2002 03:19:15 -0700 (PDT) Received: from dialup-63.214.216.78.dial1.philadelphia1.level3.net ([63.214.216.78] helo=sparky) by gull.prod.itd.earthlink.net with smtp (Exim 3.33 #2) id 17FBPE-0004Wh-00; Tue, 04 Jun 2002 03:19:13 -0700 From: Jud To: Scott Robbins Cc: patrick@esoltani.com, capm@gmx.net, freebsd-questions@FreeBSD.ORG Date: Tue, 04 Jun 2002 06:19:33 -0400 X-Priority: 3 (Normal) In-Reply-To: <20020604043328.GA3511@scott1.homeunix.net> Message-Id: Subject: Re: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.04 build 1116 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 6/4/2002 12:33:28 AM, Scott Robbins wrote: >On Mon, Jun 03, 2002 at 11:23:45PM -0400, Jud wrote: >> > From: Scott >> > To: "patrick" , "Pascal Giannakakis" >> > , freebsd-questions@FreeBSD.ORG >> > Subject: Fwd: Re: Problem with "shutdown -p now" >> > Date: 6/3/2002 9:21:40 PM >> > >> > At 17:39 2002/06/03 -0700, patrick wrote: >> > >> >> Errm - Scott, when I did the apm_enable, >> remove-disable-apm-and-recompile-kernel thing (plus cd /dev and sh >> MAKEDEV all), it solved my shutdown problem (I'd had it on my ASUS >> A7V333), but the next two times I tried to start the X server, my >> machine spontaneously rebooted. Also, I'm using a boot manager/loader >> called BootItNG ('cause nothing else seems to grok my RAID setup so >> well, plus it does partition/slice moving/resizing/imaging), and both >> times after the reboot my EMBR (extended MBR) was hosed. To >> paraphrase W.C. Fields, on the whole, I'd rather have the shutdown >> problem. ;-) >> >> Jud > >There's a certain humor in that. However, the ASUS MB problem with >startx is usually easily fixed. I happen to know about this, because >I have an ASUS > >There was a PR filed on it. When did you last do cvsup and >buildworld? If it hasn't been for awhile, doing so should fix the >startx problem, Mr. Malone has fixed it. > >If not, and you don't feel like doing a build world, you should be >able to fix it by doing the following. >Open up /usr/src/sys/i386/i386/i686_mem.c > >Around line 269, there's probably something like > >u_int cr4save; > > >mrd = sc->mr_desc; > >In between those two lines, put > >return; > >Then recompile, and that should fix it. >The only thing that worries me about giving this advice is that you >didn't have the problem before. In general, it's been a problem with >various (though not all) ASUS boards, and didn't as far as I know, >have anything to do with apm--it was connected with MTRR. > >Let me know what happens, for my own knowledge (unless you've already >put things back as they were, fixed it and don't feel like bothering) > >Thanks. > >Scott I *may* try it tonight, if I have time and depending on the answer to this question: I last cvsupped and built the world this past Friday or Saturday night. Was the fix committed before or after that? Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 3:34: 6 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 4541937B403 for ; Tue, 4 Jun 2002 03:34:03 -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 g54AXpU25725; Tue, 4 Jun 2002 06:33:51 -0400 Message-ID: <3CFC98EA.9000908@potentialtech.com> Date: Tue, 04 Jun 2002 06:39:38 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Tomlinson Cc: questions@freebsd.org Subject: Re: Drive Space - Am I Getting All I Should? References: <003101c20b3e$13a0d320$0301a8c0@bigdaddy> <3CFC2D8C.5000906@potentialtech.com> <005b01c20b7e$6873f590$1b01a8c0@TAGALONG> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Drew Tomlinson wrote: > Oh OK, duh. I knew that but 6G seemed so large that it didn't > register in my head. After all, I had already lost 8G since it's > supposed to be an 80G drive but FBSD only sees 72G. :) I don't know > how it works but one never seems to get all the space that is > advertised in a drive. I suspect it has something to do with total > storage capacity vs. formatted storage capacity but that's a topic for > another discussion. Thanks for pointing me back in the right > direction. I can clear the 80G/72G thing up right now (since it's something I complain about a lot.) The HDD manufacturer considers 1G to be 1,000,000,000 Just about everyone else in the computer world considers 1G to be 1024 * 1024 * 1024. Thus, what the HDD manufacturere calls 80G, computer OSes calculated to be 72G. You didn't lose the space to formatting, you appeared to lose it to a marketing gimick. By using 1,000,000,000 a 1G, drives appear to be larger than if you use the same system everyone else uses. Unfortunately, there's no standards body that has stated what the value is for a G, so the HDD manufacturers are free to do whatever they want. -- 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 Tue Jun 4 4: 2:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id A5F7F37B403 for ; Tue, 4 Jun 2002 04:02:15 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 987A949AB2; Tue, 4 Jun 2002 13:02:16 +0200 (CEST) Date: Tue, 4 Jun 2002 13:02:16 +0200 From: Axel Scheepers To: jbw Cc: freebsd-questions@freebsd.org Subject: Re: Creative SB PCI 512 Message-ID: <20020604130216.A21305@mars.thuis> Reply-To: Axel Scheepers References: <20020603143055.A798@unifex.verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020603143055.A798@unifex.verizon.net>; from j.bw@verizon.net on Mon, Jun 03, 2002 at 02:30:55PM -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 Mon, Jun 03, 2002 at 02:30:55PM -0400, jbw wrote: > Does anyone have any ideas on getting this card to work? > > I'm running 4.6-RC FreeBSD 4.6-RC #0: Sat Jun 1 12:43:51 EDT 2002. > dmesg output > pcm0: port 0x9800-0x981f irq 5 at device 11.0 on pci0 It looks like it will work already (might not have all the features, though) Have you made the correct /dev/ entries? (Try a 'sh MAKEDEV snd0' in /dev) Look for a /dev/audio0 device, increase your volume (also a good thing to check first ;) with mixerctl and dump your kernel to it. That should produce some good old C64 tape sounding stuff (Don't play it too loud) Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Don't believe everything you hear or anything you say. ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 4: 7: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 3149037B403 for ; Tue, 4 Jun 2002 04:06:59 -0700 (PDT) Received: from gren.cs.umu.se (gren.cs.umu.se [130.239.40.187]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id F3A509FD1; Tue, 4 Jun 2002 13:06:57 +0200 (MEST) Date: Tue, 4 Jun 2002 13:06:57 +0200 (MEST) From: Paul Everlund To: uwi mAn Cc: questions@freebsd.org Subject: Re: ftp client In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 3 Jun 2002, uwi mAn wrote: > I need an ftp client that can download stuff in the background. [I use > rlogin to connect to BSD so the download wont stop when I disconnect] > > Any suggestions? If you want to start the download manually, then exit from your console while ftp continues running, just do as this: # ftp "ftp://user:passwd@123.456.789.0/path/to/file" & Now you can exit the shell. If you want to do something else, maybe the other suggestions you have received are more appropriate. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 4:12:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.dcu.ie (mail.dcu.ie [136.206.1.5]) by hub.freebsd.org (Postfix) with ESMTP id 469F837B403 for ; Tue, 4 Jun 2002 04:12:43 -0700 (PDT) Received: from prodigy.redbrick.dcu.ie (136.206.15.10) by hawk.dcu.ie (6.0.040) id 3CC55D79001345A1 for freebsd-questions@freebsd.org; Tue, 4 Jun 2002 12:12:42 +0100 Received: by prodigy.redbrick.dcu.ie (Postfix, from userid 1023) id 4B5F0DA4A; Tue, 4 Jun 2002 12:12:42 +0100 (IST) Date: Tue, 4 Jun 2002 12:12:42 +0100 From: Philip Reynolds To: freebsd-questions@freebsd.org Subject: setpassent Message-ID: <20020604121242.F22893@prodigy.Redbrick.DCU.IE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, obviously there is a reason for setpassent() being deprecated I'm wondering what is the best thing to do to port an application from Linux to FreeBSD that uses the fgetpwent() function that allows you to specify an alternate password database to read from. What other alternatives to setpassent() exist? Curiosity also brings me to ask why setpassent() is deprecated (which may answer the former question as well). Regards, -- Philip Reynolds RFC Networks tel: 01 8832063 www.rfc-networks.ie fax: 01 8832041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 4:24:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id 6775437B403 for ; Tue, 4 Jun 2002 04:23:48 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id DD93A1B1; Tue, 4 Jun 2002 07:26:41 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "Sanjay Bhattacharya" Cc: "FBSDQ" Subject: RE: Rockwel internal modem Date: Tue, 4 Jun 2002 07:23:46 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0020_01C20B98.C3D5D2E0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <006c01c20b7b$c83ed880$4265c5cb@corrsl7vs6l3tz> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0020_01C20B98.C3D5D2E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit FBSD has 2 different versions of ppp, the old kernel ppp which is no longer supported, but carried on for backwards compatibility for the old time users, and the new user ppp which is a complete rewrite of kernel ppp fixing all it's problems and lack of debug facilities. Using user ppp is the way to go to dial out to your ISP. For user ppp edit /etc/ppp/ppp.conf changing the phone #, account #, password fields in the papchat section to the values for your isp. It also has a set device command in it, you have to target the correct device. Issue this from the command line to start user ppp, ppp -ddial papchap and killall ppp to stop it. You can also have user ppp start at boot time by adding this to your rc.conf ppp_enable="YES" ppp_mode="ddial" ppp_profile="papchap" The ppp mode of ddial will dial and connect to your isp and reconnect every time you get disconnected, you can use the keyword background which connect just one time, or the keyword auto which will just start user ppp but not dial out until you request internet service. Read man ppp for details. Review your /var/run/dmesg.boot log to see if your modem is found by the FBSD boot probe. You should see messages something like this if your modem is found by FBSD. sio3: configured irq 9 sio3: at port 0x3e8-0x3ef irq 9 on isa0 sio3: type 16550A If you find this in your /var/run/dmesg.boot log, it means your modem is a winmodem. pci0: (vendor=0x1106, dev=0x3057) at 7.4 FBSD does not work with winmodems. FBSD only works with internal modems that have onboard controllers. Plug & play is strictly am ms/windows function, FBSD knows nothing about this. It uses the irq assigned by the PC bios only. Check the PC's bios setting and disable p&p. Some PC bios do not have a p&p toggle but do have something called legacy setup. Try that. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sanjay Bhattacharya Sent: Monday, June 03, 2002 11:56 PM To: freebsd-questions@freebsd.org Subject: Rockwel internal modem HI, I am using FreeBSD 4.5-RELEASE on an Celeron 633 Mhz CPU with 128 MB of RAM. I have one Rockwell 56K Internal Modem. Any of you guys have any idea how to make the modem work? I have done it quite easily in Linux running kernel 2.4.18 but no success with FreeB. Can anybody please tell me how to make the DEL key work in the normal way in FreeB running bash 2.4.5. Thanks in advance. See you, Sanjay ------=_NextPart_000_0020_01C20B98.C3D5D2E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

FBSD has 2 different versions of ppp, the old = kernel ppp which

is no longer supported, but carried on for = backwards compatibility

for the old time users, and the new user ppp = which is a complete

rewrite of kernel ppp fixing all it's problems = and lack of debug

facilities. Using user ppp is the way to go to = dial out to your ISP.

For user ppp edit /etc/ppp/ppp.conf   changing the phone #, = account #,

password fields in the papchat section to the = values for your isp.

It also has a set device command in it, you = have to target the correct

device. Issue this from the command line to = start user ppp,    =

ppp -ddial papchap     and killall ppp      to stop it.  

You can also have user ppp start at boot time = by adding this to

your rc.conf 

    ppp_enable=3D"YES"

   =  ppp_mode=3D"ddial"

    ppp_profile=3D"papchap"

   

The ppp mode of ddial will dial and connect to = your isp and reconnect

every time you get disconnected, you can use = the keyword background

which connect just one time, or the keyword = auto which will just start

user ppp but not dial out until you request = internet service.

Read man ppp for details.

 

Review your /var/run/dmesg.boot log to see if = your modem is found by

the FBSD boot probe. You should see messages = something like this if

your modem is found by = FBSD.

 

sio3: configured irq 9

sio3: <Rockwell 56K Modem> at port = 0x3e8-0x3ef irq 9 on isa0

sio3: type 16550A

 

If you find this in your = /var/run/dmesg.boot log, it means your modem

is a winmodem.

pci0: <unknown card> (vendor=3D0x1106, dev=3D0x3057) at = 7.4

FBSD does not work with winmodems. FBSD only works with internal modems =

that have onboard controllers.

 

Plug & play is strictly am ms/windows = function, FBSD knows nothing

about this. It uses the irq assigned by the PC = bios only.

Check the PC's bios setting and disable = p&p.

Some PC bios do not have a p&p toggle but = do have something

called legacy setup. Try that. =

 

 

-----Original Message-----
From: = owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sanjay Bhattacharya
Sent: Monday, June 03, = 2002 11:56 PM
To: = freebsd-questions@freebsd.org
Subject: Rockwel internal = modem

 

HI,<= /p>

  I am using FreeBSD 4.5-RELEASE on an Celeron 633 Mhz CPU with 128 MB of = RAM. I have one Rockwell 56K Internal Modem. Any of you guys have any idea how = to make the modem work? I have done it quite easily in Linux running kernel = 2.4.18 but no success with FreeB.

 <= /p>

Can anybody please tell me how to make the DEL key work in the normal way in = FreeB running bash 2.4.5.

 <= /p>

Thanks in advance.

 <= /p>

See you,

Sanjay<= /p>

------=_NextPart_000_0020_01C20B98.C3D5D2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 4:52: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cs.selu.edu (cs.selu.edu [147.174.59.5]) by hub.freebsd.org (Postfix) with ESMTP id 31CCA37B409 for ; Tue, 4 Jun 2002 04:51:59 -0700 (PDT) Received: from localhost (jholland@localhost) by cs.selu.edu (8.11.6/8.11.2) with ESMTP id g54BpoF23926; Tue, 4 Jun 2002 06:51:50 -0500 Date: Tue, 4 Jun 2002 06:51:50 -0500 (CDT) From: Jason P Holland To: "Defryn, Guy" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Certifications In-Reply-To: <98B01D2717B9D411B38F0008C7840931057F38D5@its-xchg2.massey.ac.nz> 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 HP has a system administrator certification, 1 test. Sun has a network administrator certification, which is also 1 test. They also have a system administrator certification that is 2 tests, very easy stuff. IBM also has some AIX certifications. There are several linux certifcations, but they don't carry much weight in the industry. If you are looking to add something of value to your resume, stick with the certifications from Sun, IBM and HP. the study guides from cramsession.com can help you pass all of these tests without having much experience, if that is what you need. hope this helps. Jason > I hope someone can give me some advise on the following: > > I would like to do some Unix certification. I still consider myself a > newbie and I am not looking for a qualification that needs several exams > such as MS' MCSE or MCSA. I would like to something that is a bit like > MCP. Just one exam to start off with :-) > > I am not sure if there is a Freebsd specific one but something that > would test general Unix knowledge would be nice. > > What about Linux + certification? > > Cheers > > Guy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 5:36:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.190.223.8]) by hub.freebsd.org (Postfix) with ESMTP id 30D0837B401 for ; Tue, 4 Jun 2002 05:36:50 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by nemesis.systems.pipex.net (Postfix) with ESMTP id 5563416000158; Tue, 4 Jun 2002 13:36:40 +0100 (BST) Subject: Re: PRINT: HP DeskJet 820Cxi From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: johann@broadpark.no Cc: questions@freebsd.org In-Reply-To: <1023169991.3cfc55c73ba40@mail.broadpark.no> References: <1023169991.3cfc55c73ba40@mail.broadpark.no> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8ofL7XnDqTBFG3Xgx6px" X-Mailer: Ximian Evolution 1.0.5 Date: 04 Jun 2002 13:32:25 +0100 Message-Id: <1023193948.315.144.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 --=-8ofL7XnDqTBFG3Xgx6px Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Johann, I saw your post that relates to an earlier post I had concerning my wanting to get my parallel printing to work - I also am hoping to get my FreeBSD box to print to a HP Deskjet 820 Cxi for Windows - Professional Series printer here without any success so far. I should say, that I've not had many replies to my original post (sorry). I saw in your post that you actually have your ppc0 port detected correctly by your system, which is the problem I have. On boot, this is all I get for my ppc0: $ cat dmesg.boot | grep ppc ppc0: cannot reserve I/O port range $=20 Here is the kernel support I have compiled in: device scbus # SCSI bus (required) device da # Direct Access (disks) # 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 Needless to say, I can't get parallel port printing going from the start here. Did you have to do any particular Kernel / bios configs in order to get your parallel port configured? Sorry I can't be any help to your case, but I'm hoping you could at least assist me in getting somewhere with mine - then at I could see if I could get on working on getting this printer to work as well. Thanks for any help in advance! Stacey On Tue, 2002-06-04 at 06:53, johann@broadpark.no wrote: > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > ppbus0: IEEE1284 device found /NIBBLE/ECP > Probing for PnP devices on ppbus0: > ppbus0: SCP,VLINK > plip0: on ppbus0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 >=20 > There's no doubt about it, it does get detected. Then why can't I lptest = >=20 > /dev/lpt0? >=20 > Note, as modems have winmodems this printer is labeled 'For Windows'. I h= ope=20 > that won't interfere with anything. >=20 > Thanks. >=20 > -- Johann >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-8ofL7XnDqTBFG3Xgx6px 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 Hi Johann, I saw your post that relates to an earlier post I had concerning my wanting to get my parallel printing to work - I also am hoping to get my FreeBSD box to print to a HP Deskjet 820 Cxi for Windows - Professional Series printer here without any success so far. I should say, that I've not had many replies to my original post (sorry). I saw in your post that you actually have your ppc0 port detected correctly by your system, which is the problem I have. On boot, this is all I get for my ppc0: $ cat dmesg.boot | grep ppc ppc0: cannot reserve I/O port range $=20 Here is the kernel support I have compiled in: device scbus # SCSI bus (required) device da # Direct Access (disks) # 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 Needless to say, I can't get parallel port printing going from the start here. Did you have to do any particular Kernel / bios configs in order to get your parallel port configured? Sorry I can't be any help to your case, but I'm hoping you could at least assist me in getting somewhere with mine - then at I could see if I could get on working on getting this printer to work as well. Thanks for any help in advance! Stacey On Tue, 2002-06-04 at 06:53, johann@broadpark.no wrote: > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > ppbus0: IEEE1284 device found /NIBBLE/ECP > Probing for PnP devices on ppbus0: > ppbus0: SCP,VLINK > plip0: on ppbus0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 >=20 > There's no doubt about it, it does get detected. Then why can't I lptest = >=20 > /dev/lpt0? >=20 > Note, as modems have winmodems this printer is labeled 'For Windows'. I h= ope=20 > that won't interfere with anything. >=20 > Thanks. >=20 > -- Johann >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPPyzV/dn4A8qiCO5EQLLdACferCd5068x2LLWhRIltIUGjSw0B8AoJyT ulumTl3On1JFtzr6hg3qpI9m =1Y3G -----END PGP SIGNATURE----- --=-8ofL7XnDqTBFG3Xgx6px-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 5:40:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id EBD4737B406 for ; Tue, 4 Jun 2002 05:40:07 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GX6001RGLM3BA@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Tue, 4 Jun 2002 20:34:51 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GX6LP501.DY5 for ; Tue, 04 Jun 2002 20:36:41 +0800 Date: Tue, 04 Jun 2002 22:36:41 +1000 From: BSD Freak Subject: Getting network and broadcast addresses in a shell script To: FreeBSD Questions Message-id: MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have the following shell script I am writing in which I need to get the $network and $broadcast: #!/bin netmask=255.255.255.0 ip=192.168.0.1 network=`do some magic with $netmask and $ip` broadcast=`do some more magic with $netmask and $ip` echo $network echo $broadcast Can anyone help me with the magic? --------------------------------------------------------------------- Faxes delivered directly to any email address, new to mBox! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 5:43: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from squid.tznet.com (squid.tznet.com [66.170.64.7]) by hub.freebsd.org (Postfix) with ESMTP id 1AEAC37B401 for ; Tue, 4 Jun 2002 05:42:52 -0700 (PDT) Received: from mail.tznet.com (mail.tznet.com [66.170.64.2]) by squid.tznet.com (8.11.2/8.11.2) with ESMTP id g54CkHf71175; Tue, 4 Jun 2002 07:46:17 -0500 (CDT) Date: Tue, 4 Jun 2002 07:46:16 -0500 (CDT) From: Scott Pilz To: freebsd-questions@freebsd.org Subject: Sockets Message-ID: <20020604073820.X79339-100000@mail.tznet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'll buy whoever can answer this question a drink or two . . Story line: You got yourself 4.5-RELEASE, NATD/IPFW acting as a firewall. Behind the firewall you have a private /16 block of IP addresses. On the same machine you have 40 public IP addresses. You want to open particular ports of these 40 ip addresses (not the same ports per ip address) and then forward all data coming to those ports to one of the private IP addresses in the /16 bit IP block. INETD falls short of doing this. I understand you can launch INETD with command lines to bind itself to one particular IP address, but having 40 different copies of INETD running isn't wise (this is an assumption, probably a good one). You can easily setup INETD to point to SOCKET(1) and it will work - so in essence setting up 40 different INETD servers binded to each IP address WOULD work but I think this would be silly. IPFW w/ NATD lacks any really good forward options - heck, it's hard to get it to even work properly (and my understanding is that it doesn't have support for forwarding UDP connections either which is a must). So, here is my question: INETD alternatives that can handle what I want this puppy to do? Or anyone find any way around this? Thanks, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 5:50:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from excmrl01.conversent.com (excmrl01.conversent.com [216.41.100.225]) by hub.freebsd.org (Postfix) with ESMTP id 08D5237B403 for ; Tue, 4 Jun 2002 05:50:49 -0700 (PDT) Received: from conversent.com (SHIRE [10.0.4.133]) by excmrl01.conversent.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id K9H0J2HB; Tue, 4 Jun 2002 08:56:03 -0400 Message-ID: <3CFCB7A2.1080100@conversent.com> Date: Tue, 04 Jun 2002 08:50:42 -0400 From: Brian Jackson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Tindall Cc: FreeBSD-Questions@freebsd.org Subject: Re: Mail Server Newbie Recommendations 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 Mike Tindall wrote: >Hi all, > >I built a FreeBSD 4.5 box that I would like to use for a mail server. Does >anyone have any recommendations for a mail server package that would work >well with the following features: > > I too would reccomend qmail. Try http://www.lifewithqmail.org/ for a newbie step by step setup. If you use Matt Simerson's toaster instructions (as per a prior post), don't use the new beta instructions, as there are still some issues with Mozilla / Netscape authentication for the clients. HTH Brian -- Brian Jackson Systems Engineering Manager Conversent Communications, LLC (v) : 603.606.6351 (c) : 603.479.1351 (e) : bjackson@conversent.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 5:59:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by hub.freebsd.org (Postfix) with ESMTP id E93CB37B404 for ; Tue, 4 Jun 2002 05:59:48 -0700 (PDT) Received: from gren.cs.umu.se (gren.cs.umu.se [130.239.40.187]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id 1CF549FD8; Tue, 4 Jun 2002 14:59:47 +0200 (MEST) Date: Tue, 4 Jun 2002 14:59:46 +0200 (MEST) From: Paul Everlund To: BSD Freak Cc: FreeBSD Questions Subject: Re: Getting network and broadcast addresses in a shell script In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002, BSD Freak wrote: > Hi all, > > I have the following shell script I am writing in which I need to get > the $network and $broadcast: > > #!/bin > netmask=255.255.255.0 > ip=192.168.0.1 > > network=`do some magic with $netmask and $ip` > broadcast=`do some more magic with $netmask and $ip` > > echo $network > echo $broadcast > > Can anyone help me with the magic? Magic is the word, as at least I do not know what you want to do, so if I did manage to help you out, it would be just magic. :-) Do you want to extract your computer's ip-address and broadcast address from ifconfig, and then do magic stuff? In your example it seems that you've already chosen both ip and netmask. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 6: 2:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts20-srv.bellnexxia.net (tomts20.bellnexxia.net [209.226.175.74]) by hub.freebsd.org (Postfix) with ESMTP id BA16B37B401 for ; Tue, 4 Jun 2002 06:02:30 -0700 (PDT) Received: from xena.gsicomp.on.ca ([65.95.179.11]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020604130229.CZUB25296.tomts20-srv.bellnexxia.net@xena.gsicomp.on.ca>; Tue, 4 Jun 2002 09:02:29 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g54Bmdb56643; Tue, 4 Jun 2002 07:48:40 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <016d01c20bc8$150e7930$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Scott Pilz" , References: <20020604073820.X79339-100000@mail.tznet.com> Subject: Re: Sockets Date: Tue, 4 Jun 2002 09:02:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I'll buy whoever can answer this question a drink or two . . > > Story line: You got yourself 4.5-RELEASE, NATD/IPFW acting as a > firewall. Behind the firewall you have a private /16 block of IP > addresses. On the same machine you have 40 public IP addresses. You want > to open particular ports of these 40 ip addresses (not the same ports per > ip address) and then forward all data coming to those ports to one of the > private IP addresses in the /16 bit IP block. > > INETD falls short of doing this. I understand you can launch INETD > with command lines to bind itself to one particular IP address, but having > 40 different copies of INETD running isn't wise (this is an assumption, > probably a good one). You can easily setup INETD to point to SOCKET(1) > and it will work - so in essence setting up 40 different INETD servers > binded to each IP address WOULD work but I think this would be silly. I don't know who suggested this, but it's not the solution you need. > IPFW w/ NATD lacks any really good forward options - heck, it's > hard to get it to even work properly (and my understanding is that it > doesn't have support for forwarding UDP connections either which is a > must). So, here is my question: INETD alternatives that can handle what I > want this puppy to do? Or anyone find any way around this? I object! natd has a ton of forwarding options. In your case, all you need to do is use natd's redirect_port option. The best way to do what you want to do is like this: In /etc/rc.conf: natd_enable="YES" natd_interface="xxx" <- replace with your interface natd_flags="-f /etc/natd.conf" In /etc/natd.conf: redirect_port udp 10.0.0.1:100 A.B.C.1:100 ... redirect_port udp 10.0.0.40:140 A.B.C.40:140 This will redirect ports 100-140 on the 40 public addresses to port 100-140 on the private addresses. I do this all the time on some of my enterprise firewall/NAT boxes to forward ports for various purposes. If you have any problems, feel free to contact me directly. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 6:12:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.groupware.uconn.edu (mail2.groupware.uconn.edu [137.99.30.57]) by hub.freebsd.org (Postfix) with ESMTP id DDF9137B400 for ; Tue, 4 Jun 2002 06:12:49 -0700 (PDT) Subject: Re: Getting network and broadcast addresses in a shell script To: freebsd-questions@freebsd.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: Matt.Smith@uconn.edu Date: Tue, 4 Jun 2002 09:12:49 -0400 X-MIMETrack: Serialize by Router on Mail/Servers/UConn(Release 5.0.10 |March 22, 2002) at 06/04/2002 09:12:50 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002, BSD Freak wrote: > Hi all, > > I have the following shell script I am writing in which I need to get > the $network and $broadcast: > > #!/bin > netmask=255.255.255.0 > ip=192.168.0.1 > > network=`do some magic with $netmask and $ip` magic logic: network= ip && netmask, broadcast= network || ~netmask magic code: well -- I guess you'll have to roll-your-own for that one -- not too hard in C or Perl. > broadcast=`do some more magic with $netmask and $ip` > > echo $network > echo $broadcast > > Can anyone help me with the magic? hope that helps! -Matt Matthew J. Smith matt.smith@uconn.edu University of Connecticut ITS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 7: 0:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from otter.mills-atl.com (dsl-64-192-140-77.telocity.com [64.192.140.77]) by hub.freebsd.org (Postfix) with ESMTP id AF02637B403 for ; Tue, 4 Jun 2002 07:00:34 -0700 (PDT) Received: from localhost (jmills@localhost) by otter.mills-atl.com (8.9.3/8.9.3) with ESMTP id KAA05453; Tue, 4 Jun 2002 10:03:01 -0400 X-Authentication-Warning: otter.mills-atl.com: jmills owned process doing -bs Date: Tue, 4 Jun 2002 10:03:01 -0400 (EDT) From: John Mills X-Sender: jmills@otter.mills-atl.com Reply-To: John Mills To: Gautham Ganapathy Cc: Alex , "FreeBSD.org - Questions" Subject: RE: Windows EXE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello - On Tue, 4 Jun 2002, Gautham Ganapathy wrote: > > CJU> Is there any way to compile Windows executable files in BSD? _If_ this means compiling an *.exe in FreeBSD and running it on a MsWin32 machine (is that what you meant??), I suppose that means a cross-gcc with an appropriate set of header files, but I never tried to set up such a beast. > I think there is a compiler in the ports for compiling Win32 executables > under fbsd. mingw32, i think Not quite - my understanding of 'mingw32' is that it provides ports of the principal 'gcc' tools to run natively in MsWin32 (in contrast to running 'gcc' tools built for Cygwin, in Cygwin over MsWin32). If you want to run in a *nix environment and target MsWin32, I would try to build that type of cross-gcc, and drag in header files as they were found to be needed. I never tried this - I would take the question to the 'gcc' or 'egcs' mailing lists. Let us know what you find. - John Mills To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 7: 1:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 0002737B408 for ; Tue, 4 Jun 2002 07:00:57 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id QAA21082 for ; Tue, 4 Jun 2002 16:51:58 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g54Dmeq35720 for ; Tue, 4 Jun 2002 16:48:45 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Tue, 4 Jun 2002 16:48:40 +0300 (EEST) From: Alexander V Zubchenko To: FreeBSD Questions Subject: Filesystem layout Message-ID: <20020604164357.Y35686-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, All! I have general question about the subj. How it would be better for administering to install big pkg's, such as apache, mysql, postgresql, etc., directly in /usr/local/ or in /usr/local/{pkg_name}? And, when compiling apache 2.0 it doesn't found my postgresql-7.2 installation. It was necessary to install PgSQL to /usr/local/pgsql to make it work. Thanx for existence, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 7:21:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.navitaire.com (mail.navitaire.com [205.182.62.81]) by hub.freebsd.org (Postfix) with ESMTP id E97BC37B405 for ; Tue, 4 Jun 2002 07:21:22 -0700 (PDT) Received: from exchange.Navitaire.com (exch.navitaire.com [149.122.4.14]) by mail.navitaire.com (Switch-2.1.4/Switch-2.1.0) with ESMTP id g54ELLr10159 for ; Tue, 4 Jun 2002 09:21:21 -0500 (CDT) Received: by exchange.Navitaire.com with Internet Mail Service (5.5.2653.19) id ; Tue, 4 Jun 2002 09:19:54 -0500 Message-ID: From: "Henning, Brian" To: "'freebsd-questions@FreeBSD.ORG'" Subject: mplayer Date: Tue, 4 Jun 2002 09:19:53 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello- I am trying to play a vcd that was created with nero burning rom but, I can't seem to get it working. below i have the command i used and the error i get. It is a regular vcd and not an svcd. I am not sure why it doesn't know the file format. thanks for any help, brian > mplayer -vcd 2 -cdrom-device /dev/acd0a -vo x11 . . . Playing VCD track 1 track 01: adr=1 ctrl=4 format=2 00:02:00 track 02: adr=1 ctrl=4 format=2 00:18:64 track 03: adr=1 ctrl=4 format=2 04:45:03 track 04: adr=1 ctrl=4 format=2 08:22:20 track 05: adr=1 ctrl=4 format=2 12:28:29 track 06: adr=1 ctrl=4 format=2 16:56:18 track 07: adr=1 ctrl=4 format=2 21:23:38 track 08: adr=1 ctrl=4 format=2 24:25:68 track 09: adr=1 ctrl=4 format=2 28:09:45 track 10: adr=1 ctrl=4 format=2 31:46:36 track 11: adr=1 ctrl=4 format=2 36:28:55 track 12: adr=1 ctrl=4 format=2 39:57:74 track 13: adr=1 ctrl=4 format=2 46:20:50 track 14: adr=1 ctrl=4 format=2 49:36:01 track 15: adr=1 ctrl=4 format=2 54:09:59 track 16: adr=1 ctrl=4 format=2 58:27:30 track 17: adr=1 ctrl=4 format=2 62:27:27 track 18: adr=1 ctrl=4 format=2 67:28:47 track 19: adr=1 ctrl=4 format=2 72:25:27 ============= Sorry, this file format not recognized/supported =============== === If this file is an AVI, ASF or MPEG stream, please contact the author! === To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 7:47:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI2.Partners.org (phsexchici2.partners.org [170.223.254.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FE8037B43C for ; Tue, 4 Jun 2002 07:46:06 -0700 (PDT) Received: by phsexchici2.partners.org with Internet Mail Service (5.5.2650.21) id ; Tue, 4 Jun 2002 10:46:05 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1B2D@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: "'steve@northnetworks.ca'" , freebsd-questions@freebsd.org Subject: RE: Logging commands... Date: Tue, 4 Jun 2002 10:46:03 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Steve Bertrand [mailto:steve@northnetworks.ca] wrote: > I am running FreeBSD 4.5 and am about to config and install > amanda backup > software (www.amanda.org). Cool! I've got this up and running in my small installation (backing up about 6 machines, mostly Solaris)... > How can I output the actual commands to a text file without > sending the > result of a command to the file? Is it possible? The two most commonly used shells ([t]csh and bash) have a 'history' mechanism, which stores the 'n' most recently used commands to a file. In tcsh, the file is ~/.history. It may be different under bash. You should, in theory, be able to set your history to be a large enough value, then later on go and copy out what you need from this file. It's not perfect, but it's straightforward. An alternative might be to use the following perl script [UNTESTED]: ----------- #!/usr/bin/perl -w use strict; use warnings; my $out_file_name = shift @ARGV; open(my $out, ">>", $out_file_name) or die("Can't open $out_file_name: $!"); print $out "Script from ", scalar(localtime), "\n\n"; my $done = 0; while(!$done) { chomp(my $curr_dir = `pwd`); print $curr_dir, " %"; chomp(my $in = <>); print $out $in, "\n"; if ($in eq 'exit') { $done++; } else { `$in`; } } close($out); __END__ --------------- I have no clue if this will properly output data to the console -- you may have to spend more than about 3 minutes writing it to get it to show you what's happening... HTH, Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 7:51: 0 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 4776937B405; Tue, 4 Jun 2002 07:50:48 -0700 (PDT) Received: from [172.19.20.63] (helo=mrvdomng2.kundenserver.de) by moutvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 17FFdp-0000DT-00; Tue, 04 Jun 2002 16:50:33 +0200 Received: from [217.1.114.40] (helo=pD9017228.dip.t-dialin.net) by mrvdomng2.kundenserver.de with esmtp (Exim 3.22 #2) id 17FFdo-0000wg-00; Tue, 04 Jun 2002 16:50:32 +0200 Date: Tue, 4 Jun 2002 16:50:05 +0000 (GMT) From: Peter Ulrich Kruppa To: Eugene Panchenko Cc: , Subject: Re: How to remove ALL ports at once? In-Reply-To: Message-ID: <20020604163950.U87907-100000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I have a small question, but it is important for me to know. I had been = using my system for a long time, and without portupgrading my ports. So, r= ight now I have three versions of gettext, different iconv libraries and ut= ils (biconv and iconv), QT toolkits of several versions - all with overlapp= ing files in +CONTENTS, so I cant just pkg_delete them. > > So my question is: can I do this: > > 1) Backup all I needed ~/.app_i_use/ directories > 2) Backup all I needed /usr/local/etc/* and /usr/local/etc/rc.d/* > 3) rm -fr /usr/local/* > 4) Backup mine /usr/X11R6/lib/X11/XF86Config > 5) rm -fr /usr/X11R6/ > 6) rm -fr /var/db/pkg/* > > And start with clean, base system again, just after > installing FreeBSD from the beginning?? > > This is very important for me to know how I can remove > EVERYTHING that got on my hardrive from ports, and not to > touch BASE system at all. Everything you installed via ports or pkg_add can be deinstalled and deleted by # pkg_delete -rf * If you like, you may also remove your complete ports directory and cvsup to the latest version. If not you can #cd /usr/ports # make clean (will take some hours) Good luck :-) Uli. > > Thank you all in advance. > > -- Eugene > > P/S - corry for x-posting, I dont know where this is more correct to send= =2E.. > ____________________________________________________________ > =EE=CF=D7=CF=C5 =CE=C1 =EE=E7=F3: > http://ngs.ru/icq - Web =D7=C5=D2=D3=C9=D1 ICQ. > http://ngs.ru/chat - =E5=DD=A3 =CF=C4=C9=CE =DE=C1=D4. > ____________________________________________________________ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 7:55:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc23.worldnet.att.net (mtiwmhc23.worldnet.att.net [204.127.131.48]) by hub.freebsd.org (Postfix) with ESMTP id 17C1837B404 for ; Tue, 4 Jun 2002 07:55:33 -0700 (PDT) Received: from stevenfettig.com ([12.76.82.81]) by mtiwmhc23.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020604145531.SBGE5116.mtiwmhc23.worldnet.att.net@stevenfettig.com>; Tue, 4 Jun 2002 14:55:31 +0000 Message-ID: <3CFCD4E4.2030406@stevenfettig.com> Date: Tue, 04 Jun 2002 09:55:32 -0500 From: Steve Fettig User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Tindall Cc: FreeBSD-Questions@freebsd.org Subject: Re: Mail Server Newbie Recommendations 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 Personally, I like qmail the most. I use a qmail, vpopmail (for POP3) and courier-imap combo and am very happy with the results. (I also have some other things like ssl and a web interface, but that appears to be more than you need/want.) I would look at www.qmail.org. I also translated a FreeBSD Qmail Howto from Oliver Lehmann. The original is in German at www.pofo.de and my translation starts at http://www.stevenfettig.com/article.php?sid=13 I've been trying to add comments to the translation as I have gone and added and changed things, but time is pretty valuable right now and this is as far as I have gotten so far. Steve Mike Tindall wrote: >Hi all, > >I built a FreeBSD 4.5 box that I would like to use for a mail server. Does >anyone have any recommendations for a mail server package that would work >well with the following features: > >POP/SMTP >Ability to use SPAM filtering services >Virtual Domains >< 25 accounts >< 5 domains >Easy to configure > >I have experience using FreeBSD for web hosting and DNS but never for mail >hosting. Since this is my first time trying this I would like something >with a lot of documentation to follow. If there any books or HowTo's that >are out there I would be interested in hearing about them as well. > >Thank you in advance, > >Mike Tindall > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 8: 9:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from oh.daemon.sh (L0820P24.dipool.highway.telekom.at [62.46.166.120]) by hub.freebsd.org (Postfix) with ESMTP id AE8F437B403 for ; Tue, 4 Jun 2002 08:09:24 -0700 (PDT) Received: from oh.daemon.sh (sperber@localhost.oh.daemon.sh [127.0.0.1]) by oh.daemon.sh (8.12.3/8.11.6) with ESMTP id g54Cg7r1061371 for ; Tue, 4 Jun 2002 14:42:08 +0200 (CEST) (envelope-from sperber@oh.daemon.sh) X-Authentication-Warning: oh.daemon.sh: Host sperber@localhost.oh.daemon.sh [127.0.0.1] claimed to be oh.daemon.sh Received: by oh.daemon.sh (8.12.3/8.12.3/Submit) id g54Cg5Fp061364 for questions@freebsd.org; Tue, 4 Jun 2002 14:42:05 +0200 (CEST) (envelope-from sperber) Content-Type: text/plain; charset="us-ascii" From: Sperber To: questions@freebsd.org Subject: pthreads & freebsd Date: Tue, 4 Jun 2002 14:42:04 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206041442.04783.sperber@gmx.at> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I'm having problems with pthreads in freebsd. Especially with the paramet= ers. I'm trying to call a function with a char * parameter, but the ways I tri= ed it=20 yet didn't work. I found some examples on the net, which where probably for linux (-lpthre= ad),=20 and which didn't work either. So lets say I have: void *my_function(char *my_parameter) { =2E.. } and I want to create a thread with this function, how could that work? thx in advance, Sperber To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 8: 9:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from corten2.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by hub.freebsd.org (Postfix) with ESMTP id EC93937B404 for ; Tue, 4 Jun 2002 08:09:20 -0700 (PDT) Received: from corten8.billschoolcraft.com ([192.168.7.8]) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 17FFw0-0001W8-00 for ; Tue, 04 Jun 2002 08:09:20 -0700 Date: Tue, 4 Jun 2002 08:13:29 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: bill@corten8 To: freebsd-questions@FreeBSD.ORG Subject: [4.5] Upgrading to XFree-4.2 grrrrr Message-ID: System-ID: [en] (I; Linux i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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 Family, Just installed the FreeBSD-4.5 (from Walnut_Creek) and upgraded my ports to enable me to upgrade to XFree-4.2, I get continual build errors and wonder if there is a "sequence" of files to build to get through it. This is all based on 3.3.6's inability to deal with the Intel Corporation 82810E CGC [Chipset Graphics Controller] (rev 03) -- |<--------------------------------72---------------------------------->| Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 8:30:36 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 1EC6437B404 for ; Tue, 4 Jun 2002 08:30:33 -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.36 #1) id 17FGGV-0000KV-00; Tue, 04 Jun 2002 17:30:31 +0200 Received: (qmail 2625 invoked by uid 1000); 4 Jun 2002 15:33:06 -0000 Message-ID: <20020604153306.2624.qmail@wn4-marvin.wn4.uni-karlsruhe.de> To: John Mills Cc: Gautham Ganapathy , Alex , "FreeBSD.org - Questions" Subject: Re: Windows EXE References: From: Benedikt Schmidt Date: Tue, 04 Jun 2002 17:33:06 +0200 In-Reply-To: (John Mills's message of "Tue, 4 Jun 2002 10:03:01 -0400 (EDT)") Lines: 33 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 John Mills writes: > On Tue, 4 Jun 2002, Gautham Ganapathy wrote: > >> > CJU> Is there any way to compile Windows executable files in BSD? > > _If_ this means compiling an *.exe in FreeBSD and running it on a MsWin32 > machine (is that what you meant??), I suppose that means a cross-gcc with > an appropriate set of header files, but I never tried to set up such a > beast. > >> I think there is a compiler in the ports for compiling Win32 executables >> under fbsd. mingw32, i think > > Not quite - my understanding of 'mingw32' is that it provides ports of the > principal 'gcc' tools to run natively in MsWin32 (in contrast to running > 'gcc' tools built for Cygwin, in Cygwin over MsWin32). Mingw is a port of the GNU toolchain to windows that does not rely on 3rd party dlls (like cygwin). But the mingw port for FreeBSD provides an environment for compiling code targetting win32 by using mingw headers and libraries. > If you want to run in a *nix environment and target MsWin32, I would try > to build that type of cross-gcc, and drag in header files as they were > found to be needed. Or just install devel/mingw-gcc. (devel/mingw-gcc )% cat pkg-comment FSF gcc-2.95.2 for Windows cross-development -- Regards, Benedikt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 8:31: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tltodd.com (badger.tltodd.com [208.133.92.209]) by hub.freebsd.org (Postfix) with ESMTP id 328A237B404 for ; Tue, 4 Jun 2002 08:30:42 -0700 (PDT) Received: (from tlt@localhost) by tltodd.com (8.9.3/8.9.3) id KAA27821 for freebsd-questions@freebsd.org; Tue, 4 Jun 2002 10:30:40 -0500 (CDT) (envelope-from tlt) Date: Tue, 4 Jun 2002 10:30:39 -0500 From: Terry Todd To: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.0dp1 nfs server to Red Hat nfs client extremely slow Message-ID: <20020604103039.A11587@badger.tltodd.com> References: <20020603102416.A98405@badger.tltodd.com> <20020603152547.A32050@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20020603152547.A32050@xor.obsecurity.org>; from kris@obsecurity.org on Mon, Jun 03, 2002 at 03:25:48PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jun 03, 2002 at 03:25:48PM -0700, Kris Kennaway wrote: > On Mon, Jun 03, 2002 at 10:24:16AM -0500, Terry Todd wrote: > > > I created a ufs file system on a 5.0dp1 FreeBSD system and exported > > it. One of my users complained that it was 10 times slower than > > other systems. I ran some tests using "dd if=/dev/zero of=somefile > > bs=1024k count=256". Sure enough his system took 17 minutes to > > complete that command when writing to the nfs mounted file system > > I had created. He is running 7.2 Red Hat linux. I found other RH > > linux systems had similar times. However, other FreeBSD and > > Slackware systems could complete the command in 30-45 seconds. > > Does anyone have any idea what the problem might be? I noticed > > the RH systems didn't have NFSv3 support. I don't know if that > > would cause such a drastic difference or not. > > Um, well if you're comparing apples and oranges you should expect them > to taste different. Yes, the fact that you're using an older version > of the NFS protocol will matter. > > Kris Here's more data: All comparisons were done by running: time dd if=/dev/zero of=somefile bs=1024k count=256 NFS server NFS client transfer time Red Hat 2.2.16-22 Slackware 2.2.20 0m25.48s Red Hat 2.2.16-22 FreeBSD 4.4-RELEASE 46.902824 secs Slackware 2.2.20 FreeBSD 4.4-RELEASE 49.100937 secs Slackware 2.2.20 Red Hat 2.2.16-22 0m40.375s FreeBSD 5.0-DP1 FreeBSD 4.4-RELEASE 52.279700 secs FreeBSD 5.0-DP1 Slackware 2.2.20 0m55.270s FreeBSD 5.0-DP1 Red Hat 2.2.16-22 18m12.448s <- 18 Minutes I can ftp 268435456 bytes from the FreeBSD 5.0-DP1 to the Red Hat 2.2.16-22 in 28 seconds. Using FreeBSD 4.5-RELEASE gives the same times as 5.0-DP1. So what gives? I'd really like to use FreeBSD for the NFS server. 99% of the clients here are Red Hat Linux. My understanding is FreeBSD will handle nfs v2 or v3. Restarting mountd with the -2 option made no difference. The Slackware system handles both nfs v2 and v3. These systems are all on the same 100M ethernet switch. Does anyone else have similar experiences? Does anyone have a solution? TIA, Terry Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 8:31:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI2.Partners.org (phsexchici2.partners.org [170.223.254.21]) by hub.freebsd.org (Postfix) with ESMTP id 39B9E37B404 for ; Tue, 4 Jun 2002 08:31:27 -0700 (PDT) Received: by phsexchici2.partners.org with Internet Mail Service (5.5.2650.21) id ; Tue, 4 Jun 2002 11:31:26 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1B2F@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: 'Ryan Thompson' , Steven Lake Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Questions about Chmod Date: Tue, 4 Jun 2002 11:31:17 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ryan Thompson [mailto:ryan@sasknow.com] wrote: > find(1) will assist you with this. find(1) allows you to apply > commands to each file it matches. So, something like > > chmod 755 `find . -name "WWW" -print` > > Should do the trick. This will possbily have a problem: find will output a newline separated list. This could confuse the chmod command.... instead: read the find manpage, as well as the xargs manpage. You should be able to type something _like_ (I'm not positive it's exactly this, but it approaches) find . -name "WWW" -exec "chmod 755 {}" -print or: find . -name "WWW" -print | xargs chmod 755 People differ on which version they prefer, and in some situations they like one or the other (I think it depends on if they feel like piping through a tee or not...) HTH, Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 8:46:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with ESMTP id E7A3637B401 for ; Tue, 4 Jun 2002 08:46:34 -0700 (PDT) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.3/8.12.2) with ESMTP id g54FkC27013726; Tue, 4 Jun 2002 11:46:12 -0400 (EDT) (envelope-from culverk@alpha.yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.3/8.12.3/Submit) with ESMTP id g54FkBhL013723; Tue, 4 Jun 2002 11:46:11 -0400 (EDT) (envelope-from culverk@alpha.yumyumyum.org) Date: Tue, 4 Jun 2002 11:46:11 -0400 (EDT) From: Kenneth Culver To: Roman Jasin Cc: barbish@a1poweruser.com, Subject: Re: connection drops after some time In-Reply-To: <83E51D2E-778B-11D6-8349-00039345B18A@mac.com> Message-ID: <20020604114556.O13720-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That could still be a problem if your provider is using ppp over ethernet. Ken On Tue, 4 Jun 2002, Roman Jasin wrote: > Joe, > > Thanks for the thought, but I have RadioDSL connection. I don't use a > modem. I'm plugged in via Ethernet card. > > Thanks tho, > > -Roma > > On Tuesday, June 4, 2002, at 12:30 AM, Joe & Fhe Barbish wrote: > > > Roman > > I think you are headed in the wrong direction. > > You did not state how you are connecting to your ISP. > > If you are using user ppp then you are being cut off by the default time > > limit in /etc/ppp/ppp.conf. > > Change the set timeout option to the following. > > set timeout 0 # no idle time out, will not disconnect > > > > Joe > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bill Moran > > Sent: Monday, June 03, 2002 4:36 PM > > To: Roman Jasin > > Cc: Chris Fedde; freebsd-questions@FreeBSD.ORG > > Subject: Re: connection drops after some time > > > > Roman Jasin wrote: > >> Thanks Chris, > >> > >> I guess that's what I'll have to do. You wouldn't believe how > >> incompetent some ISPs can be here (Latvia). I probably spend hours on > >> the phone trying to get them to check whether they have a timeout > >> setup. > > > > I feel your pain. I've worked for some people like this, and > > occasionally, > > I've just fixed the problem when the boss' back was turned, despite the > > fact that he had specifically told me not to. :( > > Hopefully, the suggestion I give below will help you fix things. > > As far as the ISPs in Latvia being incompetent, I'm sorry, but there are > > some in the US who are just as bad (if not worse). > > > >> On Monday, June 3, 2002, at 09:34 PM, Chris Fedde wrote: > >> > >>> On Mon, 3 Jun 2002 20:06:39 +0300 Roman Jasin wrote: > >>> +------------------ > >>> | I guess the problem is my ISP, but I'm not sure about that. Plus > >>> those > >>> | guys aren't very helpful, so I'm hoping to fix it w/o them. It > >>> proved to > >>> | be the fastest path in the past. > >>> | > >>> | Here is what happening with my FreeBSD 4.5-STABLE box, running > >>> Apache, > >>> | sshd, and sendmail. It becomes inaccessible from outside world > >>> after > >>> | less than an hour if I'm not doing something on it. As soon as I > >>> access > >>> | something from it, whether via http or simple ping, it comes back > >>> | online and you can see it from the outside. It looks like it > >>> forgets > >>> | ISP's default router address. APM is not an issue simply because > >>> it's > >>> | disabled. I tried everything, even replacing the NIC and the box > >>> itself. > >>> | I'm on RadioDSL with BreezeAccess antenna, and like I said I don't > >>> have > >>> | problems with the accessing Internet. The problem is that the > >>> outside > >>> | world can't 'see' my server if I don't access the Internet from it > >>> for a > >>> | while. > >>> | Hope it makes sense. > >>> | > >>> | Any help is very appreciated, > >>> +------------------ > > > > I worked for an ISP for a while that had the same problem with his > > servers. > > It turned out that the recycled old switching hub that he was using had > > an > > option to protect the network from broadcast storms and other broadcast > > traffic attacks. Unfortunately, the method it used was to calculate the > > percentage of traffic that was broadcast, and when that percentage got > > too > > high, temporarily disconnect the machines receiving the broadcasts from > > the > > network. This resulted in the machines being disconnected during slow > > times > > when the only network traffic was Windows NetBIOS broadcasts. Luckily, > > the > > hub had an option to turn this "feature" off. > > You didn't specify your network and other hadware setup. This may be > > something > > on your end, or it may be the ISPs hardware. If the latter, you may > > have > > trouble getting it handled if the ISP is as tough to work with as you > > claim. > > > >>> An obvious work around is to put something that tickles the net into > >>> crontab: > >>> > >>> */20 * * * * ping -c 3 www.myisp.com > /dev/null 2>&1 > >>> > >>> But that does not address the "real" problem. I suspect that it is a > >>> policy issue on the ISP or layer2 provider that is timing out your DSL > >>> virtual circuit. > > > > We used this solution for some time. It seemed like an unholy hack of a > > half-a$$ed solution, but it worked. > > > > -- > > Bill Moran > > Potential Technology > > http://www.potentialtech.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 8:54:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id C136537B400 for ; Tue, 4 Jun 2002 08:54:30 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.3) id g54FsQrC082999; Tue, 4 Jun 2002 10:54:26 -0500 (CDT) (envelope-from dan) Date: Tue, 4 Jun 2002 10:54:26 -0500 From: Dan Nelson To: Terry Todd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 5.0dp1 nfs server to Red Hat nfs client extremely slow Message-ID: <20020604155426.GB46396@dan.emsphone.com> References: <20020603102416.A98405@badger.tltodd.com> <20020603152547.A32050@xor.obsecurity.org> <20020604103039.A11587@badger.tltodd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020604103039.A11587@badger.tltodd.com> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 04), Terry Todd said: > Here's more data: > All comparisons were done by running: > time dd if=/dev/zero of=somefile bs=1024k count=256 > > NFS server NFS client transfer time > Red Hat 2.2.16-22 Slackware 2.2.20 0m25.48s > Red Hat 2.2.16-22 FreeBSD 4.4-RELEASE 46.902824 secs > Slackware 2.2.20 FreeBSD 4.4-RELEASE 49.100937 secs > Slackware 2.2.20 Red Hat 2.2.16-22 0m40.375s > FreeBSD 5.0-DP1 FreeBSD 4.4-RELEASE 52.279700 secs > FreeBSD 5.0-DP1 Slackware 2.2.20 0m55.270s > FreeBSD 5.0-DP1 Red Hat 2.2.16-22 18m12.448s <- 18 Minutes > > I can ftp 268435456 bytes from the FreeBSD 5.0-DP1 to > the Red Hat 2.2.16-22 in 28 seconds. I assume the RedHat 2.2.16 kernel is using NFSv2? NFSv2 requires that all writes be immediately commited to stable storage (i.e. either disk or battery-backed RAM). Chances are the Linux NFS servers are caching writes against spec, which is why they are so fast. A way to check this is to just listen to the disks when you do the copy. An NFSv2 server with no battery-backed RAM should be hammering its disks syncing data (usually a seek per sync). If you want fast NFSv2 mounts, sysctl vfs.nfs.async=1 on the server, but be aware that if the server crashes it could corrupt files in use by the client. If you want fast reliable mounts, upgrade that Redhat box to something that can do NFSv3. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 8:59:51 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 814E637B401 for ; Tue, 4 Jun 2002 08:59:48 -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 IAA31152; Tue, 4 Jun 2002 08:59:46 -0700 Message-ID: <3CFCE3F1.2060607@owt.com> Date: Tue, 04 Jun 2002 08:59:45 -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: Bill Schoolcraft Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [4.5] Upgrading to XFree-4.2 grrrrr 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 Bill Schoolcraft wrote: > Hello Family, > > Just installed the FreeBSD-4.5 (from Walnut_Creek) and upgraded > my ports to enable me to upgrade to XFree-4.2, I get continual > build errors and wonder if there is a "sequence" of files to > build to get through it. > > This is all based on 3.3.6's inability to deal with the > Intel Corporation 82810E CGC [Chipset Graphics Controller] (rev > 03) > > There are some people a while back deleted all of the ports that use XFree86. A pkg_delete -r "XFree*" will do that. You also have to delete imake. The version of imake is part of the XFree86 port. Then, they removed /usr/X11R6/*. I installed "imake-4.2" and then started installing the metaport XFree86-4.2.0_1,1. This compiled with out errors; however, I didn't do the "rm -rf /usr/X11R6/*" and would have configure errors building kde-3 packages. I was on an AMD-1600+ XP and the learning process wasn't that slow. It just took a few tries :). 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 Tue Jun 4 9:16:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from yahoo.com (sw59-52-81.adsl.seed.net.tw [61.59.52.81]) by hub.freebsd.org (Postfix) with SMTP id 26B7937B403; Tue, 4 Jun 2002 09:16:28 -0700 (PDT) Received: from tcts by gcn.net.tw with SMTP id iAqzgikmBpRSv8zu3dl; Wed, 05 Jun 2002 00:18:35 +0800 Message-ID: From: y7163@FreeBSD.ORG To: pSc27l@ara.seed.net.tw Subject: D5hHFD4uZIGOfov mOPI4cLa9BsPUQ1H5 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_kcQJVxcaALpoghil" X-Priority: 3 X-MSMail-Priority: Normal Date: Tue, 4 Jun 2002 09:16:28 -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_kcQJVxcaALpoghil Content-Type: multipart/alternative; boundary="----=_NextPart_kcQJVxcaALpoghilAA" ------=_NextPart_kcQJVxcaALpoghilAA Content-Type: text/html; charset="big5" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT6lvKlSplek5aXzPC90aXRsZT4NCjxtZXRhIGh0dHAtZXF1 aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWJpZzUiPg0KPC9o ZWFkPg0KDQo8Ym9keSBiZ2NvbG9yPSIjRkZGRkZGIiB0ZXh0PSIjMDAwMDAwIiBsZWZ0bWFyZ2lu PSIwIiB0b3BtYXJnaW49IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiPg0KPHA+ PGltZyBzcmM9Imh0dHA6Ly90ZWwuaW50ZXJpb3J3b3JsZC5jb20vMDk2NS5qcGciPjxicj4NCiAg PGltZyBzcmM9Imh0dHA6Ly90ZWwuaW50ZXJpb3J3b3JsZC5jb20vMDk2NS1jbi5naWYiPiA8YnI+ DQogIKG0tOSleKRUpmG2V7lMpFG4VaZXt3yt+77cpM2y4aTRuOquxq53obQ8YnI+DQogIDxmb250 IGNvbG9yPSIjOTkwMDk5Ij6leMZXpmGwz7t5rbWwdLnvsU29dTwvZm9udD4gOiA8Zm9udCBjb2xv cj0iI0ZGMDAwMCI+MDk2NTAtODg2LTIyIA0KICA8L2ZvbnQ+PC9wPg0KPHA+Jm5ic3A7PC9wPg0K PHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9w Pg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7 PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+IA0K ICA8c2NyaXB0IHNyYz0iaHR0cDovL3d3dy5kb24tbmV0LmNvbS50dy9jb3VudGVyL2NvdW50cGlj LzMvY291bnQuYXNwP25hbWU9d2ViLXdlYiI+PC9zY3JpcHQ+DQo8L3A+DQo8L2JvZHk+DQo8L2h0 bWw+ ------=_NextPart_kcQJVxcaALpoghilAA-- ------=_NextPart_kcQJVxcaALpoghil-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 9:17:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from yahoo.com (sw59-52-81.adsl.seed.net.tw [61.59.52.81]) by hub.freebsd.org (Postfix) with SMTP id E314A37B409; Tue, 4 Jun 2002 09:16:55 -0700 (PDT) Received: from kimo by party.seed.net.tw with SMTP id 7XHBQDLS3JaOenETpbXKWTLX; Wed, 05 Jun 2002 00:19:03 +0800 Message-ID: From: wbean@FreeBSD.ORG To: 8gizZ@titan.seed.net.tw Subject: kWQlLv9NGF8dnyPvQ0 uVKGy5I9RgpJrrDFTNc MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_kcQJVxcaALpoghil" X-Priority: 3 X-MSMail-Priority: Normal Date: Tue, 4 Jun 2002 09:16:55 -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_kcQJVxcaALpoghil Content-Type: multipart/alternative; boundary="----=_NextPart_kcQJVxcaALpoghilAA" ------=_NextPart_kcQJVxcaALpoghilAA Content-Type: text/html; charset="big5" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT6lvKlSplek5aXzPC90aXRsZT4NCjxtZXRhIGh0dHAtZXF1 aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWJpZzUiPg0KPC9o ZWFkPg0KDQo8Ym9keSBiZ2NvbG9yPSIjRkZGRkZGIiB0ZXh0PSIjMDAwMDAwIiBsZWZ0bWFyZ2lu PSIwIiB0b3BtYXJnaW49IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiPg0KPHA+ PGltZyBzcmM9Imh0dHA6Ly90ZWwuaW50ZXJpb3J3b3JsZC5jb20vMDk2NS5qcGciPjxicj4NCiAg PGltZyBzcmM9Imh0dHA6Ly90ZWwuaW50ZXJpb3J3b3JsZC5jb20vMDk2NS1jbi5naWYiPiA8YnI+ DQogIKG0tOSleKRUpmG2V7lMpFG4VaZXt3yt+77cpM2y4aTRuOquxq53obQ8YnI+DQogIDxmb250 IGNvbG9yPSIjOTkwMDk5Ij6leMZXpmGwz7t5rbWwdLnvsU29dTwvZm9udD4gOiA8Zm9udCBjb2xv cj0iI0ZGMDAwMCI+MDk2NTAtODg2LTIyIA0KICA8L2ZvbnQ+PC9wPg0KPHA+Jm5ic3A7PC9wPg0K PHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9w Pg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7 PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+IA0K ICA8c2NyaXB0IHNyYz0iaHR0cDovL3d3dy5kb24tbmV0LmNvbS50dy9jb3VudGVyL2NvdW50cGlj LzMvY291bnQuYXNwP25hbWU9d2ViLXdlYiI+PC9zY3JpcHQ+DQo8L3A+DQo8L2JvZHk+DQo8L2h0 bWw+ ------=_NextPart_kcQJVxcaALpoghilAA-- ------=_NextPart_kcQJVxcaALpoghil-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 9:31: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tltodd.com (badger.tltodd.com [208.133.92.209]) by hub.freebsd.org (Postfix) with ESMTP id B021F37B405 for ; Tue, 4 Jun 2002 09:30:58 -0700 (PDT) Received: (from tlt@localhost) by tltodd.com (8.9.3/8.9.3) id LAA28418 for freebsd-questions@freebsd.org; Tue, 4 Jun 2002 11:30:56 -0500 (CDT) (envelope-from tlt) Date: Tue, 4 Jun 2002 11:30:56 -0500 From: Terry Todd To: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.0dp1 nfs server to Red Hat nfs client extremely slow Message-ID: <20020604113056.A27948@badger.tltodd.com> References: <20020603102416.A98405@badger.tltodd.com> <20020603152547.A32050@xor.obsecurity.org> <20020604103039.A11587@badger.tltodd.com> <20020604155426.GB46396@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20020604155426.GB46396@dan.emsphone.com>; from dnelson@allantgroup.com on Tue, Jun 04, 2002 at 10:54:26AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 04, 2002 at 10:54:26AM -0500, Dan Nelson wrote: > In the last episode (Jun 04), Terry Todd said: > > Here's more data: > > All comparisons were done by running: > > time dd if=/dev/zero of=somefile bs=1024k count=256 > > > > NFS server NFS client transfer time > > Red Hat 2.2.16-22 Slackware 2.2.20 0m25.48s > > Red Hat 2.2.16-22 FreeBSD 4.4-RELEASE 46.902824 secs > > Slackware 2.2.20 FreeBSD 4.4-RELEASE 49.100937 secs > > Slackware 2.2.20 Red Hat 2.2.16-22 0m40.375s > > FreeBSD 5.0-DP1 FreeBSD 4.4-RELEASE 52.279700 secs > > FreeBSD 5.0-DP1 Slackware 2.2.20 0m55.270s > > FreeBSD 5.0-DP1 Red Hat 2.2.16-22 18m12.448s <- 18 Minutes > > > > I can ftp 268435456 bytes from the FreeBSD 5.0-DP1 to > > the Red Hat 2.2.16-22 in 28 seconds. > > I assume the RedHat 2.2.16 kernel is using NFSv2? NFSv2 requires that > all writes be immediately commited to stable storage (i.e. either disk > or battery-backed RAM). Chances are the Linux NFS servers are caching > writes against spec, which is why they are so fast. A way to check > this is to just listen to the disks when you do the copy. An NFSv2 > server with no battery-backed RAM should be hammering its disks syncing > data (usually a seek per sync). > > If you want fast NFSv2 mounts, sysctl vfs.nfs.async=1 on the server, > but be aware that if the server crashes it could corrupt files in use > by the client. If you want fast reliable mounts, upgrade that Redhat > box to something that can do NFSv3. Dan, Thanks a million. vfs.nfs.async=1 was not exactly it but allowed me to grep the output of sysctl -a for async and come up with vfs.nfsrv.async which I set to 1 and viola my nfs write times from the RH system to the 5.0DP1 system went to 0m54.747s which is well within the acceptable range. I understand the rest of the implications. Thanks again, Terry Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 9:31:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.omicnet.com (ip-208-181-72-171.adsl.radiant.net [208.181.72.171]) by hub.freebsd.org (Postfix) with ESMTP id 08B2B37B405 for ; Tue, 4 Jun 2002 09:31:19 -0700 (PDT) Received: from inspector2 (130-94-160-46-dsl.hevanet.com [130.94.160.46]) by www.omicnet.com (8.9.3/8.9.2) with SMTP id JAA13044; Tue, 4 Jun 2002 09:31:11 -0700 From: inspector.us@omicnet.com To: johann@broadpark.no, sroberts@dsl.pipex.com Cc: questions@FreeBSD.ORG Date: Tue, 04 Jun 2002 09:30:39 -0700 X-Priority: 3 (Normal) Organization: OMIC Portland In-Reply-To: <1023193948.315.144.camel@Demon.Strobe.org> Message-Id: Subject: Re: PRINT: HP DeskJet 820Cxi MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: Opera 6.01 build 1041 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 6/4/2002 5:32:25 AM, "S. Roberts" wrote: >Hi Johann, > I saw your post that relates to an earlier post I had concerning my >wanting to get my parallel printing to work - I also am hoping to get my >FreeBSD box to print to a HP Deskjet 820 Cxi for Windows - Professional >Series printer here without any success so far. I should say, that I've >not had many replies to my original post (sorry). > >I saw in your post that you actually have your ppc0 port detected >correctly by your system, which is the problem I have. On boot, this is >all I get for my ppc0: >$ cat dmesg.boot | grep ppc >ppc0: cannot reserve I/O port range >$ > >Here is the kernel support I have compiled in: >device scbus # SCSI bus (required) >device da # Direct Access (disks) > ># 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 > >Needless to say, I can't get parallel port printing going from the start >here. Did you have to do any particular Kernel / bios configs in order >to get your parallel port configured? > >Sorry I can't be any help to your case, but I'm hoping you could at >least assist me in getting somewhere with mine - then at I could see if >I could get on working on getting this printer to work as well. > >Thanks for any help in advance! > >Stacey > > >On Tue, 2002-06-04 at 06:53, johann@broadpark.no wrote: >> ppc0: at port 0x378-0x37f irq 7 on isa0 >> ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode >> ppbus0: IEEE1284 device found /NIBBLE/ECP >> Probing for PnP devices on ppbus0: >> ppbus0: SCP,VLINK >> plip0: on ppbus0 >> lpt0: on ppbus0 >> lpt0: Interrupt-driven port >> ppi0: on ppbus0 >> >> There's no doubt about it, it does get detected. Then why can't I lptest > >> /dev/lpt0? >> >> Note, as modems have winmodems this printer is labeled 'For Windows'. I hope >> that won't interfere with anything. >> >> Thanks. >> >> -- Johann >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >-- >Stacey Roberts B.Sc. (HONS) Computer Science >Network Systems Engineer > Nor have I. I have the 820 Cse, and finally found a CUPS driver module for it. See www.cups.org for more info. The driver is called 'pnm2ppa', and it requires that you edit the makefile a bit before installing (I think it still needs to be 'adapted' for FreeBSD. This is one of several models of DJ that need this 'special' driver. I am a newbie, so if anyone gets this to work, PLEASE let me know! Thanks, Best Regards, Joshua Lokken OMIC Portland Branch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 10:12:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from Danovitsch.dnsq.org (b74143.upc-b.chello.nl [212.83.74.143]) by hub.freebsd.org (Postfix) with ESMTP id 48D4737B403 for ; Tue, 4 Jun 2002 10:12:44 -0700 (PDT) Received: from FreeBSD.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Danovitsch.dnsq.org (8.11.3/8.11.3) with SMTP id g54HBEI57502; Tue, 4 Jun 2002 19:11:14 +0200 (CEST) (envelope-from Danovitsch@Danovitsch.dnsq.org) Content-Type: Multipart/Mixed; charset="iso-8859-1"; boundary="------------Boundary-00=_IUY62PIHVOVH4E4Q14FM" From: "Daan Vreeken [PA4DAN]" Reply-To: Danovitsch@Danovitsch.dnsq.org To: Sperber Subject: Re: pthreads & freebsd Date: Tue, 4 Jun 2002 19:20:42 +0200 X-Mailer: KMail [version 1.2] Cc: FreeBSD-Questions@FreeBSD.org MIME-Version: 1.0 Message-Id: <02060419204200.29291@FreeBSD.Danovitsch.LAN> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_IUY62PIHVOVH4E4Q14FM Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit On Tuesday 04 June 2002 14:42, you wrote: > Hi > > I'm having problems with pthreads in freebsd. Especially with the > parameters. I'm trying to call a function with a char * parameter, but the > ways I tried it yet didn't work. > I found some examples on the net, which where probably for linux > (-lpthread), and which didn't work either. > So lets say I have: > > void *my_function(char *my_parameter) > { > ... > > } > > and I want to create a thread with this function, how could that work? Have a look at this code : (also included as an attachment to avoid mail-spaghetti) -------- cut here -------- #include #include void TheThread (char *Text) { printf("text: %s\n",Text); pthread_exit("lalala"); } int main(int argc, char *argv[]) { pthread_t ThreadID; const char Hello[] = "Hello world!"; char *ReturnString; // Start the thread... pthread_create(&ThreadID,NULL,(pthread_startroutine_t)&TheThread,&Hello); // Wait for the thread to exit pthread_join(ThreadID,(void **)&ReturnString); printf("return value: %s\n",ReturnString); return 0; } -------- cut here -------- compile with : gcc -Wall -pthread test.c -o test grtz! -- Control the lights in my room: http://www.Danovitsch.dnsq.org/webcam Moo, ]:8) --------------Boundary-00=_IUY62PIHVOVH4E4Q14FM Content-Type: text/x-c++; charset="iso-8859-1"; name="test.c" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="test.c" CiNpbmNsdWRlIDxzdGRpby5oPgojaW5jbHVkZSA8cHRocmVhZC5oPgoKdm9pZCBUaGVUaHJlYWQg KGNoYXIgKlRleHQpIHsKCglwcmludGYoInRleHQ6ICVzXG4iLFRleHQpOwoJCglwdGhyZWFkX2V4 aXQoImxhbGFsYSIpOwp9CgoKCmludCBtYWluKGludCBhcmdjLCBjaGFyICphcmd2W10pCnsKCXB0 aHJlYWRfdAkJVGhyZWFkSUQ7Cgljb25zdCBjaGFyCQlIZWxsb1tdID0gIkhlbGxvIHdvcmxkISI7 CgljaGFyCQkJKlJldHVyblN0cmluZzsKCQoKCS8vIFN0YXJ0IHRoZSB0aHJlYWQuLi4KCXB0aHJl YWRfY3JlYXRlKCZUaHJlYWRJRCxOVUxMLChwdGhyZWFkX3N0YXJ0cm91dGluZV90KSZUaGVUaHJl YWQsJkhlbGxvKTsKCgoJLy8gV2FpdCBmb3IgdGhlIHRocmVhZCB0byBleGl0CglwdGhyZWFkX2pv aW4oVGhyZWFkSUQsKHZvaWQgKiopJlJldHVyblN0cmluZyk7CgkKCXByaW50ZigicmV0dXJuIHZh bHVlOiAlc1xuIixSZXR1cm5TdHJpbmcpOwoJCglyZXR1cm4gMDsKfQoKCgoKCgoK --------------Boundary-00=_IUY62PIHVOVH4E4Q14FM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 10:17:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21310.mail.yahoo.com (web21310.mail.yahoo.com [216.136.173.211]) by hub.freebsd.org (Postfix) with SMTP id 1D49B37B400 for ; Tue, 4 Jun 2002 10:17:03 -0700 (PDT) Message-ID: <20020604171700.3621.qmail@web21310.mail.yahoo.com> Received: from [195.73.9.165] by web21310.mail.yahoo.com via HTTP; Tue, 04 Jun 2002 10:17:00 PDT Date: Tue, 4 Jun 2002 10:17:00 -0700 (PDT) From: "Fasahat Hussain." Subject: We are Talc Exporter. To: liza_menendez@bobcat.com Cc: BobcatFE@bobcat.com, bobcat_europe@bobcat.com, customer_service@afcc.com, shotpeener@shotpeener.com, ebigchina@ebigchina.com, freebsd-questions@FreeBSD.org, batchman40@advnet.net, helena.pikkarainen@ouka.fi MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1294810771-1023211020=:99170" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-1294810771-1023211020=:99170 Content-Type: text/plain; charset=us-ascii Dear Sir, We are best quality Talc Exporters. Are you Paint, Coating, Paper, COSMETICS, PHARMACEUTICALS, PLASTICS etc. Manufactures? Are you interested regarding Talc? Please contract us. TALC FOR PAINTS & COATINGS USE. Dry Hiding and TiO2 extender: Talc with high lamellarity occupies more surface area traps more air into the film as it dries giving a dry hiding effect above the CPVC. TiO2 pigment efficiency can be enhanced through better spacing in the highly lamellar talc. Highly lamellar, fine ground with high brightness talc are recommended for this function. Anti Corrosive: The platelets in the talc protect the substrate by impeding water diffusion through the film. The hydrophobic nature if the talc platelets produce such barrier effects. Anti Cracking: Talc and other related minerals are used to give a significant reduction in cracking which results because of the interaction of different binders and other paint components. The Talc lamella offers strong resistance to the tensions that builds up the drying film. Matting: Our high purity Asbestos free, platy Omtalc is used in the decorative matt paints to obtain a deep matt finish. Finer Omtalc can be used in varnishes and low PVC paints to obtain semi glass. Rheology: A remarkable rheological effect is produced during interaction of talc particles and paints resins and other components which inturn increase the low shear viscosity and prevents sagging. The evenly distributed platelets also reduce settling. Owing to its low cost and platy structure, Talc is widely used in the paint industry, particularly in marine paints and protective coatings. Benefits include: Reinforcement of the Paint film. Reduction in the quantity of primary pigment consumed. Controls gloss of paints helps in suspending other pigments. Improves durability of Paint. Improves rust inhibitive properties & corrosion resistance. Improves stability of emulsion paints. Prevents enamel from running. In traffic paints for better abrasion resistance. Improves stain resistance in Paint. Enhancement of smoothness at the time of application. The amount of Talc used in paints varies between 2 to 30%. Also the fineness of Talc used in paints varies between 100 m to 20m . The oil absorption of Talc used in Paints is between 40 to 60 gm per 100 gm. TALC FOR PAPER USE. The Paper industry is the largest consumer of Talc and generally uses 300 Mesh (53 m ) with the range of brightness varying between 80% to 96%. Talc is used in three stages of Paper making: As a filler to give smoothness, porosity and opacity to paper in addition to reducing the cost. To control Pitch & Stikies .. during the paper making process, oleoresinous droplets micro or colloidal in nature get added to the stream. These micro impurities can clog the paper machinery. Talc being hydrophobic absorbs these micro droplets or if the droplets are big then talc lamellae stick to their surface thus controlling their stickness. In coating formulations.because of its platyness and high brightness, talc leads to reduction in usage of expensive whitening and helps in controlling gloss of the coat. Talc also provides smoothness to the surface and imparts opacity to the coat. Additionally talc reduces the friction on paper manufacturing machinery thus reducing wear. TALC FOR COSMETICS USE. The natural qualities of Talc gives cosmetics stability, texture, skin adhesion, slip and water resistance. Talc is pure, odourless and free from impurities. Talc is not only used in Body Talc and Toilet Soaps, but also in detergents and Washing powder. In body Talc, it acts as a perfume carrier due to its chemical inertness and lamellar structure. At Golchas, supplies to body talc manufacturers are also sterilized remove any microbiological contamination. In soaps, talc is mainly used as a filler. The consumption of talc in soap, varies between 5 to 40% depending on the quality and type of soap. It also acts as a binding agent and gives hardness to the cake. TALC FOR PHARMACEUTICALS USE. Although a small user, the pharmaceutical industry requires highly pure, specialized and bacteria free talc for Tablets, Ointments and Dusting. The thermal & chemical inertness of talc makes it an ideal filler. TALC FOR PLASTICS USE. With the plastic industry on a fast growth-track, the usage of talc is growing fast in PP, HDPE, LDPE, PVC, ABS & Thermosetting compounds. Talc is having a huge demand as a filler due to its following properties: Platy in Nature. Excellent blending characteristics with oleoresinous materials. Excellent thermal resistance. Superior electrical resistance. Chemically inert. Smooth greasy feel. In polypropylene, talc is used to improve mechanical strength and scratch resistance. The Automotive Industry uses talc for dashboards, interior trims, bumpers etc. Talc is also used in plastics for computer bodies and garden furniture where increased UV resistance is a highly desirable characteristic. It is also used as anti blocking agent in film like bags used for fruits, vegetable etc. Many compounding factories are also using Talc. Talc imparts the following properties to plastic: Improves Chemical & Heat resistance. Improves impact absorbing strength. Gives dimensional stability. Improves stiffness, hardness, tensile strength. Gives electrical insulation property. The plastic industry uses Talc of 20m to 1m particle size. TALC FOR CERAMICS USE. A major consumer of Industrial minerals, the Ceramic industry (especially Asia) uses Talc for "body" and glazing of: Wall tiles, Sanitary Ware, Electrical Insulating (Stealtite Talc) Porcelain Dinner Ware. The talc used is generally of 80 ~ 93% whiteness and 200 300 mesh. TALC FOR PHARMACEUTICALS USE. USP Certification limit: Loss on Ignition 6.5% Maximum Acid Soluble 2% Maximum Water Soluble 0.1% Maximum Water Soluble Iron Nil Microbiological limit 500 per gram Micro Talc USP and BC Talcs are designed for Medical, drug & cosmetic formulation both powder and lotion. Talcs softness, oleophilic surface and fragrance retention characteristics make them ideal material for these applications. Talc Ompharm USP talc is used primarily as ingredients in drug & OTC tableting formulations where it acts as a binder and mold release agent. Ompharm 60-30 USP. Thanks. Best Regards, Fasahat Hussain. fasahat_1942@yahoo.com fasahat_555@hotmail.com --------------------------------- Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup --0-1294810771-1023211020=:99170 Content-Type: text/html; charset=us-ascii

Dear Sir,

We are best quality Talc Exporters. Are you Paint, Coating, Paper, COSMETICS, PHARMACEUTICALS, PLASTICS etc. Manufactures? Are you interested regarding Talc? Please contract us.

 

TALC FOR PAINTS & COATINGS USE.

Dry Hiding and TiO2 extender:

Talc with high lamellarity occupies more surface area traps more air into the film as it dries giving a dry hiding effect above the CPVC. TiO2 pigment efficiency can be enhanced through better spacing in the highly lamellar talc. Highly lamellar, fine ground with high brightness talc are recommended for this function.

Anti Corrosive:

The platelets in the talc protect the substrate by impeding water diffusion through the film. The hydrophobic nature if the talc platelets produce such barrier effects.

Anti Cracking:

Talc and other related minerals are used to give a significant reduction in cracking which results because of the interaction of different binders and other paint components. The Talc lamella offers strong resistance to the tensions that builds up the drying film.

Matting:

Our high purity Asbestos free, platy Omtalc is used in the decorative matt paints to obtain a deep matt finish.

Finer Omtalc can be used in varnishes and low PVC paints to obtain semi glass.

Rheology:

A remarkable rheological effect is produced during interaction of talc particles and paints resins and other components which inturn increase the low shear viscosity and prevents sagging. The evenly distributed platelets also reduce settling.

Owing to its low cost and platy structure, Talc is widely used in the paint industry, particularly in marine paints and protective coatings. Benefits include:

Reinforcement of the Paint film. Reduction in the quantity of primary pigment consumed. Controls gloss of paints helps in suspending other pigments. Improves durability of Paint. Improves rust inhibitive properties & corrosion resistance. Improves stability of emulsion paints. Prevents enamel from running. In traffic paints for better abrasion resistance. Improves stain resistance in Paint. Enhancement of smoothness at the time of application. The amount of Talc used in paints varies between 2 to 30%. Also the fineness of Talc used in paints varies between 100 m to 20m . The oil absorption of Talc used in Paints is between 40 to 60 gm per 100 gm.

 

TALC FOR PAPER USE.

The Paper industry is the largest consumer of Talc and generally uses 300 Mesh (53 m ) with the range of brightness varying between 80% to 96%.

Talc is used in three stages of Paper making:

  • As a filler to give smoothness, porosity and opacity to paper in addition to reducing the cost.
  • To control Pitch & Stikies .. during the paper making process, oleoresinous droplets micro or colloidal in nature get added to the stream. These micro impurities can clog the paper machinery. Talc being hydrophobic absorbs these micro droplets or if the droplets are big then talc lamellae stick to their surface thus controlling their stickness.
  • In coating formulations.because of its platyness and high brightness, talc leads to reduction in usage of expensive whitening and helps in controlling gloss of the coat. Talc also provides smoothness to the surface and imparts opacity to the coat.

Additionally talc reduces the friction on paper manufacturing machinery thus reducing wear.

TALC FOR COSMETICS USE.

The natural qualities of Talc gives cosmetics stability, texture, skin adhesion, slip and water resistance. Talc is pure, odourless and free from impurities. Talc is not only used in Body Talc and Toilet Soaps, but also in detergents and Washing powder.

In body Talc, it acts as a perfume carrier due to its chemical inertness and lamellar structure. At Golchas, supplies to body talc manufacturers are also sterilized remove any microbiological contamination.

In soaps, talc is mainly used as a filler. The consumption of talc in soap, varies between 5 to 40% depending on the quality and type of soap. It also acts as a binding agent and gives hardness to the cake.

TALC FOR PHARMACEUTICALS USE.

Although a small user, the pharmaceutical industry requires highly pure, specialized and bacteria free talc for Tablets, Ointments and Dusting. The thermal & chemical inertness of talc makes it an ideal filler.

TALC FOR PLASTICS USE.

With the plastic industry on a fast growth-track, the usage of talc is growing fast in PP, HDPE, LDPE, PVC, ABS & Thermosetting compounds.

Talc is having a huge demand as a filler due to its following properties:

    • Platy in Nature.
    • Excellent blending characteristics with oleoresinous materials.
    • Excellent thermal resistance.
    • Superior electrical resistance.
    • Chemically inert.
    • Smooth greasy feel.

In polypropylene, talc is used to improve mechanical strength and scratch resistance. The Automotive Industry uses talc for dashboards, interior trims, bumpers etc. Talc is also used in plastics for computer bodies and garden furniture where increased UV resistance is a highly desirable characteristic. It is also used as anti blocking agent in film like bags used for fruits, vegetable etc. Many compounding factories are also using Talc.

Talc imparts the following properties to plastic:

  • Improves Chemical & Heat resistance.
  • Improves impact absorbing strength.
  • Gives dimensional stability.
  • Improves stiffness, hardness, tensile strength.
  • Gives electrical insulation property.

The plastic industry uses Talc of 20m to 1m particle size.

TALC FOR CERAMICS USE.

A major consumer of Industrial minerals, the Ceramic industry (especially Asia) uses Talc for "body" and glazing of: Wall tiles, Sanitary Ware, Electrical Insulating (Stealtite Talc) Porcelain Dinner Ware. The talc used is generally of 80 ~ 93% whiteness and 200 300 mesh.

TALC FOR PHARMACEUTICALS USE.

USP Certification limit:

Loss on Ignition 6.5% Maximum

Acid Soluble 2% Maximum

Water Soluble 0.1% Maximum

Water Soluble Iron Nil

Microbiological limit 500 per gram

Micro Talc USP and BC Talcs are designed for Medical, drug & cosmetic formulation both powder and lotion. Talcs softness, oleophilic surface and fragrance retention characteristics make them ideal material for these applications. Talc Ompharm USP talc is used primarily as ingredients in drug & OTC tableting formulations where it acts as a binder and mold release agent. Ompharm 60-30 USP.

Thanks.

 

Best Regards,

Fasahat Hussain.

fasahat_1942@yahoo.com

fasahat_555@hotmail.com



Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup --0-1294810771-1023211020=:99170-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 10:28:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9402.mail.yahoo.com (web9402.mail.yahoo.com [216.136.129.108]) by hub.freebsd.org (Postfix) with SMTP id A9DA537B406 for ; Tue, 4 Jun 2002 10:28:21 -0700 (PDT) Message-ID: <20020604172821.72740.qmail@web9402.mail.yahoo.com> Received: from [194.201.25.221] by web9402.mail.yahoo.com via HTTP; Tue, 04 Jun 2002 10:28:21 PDT Date: Tue, 4 Jun 2002 10:28:21 -0700 (PDT) From: Eric Boucher Subject: SQL question: how to find in all tables? To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi everyone, I have 2 questions for you guys regarding Sql (I have to say that I'm a total newbie in that field). I have search over the internet in some tutorials, but I didn't found the answer: 1. Is it possible to list every table that contains a certain name in a column: for example, suppose that I know that I have a couple of table which has a column named "USERID", I want to have a list of all tables that has this column in it. 2. Is it possible to list every table and column that has an entry, for example, if I want to know the exact tables and column where the word "toto" is listed. If someone can also provide me a link to a good tutorial if you found the information on the internet, it will be appreciated. Thanks, Eric __________________________________________________ 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 Tue Jun 4 10:52:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bragi.housing.ufl.edu (bragi.housing.ufl.edu [128.227.47.18]) by hub.freebsd.org (Postfix) with ESMTP id 5C46237B483 for ; Tue, 4 Jun 2002 10:52:03 -0700 (PDT) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Adaptec ANA-6922 question X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Tue, 4 Jun 2002 13:52:02 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED821271A@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Adaptec ANA-6922 question Thread-Index: AcIL8IgCqrfpNmdJRQuC8YY0HD9MkA== From: "Will Saxon" To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to use one of these cards in a 4.6-RC machine, and I can't = seem to get it to work correctly with full-duplex. Whenever I force full = duplex using ifconfig, it works but the media line is: media: Ethernet 100baseTX (100baseTX) My experience is mostly with xl and fxp driven cards, generally when I = set something to full duplex it does not have the (100baseTX) at the end = there. Also, file transfers are slow and collisions are showing up via netstat. = The switch port is definitely set to full duplex. I have not tried = resetting to autoneg on both sides (the tool I have access to does not = allow me to do that). If I reset the port to half duplex everything = works fine.=20 While I realize it is considered rude, I would appreciate a direct reply = as I am not actually subscribed to this list anymore. Thanks! ____________________________________ Will Saxon Systems Programmer Division of Housing Network Services University of Florida Phone: (352) 392-2161 Fax: (352) 392-6819 Email: WillS@housing.ufl.edu=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 11:22: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from afewshadesapart.com (nr12-216-196-176-195.fuse.net [216.196.176.195]) by hub.freebsd.org (Postfix) with ESMTP id 8DE6437B401 for ; Tue, 4 Jun 2002 11:21:41 -0700 (PDT) Received: from localhost (scott@localhost) by afewshadesapart.com (8.11.6/8.11.6) with ESMTP id g54ITLW06173 for ; Tue, 4 Jun 2002 14:29:21 -0400 (EDT) (envelope-from scott@afewshadesapart.com) Date: Tue, 4 Jun 2002 14:29:20 -0400 (EDT) From: Scott Stevens To: Subject: Problems installing pkgs via sysinstall Message-ID: <20020604142001.I6153-100000@afewshadesapart.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 A problem recently popped up on both my home and work machines where I can't install any packages over ftp through sysinstall. I get the following error: Unable to get packages/INDEX file from selected media. This may be because the packages collection is not available on the distribution media you've chosen,most likely an FTP site without the packages collection mirrored. Please verify that your media, or your path to the media, is correct and try again. --- I tried all the North American mirrors and got the same results for each. Both machines are running 4.4-RELEASE. Did I just get outdated in the course of the last week or so? I apologize in advance if this has been covered already, but I did a quick look through the archives and didn't see it addressed. Thanks in advance, scott. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 11:28: 3 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 048A637B403 for ; Tue, 4 Jun 2002 11:27:57 -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 LAA08627; Tue, 4 Jun 2002 11:27:54 -0700 Message-ID: <3CFD06AA.20706@owt.com> Date: Tue, 04 Jun 2002 11:27:54 -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: Scott Stevens Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems installing pkgs via sysinstall References: <20020604142001.I6153-100000@afewshadesapart.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 Scott Stevens wrote: > A problem recently popped up on both my home and work machines where I > can't install any packages over ftp through sysinstall. I get the > following error: > > > Unable to get packages/INDEX file from selected media. > > > This may be because the packages collection is not available on the > distribution media you've chosen,most likely an FTP site without the packages collection mirrored. > Please verify that your media, or your path to the media, is correct and > try again. > > > --- > I tried all the North American mirrors and got the same results for > each. Both machines are running 4.4-RELEASE. Did I just get outdated in > the course of the last week or so? > > > I apologize in advance if this has been covered already, but I did a quick > look through the archives and didn't see it addressed. Sooner or later you want to move to the ports system. It sounds like your are at this point now. You need cvsup to do that and the process is covered in the Handbook. 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 Tue Jun 4 11:58: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.hirshfields.com (mailhost.hirshfields.com [63.226.159.37]) by hub.freebsd.org (Postfix) with ESMTP id 43E9A37B404 for ; Tue, 4 Jun 2002 11:57:40 -0700 (PDT) Received: from ultra.hirshfields.com (ultra.hirshfields.com [192.168.195.101]) by mailhost.hirshfields.com (8.11.4/8.11.4) with SMTP id g54Ivbe47522 for ; Tue, 4 Jun 2002 13:57:37 -0500 (CDT) Received: (qmail 7965 invoked from network); 4 Jun 2002 18:57:33 -0000 Received: from rockford.hirshfields.com (HELO hirshfields.com) (192.168.195.251) by ultra.hirshfields.com with SMTP; 4 Jun 2002 18:57:33 -0000 Message-ID: <3CFD0DA0.10402@hirshfields.com> Date: Tue, 04 Jun 2002 13:57:36 -0500 From: "Roger P. Johnson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: What terminal servers work with FreeBSD? Or serial to USB converters? 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 Looking to ditch multi-port serial boards for the future. Does anyone have any experiences and recommendations for what terminal servers work with FreeBSD and have been around awhile? Don't want to buy any just to have them discontinued. Anyone using serial-to-USB converters? Any brand/experiences/recommendations? Have been using the ISA Digiboard PC/16e but they are now a discontinued product. Ugh. Thanks, -Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 12: 3: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id AD35637B401 for ; Tue, 4 Jun 2002 12:02:48 -0700 (PDT) Received: from pcmarpxy.tninet.se (bb-62-5-36-29.bb.tninet.se [62.5.36.29]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 797955.217171.1023.1s4471324sheridan ; Tue, 04 Jun 2002 20:59:31 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: Eric Boucher , FreeBSD Subject: Re: SQL question: how to find in all tables? Date: Tue, 4 Jun 2002 21:02:43 +0200 User-Agent: KMail/1.4.1 References: <20020604172821.72740.qmail@web9402.mail.yahoo.com> In-Reply-To: <20020604172821.72740.qmail@web9402.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206042102.43087.mark.rowlands@minmail.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 Tuesday 04 June 2002 7:28 pm, Eric Boucher wrote: > Hi everyone, > > I have 2 questions for you guys regarding Sql (I have to say that I'm a= =20 > total newbie in that field). I have search over the internet in some = =20 > tutorials, but I didn't found the answer: > > 1. > Is it possible to list every table that contains a certain name in a co= lumn:=20 > for example, suppose that I know that I have a couple of table which h= as a=20 > column that has this column in it. dunno which sort of sqlyou are referring to but with mysql, you could use= perl=20 / dbi to dig this info out or just run mysqldump -d -u someuser -p -A=20 will dump all table descriptions for all databases. > 2. > Is it possible to list every table and column that has > an entry, for example, if I want to know the exact > tables and column where the word "toto" is listed. hhm.. you mean any in any field in any record of any table of any datab= ase=20 that has the string "toto" in it somewhere?=20 yes, but depending on the database size. it might take a while :-) again...mysql specific but have a look at http://mysql.turbolift.com/mysql/DBD_3.21.X.php3=20 > If someone can also provide me a link to a good > tutorial if you found the information on the internet, > it will be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 12:11:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wow.3dmasters.net (3dmasters.net [207.212.196.31]) by hub.freebsd.org (Postfix) with ESMTP id 167D837B401 for ; Tue, 4 Jun 2002 12:11:40 -0700 (PDT) Received: from maxpower (c-66-229-4-60.we.client2.attbi.com [66.229.4.60]) by wow.3dmasters.net (8.11.6/8.11.6Programed by 3DMASTERS.NET) with SMTP id g54ItaL76090 for ; Tue, 4 Jun 2002 11:55:36 -0700 (PDT) Reply-To: From: "Admin/Manager" To: Subject: SHELL ACCESS Date: Tue, 4 Jun 2002 12:02:49 -0700 Message-ID: <000101c20bfa$6c740eb0$0264a8c0@3dmdomain.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG What shell should I use on freebsd csh, tcsh or sh to keep users in there own folders? And if i can use one of these how to setup the access file? Thank you Leroy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 12:13:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 54AB137B403 for ; Tue, 4 Jun 2002 12:13:36 -0700 (PDT) Received: (qmail 31701 invoked by uid 0); 4 Jun 2002 19:13:34 -0000 Received: from bw3-190pub86.bluewin.ch (HELO eraser.spiele.local) (62.202.190.86) by mail.gmx.net (mp004-rz3) with SMTP; 4 Jun 2002 19:13:34 -0000 Date: Tue, 4 Jun 2002 21:16:19 +0200 From: Xeon To: FreeBSD Questions Subject: IOCTL Message-Id: <20020604211619.4b938cac.xeon@gmx.ch> X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello for doing some "hacking" I'd like to know where I can find all the IOCTL-codes used by drivers (particulary atapi-cdrom). do I have to look them up in the source-code? thx for help. mfg chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 12:29: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1nova.com (heorot.1nova.com [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id C330737B400 for ; Tue, 4 Jun 2002 12:29:02 -0700 (PDT) Received: by 1nova.com (Postfix, from userid 1000) id 6BF9718F9; Tue, 4 Jun 2002 13:31:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by 1nova.com (Postfix) with ESMTP id 6336A18F8; Tue, 4 Jun 2002 13:31:32 -0700 (PDT) Date: Tue, 4 Jun 2002 13:31:32 -0700 (PDT) From: Rick Hamell To: Drew Tomlinson Cc: questions@freebsd.org Subject: Re: Drive Space - Am I Getting All I Should? In-Reply-To: <005b01c20b7e$6873f590$1b01a8c0@TAGALONG> 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 > supposed to be an 80G drive but FBSD only sees 72G. :) I don't know > how it works but one never seems to get all the space that is > advertised in a drive. I suspect it has something to do with total > storage capacity vs. formatted storage capacity but that's a topic for > another discussion. Thanks for pointing me back in the right > direction. Through in a little BIOS fudging and you're about right. On IDE drives expect the actual size to be +/- 10% of the advertised space. These days it's usually on the minus side. :) But I remeber getting 1.4 GB off of a 1.2GB drive once. :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 12:34:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by hub.freebsd.org (Postfix) with ESMTP id 637F237B401 for ; Tue, 4 Jun 2002 12:34:30 -0700 (PDT) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id g54JgSgh027689 for ; Tue, 4 Jun 2002 15:42:29 -0400 (EDT) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020604153346.0095b100@pop.netzero.net> X-Sender: raiden23@pop.netzero.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 04 Jun 2002 15:42:00 -0400 To: freebsd-questions@FreeBSD.ORG From: Lord Raiden Subject: Networking connection questions 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 all. I'm looking at adding a second connection into one of our satellite offices and I need to be able to use both connections without splitting the lan. The basic idea I'm looking at is the two connections will be plugged into the Kingston DSL/Cable router, one via the uplink port we have in it, the other via the wan port. What I'm curious of is A) will a setup like this work ok, or will it cause problems? I'm needing it to go to the primary connection first, then when that's full, all further connections spill over into the secondary connection. So say Line 1 is 764k, and line 2 is 400k. I want it to always use line 1 no matter what, up until it reaches at least 90-95% capacity, then I want it to immediately default over to line 2 and start using that for all of the overflow connections. Once usage drops below a certain level on line one, all further connections would then go to line 1 again. I'm not sure we can do this with our hardware router we have, so I'm curious if it's possible to do the way I suggested via the hardware router, and if not, can this be done in Fbsd? IF so, how? Would I use IPFW, or Natd? IPchains? I know what we want to do, I'm just not entirely sure how to attack it. Thanks for the help all. :) - The Raiden Knows "Remember amateurs built the ark -- professionals built the Titanic." - Unknown "Just when you think you have life figured out and all is going well, watch your step, for you are about to fall." - Ancient Proverb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 12:37:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from reiher.informatik.uni-wuerzburg.de (wi4d22.informatik.uni-wuerzburg.de [132.187.101.122]) by hub.freebsd.org (Postfix) with ESMTP id 4ACA137B403; Tue, 4 Jun 2002 12:37:52 -0700 (PDT) Received: by reiher.informatik.uni-wuerzburg.de (Postfix, from userid 1001) id E7EC2AF7D; Tue, 4 Jun 2002 21:37:50 +0200 (CEST) Date: Tue, 4 Jun 2002 21:37:50 +0200 From: Matthias Buelow To: Eugene Panchenko Cc: questions@freebsd.org, ports@freebsd.org Subject: Re: How to remove ALL ports at once? Message-ID: <20020604193750.GA1424@reiher.informatik.uni-wuerzburg> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Eugene Panchenko writes: >This is very important for me to know how I can remove EVERYTHING that got on my hardrive from ports, and not to touch BASE system at all. pkg_delete -df \* should (theoretically) do the job ok. --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 12:50:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11607.mail.yahoo.com (web11607.mail.yahoo.com [216.136.172.59]) by hub.freebsd.org (Postfix) with SMTP id 4C8F037B405 for ; Tue, 4 Jun 2002 12:50:24 -0700 (PDT) Message-ID: <20020604195024.22322.qmail@web11607.mail.yahoo.com> Received: from [24.164.9.161] by web11607.mail.yahoo.com via HTTP; Tue, 04 Jun 2002 12:50:24 PDT Date: Tue, 4 Jun 2002 12:50:24 -0700 (PDT) From: manny rosa Subject: FreeBSD Manual To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a few suggestion for the FreeBSD manual based on my experiance. 1) On the section that discusses building your own kernel, it should be emphasized to make a link to your config file and place the original in /root/...! In fact, It should be made the standard way to do things, as I did the very stupid mistake of deleting my src tree when I encountered problems with cvsup. Weeks later I realized that my kernel source along with my config file was also deleted! 2) Also, the part that discusses configuring printers mentions that you can set the printer to interrupt or polled mode from within the kernel, but when I tried it, config complained (syntax error). I initially tried to use lptcontrol by instering the command in the file /etc/rc.local (I think) like suggested but the file doesn't exist. It would be nice to know the best way to choose a printer mode upon startup. Anyway, enough complains. Besides the few quirks (hey, no ones perfect) this manual beats the hell out of many of the others I've read! __________________________________________________ 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 Tue Jun 4 13: 5:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mel-rto6.wanadoo.fr (smtp-out-6.wanadoo.fr [193.252.19.25]) by hub.freebsd.org (Postfix) with ESMTP id AB43037B407 for ; Tue, 4 Jun 2002 13:05:22 -0700 (PDT) Received: from mel-rta9.wanadoo.fr (193.252.19.69) by mel-rto6.wanadoo.fr (6.5.007) id 3CFB2D6300134A55 for freebsd-questions@freebsd.org; Tue, 4 Jun 2002 22:05:21 +0200 Received: from faysal (193.249.12.170) by mel-rta9.wanadoo.fr (6.5.007) id 3CFB286C0012CA7A for freebsd-questions@freebsd.org; Tue, 4 Jun 2002 22:05:21 +0200 From: "Faissal ABDALLAH" To: Subject: need help with kde... Date: Tue, 4 Jun 2002 22:03:21 +0200 Message-ID: <000001c20c02$fa4837e0$aa0cf9c1@faysal> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0001_01C20C13.BDFBC160" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG C'est un message de format MIME en plusieurs parties. ------=_NextPart_000_0001_01C20C13.BDFBC160 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit hi list, i'm a newbie in freebsd from several weeks and i have two things that does not work properly : 1. i have installed FreeBSD on my machine (HD 40 GB) which had two OS (win98--> 24 GB and Linux Mandrake--> 7GB, i left the other 7 GB for freebsd) with LILO as a boot loader but when i have installed FreeBSD i have asked the sysinstall to install the FreeBSD boot manager and after rebooting the linux partition no longer exists even though i can see it wit the partition magic in windows...i tried to mount the slice doing :" mount_ext2fs /dev/ad0s2 /mnt/linux" but the system won't let me do so. 2. i installed also the KDE environment during installation and every thing worked well until i have recompiled the kernel for the sound support but till then each time i start the KDE using "startx" i receive a bunch of window errors such as "kwrited crashed" etc... i included also a file for the output error when trying to start the KDE... this problem appeared in two machines when i recompiled the kernel to suport the sound hoping 4 ur help thx a lottttt ------=_NextPart_000_0001_01C20C13.BDFBC160 Content-Type: application/x-zip-compressed; name="KDE_errors.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="KDE_errors.zip" UEsDBBQAAAAIAGGvxCxsX8c55gwAAJ8mAAAKAAAAS0RFX2Vycm9yc+0aa28jt/FrK8C/oF+m7oeT E1vah7R6oBdUJ+kc189Iss9BUBjULiUxXi03XK4eQX98h9yHtJJsnw9oCxS9Q26Hw3lxOBzOMBq6 goUSIkmEpB7wAEYxhb/HAUANDLtdb7UtGyzDsEqf2LTX6V38JSFeHR2VViSWszaUiZguTtpmG2BM PPBYFPpkDQGZUzhOudrGMbAAjn0WyWNw+XxOAu+bJBDP2xKg/j5+FpQ2HXigImK4ArtiVxyowiN8 YYHHlzBcR5LOj0rlUHDJXe7npKZ5CoIumB4Yp7CgyCAQ5VMSUXBswzg5Kg3SYY9I2obVCm74gs7H VCjHGEelP15MQM4oRFQsEMki4L6HgJyRAJwz04I5D+QsOgWUzSaw5rEAlwhPkQZ0SQXK0MRKChmj dPBQ1yn4nD/DBLlIQocGJoaPKWIpGhpyIVkwRQG4uLFP51EFoBxRCjMpw3a1ulwuK6mHKrdiWv3c +QmXdBtSQRRj6pw2KJJPwx7UKvWzu0F/0L/qd4Z9YDZ69pf+1ed/wFGpy4MJm8YCI8UTTNnSPioB DB/OO+1s9cpahYCpIOGMuREQj4SSiwjKd0S6M58uqA/miWZVf24ecBeGo3PlzFMYXDx0wLSaKTS6 GW0gKwXvr0aDFJEJ0fiHzs2oU6DZxlzcjPrng86o3zuFc/qZC5eCVXdyERmu1xucwk8x8QTPCS04 Hw2LIyhj5Jgnu+wW3PtSkEwCWHBXkHP9WBhobZmInOX6EU3oj2raI8n3i21tgWwbfkJDnsa5lJ0J d4s03Ib1LNnDHBAU7gvSGE9hnNRIx1RfKm09DhdTYuaSll7LcBVaA2YG2Blg1TKMmQH2KUxRBp5P HQwYrLm0iEVNx7UMpM1AawPWc9DcgFYC1uutxrYYHDf1hGNbTkKhbFIIK/naRjpO8fUafiUa1sRw 9Ve5MI1qGoYbpdMtwxhvQHcL9Dewl4At5bJtSQrB0jkzF9RCle5K4GAas1ZNDVg2UOZmkDfd+CrB 2RqXDmoGUQN3jRmsZeeMjpNDzQ1kFSU5zXrOiXM5uIVt5iD6OgXr1mZ9GQZZbI/NyZS2GlvwlqhW w1ugh8Y+8ajtpWg92gjzp15dLz6FrByq5ZCTQ80camWQbewIs3NGO2es5VAzV+Xkqpycw6kXhDk6 GhPIzCErh+wUatRrZg5ZOWQXhCGimU3Vc0bMXxC4otFw1dIzCK8ON/ztiegDNJ8Sy3Bqy1waIkxE RNNkzlRzOQSd8zs9mloq9BVgZkBNAVwyw9mcIjVsNBJ0M/3aDYx34lumOqLEZ5aljzACdoax1ZFN gGYuS41rhnaFUzON9GslXysdqwO4YB7lqIyIZzTOWPg5GC420sSzlWAycC5xHSt15RNf0udT6Nw5 OmQ6IxUunZGNV0NkP0VkgaG4SRT204IJROg57dOba8toGMm3lX3t9NvQX9NJ8NbW2XalU6/rhWig ngJ2hrEzTC3D1HKMU5Sig0EB9Yy0XsuAhKeZYXR6UUBtx5aazm5z6jEyRbc8mJrwwTKTjw6AsKVH Ueg2TbUlrFFL/30K3U2eYU09if+eea7mUDC67IFzj3P4RIJoRvMxuiqaYxKa0oAK5h6V7iNVjETr yOVBlFYXsGRyhmVcFIeqzIFyVv1YFVWWlWPN8zCCINbVWPMkKQebTlKotKFKpVvdIJDnu+9OVAEb eJGuVJRon1FMLuWzs8KMKqeoV/XohMS+hAXxYxqlAh4vP7VBxD6N2nC8muji6nh7bs496uNciK4w CzNY1/JY4tREZPhrHkdYV8p1iP9eM1fwiE8wUj0sTF1EoQ2L6lwRYS4ksSd0GWpaqvTcFjCOpUTn tcFO8Ulddp7VYYk8uOih9juB2VasoYtV6HGB/JoHDKu1IlmKzCg/YzmLtdwMaz4JksNxNY5E9dE0 B07VZ2MFVSdIE1V97hL/9MXpOYvcdhxESIR78CJZo+6F7CvoMO6+jnCEvjZfnh6GlHr8dbPfsPYt I5UrVcQlTr/rXrSxDmZ4EOE+eA74MgB3xkLl37KxMkzTPFGNCpgNPPbXdM5xU/4GxopiVWXoU4tw AhoFyamUNuwWnQUqnU8FwTbAwdTTfC5ExG0o1aE79oj71HwaM1kMmOTkmg6Mw/AUejTEuDDxVupy H8NoSdl0hurrTr2g8Zqs2DyeY8r3+VL1E1yeuRgtzxi+daOCy4DrH3/fiUwP20GssVZYch4nhww0 D3wEcIxKo24cYHBqxgqv7T0G26nsOuuBCRkTHz0dcT/Wq04jPNVaoNZRch9iM+qp3s+nruZALWyC KQV7NJfgwUTnaqmP8OePYBpWrSBkZ1cyd87wXC4JdnhuLCIuCiwJxWOnA+Ws9e24LupXHR0a0BG4 6RKtwUbtpMCJPGg295kHE+bjCcGVupjypr5ObbuELgoPziQ/izSECw3X+2SJOY7q2VZODa9a7JWT DMpWc4LuIWiO6lB3GbvJBEiG6gETL6Zfhun4kC0/csF+x+ODm6MI8SKQDM84+CzIeOl0TvF8HZV6 3du7YdKMxqGeE3EQoKbKUemHH7IBoJW6DmBzqpK9SyNsxvkSyqFgqE2uwayj+7ok+CDxnpKgDuWM R1K/S1TgZ9XFR7p7Vn18hG2toP4aVHLI+2R1IT1duHQk8P4bYuRRia13gN2yhssnMCFMbYRymE6W B+m7t6NhF++pAE/SfUCwz1dByXEmFXSQP9EkFajvT02/q6+ava9U5TysVi66/bM4YKuqbeI1MkSn 6JgmARZEyr9AheACN4/Hvof+SqUGVC65eE6tOSr91GOi3Ub/egj0AymYuivRl4pDofVTh8dU/GEu w0tOcC6rlWePViMMflplqhD4FkEq7yYrKwjSBqut1PbuUSVbVkX943ha0UF8VHr2MR4prrY/GNzi 2ewna9dVgn6+QS6lXz1T4RWrEt6x9smEx4H356PSl87g5uLmfH/T5BpHoR9PWcEWdVPMXD1b8UkZ DyndyDv5n3HrEo8X9b7drZddQaIZXm7qow42/kkGA6oSJoYs2hVIzAAfwdrQd1Sx5yZZ8kY9Ln6E 1BYIVTnzEf4aJ7fvD5i9PBzbVj1JKOpZTr+0YT7zfZgIPocPJODBWlVmZ7ZV+6B290Mq78NRKV3c 5X3Afovpluo2aIHqDRNPWmqOPla4NPSUq172ypc6p59gWRDPr5IrC28W7FWe6Xq4nj/ieDJpTA5x qHtviLWzO0uY7B0meogJsz33/Y2mepHJrB1i6viYkJAMNV6T6FmRGqvmK6vYpzaN15ewz2Ed5qCS 7NMeJN0s9YDxBzkiPCDBdMQv6brcHQ2uvu9cjb5/OEEOVX/Vnbd4lHHfd6XwEyaz9lVcuaZBrsn6 ek2DjaY3uXJNj7mmg7t4WNPjRtNre///CP4vRvBUkLHaNTiOZnx5lt5sZyEP4xDv9fhYyWkjexLQ 2Gli3zjGNhPUth9kURxdXOUjluyN1AyE3UPqVY2spCMhpnmpYRf++dL6XiY/GMovkx/em1fo3yn/ sLNfoX+n/NY75bcOyt9svqAhJfLMJ5HMN5TovqUYAFYxAF5m2woCc/yVQYCE7wmCffJXnbhP/noQ HKB/p/zXg+AA/Tvlvx4EB+jfCALJp9jxYbvNwjHHgivdyqgYAs1iCLzEtJ0F6l+bBervywJ75K+f oj3yN7LAPv075b+RBfbp3yn/jSywT39Q/uW5z8fE18Ok9h9SqUraqHxyiP6VQ/8RitlCPVNcFhBU NzxY45uHRL9woeyIdXbFOm+IfTFGdwQ3dwU3C4Lzru2y1wePqqcU7BAesz7lE8HbVpUmZRYsiHpM CYnAbkK1G0RihTSOJY1OoKnexq/Jr9hp8zDZLKhZ/3bxzwxbcJTztpqeIEvdluaa7pInGxSZ/nQi V30CrQP6dE31H9anm6euT4l+xYlD1IXtKraMQfIAF1V0aLCAYWX3magno4vb7NnC1Y8o8Kxfv7bo Ihp4+tcQF+c/3t+pTs6dMd8TNEBpSyKUrjag0oWiulYm9FgUqn1S25K8XWFfaDrAx7+iIXh6JhTZ XfU85bMFrajlnEFHyKjd/kIWdz5Z32rS7YkhmYc+HWLPTaa0MLEO5Ozp+v5qdPHU6fXeNXV31fm5 gEX/Uv7A/XhOuxybf+7vT/cnE7RtKIn7vC/x0/3wqXf75ebq4uayMKsa9OTt7cE6zHZ/t8v0ojNe 9tIr0r5J0z7TO/bcqpn6f95sNvryisSBompDf8X0q4F6SmbTAIMRE8yRkp/g1TvcY/bbGQy7aBZL 8NRToyb7hh9ICTrnC7r1G6n8h1uHon3UH1zvhHtOpmyvaDNyEXTF/vCnXy6z/yLJQ5xWnzaMOIcJ XQLaGuun2EqRUSKl/pRKw+RnZx4P6O5vzmptw2gbzeQ3Z/8CUEsBAhQAFAAAAAgAYa/ELGxfxznm DAAAnyYAAAoAAAAAAAAAAQAgALaBAAAAAEtERV9lcnJvcnNQSwUGAAAAAAEAAQA4AAAADg0AAAAA ------=_NextPart_000_0001_01C20C13.BDFBC160-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:10:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 450F437B415 for ; Tue, 4 Jun 2002 13:10:20 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.3/8.12.3) with ESMTP id g54JiKNg066905; Wed, 5 Jun 2002 07:44:20 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.3/8.12.3/Submit) id g54JiG9j066904; Wed, 5 Jun 2002 07:44:16 +1200 (NZST) Date: Wed, 5 Jun 2002 07:44:16 +1200 From: Jonathan Chen To: Alexander V Zubchenko Cc: FreeBSD Questions Subject: Re: Filesystem layout Message-ID: <20020605074416.A66850@grimoire.chen.org.nz> References: <20020604164357.Y35686-100000@server.hermes-comp.zp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020604164357.Y35686-100000@server.hermes-comp.zp.ua>; from stalker@hermes-comp.zp.ua on Tue, Jun 04, 2002 at 04:48:40PM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 04, 2002 at 04:48:40PM +0300, Alexander V Zubchenko wrote: > Greetings, All! > > I have general question about the subj. How it would be better for > administering to install big pkg's, such as apache, mysql, postgresql, > etc., directly in /usr/local/ or in /usr/local/{pkg_name}? And, when > compiling apache 2.0 it doesn't found my postgresql-7.2 installation. It > was necessary to install PgSQL to /usr/local/pgsql to make it work. Use the ports system. It puts everything in the right place, and somebody else maintains it for you. -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:11:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mhzdesign.com (grandcentral.mhzdesign.com [216.234.38.227]) by hub.freebsd.org (Postfix) with SMTP id E45E337B406 for ; Tue, 4 Jun 2002 13:11:53 -0700 (PDT) Received: (qmail 46053 invoked from network); 4 Jun 2002 20:11:47 -0000 Received: from unknown (HELO ?192.168.1.200?) (216.234.38.226) by 0 with SMTP; 4 Jun 2002 20:11:47 -0000 User-Agent: Microsoft-Entourage/9.0.2.4011 Date: Tue, 04 Jun 2002 16:11:47 -0400 Subject: Re: Drive Space - Am I Getting All I Should? From: Rob Gridley To: freebsd questions List Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For one thing drive manufacturers advertise drive size based on 1,000,000,000 bytes per GB. Where as a GB to a computer is 1,073,741,824 bytes. That would mean that 80 GB is actually about 74.5 GB. Rob Gridley | 416.626.1777 System Administrator | rob@mhzdesign.com MHz Design Communications | http://www.mhzdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:17:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from may.priocom.com (may.priocom.com [213.156.65.50]) by hub.freebsd.org (Postfix) with ESMTP id 3B19437B409 for ; Tue, 4 Jun 2002 13:17:29 -0700 (PDT) Received: (qmail 10980 invoked from network); 4 Jun 2002 20:14:52 -0000 Received: from unknown (HELO tower) ([193.193.199.244]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 4 Jun 2002 20:14:52 -0000 Date: Tue, 4 Jun 2002 23:17:42 +0300 From: Andrew X-Mailer: The Bat! (v1.60m) Reply-To: Andrew X-Priority: 3 (Normal) Message-ID: <1459548740.20020604231742@ukrpost.net> To: freebsd-questions@FreeBSD.ORG Subject: Keyboard in XFree86 4.2` MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, all. I have a FreeBSD 4.5 running on Athlon ThunderBird 1000, ATI Radeon VE 32DDR. I had XFree86 4.2 before and everything was fine. After I installed KDE 3.0_1 I got problems with keyboard. When I start X mouse works fine, but if i press keys on my keyboard nothing appears. If I press Enter key X crashes and I see only xinit: unexpected signal 3 The same thing occurs with another window manager (icewm) which worked fine before. I reinstalled X over previous installation but it didn't solve the problem. Anyone have a solution? -- Yours sincerely, Andrew mailto:perl@ukrpost.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:22:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.npubs.com (npubs.com [207.111.208.224]) by hub.freebsd.org (Postfix) with ESMTP id 56E9737B406 for ; Tue, 4 Jun 2002 13:22:27 -0700 (PDT) Received: 8.12.2-(Neptune) From: "Nielsen" To: Subject: Fw: Networking connection questions 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 Message-Id: <20020604202227.56E9737B406@hub.freebsd.org> Date: Tue, 4 Jun 2002 13:22:27 -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 very difficult to do. I've tried but haven't come up with a reliable way as yet. If you control both ends of both uplink pipes then you can use ipfw probability rules to put traffic on both links. IP works on a packet basis. Not a connection basis. You need custom programming to isolate connections. It would be interesting to see this written into a daemon. But I imagine there are tons of factors to account for. Probably would be difficult. Or maybe I'm wrong and it's already out there. Nate ----- Original Message ----- From: "Lord Raiden" To: Sent: Tuesday, June 04, 2002 13:35 Subject: Networking connection questions > Hi all. I'm looking at adding a second connection into one of our > satellite offices and I need to be able to use both connections without > splitting the lan. The basic idea I'm looking at is the two connections > will be plugged into the Kingston DSL/Cable router, one via the uplink port > we have in it, the other via the wan port. What I'm curious of is A) will > a setup like this work ok, or will it cause problems? I'm needing it to go > to the primary connection first, then when that's full, all further > connections spill over into the secondary connection. > > So say Line 1 is 764k, and line 2 is 400k. I want it to always use line 1 > no matter what, up until it reaches at least 90-95% capacity, then I want > it to immediately default over to line 2 and start using that for all of > the overflow connections. Once usage drops below a certain level on line > one, all further connections would then go to line 1 again. > > I'm not sure we can do this with our hardware router we have, so I'm > curious if it's possible to do the way I suggested via the hardware router, > and if not, can this be done in Fbsd? IF so, how? Would I use IPFW, or > Natd? IPchains? I know what we want to do, I'm just not entirely sure how > to attack it. Thanks for the help all. :) > - The Raiden Knows > > "Remember amateurs built the ark -- professionals built the Titanic." - > Unknown > > "Just when you think you have life figured out and all is going well, watch > your step, for you are about to fall." - Ancient Proverb > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:48:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.reppep.com (www.reppep.com [64.81.19.108]) by hub.freebsd.org (Postfix) with ESMTP id 6470A37B404; Tue, 4 Jun 2002 13:48:04 -0700 (PDT) Received: from [129.85.219.160] (salt.rockefeller.edu [129.85.219.160]) by mail.reppep.com (Postfix) with ESMTP id 7922417C0A; Tue, 4 Jun 2002 15:49:44 -0400 (EDT) Mime-Version: 1.0 X-Sender: pepper@mail.reppep.com Message-Id: In-Reply-To: <200206040427.VAA18855@beta.tricity.wsu.edu> References: <200206040427.VAA18855@beta.tricity.wsu.edu> Date: Tue, 4 Jun 2002 16:42:20 -0400 To: Mark Smith From: Chris Pepper Subject: Re: make -j4 becoming default? Cc: freebsd-questions@FreeBSD.ORG, freebsd-doc@freebsd.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 9:27 PM -0700 2002/06/03, Mark Smith wrote: > > Obviously, I'd like to use -j4 wherever possible, and it's >> suboptimal to try everything multi-threaded, then sometimes fail and >> manually fall back to single-threaded. Even worse, I usually forget >> -j4 for thread-safe builds, so I waste time unnecessarily. > >Why? I've tried make buildworld with different -j options and, >on a single processor computer, they're slower than not using -jn >at all. > >In this case, the handbook may be wrong. If you have the time, try >"time make buildworld" and "time make -j4 buildworld" in both single >and multiuser mode and look at the "real" time for all 4. In my >experience on my box, "make buildworld" under multiuser mode is >the fastest. Mark, It looks like you're right. "time make buildworld" produced these timings. 1676.438u 473.492s 38:00.61 94.2% 1420+1582k 19522+10171io 2431pf+0w 1668.499u 470.581s 37:29.41 95.0% 1425+1588k 15703+10167io 2482pf+0w "time make -j4 buildworld" produced these timings, so multi-threaded building on my 1.1GHz Celeron w/ 384mb RAM is about 14% slower than single-threaded. 1682.883u 505.357s 43:11.26 84.4% 1403+1569k 14515+119482io 1442pf+0w 1678.557u 508.144s 43:23.59 83.9% 1403+1568k 17533+119444io 2319pf+0w It looks like the Handbook is wrong in this case. Is there general agreement that -j is useless on single-CPU systems? If so, I'll provide a doc patch. Thx, Chris Pepper >Run > > # make buildworld > >It is now possible to specify a -j option to make which will cause >it to spawn several simultaneous processes. This is most useful on >multi-CPU machines. However, since much of the compiling process is >IO bound rather than CPU bound it is also useful on single CPU >machines. > >On a typical single-CPU machine you would run: > > # make -j4 buildworld > >make(1) will then have up to 4 processes running at any one time. >Empirical evidence posted to the mailing lists shows this generally >gives the best performance benefit. -- Chris Pepper: Rockefeller University: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:51:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.190.223.8]) by hub.freebsd.org (Postfix) with ESMTP id 97B7F37B403 for ; Tue, 4 Jun 2002 13:51:04 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by nemesis.systems.pipex.net (Postfix) with ESMTP id 6722D160001FE; Tue, 4 Jun 2002 21:51:02 +0100 (BST) Subject: Re: PRINT: HP DeskJet 820Cxi From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: johann@broadpark.no Cc: FreeBSD-Questions In-Reply-To: <1023220843.3cfd1c6b593be@mail.broadpark.no> References: <1023169991.3cfc55c73ba40@mail.broadpark.no> <1023193948.315.144.camel@Demon.Strobe.org> <1023220843.3cfd1c6b593be@mail.broadpark.no> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-d+w2G2NZGzCqq01ujwRl" X-Mailer: Ximian Evolution 1.0.5 Date: 04 Jun 2002 21:45:43 +0100 Message-Id: <1023223544.304.5.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 --=-d+w2G2NZGzCqq01ujwRl Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Johann, From your lat post, we have the same device settings in our respective kernels, so I'm totally at a loss as to the reason behind the failure of my box to pick up the parallel port:-( I'm not sure of my next move here. This printer worked a long time ago on this box when it used to be a windows (98SE) system, so I'm reluctant to consider a hardware failure. I posted a cry for help to the freebsd-hardware mailing list neverthelss, asking if anyone knows what the actual error string in dmesg means. I'll be hoping to hear from *someone* soon on that. Other than that, there's not a lot I can do with respect to progressing the issue, I'm afraid. Hopefully someone'll pick this up and run with it for us. Stacey On Tue, 2002-06-04 at 21:00, johann@broadpark.no wrote: >=20 > Stacey, >=20 > # PARALLEL PORT > # > device ppc0 at isa? irq 7 > device ppbus # Parallel port bus [!] > device lpt # Printer =20 > device plip # TCP/IP over parallel > device ppi # Parallel port interface device >=20 > Is what worked for me. >=20 > I hope it helps. Remember /usr/ports/print/pnm2ppa, and let me know if yo= u=20 > get any further. >=20 > -- Johann >=20 > Quoting "S. Roberts" : >=20 > > Hi Johann, > > I saw your post that relates to an earlier post I had concerning my > > wanting to get my parallel printing to work - I also am hoping to get m= y > > FreeBSD box to print to a HP Deskjet 820 Cxi for Windows - Professional > > Series printer here without any success so far. I should say, that I've > > not had many replies to my original post (sorry). > >=20 > > I saw in your post that you actually have your ppc0 port detected > > correctly by your system, which is the problem I have. On boot, this is > > all I get for my ppc0: > > $ cat dmesg.boot | grep ppc > > ppc0: cannot reserve I/O port range > > $=20 > >=20 > > Here is the kernel support I have compiled in: > > device scbus # SCSI bus (required) > > device da # Direct Access (disks) > >=20 > > # 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 > >=20 > > Needless to say, I can't get parallel port printing going from the star= t > > here. Did you have to do any particular Kernel / bios configs in order > > to get your parallel port configured? > >=20 > > Sorry I can't be any help to your case, but I'm hoping you could at > > least assist me in getting somewhere with mine - then at I could see if > > I could get on working on getting this printer to work as well. > >=20 > > Thanks for any help in advance! > >=20 > > Stacey > >=20 > >=20 > > On Tue, 2002-06-04 at 06:53, johann@broadpark.no wrote: > > > ppc0: at port 0x378-0x37f irq 7 on isa0 > > > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > > > ppbus0: IEEE1284 device found /NIBBLE/ECP > > > Probing for PnP devices on ppbus0: > > > ppbus0: SCP,VLINK > > > plip0: on ppbus0 > > > lpt0: on ppbus0 > > > lpt0: Interrupt-driven port > > > ppi0: on ppbus0 > > >=20 > > > There's no doubt about it, it does get detected. Then why can't I=20 > lptest > > >=20 > > > /dev/lpt0? > > >=20 > > > Note, as modems have winmodems this printer is labeled 'For Windows'.= I > > hope=20 > > > that won't interfere with anything. > > >=20 > > > Thanks. > > >=20 > > > -- Johann > > >=20 > > >=20 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > --=20 > > Stacey Roberts B.Sc. (HONS) Computer Science > > Network Systems Engineer > >=20 >=20 >=20 >=20 >=20 --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-d+w2G2NZGzCqq01ujwRl 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 Hi Johann, From your lat post, we have the same device settings in our respective kernels, so I'm totally at a loss as to the reason behind the failure of my box to pick up the parallel port:-( I'm not sure of my next move here. This printer worked a long time ago on this box when it used to be a windows (98SE) system, so I'm reluctant to consider a hardware failure. I posted a cry for help to the freebsd-hardware mailing list neverthelss, asking if anyone knows what the actual error string in dmesg means. I'll be hoping to hear from *someone* soon on that. Other than that, there's not a lot I can do with respect to progressing the issue, I'm afraid. Hopefully someone'll pick this up and run with it for us. Stacey On Tue, 2002-06-04 at 21:00, johann@broadpark.no wrote: >=20 > Stacey, >=20 > # PARALLEL PORT > # > device ppc0 at isa? irq 7 > device ppbus # Parallel port bus [!] > device lpt # Printer =20 > device plip # TCP/IP over parallel > device ppi # Parallel port interface device >=20 > Is what worked for me. >=20 > I hope it helps. Remember /usr/ports/print/pnm2ppa, and let me know if yo= u=20 > get any further. >=20 > -- Johann >=20 > Quoting "S. Roberts" : >=20 > > Hi Johann, > > I saw your post that relates to an earlier post I had concerning my > > wanting to get my parallel printing to work - I also am hoping to get m= y > > FreeBSD box to print to a HP Deskjet 820 Cxi for Windows - Professional > > Series printer here without any success so far. I should say, that I've > > not had many replies to my original post (sorry). > >=20 > > I saw in your post that you actually have your ppc0 port detected > > correctly by your system, which is the problem I have. On boot, this is > > all I get for my ppc0: > > $ cat dmesg.boot | grep ppc > > ppc0: cannot reserve I/O port range > > $=20 > >=20 > > Here is the kernel support I have compiled in: > > device scbus # SCSI bus (required) > > device da # Direct Access (disks) > >=20 > > # 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 > >=20 > > Needless to say, I can't get parallel port printing going from the star= t > > here. Did you have to do any particular Kernel / bios configs in order > > to get your parallel port configured? > >=20 > > Sorry I can't be any help to your case, but I'm hoping you could at > > least assist me in getting somewhere with mine - then at I could see if > > I could get on working on getting this printer to work as well. > >=20 > > Thanks for any help in advance! > >=20 > > Stacey > >=20 > >=20 > > On Tue, 2002-06-04 at 06:53, johann@broadpark.no wrote: > > > ppc0: at port 0x378-0x37f irq 7 on isa0 > > > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > > > ppbus0: IEEE1284 device found /NIBBLE/ECP > > > Probing for PnP devices on ppbus0: > > > ppbus0: SCP,VLINK > > > plip0: on ppbus0 > > > lpt0: on ppbus0 > > > lpt0: Interrupt-driven port > > > ppi0: on ppbus0 > > >=20 > > > There's no doubt about it, it does get detected. Then why can't I=20 > lptest > > >=20 > > > /dev/lpt0? > > >=20 > > > Note, as modems have winmodems this printer is labeled 'For Windows'.= I > > hope=20 > > > that won't interfere with anything. > > >=20 > > > Thanks. > > >=20 > > > -- Johann > > >=20 > > >=20 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > --=20 > > Stacey Roberts B.Sc. (HONS) Computer Science > > Network Systems Engineer > >=20 >=20 >=20 >=20 >=20 - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPP0m9vdn4A8qiCO5EQKJlwCgotnz4WWBFhmTsG1IUh9Ko32eVYQAniGV wgfW5wsNaik5Jtw23vmyiPpf =kMjT -----END PGP SIGNATURE----- --=-d+w2G2NZGzCqq01ujwRl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:52:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 0C13637B400 for ; Tue, 4 Jun 2002 13:52:09 -0700 (PDT) Received: from dhcp080-46-151-24.nt01-c3.cpe.charter-ne.com ([24.151.46.80] helo=BEDROOM) by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 17FLHg-0000wo-00 for freebsd-questions@FreeBSD.ORG; Tue, 04 Jun 2002 13:52:05 -0700 From: "Matt Smith" To: Subject: KDE/Netscape problems Date: Tue, 4 Jun 2002 16:51:43 -0400 Message-ID: <000001c20c09$a28ace80$0201a8c0@BEDROOM> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C20BE8.1B7AB520" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C20BE8.1B7AB520 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Guys, I've just Migrated my Mom's System over to 4.5 stable and am having a little problem. I Installed Netscape Navigator gold 3.04 as the web Browser but because the version is old I can't find the JavaScript/Java plugins or a new browser version anywhere and the FreeBSD boys didn't appear to port over Netscape Navigator 6 yet..Does anybody know where I can find the plugins? Matt Smith ------=_NextPart_000_0001_01C20BE8.1B7AB520 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Guys,

     I’ve just Migrated my Mom’s System over to 4.5 stable = and am having a little problem.  I Installed Netscape Navigator gold 3.04 as the web Browser but because = the version is old I can’t find the JavaScript/Java plugins or a new browser version anywhere and the FreeBSD boys didn’t = appear to port over Netscape Navigator 6 yet….Does anybody know where I can = find the plugins?

 

       &nbs= p;            = ;            =             &= nbsp;        Matt Smith

------=_NextPart_000_0001_01C20BE8.1B7AB520-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:58: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.navitaire.com (mail.navitaire.com [205.182.62.81]) by hub.freebsd.org (Postfix) with ESMTP id D089D37B404 for ; Tue, 4 Jun 2002 13:57:55 -0700 (PDT) Received: from exchange.Navitaire.com (exch.navitaire.com [149.122.4.14]) by mail.navitaire.com (Switch-2.1.4/Switch-2.1.0) with ESMTP id g54Kvsr23740 for ; Tue, 4 Jun 2002 15:57:54 -0500 (CDT) Received: by exchange.Navitaire.com with Internet Mail Service (5.5.2653.19) id ; Tue, 4 Jun 2002 15:56:27 -0500 Message-ID: From: "Henning, Brian" To: "'FreeBSD-Questions@FreeBSD.ORG'" Subject: domain name Date: Tue, 4 Jun 2002 15:56:21 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello- I would like to know what config files determine the domain name of my bsd box. I am just not sure how to set the domain name other than through the install program /stand/sysintall. Thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:58:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id BBE3537B407 for ; Tue, 4 Jun 2002 13:58:18 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 42A7A66C49; Tue, 4 Jun 2002 13:58:18 -0700 (PDT) Date: Tue, 4 Jun 2002 13:58:18 -0700 From: Kris Kennaway To: Philip Reynolds Cc: freebsd-questions@FreeBSD.ORG Subject: Re: setpassent Message-ID: <20020604135817.A62978@xor.obsecurity.org> References: <20020604121242.F22893@prodigy.Redbrick.DCU.IE> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020604121242.F22893@prodigy.Redbrick.DCU.IE>; from phil@rfc-networks.ie on Tue, Jun 04, 2002 at 12:12:42PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 12:12:42PM +0100, Philip Reynolds wrote: > Hi, >=20 > obviously there is a reason for setpassent() being deprecated I'm > wondering what is the best thing to do to port an application from > Linux to FreeBSD that uses the fgetpwent() function that allows you > to specify an alternate password database to read from. >=20 > What other alternatives to setpassent() exist? Curiosity also brings > me to ask why setpassent() is deprecated (which may answer the > former question as well). Where did you read that setpassent() is deprecated? The manpage only says this: COMPATIBILITY The historic function setpwfile(3), which allowed the specification of alternate password databases, has been deprecated and is no longer ava= il- able. Kris --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/SnpWry0BWjoQKURAsycAJkBFgcnaLRPCmfUW1uFnuDugtIGuACdH3l7 NxIH6fZ4XMg41xAIGEJnnCs= =3sr8 -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 13:59:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 3D46037B400 for ; Tue, 4 Jun 2002 13:59:32 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D132C66D7A; Tue, 4 Jun 2002 13:59:31 -0700 (PDT) Date: Tue, 4 Jun 2002 13:59:31 -0700 From: Kris Kennaway To: "Henning, Brian" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: mplayer Message-ID: <20020604135931.B62978@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="FkmkrVfFsRoUs1wW" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from brian.henning@navitaire.com on Tue, Jun 04, 2002 at 09:19:53AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --FkmkrVfFsRoUs1wW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 04, 2002 at 09:19:53AM -0500, Henning, Brian wrote: > Hello- > I am trying to play a vcd that was created with nero burning rom but, I > can't seem to get it working. below i have the command i used and the error > i get. It is a regular vcd and not an svcd. > I am not sure why it doesn't know the file format. > thanks for any help, We don't support third party ports; contact the authors. Kris --FkmkrVfFsRoUs1wW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/SozWry0BWjoQKURAui/AJ9bkKb7qK+eN59b08jjg7mjLWuLdgCgmsgX loSJhhFpbGY07EnfQHch0ZA= =KCVp -----END PGP SIGNATURE----- --FkmkrVfFsRoUs1wW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 14: 1: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 1070037B406 for ; Tue, 4 Jun 2002 14:00:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AE54966C49; Tue, 4 Jun 2002 14:00:55 -0700 (PDT) Date: Tue, 4 Jun 2002 14:00:55 -0700 From: Kris Kennaway To: Bill Schoolcraft Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [4.5] Upgrading to XFree-4.2 grrrrr Message-ID: <20020604140055.C62978@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="dkEUBIird37B8yKS" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from bill@wiliweld.com on Tue, Jun 04, 2002 at 08:13:29AM -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 --dkEUBIird37B8yKS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 08:13:29AM -0700, Bill Schoolcraft wrote: > Hello Family, >=20 > Just installed the FreeBSD-4.5 (from Walnut_Creek) and upgraded > my ports to enable me to upgrade to XFree-4.2, I get continual > build errors and wonder if there is a "sequence" of files to > build to get through it. You might find it easier to just use the packages. You probably have stale files in /usr/X11R6 that are confusing the build, but it's impossible to know unless you post the actual errors. Kris --dkEUBIird37B8yKS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/SqHWry0BWjoQKURAqsAAJ42zskvS7dTl1vC36GVxztpA+i/oQCeMihx bHg0xFhQuwYHe0WaL7xDebs= =m/88 -----END PGP SIGNATURE----- --dkEUBIird37B8yKS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 14: 3: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 9F64937B407 for ; Tue, 4 Jun 2002 14:02:48 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3A5E566C49; Tue, 4 Jun 2002 14:02:48 -0700 (PDT) Date: Tue, 4 Jun 2002 14:02:48 -0700 From: Kris Kennaway To: Terry Todd Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.0dp1 nfs server to Red Hat nfs client extremely slow Message-ID: <20020604140248.D62978@xor.obsecurity.org> References: <20020603102416.A98405@badger.tltodd.com> <20020603152547.A32050@xor.obsecurity.org> <20020604103039.A11587@badger.tltodd.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="cHMo6Wbp1wrKhbfi" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020604103039.A11587@badger.tltodd.com>; from tlt@badger.tltodd.com on Tue, Jun 04, 2002 at 10:30:39AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --cHMo6Wbp1wrKhbfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > Here's more data: Sorry, but it's still usless unless you're using comparable NFS options everywhere. They really do matter! Kris --cHMo6Wbp1wrKhbfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/Sr3Wry0BWjoQKURAkoYAKCqjfG+CpURGsCDSVsVursIFFMT8wCfTRt1 7ZS5+iWUV9dgj8/fYmvjfEw= =fZW6 -----END PGP SIGNATURE----- --cHMo6Wbp1wrKhbfi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 14:11:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by hub.freebsd.org (Postfix) with ESMTP id E046937B40D for ; Tue, 4 Jun 2002 14:11:20 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.3/8.12.3) with SMTP id g54LCa3E000575; Tue, 4 Jun 2002 14:12:37 -0700 (PDT) (envelope-from nkinkade@dsl-only.com) Date: Tue, 4 Jun 2002 14:12:36 -0700 From: Nathan Kinkade To: "Henning, Brian" Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: domain name Message-Id: <20020604141236.519c6817.nkinkade@dsl-only.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002 15:56:21 -0500 "Henning, Brian" wrote: > Hello- > I would like to know what config files determine the domain name of my > bsd box. I am just not sure how to set the domain name other than > through the install program /stand/sysintall. > Thanks, > brian /etc/rc.conf is where your domain name is usually set at boot with hostname="host.domain.something" `uname -n` will give you your hostname as well as sysctl kern.hostname To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 14:19:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f83.law12.hotmail.com [64.4.19.83]) by hub.freebsd.org (Postfix) with ESMTP id 5E46D37B404 for ; Tue, 4 Jun 2002 14:19:24 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 4 Jun 2002 14:19:24 -0700 Received: from 62.85.65.227 by lw12fd.law12.hotmail.msn.com with HTTP; Tue, 04 Jun 2002 21:19:23 GMT X-Originating-IP: [62.85.65.227] From: "uwi mAn" To: questions@freebsd.org Subject: soft for IDE writers Date: Tue, 04 Jun 2002 17:19:23 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 04 Jun 2002 21:19:24.0220 (UTC) FILETIME=[800C67C0:01C20C0D] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ahh, is there anything else except, burncd? I have an HP 8200 IDE RW. THanks. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 14:46:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.193.7]) by hub.freebsd.org (Postfix) with ESMTP id C690137B401 for ; Tue, 4 Jun 2002 14:46:37 -0700 (PDT) Received: from gateway.lefort.net ([213.189.162.78]) by mirapoint2.brutele.be (Mirapoint) with ESMTP id AZC10175; Tue, 4 Jun 2002 23:46:35 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 691B215290; Tue, 4 Jun 2002 23:46:34 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 2585C2304B; Tue, 4 Jun 2002 23:46:33 +0200 (CEST) Date: Tue, 4 Jun 2002 23:46:32 +0200 From: Jean-Yves Lefort To: "Michael Wells" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound Help Message-Id: <20020604234632.79852b5a.jylefort@brutele.be> In-Reply-To: <002001c2098a$8ba4ded0$0a01a8c0@mswolf> References: <002001c2098a$8ba4ded0$0a01a8c0@mswolf> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 1 Jun 2002 09:36:53 -0700 "Michael Wells" wrote: > If any one can help with the following it would > be appreciated. > > cat sound.wav >/dev/dsp > > /kernel: pcm0: play interrupt timeout, channel dead You just can't cat non-raw data to the dsp directly; use a sound player to listen to your audio files (/usr/ports/audio/sox, for instance). Regards, Jean-Yves Lefort -- Jean-Yves Lefort jylefort@brutele.be http://void.adminz.be/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 14:53:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from paperbox.gvpl.ca (paperbox.gvpl.ca [199.60.107.1]) by hub.freebsd.org (Postfix) with ESMTP id 7B76937B400 for ; Tue, 4 Jun 2002 14:53:35 -0700 (PDT) Received: (from daemon@localhost) by paperbox.gvpl.ca (8.11.6/8.11.6) id g54LrY307377 for ; Tue, 4 Jun 2002 14:53:34 -0700 (PDT) (envelope-from scampbel@gvpl.ca) Received: from pochta.gvpl.victoria.bc.ca(199.60.106.7) by paperbox.gvpl.ca via smap (V2.1/2.1+anti-relay+anti-spam) id xma007344; Tue, 4 Jun 02 14:53:27 -0700 Received: from localhost (scampbel@localhost) by pochta.gvpl.victoria.bc.ca (8.11.6/8.11.6) with ESMTP id g54LrVb49768 for ; Tue, 4 Jun 2002 14:53:31 -0700 (PDT) (envelope-from scampbel@gvpl.ca) Date: Tue, 4 Jun 2002 14:53:31 -0700 (PDT) From: Scott Campbell X-X-Sender: scampbel@pochta.gvpl.victoria.bc.ca To: questions@freebsd.org Subject: Using Ipsec over dual link? Message-ID: <20020604143240.I45913-100000@pochta.gvpl.victoria.bc.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I want to set up an encrypted link VPN to another site using two seperate links, (wireless and cable). I've found information on the routing side so that traffic can still go through if one of the links fails. I've found other information on ipsec side to link two gateways. How can I combine the two? Gateway 1 Gateway 2 10.1.0.254 10.2.0.254 on 10.1.0.0/24 on 10.2.0.0/24 outside addr 1.1.1.1 outside addr 1.1.1.2 (wireless ips) outside addr 2.2.2.1 outside addr 2.2.2.2 (cable ips) On Gateway 1 (routed) net 10.2.0.0/24 gateway 1.1.1.2 active net 10.2.0.0/24 gateway 2.2.2.2 metric 1 active How do I config ipsec for that? Or should I use a pppoe configuration, or ? Scott E. Campbell _______________________________ Systems Administrator - Computer Operations Greater Victoria Public Library Victoria BC CANADA scampbel@gvpl.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 15: 5:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.185.177]) by hub.freebsd.org (Postfix) with ESMTP id C9DE637B406 for ; Tue, 4 Jun 2002 15:05:23 -0700 (PDT) Received: from terrapin.intersonic.se (terrapin.i.inter-sonic.com [192.168.1.9]) by neonpark.inter-sonic.com (8.11.4/8.11.4) with ESMTP id g54M5Ll02322 for ; Wed, 5 Jun 2002 00:05:21 +0200 (CEST) Message-Id: <5.1.0.14.0.20020605000101.024a2630@mail.inter-sonic.com> X-Sender: peo@mail.inter-sonic.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 05 Jun 2002 00:05:20 +0200 To: questions@freebsd.org From: Per olof Ljungmark Subject: Suitable adduser script for Samba on FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can somebody help me with a script that adds machine accounts for use with Samba on FreeBSD? It works fine manually but I would like to use the "add user script = " feature with FreeBSD. A possible culprit here seems to be that adduser(8) does not accept "$"'s in usernames. Thanks, Per olof To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 15:20:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from archive.e-u-a.net (rrcs-midsouth-24-199-181-242.biz.rr.com [24.199.181.242]) by hub.freebsd.org (Postfix) with ESMTP id C44C837B400 for ; Tue, 4 Jun 2002 15:20:02 -0700 (PDT) Received: from armageddon (mn-rbe2-ws-345.dsl.hickorytech.net [216.114.245.90]) by archive.e-u-a.net (8.12.1/8.12.1) with ESMTP id g54MCOlM030056; Tue, 4 Jun 2002 18:12:29 -0400 (EDT) (envelope-from ecrist@adtechintegrated.com) From: "Eric F Crist" To: "'Henning, Brian'" , Subject: RE: domain name Date: Tue, 4 Jun 2002 17:19:36 -0500 Message-ID: <001401c20c15$ecff5c40$fe01a8c0@armageddon> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can view your current hostname with: #hostname You can change your current hostname with: #hostname You can view you current domain name with: #domainname You can change your current domain name with: #domainname You could also try: #man hostname or #man domainname Setting these permanently would be accomplished with the appropriate line in your rc.conf file: hostname="hostname here" domainname="domain name here" HTH Eric F Crist President/Sys Admin AdTech Integrated Systems, Inc http://www.adtechintegrated.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Henning, Brian Sent: Tuesday, June 04, 2002 3:56 PM To: 'FreeBSD-Questions@FreeBSD.ORG' Subject: domain name Hello- I would like to know what config files determine the domain name of my bsd box. I am just not sure how to set the domain name other than through the install program /stand/sysintall. Thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 15:47: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.fastmail.fm (fastmail.fm [209.61.183.86]) by hub.freebsd.org (Postfix) with ESMTP id DA4CC37B400 for ; Tue, 4 Jun 2002 15:47:07 -0700 (PDT) Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 06F826DA0D for ; Tue, 4 Jun 2002 17:47:00 -0500 (CDT) Received: by www.fastmail.fm (Postfix, from userid 99) id 026E86DA03; Tue, 4 Jun 2002 17:46:59 -0500 (CDT) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 2.117 (F2.6; T0.14; A1.42; B2.12; Q2.03) Date: Tue, 4 Jun 2002 22:46:59 +0000 From: "Richard Shea" To: "FreeBSD Questions" Reply-To: "Richard Shea" X-Epoch: 1023230820 X-Sasl-enc: /0XrOd5pxQVjPH5nZNTtjQ Subject: [OT] Good MySQL newsgroup ? Message-Id: <20020604224659.026E86DA03@www.fastmail.fm> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi - Sorry for slightly off topic post, can anyone suggest a useful MySQL newgroup ? thanks richard shea -- http://fastmail.fm - Ever wonder why we aren't named snailmail.sm? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 16: 0:48 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 E4A0B37B401 for ; Tue, 4 Jun 2002 16:00:44 -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 g54N0ZU29317; Tue, 4 Jun 2002 19:00:35 -0400 Message-ID: <3CFD47F6.3040908@potentialtech.com> Date: Tue, 04 Jun 2002 19:06:30 -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: Richard Shea Cc: FreeBSD Questions Subject: Re: [OT] Good MySQL newsgroup ? References: <20020604224659.026E86DA03@www.fastmail.fm> 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 Richard Shea wrote: > Hi - Sorry for slightly off topic post, can anyone suggest a useful > MySQL newgroup ? MySQL AB hosts mailing lists. Check out the section at www.mysql.com. -- 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 Tue Jun 4 16: 2:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id CD4B837B403 for ; Tue, 4 Jun 2002 16:02:38 -0700 (PDT) Received: from hades.hell.gr (patr530-a077.otenet.gr [212.205.215.77]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g54N2Td2005594; Wed, 5 Jun 2002 02:02:30 +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 g54N2E4Q000750; Wed, 5 Jun 2002 02:02:28 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g54J0V6L007934; Tue, 4 Jun 2002 22:00:31 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Tue, 4 Jun 2002 22:00:31 +0300 From: Giorgos Keramidas To: Ejler Ottesen Cc: freebsd-questions@FreeBSD.org Subject: Re: Characters, screens too big Message-ID: <20020604190031.GD6724@hades.hell.gr> References: <000801c20b56$d04263a0$a382fea9@1Base.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000801c20b56$d04263a0$a382fea9@1Base.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 [ Redirected to -questions.] On 2002-06-03 16:31 -0700, Ejler Ottesen wrote: > Dear Sir, > > I have spent 5-10 hours to try to modify XF86Config file to adjust > to my 17" CTX 1765D. > > The KDE disappears on top of the screen and the characters and > screens are far too big. You will probably find it worthy to check out this page: http://koala.ilog.fr/cgi-bin/nph-colas-modelines It has helped me set up the ModeLine's of my XF86Config file many times. This seems like a timing problem with the frequencies used in the modes of your XF86Config file. The screen is "too big" to fit your monitor because you are using a "virtual desktop" size, and X11 fires up in a resolution that can't display everything. Try either: a) Disabling virtual desktop. b) Switching to another resolution with + + <-/+> using the '-' and '+' keys of the numeric keypad. > I am looking anywhere for information. My partner has told me that I > need to switch XF86 to 4.0 from 3.5.5 (in current version) You should post general questions like this to the FreeBSD questions mailing list since it's not a bug in KDE or X11 or FreeBSD, but a configuration problem. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 16:37:53 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 9045637B403 for ; Tue, 4 Jun 2002 16:37:45 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by colossus.systems.pipex.net (Postfix) with ESMTP id 5093416000100 for ; Wed, 5 Jun 2002 00:37:43 +0100 (BST) Subject: Need to find explanation for maillog messages From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: FreeBSD-Questions Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fzmMiq08hhqpSj7ESwCR" X-Mailer: Ximian Evolution 1.0.5 Date: 05 Jun 2002 00:32:25 +0100 Message-Id: <1023233546.304.27.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 --=-fzmMiq08hhqpSj7ESwCR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, Is there somewhere I can get simple explanations to the messages that appear in /var/log/maillog? Here's the uname info: # uname -a FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST 2002 :/usr/obj/usr/src/sys/ i386 # Sendmail version: # echo \$Z | /usr/sbin/sendmail -bt -d0 Version 8.12.3 Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING SCANF STARTTLS TCPWRAPPERS USERDB XDEBUG ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) Enter
> 8.12.3 # In particular, sendmail-related messages like: Jun 5 00:06:50 sm-msp-queue[49856]: g4UNFwRm077651: to=3D, delay=3D4+23:50:38, xdelay=3D00:00:00, mailer=3Drelay, pri=3D22351358, relay=3Dlocalhost.., dsn=3D4.0.0, stat=3DDeferred: Permission denied I did check at both sendmail.org & sendmail.net to see if they've got either information tables or links to somewhere that has translations to generic-type error messages, but found no related info there. Nor was google any help. Any info, or pointers to where I might find some assistance is appreciated. Stacey --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-fzmMiq08hhqpSj7ESwCR 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, Is there somewhere I can get simple explanations to the messages that appear in /var/log/maillog? Here's the uname info: # uname -a FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST 2002 :/usr/obj/usr/src/sys/ i386 # Sendmail version: # echo \$Z | /usr/sbin/sendmail -bt -d0 Version 8.12.3 Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING SCANF STARTTLS TCPWRAPPERS USERDB XDEBUG ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) Enter
> 8.12.3 # In particular, sendmail-related messages like: Jun 5 00:06:50 sm-msp-queue[49856]: g4UNFwRm077651: to=3D, delay=3D4+23:50:38, xdelay=3D00:00:00, mailer=3Drelay, pri=3D22351358, relay=3Dlocalhost.., dsn=3D4.0.0, stat=3DDeferred: Permission denied I did check at both sendmail.org & sendmail.net to see if they've got either information tables or links to somewhere that has translations to generic-type error messages, but found no related info there. Nor was google any help. Any info, or pointers to where I might find some assistance is appreciated. Stacey - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPP1OCPdn4A8qiCO5EQIZlQCdHyjVOFEAGhUN5kXOJ9dMCd3uTsIAniPv QWAbKIWf0271jp81bq/ABCmY =BZp6 -----END PGP SIGNATURE----- --=-fzmMiq08hhqpSj7ESwCR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 16:44:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pooh.ASARian.org (pooh.ASARian.org [216.21.171.83]) by hub.freebsd.org (Postfix) with ESMTP id 8FD8437B400 for ; Tue, 4 Jun 2002 16:44:31 -0700 (PDT) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.11.6/8.11.6) with ESMTP id g54NigJ29253; Tue, 4 Jun 2002 19:44:42 -0400 (EDT) (envelope-from fuzzy@pooh.ASARian.org) Date: Tue, 4 Jun 2002 19:44:42 -0400 (EDT) From: Fuzzy To: BSD Freak Cc: FreeBSD Questions Subject: Re: Getting network and broadcast addresses in a shell script In-Reply-To: Message-ID: X-No-Archive: Yes Organization: ASARian Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002, BSD Freak wrote: > Hi all, > > I have the following shell script I am writing in which I need to get > the $network and $broadcast: > > #!/bin > netmask=255.255.255.0 > ip=192.168.0.1 > > network=`do some magic with $netmask and $ip` > broadcast=`do some more magic with $netmask and $ip` > > echo $network > echo $broadcast > I extract them from cidr. network=`/path/to/cidr -q $ip -q $netmask|tail +5|head -1|awk '{print $2}'` broadcast=`/path/to/cidr -q $ip -q $netmask|tail +6|head -1|awk '{print $2}'` /usr/ports/net/cidr /usr/ports/net/cidr/pkg-descr: cidr is a tiny command-line tool for determining network and broadcast addresses a la RFC 1878. It takes an IP address and netmask and outputs the network address, broadcast address, and total number of addresses for the corresponding subnet. The IP can be in binary, decimal, hex, or dotted quad. The mask can be in binary, decimal, hex, dotted quad, or prefix. Fuzzy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 17: 4:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blues.hodgsonhouse.com (trickster.hodgsonhouse.com [24.72.10.211]) by hub.freebsd.org (Postfix) with ESMTP id A550837B404 for ; Tue, 4 Jun 2002 17:04:55 -0700 (PDT) Received: (from tillman@localhost) by blues.hodgsonhouse.com (8.11.6/8.11.6) id g55054W29994 for freebsd-questions@FreeBSD.ORG; Tue, 4 Jun 2002 18:05:04 -0600 Date: Tue, 4 Jun 2002 18:05:03 -0600 From: Tillman Hodgson To: freebsd-questions@FreeBSD.ORG Subject: Ports database problem Message-ID: <20020604180503.A29935@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Editor: Vim Rocks! http://www.vim.org X-Mailer: Mutt Rocks! http://www.mutt.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy, This doesn't look healthy: [root@coyote ports]# portversion /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:474: [BUG] Segmentation fault ruby 1.6.7 (2002-05-01) [i386-freebsd4] Abort trap (core dumped) pkgdb -F doesn't correct it. Any ideas how I would go about manually correcting the problem? - Tillman -- Painted cakes are real, too. Dogen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 17: 7:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rhenium.btinternet.com (rhenium.btinternet.com [194.73.73.93]) by hub.freebsd.org (Postfix) with ESMTP id 1FEE337B407 for ; Tue, 4 Jun 2002 17:07:34 -0700 (PDT) Received: from host62-6-71-13.in-addr.btopenworld.com ([62.6.71.13] helo=snoopy.castley.net) by rhenium.btinternet.com with esmtp (Exim 3.22 #8) id 17FOKp-0005E1-00 for freebsd-questions@FreeBSD.ORG; Wed, 05 Jun 2002 01:07:32 +0100 Received: from charlie (charlie.castley.net [192.168.1.2]) by snoopy.castley.net (8.11.6/8.11.6) with SMTP id g550APv02078 for ; Wed, 5 Jun 2002 01:10:25 +0100 Message-ID: <006a01c20c24$f7e3c290$0201a8c0@charlie> From: "robert at castley dot com" To: Subject: How to check available memory/RAM Date: Wed, 5 Jun 2002 01:07:23 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just converting over from Linux to FreeBSD and I was wondering how can I tell how much RAM I have available/free. Under Linux there is a command called 'free' which displays something like : total used free shared buffers cached Mem: 249 244 4 0 6 165 -/+ buffers/cache: 72 176 Swap: 258 1 257 This tells me I have 249Mb of RAM total and using 244Mb of it !!! However I cannot find under FreeBSD an equivalent command. Can anyone help? Many thanks, Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 17:24: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id DB04437B41B for ; Tue, 4 Jun 2002 17:24:02 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3AAED66C49; Tue, 4 Jun 2002 17:24:02 -0700 (PDT) Date: Tue, 4 Jun 2002 17:24:02 -0700 From: Kris Kennaway To: Tillman Hodgson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ports database problem Message-ID: <20020604172401.A68777@xor.obsecurity.org> References: <20020604180503.A29935@seekingfire.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020604180503.A29935@seekingfire.com>; from tillman@seekingfire.com on Tue, Jun 04, 2002 at 06:05:03PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 06:05:03PM -0600, Tillman Hodgson wrote: > Howdy, >=20 > This doesn't look healthy: >=20 > [root@coyote ports]# portversion > /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:474: [BUG] Segmentation fault > ruby 1.6.7 (2002-05-01) [i386-freebsd4] > Abort trap (core dumped) >=20 > pkgdb -F doesn't correct it. Any ideas how I would go about manually > correcting the problem? Remove the portupgrade database files and let them be recreated. Kris --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/VohWry0BWjoQKURApr2AKD7B3g/tT/3WU9JQzPfsogVDJSwqwCgxrJq Srs99jozz+aOW353EzkiNQk= =e7q0 -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 17:25:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 5893537B412 for ; Tue, 4 Jun 2002 17:25:34 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DF94066D7A; Tue, 4 Jun 2002 17:25:33 -0700 (PDT) Date: Tue, 4 Jun 2002 17:25:33 -0700 From: Kris Kennaway To: robert at castley dot com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to check available memory/RAM Message-ID: <20020604172533.B68777@xor.obsecurity.org> References: <006a01c20c24$f7e3c290$0201a8c0@charlie> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="kXdP64Ggrk/fb43R" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <006a01c20c24$f7e3c290$0201a8c0@charlie>; from robert@castley.com on Wed, Jun 05, 2002 at 01:07:23AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 05, 2002 at 01:07:23AM +0100, robert at castley dot com wrote: > Just converting over from Linux to FreeBSD and I was wondering how can I > tell how much RAM I have available/free. >=20 > Under Linux there is a command called 'free' which displays something lik= e : >=20 > total used free shared buffers > cached > Mem: 249 244 4 0 6 165 > -/+ buffers/cache: 72 176 > Swap: 258 1 257 >=20 > This tells me I have 249Mb of RAM total and using 244Mb of it !!! >=20 > However I cannot find under FreeBSD an equivalent command. > Can anyone help? Many of the system utilities such as top, systat, and others, can display this information. Be sure to read the documentation (manpages, handbook, FAQ) if you're confused about what the various statistics mean. Kris --kXdP64Ggrk/fb43R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/Vp9Wry0BWjoQKURAsRPAKDi+YmmCyjuFhUt9/g1UFk9f1obUQCgkNyd +0Em0fZexPFnKAj8CS3vMnQ= =wUm3 -----END PGP SIGNATURE----- --kXdP64Ggrk/fb43R-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 17:31:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from entropy.ms.washington.edu (entropy.ms.washington.edu [128.95.18.1]) by hub.freebsd.org (Postfix) with ESMTP id 0FE6C37B407 for ; Tue, 4 Jun 2002 17:31:29 -0700 (PDT) Received: from entropy.ms.washington.edu (entropy.ms.washington.edu [128.95.18.1]) by entropy.ms.washington.edu (8.11.6/8.11.6) with ESMTP id g550Twt228385; Tue, 4 Jun 2002 17:29:58 -0700 (PDT) Date: Tue, 4 Jun 2002 17:29:58 -0700 (PDT) From: Richard Fairfield To: Cc: Richard Fairfield Subject: make installworld fails Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello - I recently installed FreeBSD 4.5 from CD, including the ports collection. I then installed CVSup from the ports collection and used cvsup to update src-all, doc-all, and ports-all. Here is the cvsup command that I used: cvsup -g -L 2 /etc/cvsupfile Here are the contents of /etc/cvsupfile : *default host=cvsup8.FreeBSD.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default release=cvs *default tag=RELENG_4_4 *default delete use-rel-suffix *default compress src-all *default tag=. ports-all doc-all Next, I did this: cd /usr/src make buildworld That went OK so I tried this: cd /usr/src make buildworld Oops. That failed in the /usr/share/colldef section with the following error messages: install: /usr/share/locale/ru_SU.CP866/LC_COLLATE: Too many levels of symbolic links *** Error code 71 Stop in /usr/src/share/colldef. *** Error code 1 Stop in /usr/src/share. *** Error code 1 I then found these sym links in directory /usr/share/local/ : lrwxr-xr-x 1 root wheel 11 Jun 4 16:51 ru_RU.CP866@ -> ru_SU.CP866 lrwxr-xr-x 1 root wheel 16 Jun 4 16:51 ru_RU.ISO_8859-5@ -> ru_SU.ISO_8859-5 lrwxr-xr-x 1 root wheel 12 Jun 4 16:51 ru_RU.KOI8-R@ -> ru_SU.KOI8-R lrwxrwxrwx 1 root wheel 11 Jun 2 02:54 ru_SU.CP866@ -> ru_RU.CP866 lrwxrwxrwx 1 root wheel 15 Jun 2 02:54 ru_SU.ISO8859-5@ -> ru_RU.ISO8859-5 lrwxrwxrwx 1 root wheel 15 Jun 2 02:54 ru_SU.ISO_8859-5@ -> ru_RU.ISO8859-5 lrwxrwxrwx 1 root wheel 12 Jun 2 02:54 ru_SU.KOI8-R@ -> ru_RU.KOI8-R I'm not sure what to do next. In case it helps, here's the output of "uname -a": FreeBSD 209-189-205-34.2alpha.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 Thanks, in advance for any help with this. Richard Fairfield Math Sciences Computing Center University of Washington MSCC Departmental Telephone Number: 206-616-3636 My Office Telephone Number: 206-685-2303 Fax: 206-685-7419 rcf@ms.washington.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 17:32:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blues.hodgsonhouse.com (trickster.hodgsonhouse.com [24.72.10.211]) by hub.freebsd.org (Postfix) with ESMTP id 2C3F737B401 for ; Tue, 4 Jun 2002 17:32:21 -0700 (PDT) Received: (from tillman@localhost) by blues.hodgsonhouse.com (8.11.6/8.11.6) id g550WUr30023 for freebsd-questions@FreeBSD.ORG; Tue, 4 Jun 2002 18:32:30 -0600 Date: Tue, 4 Jun 2002 18:32:30 -0600 From: Tillman Hodgson To: freebsd-questions@FreeBSD.ORG Subject: Re: Ports database problem Message-ID: <20020604183230.C29935@seekingfire.com> References: <20020604180503.A29935@seekingfire.com> <20020604172401.A68777@xor.obsecurity.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: <20020604172401.A68777@xor.obsecurity.org>; from kris@obsecurity.org on Tue, Jun 04, 2002 at 05:24:02PM -0700 X-Editor: Vim Rocks! http://www.vim.org X-Mailer: Mutt Rocks! http://www.mutt.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 04, 2002 at 05:24:02PM -0700, Kris Kennaway wrote: > On Tue, Jun 04, 2002 at 06:05:03PM -0600, Tillman Hodgson wrote: > > Howdy, > > > > This doesn't look healthy: > > > > [root@coyote ports]# portversion > > /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:474: [BUG] Segmentation fault > > ruby 1.6.7 (2002-05-01) [i386-freebsd4] > > Abort trap (core dumped) > > > > pkgdb -F doesn't correct it. Any ideas how I would go about manually > > correcting the problem? > > Remove the portupgrade database files and let them be recreated. Like so: rm -rf /var/db/pkg/* pkgdb -F ? Thanks, - Tillman -- I discovered the secret of the sea in meditation upon the dewdrop. Kahlil Gibran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 17:37:57 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 CA03937B400 for ; Tue, 4 Jun 2002 17:37:53 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id 05C101DF; Tue, 4 Jun 2002 20:37:52 -0400 (EDT) Date: Tue, 4 Jun 2002 20:37:52 -0400 From: Andrew J Caines To: freebsd-questions@FreeBSD.ORG Subject: Re: Ports database problem Message-ID: <20020605003752.GF4964@hal9000.halplant.com> Reply-To: Andrew J Caines Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020604180503.A29935@seekingfire.com> <20020604172401.A68777@xor.obsecurity.org> <20020604183230.C29935@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020604183230.C29935@seekingfire.com> 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 Tillman, > Like so: > rm -rf /var/db/pkg/* > pkgdb -F Napalming the whole area is not necessary. # > /var/db/pkg/pkgdb.db Then go ahead an use portupgrade, as it will rebuild the database. -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 Tue Jun 4 17:45:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 548A337B400 for ; Tue, 4 Jun 2002 17:45:38 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DB79166DE1; Tue, 4 Jun 2002 17:45:37 -0700 (PDT) Date: Tue, 4 Jun 2002 17:45:37 -0700 From: Kris Kennaway To: Tillman Hodgson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ports database problem Message-ID: <20020604174537.A69404@xor.obsecurity.org> References: <20020604180503.A29935@seekingfire.com> <20020604172401.A68777@xor.obsecurity.org> <20020604183230.C29935@seekingfire.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020604183230.C29935@seekingfire.com>; from tillman@seekingfire.com on Tue, Jun 04, 2002 at 06:32:30PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 06:32:30PM -0600, Tillman Hodgson wrote: > On Tue, Jun 04, 2002 at 05:24:02PM -0700, Kris Kennaway wrote: > > On Tue, Jun 04, 2002 at 06:05:03PM -0600, Tillman Hodgson wrote: > > > Howdy, > > >=20 > > > This doesn't look healthy: > > >=20 > > > [root@coyote ports]# portversion > > > /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:474: [BUG] Segmentation = fault > > > ruby 1.6.7 (2002-05-01) [i386-freebsd4] > > > Abort trap (core dumped) > > >=20 > > > pkgdb -F doesn't correct it. Any ideas how I would go about manually > > > correcting the problem? > >=20 > > Remove the portupgrade database files and let them be recreated. >=20 > Like so: >=20 > rm -rf /var/db/pkg/* > pkgdb -F >=20 > ? No, the _portupgrade_ database files. /var/db/pkg/pkgdb.db /usr/ports/INDEX.db If you blow away all of your package registration files there'll be nothing at all left for portupgrade or the package system to work with. Kris --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/V8xWry0BWjoQKURAmZ4AJ9dxbthBhtbZezfoO6lXk9wVM9vnACeMPzp rmkcs1JzTvgBpHNKb4KuyR0= =sKMt -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 18:10:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id 0717737B401 for ; Tue, 4 Jun 2002 18:10:15 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GX700J6EKC3BP@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Wed, 5 Jun 2002 09:04:51 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GX7KF500.JXL for ; Wed, 05 Jun 2002 09:06:41 +0800 Date: Wed, 05 Jun 2002 11:06:41 +1000 From: BSD Freak Subject: Getting a DHCP client to give me it's address To: FreeBSD Questions Message-id: MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I'm sure this is possible but not sure wherer to look. Is there any script that the FreeBSD DHCP client runs when it obtains an IP address (something similar to ppp.linkup). I need to basically run a script with the newly obatined IP address as an argument, eg: I need it to run something like this: /usr/local/scripts/email-my-ip.sh $IP Thanks in advance..... --------------------------------------------------------------------- Faxes delivered directly to any email address, new to mBox! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 18:17:49 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 C69F737B405 for ; Tue, 4 Jun 2002 18:17:45 -0700 (PDT) Received: from hades.hell.gr (patr530-a077.otenet.gr [212.205.215.77]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g551Hgd2001000; Wed, 5 Jun 2002 04:17:43 +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 g551Hf4O021298; Wed, 5 Jun 2002 04:17:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g551HeV7021297; Wed, 5 Jun 2002 04:17:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 5 Jun 2002 04:17:37 +0300 From: Giorgos Keramidas To: Richard Fairfield Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make installworld fails Message-ID: <20020605011737.GA20449@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-06-04 17:29 -0700, Richard Fairfield wrote: > > I recently installed FreeBSD 4.5 from CD, including the ports collection. > > Here are the contents of /etc/cvsupfile : > > *default host=cvsup8.FreeBSD.org > *default base=/usr/local/etc/cvsup > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4_4 That's the security branch for 4.4-RELEASE and not 4.5-RELEASE. Oops :) Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 18:33:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blues.hodgsonhouse.com (trickster.hodgsonhouse.com [24.72.10.211]) by hub.freebsd.org (Postfix) with ESMTP id 712D137B405 for ; Tue, 4 Jun 2002 18:33:47 -0700 (PDT) Received: (from tillman@localhost) by blues.hodgsonhouse.com (8.11.6/8.11.6) id g551XuE30551 for freebsd-questions@FreeBSD.ORG; Tue, 4 Jun 2002 19:33:56 -0600 Date: Tue, 4 Jun 2002 19:33:56 -0600 From: Tillman Hodgson To: freebsd-questions@FreeBSD.ORG Subject: Re: Ports database problem Message-ID: <20020604193356.B30415@seekingfire.com> References: <20020604180503.A29935@seekingfire.com> <20020604172401.A68777@xor.obsecurity.org> <20020604183230.C29935@seekingfire.com> <20020605003752.GF4964@hal9000.halplant.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: <20020605003752.GF4964@hal9000.halplant.com>; from A.J.Caines@halplant.com on Tue, Jun 04, 2002 at 08:37:52PM -0400 X-Editor: Vim Rocks! http://www.vim.org X-Mailer: Mutt Rocks! http://www.mutt.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 04, 2002 at 08:37:52PM -0400, Andrew J Caines wrote: > Tillman, > > > Like so: > > rm -rf /var/db/pkg/* > > pkgdb -F > > Napalming the whole area is not necessary. > > # > /var/db/pkg/pkgdb.db > > Then go ahead an use portupgrade, as it will rebuild the database. Thanks muchly, that did indeed fix the problem. -T -- It is not the answer that enlightens, but the question. Eugene Ionesco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 18:41:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd.identd.net (freebsd.identd.net [64.172.21.203]) by hub.freebsd.org (Postfix) with ESMTP id 7627B37B405 for ; Tue, 4 Jun 2002 18:41:25 -0700 (PDT) Received: from freebsd.identd.net (az@localhost [127.0.0.1]) by freebsd.identd.net (8.12.3/8.12.2) with SMTP id g551fO2g017193 for ; Tue, 4 Jun 2002 18:41:24 -0700 (PDT) (envelope-from az@freebsd.identd.net) Date: Tue, 4 Jun 2002 18:41:24 -0700 From: "Ayman Zarka." To: "FreeBSD Questions." Subject: Iomega IDE ZIP 250MB. Message-Id: <20020604184124.2577d98f.az@freebsd.identd.net> Organization: identd.net X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello everyone, I'm trying to figure out the right kernel options for my IOMEGA IDE ZIP 250 (internal drive). After gathering information from 200+ emails from the mailing and search the: http://www.freebsd.org/FAQ/hardware.html#ZIP-SUPPORT http://www.freebsd.org/FAQ/disks.html#DISKLABEL I did the following without adding any new stuff to my kernel and I got the idea am in the right direction before I add any device or option: without booting with the zip disk inside the drive I was getting in my dmesg: afd0: 0MB [0/64/32] at ata3-slave PIO3 But when leaving the disk inside and reboot I can see: afd0: 250MB [0/64/32] at ata3-slave PIO3 or: /va/log/messages: Jun 4 17:05:11 freebsd /kernel: afd0: 239MB [239/64/32] at ata3-slave PIO3 So I rebooted with the disk inside and went to /stand/sysinstall Configure --> Fdisk afd0 --> A ( use entire disk ) , W ( write changes ) and standard ( no boot manager ) I got the message: wrote FDISK partition information out successfully (100%) Label --> creat 489440 blocks ( 238MB) are free. and FS /backup and I got 0 MB free. Disk: afd0 Partition name: afd0s1 Free: 0 blocks (0MB) Part Mount Size Newfs Part Mount Size Newfs---- ----- ---- ----- ---- ----- ---- ----- afd0s1e /backup 238MB UFS+S Y so far so good. in my /etc/fstab I have: /dev/afd0 /zip ufs rw,noauto 0 0 Of course when I try to mount it I see the zip lights on for 15 sec. then I get freebsd# mount /zip mount: /dev/afd0: Input/output error freebsd# dmesg | tail afd0: 239MB [239/64/32] at ata3-slave PIO3 Mounting root from ufs:/dev/ad0s1a afd0: READ_BIG command timeout - resetting So now I knew am doing it right so I grabed the options of the mailing list/ handbook and added them but didn't work, so I started playing with these options and try to build my my kernel with and without one of the following but unfortunately I couldn't get a successful build. and it was giving: #IOMEGA ZIP Drive 250 MB Options: controller scbus0 # device da0 # device vp0 # IOMEGA IDE ZIP Drive 250MB options VP0_DEBUG # ZIP/ZIP+ debug config: line 267: Obsolete keyword 'controller' found - use 'device' So I changed it to device it gave: Warning: device "vp" is unknown and so on I played with them many times. I already have these in my kernel before: # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) My question is: 1) What proper device/options/controller should I add in my kernel to be able to mount my zip drive? 2) Why the dmesg showing 250MB and when going with the /stand/sysinstall process I end up with 238MB instead of 250MB is there a way to get FreeBSD identify or make me use the missing 17 MB ? Thanks in advance, and have a good day. -- - Ayman Zarka. -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org mQGiBDy5PK4RBADbeYGQsxqby0Mg2NDXV3BzDR6fE5pws+01FFjuhpuIYwRq1N8Q QQrc8mrDyXxOBMBf5kwarfYa452tZXCy/la71N6f+kEWp0YsafBKRCQSKjMcGfb+ AyiTKcWCXb4YiS0xgCCfrh9QNvZKQaGtG2jHOfeRm8wy/l5DesKz+WqfCwCgyRXR c5m3YXKEI3a8repPgrxl4XUEAK+suS/tUctfLr5RCdKxHkRewrZAAOnOImTZUbIZ HlaPNHf6c40qVCF4O8WZTK/0F9lOiyzQOaL30ShPjwjxU/lUKdhI7nyDsl9pjdYZ okU/xPNFGfA+ugMjzEqJ5amlbb6pYJncjpHLaDIHAUsjiSUtKoCLMnxliV8ONsU8 3ZzPA/47ZL2f3F3kD4irNdSmYIE9Uyg12Ml6LsIPGZsjrYwVJu4a9TjaSYzfrXh9 At7OuzdxTldwHCbqsOqc/wLVpCY1tNFuLTUJfQ73HA649l+XbdmUbm7tJQEf64E2 f+EHBNLEw5kS6X8ySOjQIHBO80lCDlmFNzmaJZF3HWL3BoI7WLQjQXltYW4gWmFy a2EgPGF6QGZyZWVic2QuaWRlbnRkLm5ldD6IVwQTEQIAFwUCPLk8rgULBwoDBAMV AwIDFgIBAheAAAoJEJX3aiwtih/hQecAoLAG/31xDIHxArmFzhH4KfaNzqwsAKCp DO9WURAiLMU3bTs3JHe0NwJ52bkCDQQ8uTzEEAgAhDAVX4AtVuya9yVA7e7/p1B1 qE2BcLZKkPf12mPMMhWiCMN+/X4860dZ9JvnxDyPn8uPz8tzPCyFFiLl7wAbGHHq ivkp8PrhgyyvhAd158ZN0rHNPPXjkHPdh887wt8J1xjv4/DZL7uHTcwrp16Lx9GY blAtEhEatwYGwaaCKEPazIn5duOY/QDGall0ZDuzTaeyYcE3C0n9jXOAwmSoi5Sm aJK+r4u3oUXanLOgaTbTBeiRTifg6QrMMcjtJmgYQqHisuoFCoDiwrjoA0b1IPpQ zEP3vXND5SM2wwImEs12IqOKkICgFvTMsWC25onrXMFJVcONuKCxpL+oRh2DXwAD BQf+Mo/K8poqF6A0okT4l17Z6m5Vwdo3S8gSweH0+JPLBv1Pbgclqy+9OO9xlvwn u8X744MWwKvqaLInzlnnEFMb2MoPhk22CXgQfcVrfF0wdO0hMdl+Hf/iHbmCDtKN aFYYHEDuRwtRfNhtXTIFN3TZRtC43npo6tYRExglbpU6RlLFSarF2A3AJjCtOuvf kkbkKtFPtnXqk1qzRoGumzmoHwsOfgJ/EMT1F1pFQrGhdzi+PBWsbUW4kyesxzvu dGiIuufj97refiF1bHnWl8UlJ2u2BHTfU89rF863UNNVfK2Hok3Toim0RTHNbwWE Gxji1p4c5KbKpNU0o8hoXIlj4IhGBBgRAgAGBQI8uTzEAAoJEJX3aiwtih/hqE0A oLMQR3o96VZQidaEAYiGPHUSxtHWAJ98vy1WTN66SzfC05TrtMqe6ACDRQ== =Iqsd -----END PGP PUBLIC KEY BLOCK----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 18:46:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from entropy.ms.washington.edu (entropy.ms.washington.edu [128.95.18.1]) by hub.freebsd.org (Postfix) with ESMTP id BDE7A37B40B for ; Tue, 4 Jun 2002 18:46:44 -0700 (PDT) Received: from entropy.ms.washington.edu (entropy.ms.washington.edu [128.95.18.1]) by entropy.ms.washington.edu (8.11.6/8.11.6) with ESMTP id g551j8t224380; Tue, 4 Jun 2002 18:45:08 -0700 (PDT) Date: Tue, 4 Jun 2002 18:45:08 -0700 (PDT) From: Richard Fairfield To: Giorgos Keramidas Cc: Subject: Re: make installworld fails In-Reply-To: <20020605011737.GA20449@hades.hell.gr> 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 > > > > Here are the contents of /etc/cvsupfile : > > > > *default host=cvsup8.FreeBSD.org > > *default base=/usr/local/etc/cvsup > > *default prefix=/usr > > *default release=cvs > > *default tag=RELENG_4_4 > > That's the security branch for 4.4-RELEASE and not 4.5-RELEASE. > > Oops :) > > Giorgos. > Oops it right! The string above string "RELENG_4_4" is a typo. I'm not sure how it got in there. What I meant to have there is "RELENG_4", which is what I originally had on a different system after running cvsupit. But I'm confused about whether I want the tag string to be RELENG_4 or RELENG_4_5. I've read the cvsup section in the handbook, and the cvsup sections in FreeBSD Released and The Complete FreeBSD, but I don't get it. Can someone explain the difference to me??? thanks again, rcf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 18:58:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.89]) by hub.freebsd.org (Postfix) with ESMTP id 9FC8E37B405 for ; Tue, 4 Jun 2002 18:58:20 -0700 (PDT) Received: from smtp-relay03-en1.mac.com (smtp-relay03-en1 [10.13.10.222]) by smtpout.mac.com (8.12.1/8.10.2/1.0) with ESMTP id g551wJkv012378 for ; Tue, 4 Jun 2002 18:58:20 -0700 (PDT) Received: from woappsx16.mac.com (woappsx16-en1 [10.13.10.116]) by smtp-relay03-en1.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g551wEC7018785 for ; Tue, 4 Jun 2002 18:58:14 -0700 (PDT) Received: from woappsx16 (localhost [127.0.0.1]) by woappsx16.mac.com (8.10.2/8.10.2) with ESMTP id g551wEC21645 for ; Tue, 4 Jun 2002 18:58:14 -0700 (PDT) Date: Tue, 4 Jun 2002 18:58:14 -0700 (PDT) Message-ID: <7826159.1023242294026.JavaMail.ambein@mac.com> From: Magnus Bein To: questions@FreeBSD.org Subject: Will copying FreeBSD stable on a ISO-9660 CD install correctly? Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am wondering how to use the sources for the FreeBSD stable version available online. Is it possible for me to download the sources onto a computer with a different operating system (e.g. Mac or Windows) and burn it on to CDs in the ISO-9660 filesystem and then use them to install FreeBSD stable on an i38x computer? My challenge is that I'd like to install FreeBSD on a computer that has very limited internet connectivity (a 56k modem). I do have access to high speed connections and the ability to burn CDs (i.e. a university computer lab), but the computers are Win and Mac. Thus the maze-like question. Thank you, Magnus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 19:34: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id B65B237B408 for ; Tue, 4 Jun 2002 19:34:03 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 6DE051AE; Tue, 4 Jun 2002 22:36:35 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "Magnus Bein" Cc: "FBSDQ" Subject: RE: Will copying FreeBSD stable on a ISO-9660 CD install correctly? Date: Tue, 4 Jun 2002 22:34:01 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <7826159.1023242294026.JavaMail.ambein@mac.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 Sure you can. But when using an 56k connection it will take 36 hours + if you do not get paused out by the FBSD ftp server. You will need a windows FTP pgm that can restart the ftp download where it left off at. I used SMARTFTP from www.smartftp.com . Then you need a win pgm that can burn ISO files to cdrom. I used nero from www.nero.com. Just use these pgm's in demo mode to do what you have to do to create your FBSD min install cd. Uninstall them but keep the downloaded install zip files for next time and just reinstall to get a new 30 day demo. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Magnus Bein Sent: Tuesday, June 04, 2002 9:58 PM To: questions@FreeBSD.org Subject: Will copying FreeBSD stable on a ISO-9660 CD install correctly? Hello, I am wondering how to use the sources for the FreeBSD stable version available online. Is it possible for me to download the sources onto a computer with a different operating system (e.g. Mac or Windows) and burn it on to CDs in the ISO-9660 filesystem and then use them to install FreeBSD stable on an i38x computer? My challenge is that I'd like to install FreeBSD on a computer that has very limited internet connectivity (a 56k modem). I do have access to high speed connections and the ability to burn CDs (i.e. a university computer lab), but the computers are Win and Mac. Thus the maze-like question. Thank you, Magnus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 20:29:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 3EF7337B403; Tue, 4 Jun 2002 20:29:07 -0700 (PDT) Received: from sdn-ar-008dcwashp040.dialsprint.net ([63.178.91.152] helo=moo.holy.cow) by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 17FRTq-0003PG-00; Tue, 04 Jun 2002 20:29:03 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 0E66950CB8; Tue, 4 Jun 2002 23:31:32 -0400 (EDT) Date: Tue, 4 Jun 2002 23:31:31 -0400 From: parv To: Chris Pepper Cc: freebsd-questions@FreeBSD.ORG, freebsd-doc@freebsd.org Subject: Re: make -j4 becoming default? Message-ID: <20020605033131.GB6570@moo.holy.cow> Mail-Followup-To: Chris Pepper , freebsd-questions@FreeBSD.ORG, freebsd-doc@freebsd.org References: <200206040427.VAA18855@beta.tricity.wsu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message , wrote Chris Pepper thusly... > ... > Is there general agreement that -j is useless on single-CPU > systems? If so, I'll provide a doc patch. another nod to say that -j4 option is slower than w/o on a single cpu machine. i don't have the record, but last time i tried plain make buildworld was faster than -j4. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 20:59:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from corten2.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by hub.freebsd.org (Postfix) with ESMTP id 1898F37B404 for ; Tue, 4 Jun 2002 20:59:26 -0700 (PDT) Received: from corten8.billschoolcraft.com ([192.168.7.8]) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 17FRcj-0001mu-00; Tue, 04 Jun 2002 20:38:13 -0700 Date: Tue, 4 Jun 2002 20:42:29 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: bill@corten8 To: Kris Kennaway Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [4.5] Upgrading to XFree-4.2 grrrrr In-Reply-To: <20020604140055.C62978@xor.obsecurity.org> Message-ID: System-ID: [en] (I; Linux i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Tue, 4 Jun 2002 it looks like Kris Kennaway composed: > You might find it easier to just use the packages. You probably have > stale files in /usr/X11R6 that are confusing the build, but it's > impossible to know unless you post the actual errors. > Thanks Kris, I was getting build errors till I 'rm -rf /usr/X11R6/*' then the same builds went fine. There is just a ton of *#@t to build though, /usr/ports/x11/* etc. Thanks again to you and Jonathan Chen for the help in getting me pointed in the right direction. It kinda funny that one can use FreeBSD with absolutly no problems and never need to venture down this road due to its stability. -- |<--------------------------------72---------------------------------->| Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 21: 9:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from go4.ext.ti.com (dlezb.ext.ti.com [192.91.75.132]) by hub.freebsd.org (Postfix) with ESMTP id DB53437B400 for ; Tue, 4 Jun 2002 21:09:38 -0700 (PDT) Received: from dlep6.itg.ti.com ([157.170.188.9]) by go4.ext.ti.com (8.11.6/8.11.6) with ESMTP id g5549XH15752; Tue, 4 Jun 2002 23:09:33 -0500 (CDT) Received: from dlep6.itg.ti.com (localhost [127.0.0.1]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id XAA12015; Tue, 4 Jun 2002 23:09:32 -0500 (CDT) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep6.itg.ti.com (8.9.3/8.9.3) with ESMTP id XAA11963; Tue, 4 Jun 2002 23:09:30 -0500 (CDT) Received: from gautham ([192.168.185.126]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id JAA18597; Wed, 5 Jun 2002 09:39:28 +0530 (IST) From: "Gautham Ganapathy" To: "Jud" Cc: "FreeBSD.org - Questions" Subject: RE: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") Date: Wed, 5 Jun 2002 09:40:07 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tuesday, June 04, 2002 3:47 PM Jud wrote: > > 6/4/2002 12:33:28 AM, Scott Robbins wrote: > > >> > > >> > At 17:39 2002/06/03 -0700, patrick wrote: > >> > > >> > >> Errm - Scott, when I did the apm_enable, > >> remove-disable-apm-and-recompile-kernel thing (plus cd /dev and sh > >> MAKEDEV all), it solved my shutdown problem (I'd had it on my > ASUS > >> A7V333), but the next two times I tried to start the X server, my > >> machine spontaneously rebooted. Also, I'm using a boot > > > >There's a certain humor in that. However, the ASUS MB problem with > >startx is usually easily fixed. I happen to know about this, because > >I have an ASUS > > > >There was a PR filed on it. When did you last do cvsup and > >buildworld? If it hasn't been for awhile, doing so should fix the > >startx problem, Mr. Malone has fixed it. > > > >If not, and you don't feel like doing a build world, you should be > >able to fix it by doing the following. > >Open up /usr/src/sys/i386/i386/i686_mem.c > > > >Around line 269, there's probably something like > > > >u_int cr4save; > > > > > >mrd = sc->mr_desc; > > > >In between those two lines, put > > > >return; > > > >Then recompile, and that should fix it. > >The only thing that worries me about giving this advice is that you > >didn't have the problem before. In general, it's been a problem with > >various (though not all) ASUS boards, and didn't as far as I know, > >have anything to do with apm--it was connected with MTRR. > > > >Let me know what happens, for my own knowledge (unless you've > already > >put things back as they were, fixed it and don't feel like bothering) > > > >Thanks. > > > >Scott > > Hi Does this occur only on the A7V333 ? I switched from an A7V (KT133A) to an A7V333 yesterday and now I can't run X. What exactly is the connection of the MTRR to the motherboard ? I never had problems on the A7V. Regards Gautham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 21:20:46 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 DC57F37B406 for ; Tue, 4 Jun 2002 21:20:38 -0700 (PDT) Received: from [172.19.20.62] (helo=mrvdomng1.kundenserver.de) by moutvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 17FSHe-00013M-00; Wed, 05 Jun 2002 06:20:30 +0200 Received: from [217.1.114.40] (helo=pD9017228.dip.t-dialin.net) by mrvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 17FSHe-0005oJ-00; Wed, 05 Jun 2002 06:20:30 +0200 Date: Wed, 5 Jun 2002 06:20:05 +0000 (GMT) From: Peter Ulrich Kruppa To: Scott Stevens Cc: Subject: Re: Problems installing pkgs via sysinstall In-Reply-To: <20020604142001.I6153-100000@afewshadesapart.com> Message-ID: <20020605061625.V87907-100000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002, Scott Stevens wrote: > A problem recently popped up on both my home and work > machines where I can't install any packages over ftp through > sysinstall. I get the following error: > > > Unable to get packages/INDEX file from selected media. > > --- I tried all the North American mirrors and got the same > results for each. Both machines are running 4.4-RELEASE. Did > I just get outdated in the course of the last week or so? You could also have a look at "Options" in /stand/sysinstall if it says 4.4-RELEASE in "Release Name" Regards, Uli. > > I apologize in advance if this has been covered already, but > I did a quick look through the archives and didn't see it > addressed. > > > Thanks in advance, > scott. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 21:46:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id 67D3737B404 for ; Tue, 4 Jun 2002 21:46:07 -0700 (PDT) Received: from daleco [12.145.236.95] by mail.gbronline.com (SMTPD32-7.10) id A738880020A; Tue, 04 Jun 2002 23:44:40 -0500 Message-ID: <004f01c20c4b$d2a1e120$5fec910c@daleco> From: "Kevin Kinsey, DaleCo, S.P." To: "Richard Fairfield" Cc: References: Subject: Re: make installworld fails Date: Tue, 4 Jun 2002 23:45:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Richard Fairfield" To: "Giorgos Keramidas" Cc: Sent: Tuesday, June 04, 2002 8:45 PM Subject: Re: make installworld fails > > > Here are the contents of /etc/cvsupfile : > > > > > > *default host=cvsup8.FreeBSD.org > > > *default base=/usr/local/etc/cvsup > > > *default prefix=/usr > > > *default release=cvs > > > *default tag=RELENG_4_4 > > > > That's the security branch for 4.4-RELEASE and not 4.5-RELEASE. > > > > Oops :) > > > > Giorgos. > > > Oops it right! The string above string "RELENG_4_4" is a typo. I'm > not sure how it got in there. What I meant to have there is "RELENG_4", > which is what I originally had on a different system after running cvsupit. > > But I'm confused about whether I want the tag string to be RELENG_4 or > RELENG_4_5. I've read the cvsup section in the handbook, and the cvsup > sections in FreeBSD Released and The Complete FreeBSD, but I don't > get it. Can someone explain the difference to me??? > Hopefully I can, it's not _too_ hard. RELENG_4_5 was FBSD 4.5-RELEASE in January and has since become "patched" with security fixes until it's no longer what it was...some people (perhaps Linux backgrounds) call it 4.5-RELEASEpx (I think x=6 or more....) It might be called the -SECURITY branch by some, but it's really just 4.5-RELEASE that has been patched for you by someone else. RELENG_4 is -STABLE. It was the same as RELENG_4_5 at the moment 4.5-RELEASE was built. Since that time, RELENG_4 has had not only security fixes, but all kinds of changes and improvements that will lead to it being 4.6-RELEASE whenever the RELease ENGineering team is ready for 4.6, which should be any day now...at some future point, RELENG_4 might branch to a 4.7-RELEASE, etc. Then, at some date in 2003, -CURRENT will step to the limelight as 5.0-RELEASE and RELENG_4 will slowly vanish into the mists of memory...but, no worries, RELENG_5 will take it's place as -STABLE and -CURRENT race ahead to a grand future, albeit on seperate roads... ;-) Some folks are reluctant to run RELENG_4 on "production" servers because code gets committed to the -STABLE branch that may be removed later because a better way is found (these folks think of -STABLE as a beta-release of the next 4.x, I guess....) A RELEASE tag indicates that a lot more testing has gone into the build. STABLE is rebuilt frequently (daily perhaps? I know -CURRENT is...) One of the later chapters in the Handbook, "the Cutting Edge," has definitive info on this. > thanks again, > rcf HTH, Kevin Kinsey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 21:49: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id 6B12337B407 for ; Tue, 4 Jun 2002 21:49:03 -0700 (PDT) Received: from daleco [12.145.236.95] by mail.gbronline.com (SMTPD32-7.10) id A7EE5D20246; Tue, 04 Jun 2002 23:47:42 -0500 Message-ID: <006001c20c4c$3eb21060$5fec910c@daleco> From: "Kevin Kinsey, DaleCo, S.P." To: , "Magnus Bein" Cc: "FBSDQ" References: Subject: Re: Will copying FreeBSD stable on a ISO-9660 CD install correctly? Date: Tue, 4 Jun 2002 23:48:31 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can you clarify---is that the answer to his question? I mean it is, partly, but also your advice causes a little confusion, at least to me--- He has fast access on the Winbox. The 56K is where FBSD is/will be. Seems like he should go to work, get the "Mini ISO" from 4.5-R, burn it to disk on M$ but in FBSD readable format, get the entire ports tree and the entire /usr/src and burn to CD, go home, install & minimal config 4.5-R, (at least so the CD is readable) then load /usr/src and /usr/ports from the other CD and follow the makebuildworld route....... "Will copying FreeBSD stable on a ISO" to me is saying "is there an install program in -STABLE?" and the answer would be not without a boot disk---the source is there... you've got to have something running first to get it..... could he use the install floppies from the last -RELEASE, choose a CDROM install and put in his /usr/src CD? If he wants -STABLE, how does he get any basic FBSD environment from which to install something that has not been put into an ISO? I may just be missing something, I sometimes (maybe often) do... FWIW (not much) Kevin Kinsey ----- Original Message ----- From: "Joe & Fhe Barbish" To: "Magnus Bein" Cc: "FBSDQ" Sent: Tuesday, June 04, 2002 9:34 PM Subject: RE: Will copying FreeBSD stable on a ISO-9660 CD install correctly? > Sure you can. But when using an 56k connection it will take 36 hours + if > you do not get paused out by the FBSD ftp server. You will need a windows > FTP pgm that can restart the ftp download where it left off at. I used > SMARTFTP from www.smartftp.com . Then you need a win pgm that can burn ISO > files to cdrom. I used nero from www.nero.com. Just use these pgm's in demo > mode to do what you have to do to create your FBSD min install cd. Uninstall > them but keep the downloaded install zip files for next time and just > reinstall to get a new 30 day demo. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Magnus Bein > Sent: Tuesday, June 04, 2002 9:58 PM > To: questions@FreeBSD.org > Subject: Will copying FreeBSD stable on a ISO-9660 CD install correctly? > > Hello, > > I am wondering how to use the sources for the FreeBSD stable version > available online. > > Is it possible for me to download the sources onto a computer with a > different operating system (e.g. Mac or Windows) and burn it on to CDs in > the ISO-9660 filesystem and then use them to install FreeBSD stable on an > i38x computer? > > My challenge is that I'd like to install FreeBSD on a computer that has very > limited internet connectivity (a 56k modem). I do have access to high speed > connections and the ability to burn CDs (i.e. a university computer lab), > but the computers are Win and Mac. > > Thus the maze-like question. > > Thank you, > > Magnus > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 21:52:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id F057A37B406 for ; Tue, 4 Jun 2002 21:52:17 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EEB0A66C49; Tue, 4 Jun 2002 21:52:13 -0700 (PDT) Date: Tue, 4 Jun 2002 21:52:13 -0700 From: Kris Kennaway To: Bill Schoolcraft Cc: Kris Kennaway , freebsd-questions@FreeBSD.ORG Subject: Re: [4.5] Upgrading to XFree-4.2 grrrrr Message-ID: <20020604215213.A74059@xor.obsecurity.org> References: <20020604140055.C62978@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from bill@wiliweld.com on Tue, Jun 04, 2002 at 08:42:29PM -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 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 08:42:29PM -0700, Bill Schoolcraft wrote: > At Tue, 4 Jun 2002 it looks like Kris Kennaway composed: >=20 > > You might find it easier to just use the packages. You probably have > > stale files in /usr/X11R6 that are confusing the build, but it's > > impossible to know unless you post the actual errors. > >=20 > Thanks Kris, >=20 > I was getting build errors till I 'rm -rf /usr/X11R6/*' then the > same builds went fine. >=20 > There is just a ton of *#@t to build though, /usr/ports/x11/* > etc. It's (much) easier to just pkg_add -r XFree86 :-) Kris --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/Zj8Wry0BWjoQKURArEZAJsFTCxgPd5V2nNuiQLFhBYd03FO+gCfdd1A 41ctn9VXEiwCt2yIHMRfxHY= =AExa -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 22:11:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id EC98137B400 for ; Tue, 4 Jun 2002 22:11:09 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA07784; Wed, 5 Jun 2002 08:07:46 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g5553dq38243; Wed, 5 Jun 2002 08:04:16 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Wed, 5 Jun 2002 08:03:39 +0300 (EEST) From: Alexander V Zubchenko To: "Morse, Richard E." Cc: "'Ryan Thompson'" , Steven Lake , Subject: RE: Questions about Chmod In-Reply-To: <375F68784081D511908A00508BE3BB1701EF1B2F@phsexch22.mgh.harvard.edu> Message-ID: <20020605080125.V38194-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, All! On Tue, 4 Jun 2002, Morse, Richard E. wrote: > Ryan Thompson [mailto:ryan@sasknow.com] wrote: > > > find(1) will assist you with this. find(1) allows you to apply > > commands to each file it matches. So, something like > > > > chmod 755 `find . -name "WWW" -print` > > > > Should do the trick. > > This will possbily have a problem: find will output a newline separated > list. This could confuse the chmod command.... > > instead: read the find manpage, as well as the xargs manpage. You should be > able to type something _like_ (I'm not positive it's exactly this, but it > approaches) > > find . -name "WWW" -exec "chmod 755 {}" -print > > or: > > find . -name "WWW" -print | xargs chmod 755 And i want to add two other examples: chmod 755 `find . -name "WWW" -print` or: foreach i (``); chmod 755 $i; end > > People differ on which version they prefer, and in some situations they like > one or the other (I think it depends on if they feel like piping through a > tee or not...) > > HTH, > Ricky > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 22:51: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id D374637B403 for ; Tue, 4 Jun 2002 22:50:53 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA10134; Wed, 5 Jun 2002 08:41:52 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g555cMq38426; Wed, 5 Jun 2002 08:38:22 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Wed, 5 Jun 2002 08:38:22 +0300 (EEST) From: Alexander V Zubchenko To: Per olof Ljungmark Cc: Subject: Re: Suitable adduser script for Samba on FreeBSD In-Reply-To: <5.1.0.14.0.20020605000101.024a2630@mail.inter-sonic.com> Message-ID: <20020605083655.Y38194-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Wed, 5 Jun 2002, Per olof Ljungmark wrote: > Can somebody help me with a script that adds machine accounts for use with > Samba on FreeBSD? It works fine manually but I would like to use the > "add user script = " > feature with FreeBSD. > A possible culprit here seems to be that adduser(8) does not accept "$"'s > in usernames. > > Thanks, > Per olof > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Try pw(8) instead, it is fully command-line-options-driven mechanism to add/del/modify users and/or groups. Always at your service, Alexander. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 22:51:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 4466B37B400 for ; Tue, 4 Jun 2002 22:51:10 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA10421; Wed, 5 Jun 2002 08:45:42 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g555g9q38439; Wed, 5 Jun 2002 08:42:21 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Wed, 5 Jun 2002 08:42:09 +0300 (EEST) From: Alexander V Zubchenko To: robert at castley dot com Cc: Subject: Re: How to check available memory/RAM In-Reply-To: <006a01c20c24$f7e3c290$0201a8c0@charlie> Message-ID: <20020605084018.Y38194-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Wed, 5 Jun 2002, robert at castley dot com wrote: > Just converting over from Linux to FreeBSD and I was wondering how can I > tell how much RAM I have available/free. > > Under Linux there is a command called 'free' which displays something like : > > total used free shared buffers > cached > Mem: 249 244 4 0 6 165 > -/+ buffers/cache: 72 176 > Swap: 258 1 257 > > This tells me I have 249Mb of RAM total and using 244Mb of it !!! > > However I cannot find under FreeBSD an equivalent command. > Can anyone help? > > Many thanks, > > Robert > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > I can recommend you to use top, 'cos it's output is self-explainable. Exit with 'q'. You may find interesting to check manpage before (top(1)). Regards, Alexander. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 23:12:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id E616837B403 for ; Tue, 4 Jun 2002 23:12:22 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id JAA11925; Wed, 5 Jun 2002 09:07:13 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g5563Zq38540; Wed, 5 Jun 2002 09:03:54 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Wed, 5 Jun 2002 09:03:35 +0300 (EEST) From: Alexander V Zubchenko To: Eric Boucher Cc: FreeBSD Subject: Re: SQL question: how to find in all tables? In-Reply-To: <20020604172821.72740.qmail@web9402.mail.yahoo.com> Message-ID: <20020605085849.P38471-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Tue, 4 Jun 2002, Eric Boucher wrote: > Hi everyone, > > I have 2 questions for you guys regarding Sql (I have > to say that I'm a total newbie in that field). I have > search over the internet in some tutorials, but I > didn't found the answer: > > 1. > Is it possible to list every table that contains a > certain name in a column: for example, suppose that I > know that I have a couple of table which has a column > named "USERID", I want to have a list of all tables > that has this column in it. Because tables list and tables structure is internal data of RDBMS, this depend on which one You r using. In MySQL all this datas stored in mysql DB in different tables. In PostgreSQL i didn't find anything about topic. Mayb, i don't understand the situation, but in way of good design You need to know what tables You r using. > > 2. > Is it possible to list every table and column that has > an entry, for example, if I want to know the exact > tables and column where the word "toto" is listed. And this of course depend on answer on above question. > > If someone can also provide me a link to a good > tutorial if you found the information on the internet, > it will be appreciated. > > Thanks, > > Eric > > __________________________________________________ > 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 > So, may i ask you for more details? Always at your service, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 23:39:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hub.rubisco.com (BSN-250-59-82.dsl.siol.net [213.250.59.82]) by hub.freebsd.org (Postfix) with ESMTP id 0C16837B400 for ; Tue, 4 Jun 2002 23:39:09 -0700 (PDT) Received: from hub.m10 (hub.m10 [10.10.10.5]) by hub.rubisco.com (8.12.3/8.12.3) with ESMTP id 833DF25A for ; Wed, 5 Jun 2002 08:39:04 +0200 (CEST) Received: by hub.m10 (8.12.3/8.12.3, from userid 1000) id 80EF33F9; Wed, 5 Jun 2002 08:39:03 +0200 (CEST) Date: Wed, 5 Jun 2002 07:53:34 +0200 From: jz@fb.ml.hp.ux.be To: freebsd-question@freebsd.org Subject: TRAVAN TR-3 drive Message-ID: <20020605055334.GA3096@hub.rubisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-uxver: 4.6-RC Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have an HP TR-3 drive. It's a tape drive with a floppy interface and I wonder if it's supported under FreeBSD? I checked mail archives of this list, freebsd.org, bsdforums and LINT config file but could not find any reference. Any hints? Thanks, jz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 23:39:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hub.rubisco.com (BSN-250-59-82.dsl.siol.net [213.250.59.82]) by hub.freebsd.org (Postfix) with ESMTP id A390137B403 for ; Tue, 4 Jun 2002 23:39:16 -0700 (PDT) Received: from hub.m10 (hub.m10 [10.10.10.5]) by hub.rubisco.com (8.12.3/8.12.3) with ESMTP id 80F91259 for ; Wed, 5 Jun 2002 08:39:15 +0200 (CEST) Received: by hub.m10 (8.12.3/8.12.3, from userid 1000) id 6CF343FB; Wed, 5 Jun 2002 08:39:15 +0200 (CEST) Date: Wed, 5 Jun 2002 08:35:12 +0200 From: jz@fb.ml.hp.ux.be To: freebsd-question@freebsd.org Subject: Disabling virtual consoles/disabling logins to consoles Message-ID: <20020605063512.GA3222@hub.rubisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-uxver: 4.6-RC Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have a room of machines for public use. I want to disable virtual consoles or disable logins to virtual consoles and use xdm, putting users into customized cut down X session. How can I do this? Thanks, jz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 23:42:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 6544A37B403 for ; Tue, 4 Jun 2002 23:42:40 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id JAA14255; Wed, 5 Jun 2002 09:40:08 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g556afq38773; Wed, 5 Jun 2002 09:36:47 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Wed, 5 Jun 2002 09:36:41 +0300 (EEST) From: Alexander V Zubchenko To: Admin/Manager Cc: Subject: Re: SHELL ACCESS In-Reply-To: <000101c20bfa$6c740eb0$0264a8c0@3dmdomain.local> Message-ID: <20020605093415.N38764-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Tue, 4 Jun 2002, Admin/Manager wrote: > > > > What shell should I use on freebsd csh, tcsh or sh to keep users in there > own folders? > And if i can use one of these how to setup the access file? > > > Thank you > > Leroy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > I don't know about such features in shells, but you may play around with access permissions (e.g. make anything world-inaccessible, place users in nobody group and set rights so anything will b protected from access, excepting home). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 23:51:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sarajevo.idealx.com (sarajevo.idealx.com [213.41.87.90]) by hub.freebsd.org (Postfix) with ESMTP id 29CB537B400; Tue, 4 Jun 2002 23:51:13 -0700 (PDT) Received: from hobbes.UUCP (uucp@localhost) by sarajevo.idealx.com (8.10.1/8.10.1) with UUCP id g556oDB06624; Wed, 5 Jun 2002 08:50:13 +0200 (CEST) Received: by hobbes.oban.frmug.org (Postfix, from userid 1001) id 4E3F45356; Wed, 5 Jun 2002 08:45:43 +0200 (CEST) From: Olivier Tharan MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15613.45975.470923.66268@hobbes.oban.frmug.org> Date: Wed, 5 Jun 2002 08:45:43 +0200 To: Matthias Buelow Cc: Eugene Panchenko , questions@freebsd.org, ports@freebsd.org Subject: Re: How to remove ALL ports at once? In-Reply-To: <20020604193750.GA1424@reiher.informatik.uni-wuerzburg> References: <20020604193750.GA1424@reiher.informatik.uni-wuerzburg> X-Mailer: VM 7.06 under Emacs 21.2.1 X-Attribution: Olive Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Eugene Panchenko writes: > >This is very important for me to know how I can remove EVERYTHING that got on my hardrive from ports, and not to touch BASE system at all. * Matthias Buelow [4/6/2002 21:37]: > pkg_delete -df \* should (theoretically) do the job ok. 'pkg_delete -a' is ok, too. From pkg_delete(1): -a Unconditionally delete all currently installed packages. olive -- Olivier Tharan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 4 23:58:12 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 6266037B400 for ; Tue, 4 Jun 2002 23:58:09 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.11.6/8.11.3) id g556wFI12827; Tue, 4 Jun 2002 23:58:15 -0700 (PDT) (envelope-from kline) From: Gary D Kline Message-Id: <200206050658.g556wFI12827@tao.thought.org> Subject: moused, ps/2 and Logitech question... To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Tue, 4 Jun 2002 23:58:15 -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 Last weekend I set up all my systems to work though a KVM switch. The mouse port on the switch is set up to accept the PS/2 type of plug. Both of my newer systems use this type connection, but on my main server I had my 3-button Logitech working via /dev/ttyd0. This worked flawlessly for years --- except for having cables everywhere and the headache of having to change heads if a server failed to boot. This was why I went with the switch. The gotch is that my Logitech mouse acts strangely with moused -p /dev/psm0 -t mouseman. There is a long delay on the left-button response time. Sometimes a click will open an xterm right away; sometimes it takes several seconds; and at yet other times the left-button click does nothing. Also, pasting things with the middle-button takes several seconds at least; sometimes it doesn't work. I'm guessing that there are few people using BSD with a switch and also using the Logitech. Can anyone offer any suggestions about resolving this issue? Are there any other mice with 3 buttons, that paste with the middle button, and that use /dev/psm0? moused seems like a great utility, but I haven't found a solution in its man page. thanks, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 0: 3: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 314AC37B400 for ; Wed, 5 Jun 2002 00:02:57 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id JAA15489; Wed, 5 Jun 2002 09:57:22 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g556s2q38893; Wed, 5 Jun 2002 09:54:02 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Wed, 5 Jun 2002 09:54:02 +0300 (EEST) From: Alexander V Zubchenko To: Cc: FreeBSD Questions Subject: Re: Disabling virtual consoles/disabling logins to consoles In-Reply-To: <20020605063512.GA3222@hub.rubisco.com> Message-ID: <20020605095318.X38888-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Wed, 5 Jun 2002 jz@fb.ml.hp.ux.be wrote: > Hello, > > I have a room of machines for public use. I want to disable > virtual consoles or disable logins to virtual consoles and use > xdm, putting users into customized cut down X session. How can I > do this? Check ttys(5) (/etc/ttys) and edit appropriately. > > Thanks, jz > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > With best regards, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 0:59:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta-1.gci.net (mta-1.gci.net [208.138.130.82]) by hub.freebsd.org (Postfix) with ESMTP id CAF6437B405 for ; Wed, 5 Jun 2002 00:59:03 -0700 (PDT) Received: from mmp-1.gci.net ([208.138.130.80]) by mta-1.gci.net (Netscape Messaging Server 4.15) with ESMTP id GX83I601.LCW for ; Tue, 4 Jun 2002 23:58:54 -0800 Received: from [24.237.15.200] ([24.237.15.200]) by mmp-1.gci.net (Netscape Messaging Server 4.15) with ESMTP id GX83I702.8EI for ; Tue, 4 Jun 2002 23:58:55 -0800 User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Tue, 04 Jun 2002 23:58:55 -0800 Subject: More Natd? From: Mark-Nathaniel Weisman To: Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG List; Sorry to keep kicking this "dead horse" however, I have tried everything, and read the handbook, the manual, and everybody's online opinion but can't find an answer. I am running ipfw and natd on my freebsd 4.5 firewall. I've set the rc.conf file to look for a "config file" called nc.conf. The lines in the natd are pretty simple; #redirect_port tcp 10.0.0.1:http 80 #redirect_port tcp 10.0.0.1:https 443 #redirect_port tcp 10.0.0.1:ftp-data 20 #redirect_port tcp 10.0.0.1:ftp 21 Obviously without the hashmarks, and without quote marks however, my port 21 redirect does not work. Any ideas? His Faithful Servant, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 1: 7:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by hub.freebsd.org (Postfix) with ESMTP id 2AB2A37B404 for ; Wed, 5 Jun 2002 01:07:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.broadpark.no (Postfix) with ESMTP id A108D7D4E for ; Wed, 5 Jun 2002 10:07:23 +0200 (MEST) Received: from 217.13.29.51 ( [217.13.29.51]) as user johann@mail.broadpark.no by mail.broadpark.no with HTTP; Wed, 5 Jun 2002 10:07:23 +0200 Message-ID: <1023264443.3cfdc6bb8362d@mail.broadpark.no> Date: Wed, 5 Jun 2002 10:07:23 +0200 From: johann@broadpark.no To: questions@freebsd.org Subject: Transport in Postfix when destination is an offliner MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1;q=1.0 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 217.13.29.51 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I have a network consisting of two boxes; muay and ninja. Muay is the gateway server, running all the services, while ninja is my workstation located in my parents room which due to it's sound, has to go off at night. My goal is to have mail for $mydomain, ninja.$mydomain and admin.$mydomain go through muay, and transport it to ninja whenever it is online. muay, ninja and admin are all CNAME aliases in muay's BIND configuration. I hope this won't cause conflicts with the transporting, which is what I'm currently stressing with. No mails ends up at ninja, that is my problem. So far ninja successfully relays its e-mails through muay, and here is my current configuration: postconf -n [muay]: mydestination = $myhostname, localhost.$myhostname, ninja.$mydomain, admin.$mydomain, $mydomain mynetworks = 217.13.29.51, 192.168.0.0/24, 127.0.0.0/8 relay_domains = $mydestination smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination cat transport [muay]: ninja.terrabionic.com smtp:[192.168.0.2] postconf -n [ninja]: relayhost = muay.$mydomain What am I missing, and what other options do I have? Thanks. -- Johann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 1:35:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gw-nl4.philips.com (gw-nl4.philips.com [212.153.190.6]) by hub.freebsd.org (Postfix) with ESMTP id 1807237B405 for ; Wed, 5 Jun 2002 01:35:06 -0700 (PDT) Received: from smtpscan-nl1.philips.com (smtpscan-nl1.philips.com [130.139.36.21]) by gw-nl4.philips.com (Postfix) with ESMTP id 10BD845570 for ; Wed, 5 Jun 2002 10:35:04 +0200 (MET DST) Received: from smtprelay-nl1.philips.com (localhost [127.0.0.1]) by smtpscan-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id KAA12846 for ; Wed, 5 Jun 2002 10:35:03 +0200 (MET DST) From: yorgos.christoforou@philips.com Received: from ehv001soh.diamond.philips.com (e2soh01.diamond.philips.com [130.139.52.212]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id KAA13003 for ; Wed, 5 Jun 2002 10:35:02 +0200 (MET DST) Subject: kernel compilation problem To: freebsd-questions@FreeBSD.org X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: Date: Wed, 5 Jun 2002 10:34:17 +0200 X-MIMETrack: Serialize by Router on ehv001soh/H/SERVER/PHILIPS(Release 5.0.9a |January 7, 2002) at 05/06/2002 10:36:04 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello i'm trying to compile a customized kernel for my latest 4.5 bsd release following the indications given on page http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-trouble.html using both procedures mentionned there. Nevertheles compilation fails with the following error (same every time) --------------------------------------------------------------------------------------------------------------------------- {Standard input}: assembler messages (Standard input}: 5417 : Warning : end of file not at end of line ; new line inserted cc: internal compiler error : program cc1 got fatal signal 11 * * * error code 1 Stop in /usr/obj/usr/src/sys/GENERIC * * * error code 1 Stop in /usr/src * * * error code 1 cpp0 : output pipe has been closed {Standard input} : 6912 : Error : suffix on operands invalid for "man" /kernel : pid 7656 (cc1), uid 0 : exited on signal 11 (core dumped) ---------------------------------------------------------------------------------------------------------------------- what is stange is that i tried to also compile the GENERIC kernel again and i always receive the same error message. can anybody help me with this ? what i'm i missing ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 1:53:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from linux.lnk.lt (www.lnk.lt [195.12.175.45]) by hub.freebsd.org (Postfix) with SMTP id 7827237B401 for ; Wed, 5 Jun 2002 01:53:14 -0700 (PDT) Received: (qmail 21518 invoked from network); 5 Jun 2002 10:53:12 +0200 Received: from unknown (HELO mantas) (195.12.175.43) by 0 with SMTP; 5 Jun 2002 10:53:12 +0200 Message-ID: <00c701c20c6e$6c87f320$1701010a@mantas> Reply-To: "Mantas Smelevicius" From: "Mantas Smelevicius" To: "jbw" , References: <20020603143055.A798@unifex.verizon.net> Subject: Re: Creative SB PCI 512 Date: Wed, 5 Jun 2002 10:53:12 +0200 Organization: FreeBSD.lt comunity 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 try run this command kldload snd_emu10k1 Mantas Smelevicius Head of IT division LNK TV Lukiskiu 5, 3000 Vilnius Lithuania http://www.mantas.lt ICQ UIN 31072511 ----- Original Message ----- From: "jbw" To: Sent: Monday, June 03, 2002 8:30 PM Subject: Creative SB PCI 512 > Has anyone been able to get this card to work with FreeBSD yet? I > searched the archives and saw some threads but no solutions to > getting it to work under FreeBSD. > > Does anyone have any ideas on getting this card to work? > > I'm running 4.6-RC FreeBSD 4.6-RC #0: Sat Jun 1 12:43:51 EDT 2002. > dmesg output > pcm0: port 0x9800-0x981f irq 5 at device 11.0 on pci0 > > > > TIA > > jbw > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 2:13:46 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 7FEA637B400 for ; Wed, 5 Jun 2002 02:13:39 -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 CAA26174; Wed, 5 Jun 2002 02:13:36 -0700 Message-ID: <3CFDD640.2050702@owt.com> Date: Wed, 05 Jun 2002 02:13:36 -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: yorgos.christoforou@philips.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel compilation problem 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 yorgos.christoforou@philips.com wrote: > hello > > i'm trying to compile a customized kernel for my > latest 4.5 bsd release following the indications > given on page > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-trouble.html > > using both procedures mentionned there. > Nevertheles compilation fails with the following error (same every time) > > --------------------------------------------------------------------------------------------------------------------------- > {Standard input}: assembler messages > (Standard input}: 5417 : Warning : end of file not at end of line ; new line inserted > cc: internal compiler error : program cc1 got fatal signal 11 Signal 11's are almost always hardware. Check your memory and then fans and etc. A good article on it is http://www.bitwizard.nl/sig11/ Kent > > * * * error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC > > * * * error code 1 > > Stop in /usr/src > > * * * error code 1 > > cpp0 : output pipe has been closed > {Standard input} : 6912 : Error : suffix on operands invalid for "man" > /kernel : pid 7656 (cc1), uid 0 : exited on signal 11 (core dumped) > > ---------------------------------------------------------------------------------------------------------------------- > > what is stange is that i tried to also compile the GENERIC kernel again > and i always receive the same error message. > > > can anybody help me with this ? > > what i'm i missing ? > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 2:26:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by hub.freebsd.org (Postfix) with SMTP id A2FE437B408 for ; Wed, 5 Jun 2002 02:26:23 -0700 (PDT) Received: (qmail 5245 invoked by uid 0); 5 Jun 2002 09:26:22 -0000 Date: Wed, 5 Jun 2002 11:26:22 +0200 (MEST) From: Sanjay Bhattacharya To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: Delete Key X-Priority: 3 (Normal) X-Authenticated-Sender: #0014812425@gmx.net X-Authenticated-IP: [203.197.117.162] Message-ID: <26795.1023269182@www26.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am running bash in a box running FreeBSD 4.5-RELEASE. I want to make my delete key work in the normal way ie. it will delete the character in front of the cursor and not work like the backspace key. My TERM is set to cons25. Can someone please tell me how I will do it. Thanks in advance, Sanjay -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 2:37:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta03bw.bigpond.com (mta03bw.bigpond.com [139.134.6.86]) by hub.freebsd.org (Postfix) with ESMTP id C113A37B401 for ; Wed, 5 Jun 2002 02:37:51 -0700 (PDT) Received: from wskatinka ([144.135.24.84]) by mta03bw.bigpond.com (Netscape Messaging Server 4.15 mta03bw Apr 29 2002 13:22:02) with SMTP id GX883100.FE6 for ; Wed, 5 Jun 2002 19:37:49 +1000 Received: from CPE-61-9-173-124.vic.bigpond.net.au ([61.9.173.124]) by bwmam06.mailsvc.email.bigpond.com(MailRouter V3.0m 47/9234220); 05 Jun 2002 19:37:49 From: "Kathy Quinlan" To: Subject: Send Mail problems. Date: Wed, 5 Jun 2002 17:40:29 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I am using FreeBSD 4.5R on an AMD Athlon xp1900+, with 160GB HDD (over 2 drives) and 512Mb ram. I have Sendmail off the CD loaded (as standard), IMAP-UW is also running. I am getting 3 errors with sendmail : Jun 5 17:10:33 students sendmail[95]: g53J1RP00778: SYSERR(root): kps.dnsalias.org. config error: mail loops back to me (MX problem?) Jun 5 17:10:33 students sendmail[95]: g559AXE00095: Losing ./qfg559AXE00095: savemail panic Jun 5 17:10:33 students sendmail[95]: g559AXE00095: SYSERR(root): savemail: cannot save rejected email anywhere I can resolve my host and IP address fine using NSLOOKUP : students# nslookup students.kps.dnsalias.org Server: students.kps.dnsalias.org Address: 192.168.20.10 Name: students.kps.dnsalias.org Address: 192.168.20.10 students# nslookup 192.168.20.10 Server: students.kps.dnsalias.org Address: 192.168.20.10 Name: students.kps.dnsalias.org Address: 192.168.20.10 output of df : students# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 128990 38022 80650 32% / /dev/ad0s1f 257998 2 237358 0% /tmp /dev/ad0s1g 75270216 861926 68386674 1% /usr /dev/ad1s1e 76926344 2 70772236 0% /usr1 /dev/ad0s1e 257998 1768 235592 1% /var procfs 4 4 0 100% /proc Any ideas ?? Regards, Kat. ____________________________________________________________________________ /"\ ASCII Ribbon Campaign | K.A.Q. Electronics \ / - NO HTML/RTF in e-mail | Software and Electronic Engineering X - NO Word docs in e-mail | Perth Western Australia / \ | Ph +61 419 923 731 ____________________________________________________________________________ --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.363 / Virus Database: 201 - Release Date: 21/05/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 3:33:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 82AB537B403 for ; Wed, 5 Jun 2002 03:33:27 -0700 (PDT) Received: from dialup-63.214.216.30.dial1.philadelphia1.level3.net ([63.214.216.30] helo=sparky) by pintail.mail.pas.earthlink.net with smtp (Exim 3.33 #2) id 17FY6S-0005ou-00; Wed, 05 Jun 2002 03:33:20 -0700 From: Jud To: "Gautham Ganapathy" Cc: "FreeBSD.org - Questions" Date: Wed, 05 Jun 2002 06:33:41 -0400 X-Priority: 3 (Normal) In-Reply-To: Message-Id: <7IG5YHEB9VT9383XS968304E1T73YT.3cfde905@sparky> Subject: RE: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.04 build 1116 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 6/5/2002 12:10:07 AM, "Gautham Ganapathy" wrote: >Tuesday, June 04, 2002 3:47 PM Jud wrote: >> >> 6/4/2002 12:33:28 AM, Scott Robbins wrote: >> >> >> > >> >> > At 17:39 2002/06/03 -0700, patrick wrote: >> >> > >> >> >> >> Errm - Scott, when I did the apm_enable, >> >> remove-disable-apm-and-recompile-kernel thing (plus cd /dev and sh >> >> MAKEDEV all), it solved my shutdown problem (I'd had it on my >> ASUS >> >> A7V333), but the next two times I tried to start the X server, my >> >> machine spontaneously rebooted. Also, I'm using a boot [snip] >Does this occur only on the A7V333 ? I switched from an A7V (KT133A) to an >A7V333 yesterday and now I can't run X. What exactly is the connection of >the MTRR to the motherboard ? I never had problems on the A7V. Can you say a bit more precisely what you mean by "I can't run X?" What happens? Is there a reboot; is there no video; is there mangled video...? What version of X are you running? I imagine older versions may not be happy with some of the fairly new components in the A7V333. Also, have any of the associated components like cards or peripherals changed, and if so, have you changed your X config? Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 3:48: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (Postfix) with ESMTP id AF4FD37B401 for ; Wed, 5 Jun 2002 03:48:01 -0700 (PDT) Received: from dlep8.itg.ti.com ([157.170.134.88]) by jester.ti.com (8.11.6/8.11.6) with ESMTP id g55Am0L09553; Wed, 5 Jun 2002 05:48:00 -0500 (CDT) Received: from dlep8.itg.ti.com (localhost [127.0.0.1]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id FAA04311; Wed, 5 Jun 2002 05:48:00 -0500 (CDT) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id FAA04257; Wed, 5 Jun 2002 05:47:57 -0500 (CDT) Received: from gautham ([192.168.185.126]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id QAA17736; Wed, 5 Jun 2002 16:17:53 +0530 (IST) Reply-To: From: "Gautham Ganapathy" To: "Jud" Cc: "FreeBSD.org - Questions" Subject: RE: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") Date: Wed, 5 Jun 2002 16:18:34 +0530 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: <7IG5YHEB9VT9383XS968304E1T73YT.3cfde905@sparky> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday, June 05, 2002 4:04 PM, Jud wrote: > >Does this occur only on the A7V333 ? I switched from an A7V > (KT133A) to an > >A7V333 yesterday and now I can't run X. What exactly is the > connection of > >the MTRR to the motherboard ? I never had problems on the A7V. > > Can you say a bit more precisely what you mean by "I can't run X?" > What happens? Is there a reboot; is there no video; is there mangled > video...? > > What version of X are you running? I imagine older versions may not > be happy with some of the fairly new components in the A7V333. Also, > have any of the associated components like cards or peripherals > changed, and if so, have you changed your X config? > > Jud > When I load X, it gets stuck for a minute and then reboots. The hardware change has been the motherboard, RAM and sound (using onboard audio). (Mouse doesn't work either, the PS/2 port was damaged. have to get it replaced). Sound works fine (device pcm). I haven't recompiled the kernel. Don't see any point in doing so. Is there any specific options that is required for the A7V333 ? Anyway, I'll try out Scott's solution in i686_mem.c. Gautham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 4:14:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id AE32037B405 for ; Wed, 5 Jun 2002 04:14:32 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Wed, 5 Jun 2002 12:14:20 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 17FYj7-00035W-00; Wed, 05 Jun 2002 12:13:17 +0100 Date: Wed, 5 Jun 2002 12:13:17 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Bill Moran Cc: Drew Tomlinson , questions Subject: standard powers of two Was: Drive Space - Am I Getting All I Should? In-Reply-To: <3CFC98EA.9000908@potentialtech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Jun 2002, Bill Moran wrote: > Unfortunately, there's no standards body that has stated what the value > is for a G, so the HDD manufacturers are free to do whatever they want. There are "proper" values for kibibyte, gibibyte, etc. I kid you not. I think NIST or IEC were responsible. The "giga" prefix _is_ an SI prefix meaning 10^9. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Semantic rules, OK? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 4:21:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.FastNet.lv (fastnet.lv [193.41.195.100]) by hub.freebsd.org (Postfix) with ESMTP id 713F537B405 for ; Wed, 5 Jun 2002 04:21:04 -0700 (PDT) Received: from coolman-fastnet ([62.85.96.2]) by ns.FastNet.lv (8.11.6/8.9.3) with ESMTP id g55AQKV43827 for ; Wed, 5 Jun 2002 12:26:20 +0200 (EET) (envelope-from fastnet@fastnet.lv) Date: Wed, 5 Jun 2002 14:26:16 +0300 From: "SIA \"FastNets\"" X-Mailer: The Bat! (v1.54 Beta/15) Reply-To: "SIA \"FastNets\"" Organization: SIA "FastNets" X-Priority: 3 (Normal) Message-ID: <1347370735.20020605142616@fastnet.lv> To: freebsd-questions@FreeBSD.ORG Subject: About Intell wireless 5000 pci adapter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Tell me please where can I get driver for Intell wireless 5000 pci adapter under FreeBSD? If this driver haven't yeat please Tall me When it will be ? P.S. Sorry by my Language To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 4:36:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20006.mail.yahoo.com (web20006.mail.yahoo.com [216.136.225.69]) by hub.freebsd.org (Postfix) with SMTP id 0D83537B406 for ; Wed, 5 Jun 2002 04:36:39 -0700 (PDT) Message-ID: <20020605113634.4335.qmail@web20006.mail.yahoo.com> Received: from [193.123.204.66] by web20006.mail.yahoo.com via HTTP; Wed, 05 Jun 2002 12:36:34 BST Date: Wed, 5 Jun 2002 12:36:34 +0100 (BST) From: =?iso-8859-1?q?Gavin=20Kenny?= Subject: Can't get no sound ;-( To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Guys, I've got 4.4 running on a Dell C600 and all is going well apart from the sound. I recompiled the kernel with pcm added, this did nothing in dmesg, so I added the maetros kernel module, which gives me a pci0 etc etc entry in dmesg, so then I went to dev and did sh MAKEDEV snd, so far so good. I've added freeamp and heretic and....nothing. not a wimper. FreeAmp eventually dies with a broken pipe ,heretic just gives me the silent treatment. I know people have got the sound on these notebooks to work, so what is going wrong. Any way of getting some more debug info. Also does any other option such as power management etc conflict with sound? all ideas and thought are greatfully recieved. Gavin __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 4:40:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from figg.isecure.com.au (ns2.isecure.com.au [202.125.4.72]) by hub.freebsd.org (Postfix) with ESMTP id 3BB1337B401 for ; Wed, 5 Jun 2002 04:40:52 -0700 (PDT) Received: from iron.isentry.net.au (iron.isecure.com.au [202.125.4.94] (may be forged)) by figg.isecure.com.au (8.11.3/8.11.3) with ESMTP id g55BejL20429 for ; Wed, 5 Jun 2002 21:40:45 +1000 Received: (from smap@localhost) by iron.isentry.net.au (8.11.2/8.10.2) id g55BejQ25658 for ; Wed, 5 Jun 2002 21:40:45 +1000 (EST) X-Authentication-Warning: iron.isentry.net.au: smap set sender to using -f Received: from nodnsquery(10.11.3.10) by iron via smap (V5.5) id xma025651; Wed, 5 Jun 02 21:40:39 +1000 Received: from vmail.aipo.gov.au (localhost [127.0.0.1]) by gibbons.isecure.com.au (8.11.3/8.10.2) with ESMTP id g55Bec119109 for ; Wed, 5 Jun 2002 21:40:38 +1000 Received: from stan.aipo.gov.au (wf-86.aipo.gov.au [192.168.1.86]) by vmail.aipo.gov.au (8.11.6/8.11.6) with ESMTP id g55Beb939862 for ; Wed, 5 Jun 2002 21:40:38 +1000 (EST) (envelope-from xwin@IPAustralia.Gov.AU) Received: (from xwin@localhost) by stan.aipo.gov.au (8.11.6/8.11.6) id g55Beb000373 for Questions@FreeBSD.org; Wed, 5 Jun 2002 21:40:37 +1000 (EST) (envelope-from xwin@IPAustralia.Gov.AU) X-Authentication-Warning: stan.aipo.gov.au: xwin set sender to xwin@IPAustralia.Gov.AU using -f Date: Wed, 5 Jun 2002 21:40:37 +1000 From: Stanley Hopcroft To: Questions@FreeBSD.org Subject: tftpd[37993]: read: Connection refused. Help please. Message-ID: <20020605214035.A351@IPAustralia.Gov.AU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Ladies and Gentlemen, I am wriitng to ask your help use the tftpd server in FreeBSD 4.5-RELEASE-p4. It is vital that I get it working to load an IOS image (firmware) into a remote Cisco router whose image I destroyed. Here is what the syslog shows tftpd[37993]: read: Connection refused The client (router) times out. Here is my inetd.conf entry tftp dgram udp wait root /usr/libexec/tftpd tftpd -l /usr/home/anwsmh/routers #tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot (where the directory /usr/home/anwsmh/routers contains world readable images; the mail client has wrapped these entries). It may be a new thing that FreeBSD tftpd cannot serve images to Cisco routers. The FreeBSD tftp client (tftp localhost) works fine. No ipfw on tftpd server; no access lists on routers. This is a fairly desperate plea for advice. Thank you, Yours sincerely. -- Stanley Hopcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 4:53:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rhadamanth.submonkey.net (pc1-card5-0-cust12.cdf.cable.ntl.com [80.3.216.12]) by hub.freebsd.org (Postfix) with ESMTP id D511E37B408 for ; Wed, 5 Jun 2002 04:53:29 -0700 (PDT) Received: from setantae by rhadamanth.submonkey.net with local (Exim 3.36 #1) id 17FZLq-0002E8-00; Wed, 05 Jun 2002 12:53:18 +0100 Date: Wed, 5 Jun 2002 12:53:18 +0100 From: Ceri Davies To: Stanley Hopcroft Cc: Questions@FreeBSD.org Subject: Re: tftpd[37993]: read: Connection refused. Help please. Message-ID: <20020605115318.GA8374@submonkey.net> Mail-Followup-To: Ceri Davies , Stanley Hopcroft , Questions@FreeBSD.org References: <20020605214035.A351@IPAustralia.Gov.AU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020605214035.A351@IPAustralia.Gov.AU> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 05, 2002 at 09:40:37PM +1000, Stanley Hopcroft wrote: > > It is vital that I get it working to load an IOS image (firmware) into a > remote Cisco router whose image I destroyed. > > Here is what the syslog shows > > tftpd[37993]: read: Connection refused > > The client (router) times out. Probably something in your /etc/hosts.allow file. > Here is my inetd.conf entry > > tftp dgram udp wait root /usr/libexec/tftpd tftpd -l > /usr/home/anwsmh/routers > #tftp dgram udp wait nobody /usr/libexec/tftpd tftpd > /tftpboot That's cool. > It may be a new thing that FreeBSD tftpd cannot serve images to Cisco > routers. No, it definitely works - I have used it. > This is a fairly desperate plea for advice. Hopefully this will help. > Thank you, You're welcome. Ceri -- you can't see when light's so strong you can't see when light is gone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 5: 8:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 18D3037B401 for ; Wed, 5 Jun 2002 05:08:56 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 8F28A49AB2; Wed, 5 Jun 2002 14:08:57 +0200 (CEST) Date: Wed, 5 Jun 2002 14:08:57 +0200 From: Axel Scheepers To: BSD Freak Cc: FreeBSD Questions Subject: Re: Getting a DHCP client to give me it's address Message-ID: <20020605140857.B58030@mars.thuis> Reply-To: Axel Scheepers References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bsd-freak@mbox.com.au on Wed, Jun 05, 2002 at 11:06:41AM +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 Wed, Jun 05, 2002 at 11:06:41AM +1000, BSD Freak wrote: > Is there any script that the FreeBSD DHCP client runs when it obtains > an IP address (something similar to ppp.linkup). I need to basically > run a script with the newly obatined IP address as an argument, eg: That should be /sbin/dhclient-script, you can provide some enter/exit hooks (don't modify that one, since it will break on an upgrade) to do what you want. See man dhclient for further info about it. > > I need it to run something like this: > > /usr/local/scripts/email-my-ip.sh $IP > > > Thanks in advance..... Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ In 1914, the first crossword puzzle was printed in a newspaper. The creator received $4000 down ... and $3000 across. ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 5:27:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id D52C837B400 for ; Wed, 5 Jun 2002 05:27:06 -0700 (PDT) Received: from ENTERPRISE ([66.56.72.124]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020605122706.AZH11426.rwcrmhc51.attbi.com@ENTERPRISE> for ; Wed, 5 Jun 2002 12:27:06 +0000 Reply-To: From: "Tad Boomer" To: Subject: Date: Wed, 5 Jun 2002 08:27:10 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0015_01C20C6A.C985C8D0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sensitivity: Private X-MS-TNEF-Correlator: 00000000933B64243F3466489E30ABA96FB862C244072400 Disposition-Notification-To: "Tad Boomer" Sender: owner-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_0015_01C20C6A.C985C8D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ------=_NextPart_000_0015_01C20C6A.C985C8D0 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IgoMAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANIHBgAFAAgAGwAAAAMACgEB A5AGAGgEAAAmAAAACwACAAEAAAALACMAAQAAAAMAJgAAAAAACwApAAEAAAACATEAAQAAAE4AAABQ Q0RGRUIwOQABAAIAAAAAAAAAAAAAAAAAGAAAAAAAAACTO2QkPzRmSJ4wq6lvuGLCwoAAABAAAABG uxhhEkWJS7wmF+7fVhCPAQAAAAAAAAMANgACAAAAAgFxAAEAAAAWAAAAAcIMjFBBvlD9CFCURlOA lP8cujlh7AAAAgEdDAEAAAAWAAAAU01UUDpUQk9PTUVAQVRUQkkuQ09NAAAACwABDgAAAABAAAYO AAI5SowMwgECAQoOAQAAABgAAAAAAAAAkztkJD80ZkieMKupb7hiwsKAAAADABQOAAAAAAsAHw4B AAAAAgEJEAEAAACHAAAAgwAAAJwAAABMWkZ1NslB3QMACgByY3BnMTI1FjIA+Atgbg4QMDMzTwH3 AqQD4wIAY2gKwHOwZXQwIAcTAoB9CoCdAAAqCbAJ8ASQYXQFsRpSDeBoCYAB0CA1LgA0MC4xMS4y MpMPQAKAXHYIkHdrC4D0ZDQMYGMAUAsDC7YKsQsKgBHhABawAAMA3j+fTgAAAwAJWQMAAAADAEBl AAAAAAsAE4AIIAYAAAAAAMAAAAAAAABGAAAAAAOFAAAAAAAAAwAVgAggBgAAAAAAwAAAAAAAAEYA AAAAEIUAAAAAAAADABuACCAGAAAAAADAAAAAAAAARgAAAABShQAAWZQBAAMAIoAIIAYAAAAAAMAA AAAAAABGAAAAAAGFAAAAAAAAHgA+gAggBgAAAAAAwAAAAAAAAEYAAAAAVIUAAAEAAAAFAAAAMTAu MAAAAAALAD+ACCAGAAAAAADAAAAAAAAARgAAAAAGhQAAAQAAAAsAQ4AIIAYAAAAAAMAAAAAAAABG AAAAAA6FAAAAAAAAAwBGgAggBgAAAAAAwAAAAAAAAEYAAAAAGIUAAAAAAAALAFuACCAGAAAAAADA AAAAAAAARgAAAACChQAAAAAAAAIB+A8BAAAAEAAAAJM7ZCQ/NGZInjCrqW+4YsICAfoPAQAAABAA AACTO2QkPzRmSJ4wq6lvuGLCAgH7DwEAAACWAAAAAAAAADihuxAF5RAaobsIACsqVsIAAG1zcHN0 LmRsbAAAAAAATklUQfm/uAEAqgA32W4AAABDOlxEb2N1bWVudHMgYW5kIFNldHRpbmdzXFRoZW9k b3JlXExvY2FsIFNldHRpbmdzXEFwcGxpY2F0aW9uIERhdGFcTWljcm9zb2Z0XE91dGxvb2tcT3V0 bG9vay5wc3QAAAADAP4PBQAAAAMADTT9NwIAAgEUNAEAAAAQAAAATklUQfm/uAEAqgA32W4AAAIB fwABAAAAMQAAADAwMDAwMDAwOTMzQjY0MjQzRjM0NjY0ODlFMzBBQkE5NkZCODYyQzI0NDA3MjQw MAAAAAADAAYQAAAAAAMABxAAAAAAAwAQEAAAAAADABEQAAAAAB4ACBABAAAAAQAAAAAAAACRyw== ------=_NextPart_000_0015_01C20C6A.C985C8D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 5:29:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cannol.com (61-222-103-142.HINET-IP.hinet.net [61.222.103.142]) by hub.freebsd.org (Postfix) with SMTP id 863B337B429 for ; Wed, 5 Jun 2002 05:27:28 -0700 (PDT) Received: from ([]) by mail.cannol.com (Merak 4.4.2) with SMTP id 0647994B for ; Wed, 05 Jun 2002 20:26:48 +0800 From: =?Big5?B?qta69LjqsFSl+Lm6prOtraS9pXE=?= Subject: =?Big5?B?pfi3frr0uPSkxg==?= + SeednetADSL 2002/06/05 To: freebsd-questions@FreeBSD.org Content-Type: multipart/alternative; boundary="=_NextPart_2rfkindysadvnqw3nerasdf" ; MIME-Version: 1.0 Reply-To: newsletter@cannol.com Date: Wed, 5 Jun 2002 17:12:17 +0800 X-Priority: 3 X-Library: Indy 8.008B Content-ID: ePaperBoy.John-Long-Studio.2000 X-Mailer: EPaper Boy Message-Id: <20020605122728.863B337B429@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format --=_NextPart_2rfkindysadvnqw3nerasdf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable --=_NextPart_2rfkindysadvnqw3nerasdf Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable CANNOLnetwork e-Builder105
=20
=20
=20
=20 =20 =20 =20 =20 =20 =20
=20

=C0R=BAA     


   
=AA=D6=BA=F4=AC=E3=B5o=AA=BAe-Builder105=B0=D3=B0=C8=A7=40=B7=7E=A5=AD=A5x=A1A=B4=A3=A8=D1=BBs=B3y=B7=7E=A1B=B6R=BD=E6=B7=7E=A4=CE=B6T=A9=F6=B0=D3=A6=B3=AE=C4=A6=D3=A5=FE=A4=E8=A6=EC=AA=BAe=A4=C6=BB=DD=A8D=A1C=A8=C3=A5i=A8=F3=A7U=A5=F8=B7=7E=A4F=B8=D1=A5=BB=A8=ADe=A4=C6=AA=BA=A5=D8=BC=D0=BBP=A4=E8=AAk=A1A=B6=7D=B5o=B2=C5=A6X=A5=F8=B7=7E=AFS=A9=CA=AA=BA=AB=C8=BBs=A5=5C=AF=E0=A1C=20
=20

=AC=B0=A4F=B4=A3=A4=C9=BA=F4=B8=F4=A7=40=B7=7E=AA=BA=AE=C4=B2v=A1A=AFS=A7O=B5=B2=A6XSeednet=AA=BAADSL=BA=F4=B8=F4=BCe=C0W=A7=DE=B3N=A1A=B1=C0=A5X=A5=FE=AD=B1e=A4=C6=A4=C9=AF=C5=C0u=B4f=AD=B7=BC=C9=B1M=AE=D7=A1A=A6P=AE=C9=B8=D1=A8M=A5=F8=B7=7E=B9=EF=A9=F3=B0=D3=B0=C8=A5=AD=A5x=A4=CE=C0u=BD=E8=C0W=BCe=AA=BA=C2=F9=AD=AB=BB=DD=A8D=A1C



=20 =20 =20 =20 =20 =20 =20 =20 =20
=20   ::  e-Builder105=20 =B4=A3=A8=D1=AA=BA=A5=F8=B7=7E=BA=F4=AF=B8=A1A=A8=E3=A6=B3=A4U=A6C=A5D=ADn=A5=5C=AF=E0=AFS=A6=E2  ::
=20


=A1C
=BDu=A4W=B8=DF=B3=F8=BB=F9=A8t=B2=CE=A1G

     1.=20 =B3=CC=B7s=BA=F4=B8=F4=A4=C6=B3=F8=BB=F9=A4u=A8=E3=A1A=B5=B2=A6X=B1z=AA=BA=BA=F4=AF=B8=A4=CEemail=A1A=B9=CF=A4=E5=A8=C3=ADZ=A1A=AB=C8=A4=E1=B2M
         =B7=A1=A9=F6=C0=B4=A1C
     2. =A4=A4=A1=FE=AD=5E=A4=E5=C2=F9=BBy=B3=F8=BB=F9=BC=D2=A6=A1=BF=EF=BE=DC=A1A=AD=B0=A7C=B7=7E=B0=C8=A4H=AD=FB=AD=5E=A4=E5=AA=F9=C2e=A1C
     3. =B3=F8=BB=F9=A8=B3=B3t=A1A=C1Y=B5u=A6=A8=A5=E6=AE=C9=B6=A1=A1A=A8=C3=A6=DB=B0=CA=AB=D8=A5=DF=B8=DF=B3=F8=BB=F9=B0O=BF=FD=A1A=A5H=B3=C6=ACd=B8=DF=A1C

=A1C=A8M=B5=A6=A4=E4=B4=A9=A8t=B2=CE=A1G
     1.=20 =BA=F4=AF=B8=ACy=B6q=B2=CE=ADp=A1C
     2. =A5i=BA=CA=B4=FA=AB=C8=A4=E1=A6=DB=AD=FE=AD=D3=B7j=B4M=A4=DE=C0=BA=B6i=A8=D3=A5H=A4=CE=A9=D2=BF=E9=A4J=AA=BA=C3=F6=C1=E4=A6r=A1C
     3. =B2=CE=ADp=B2=A3=AB=7E=A4=CE=A5=D8=BF=FD=C2s=C4=FD=A6=B8=BC=C6=A1A=A7=40=AC=B0=A5=F8=B7=7E=B2=A3=AB=7E=AC=E3=B5o=A9=CE=C2X=AEi=A4=A7=A8M=B5=A6=A8=CC=BE=DA=A1C

=A1C=B2=A3=AB=7E=BA=DE=B2z=A8t=B2=CE=A1G
=20

     1.=20 =BB=B4=C3P=A4W=AC=5B=B2=A3=AB=7E=A1A=A7=40=AC=B0=A4=BA=B3=A1=B2=A3=AB=7E=AA=BA=BA=DE=B2z=B3n=C5=E9=A1A=B8=60=AC=D9=A5t=B6R=B6=C7=B2=CE=BA=DE=B2z=B3n=C5=E9
         =AA=BA=B6O=A5=CE=A1C
     2. =B3=E6=B6=B5=B2=A3=AB=7E=A5i=B8m=A9=F1=A6h=B1i=B9=CF=A4=F9=A1A=A8=C3=A4=E4=B4=A9=A6h=B4C=C5=E9=BCv=AD=B5=C0=C9=AB=F6=A1C


=A1C=A5=D8=BF=FD=A4U=B8=FC=BA=DE=B2z=A1G
     1.=20 =AB=C8=A4=E1=A6=DB=BA=F4=AF=B8=A5=DF=A7Y=A4U=B8=FC=A5=D8=BF=FD=C0=C9=AE=D7=C6=5B=AC=DD=A1A=C1Y=B5u=B5=A5=AD=D4=B6l=B1H=AE=C9=B6=A1=A1C
     2. =A4j=B4T=AD=B0=A7C=B6=C7=B2=CE=A5=AD=AD=B1=A5=D8=BF=FD=A6L=A8=EA=B6O=A4=CE=AE=FC=A4=BA=A5=7E=B6l=B8=EA=B6O=A5=CE=A1C

=B5L=BD=D7=B6Q=A4=BD=A5q=ACO=B8g=C0=E7=A4=BA=BEP=A8=C6=B7=7E=A1A=A9=DD=AEi=B0=EA=A4=BA=A6=E6=BEP=B3q=B8=F4=A1A=A9=CE=ACO=B8g=C0=E7=A5=7E=BEP=A8=C6=B7=7E=A1A=A9=DD=AEi=AE=FC=A5=7E=A5=AB=B3=F5=A1Ae-Builder105=B3=A3=AF=E0=AC=B0=B6Q=A4=BD=A5q=B3W=B9=BA=A5X=A6X=BEA=AA=BA=BA=F4=B8=F4=A4=C6=A4=E8=AE=D7=A1A=A8=C3=B4=A3=A8=D1=A7=B9=B5=BD=AA=BA=AB=D8=B8m=AAA=B0=C8=A1A=A7Q=A5=CE=BA=F4=BB=DA=BA=F4=B8=F4=AC=EC=A7=DE=A1A=A8=F3=A7U=A5=F8=B7=7E=B4=A3=B0=AA=A7=40=B7=7E=AE=C4=B2v=A1B=B4=EE=A4=D6=B8=EA=B7=BD=AE=F6=B6O=A1B=C2X=A4j=A6=E6=BEP=A1B=B4=A3=A4=C9=A6=A8=A5=E6=AE=C4=B2v=A9M=AB=7E=BD=E8=A1C


=20 =20 =20 =20 =20
-=20 =AA=D6 =BA=F4 =B8=EA =B0T =C0=B0 =B1z =A5=B4 =B3y =A5=F8 =B7=7E =BA=F4 =AF=B8 =B7s =A5=40 =AC=F6 -

B2B =A5=F8=B7=7E=BA=F4=AF=B8
=A5N=AA=ED=A9=CA=AB=C8=A4=E1=A1G

B2C =BA=F4=B8=F4=C1=CA=AA=AB=BA=F4=AF=B8
=A5N=AA=ED=A9=CA=AB=C8=A4=E1=A1G

=B6=AE=B8=A6=B4=B5=A5=F8=B7=7E=A6=B3=AD=AD=A4=BD=A5q
http://www.artam.com.tw

=A7=DE=C1p=B9q=A4l=A6=B3=AD=AD=A4=BD=A5q
http://www.my3c.net

=A8q=AAi=B9q=A4l(=AA=D1)=A4=BD=A5q
http://www.superrite.com

=C2=60=BCwMD=B1M=BD=E6
http://md-walkman.cannol.com

=ADs=ADi=B6T=A9=F6=A6=B3=AD=AD=A4=BD=A5q
http://chenhung.cannol.com

=20 =20 =20
-=20 =C5w =AA=EF =B8=D5 =A5=CE =A5=DC =BDd =BA=F4 =AF=B8 -

B2B =A5=F8=B7=7E=B1M=C4=DD=BA=F4=AF=B8 =20 =A5=DC=BDd=BA=F4=AF=B8=A1G

B2C =BA=F4=B8=F4=C1=CA=AA=AB=BA=F4=B0=D3=A9=B1 =A5=DC=BDd=BA=F4=AF=B8=A1G

=A5i=A6=DC=BA=F4=AF=B8=AB=E1=BA=DD=BA=DE=B2z=A8t=B2=CE=B8=D5=A5=CE
http://eb105tce.cannol.com

=A5i=A6=DC=BA=F4=AF=B8=AB=E1=BA=DD=BA=DE=B2z=A8t=B2=CE=B8=D5=A5=CE
http://funnygo.cannol.com

=C5w=AA=EF=A8=D3=B9q=AC=A2=B8=DF   =AA=D6=BA=F4=B8=EA=B0T   =BF=E0 =A4=E5=20 =B2W TEL=A1G(03)336-2208 or mail:service=40cannol.com


=B9D =BAp =B1=D2 =A5=DC =A1G=A6p=B6Q=A4=BD=A5q =A9=B9=AB=E1=A4=A3=B7Q=A6A=A6=AC=A8=EC=A5=BB=A4=BD=A5q=AA=BA=B0T=AE=A7=A7i=AA=BE=A1A=BD=D0 mail:newsletter=40cannol.com=20
=B3y=A6=A8=B1z=AA=BA=A4=A3=ABK=A1A=B7q=BD=D0=A8=A3=BD=CC=21=21

=20

--=_NextPart_2rfkindysadvnqw3nerasdf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 5:32: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id AD9BA37B4A2 for ; Wed, 5 Jun 2002 05:29:01 -0700 (PDT) Received: from ENTERPRISE ([66.56.72.124]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020605122900.BJHE2751.rwcrmhc52.attbi.com@ENTERPRISE> for ; Wed, 5 Jun 2002 12:29:00 +0000 Reply-To: From: "Tad Boomer" To: Subject: Date: Wed, 5 Jun 2002 08:29:04 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0030_01C20C6B.0DA3D570" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sensitivity: Private X-MS-TNEF-Correlator: 00000000933B64243F3466489E30ABA96FB862C204082400 Disposition-Notification-To: "Tad Boomer" Sender: owner-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_01C20C6B.0DA3D570 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit subscribe freebsd-questions ------=_NextPart_000_0030_01C20C6B.0DA3D570 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IgQMAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANIHBgAFAAgAHQAAAAMADAEB A5AGANQEAAAmAAAACwACAAEAAAALACMAAQAAAAMAJgAAAAAACwApAAEAAAACATEAAQAAAE4AAABQ Q0RGRUIwOQABAAIAAAAAAAAAAAAAAAAAGAAAAAAAAACTO2QkPzRmSJ4wq6lvuGLCwoAAABAAAADy hsw/R61uTrnbXQS388PVAQAAAAAAAAMANgACAAAAAgFxAAEAAAAWAAAAAcIMjJRddJDrwgi1TN6W 9qH2cvwfMgAAAgEdDAEAAAAWAAAAU01UUDpUQk9PTUVAQVRUQkkuQ09NAAAACwABDgAAAABAAAYO AI6/kYwMwgECAQoOAQAAABgAAAAAAAAAkztkJD80ZkieMKupb7hiwsKAAAADABQOAAAAAAsAHw4B AAAAAgEJEAEAAADZAAAA1QAAADwBAABMWkZ19nwsegMACgByY3BnMTI1FjIA+Atgbg4QMDMzTwH3 AqQD4wIAY2gKwHPwZXQwIAcTAoMAUBBv/whVB7ICgw5QA1QQyQdtAoB2fQqAAAAqCbAJ8ASQYWp0 BbFSDeBoCYAB0CAANS40MC4xMS5MMjIPQAKAXHYIkHfSawuAZDQMYGMAUAsDzwu2CrEKhAswc2IP QAFAHHNhG5IMMABAIHN14mIE8mJlIANQCeAcoIhkLXEKUHN0aQIg/RCwYgLRFEEL8BmQGskaSwUW gQAgsAAAAAMA3j+fTgAAAwAJWQMAAAADAEBlAAAAAAsAE4AIIAYAAAAAAMAAAAAAAABGAAAAAAOF AAAAAAAAAwAVgAggBgAAAAAAwAAAAAAAAEYAAAAAEIUAAAAAAAADABuACCAGAAAAAADAAAAAAAAA RgAAAABShQAAWZQBAAMAIoAIIAYAAAAAAMAAAAAAAABGAAAAAAGFAAAAAAAAHgA+gAggBgAAAAAA wAAAAAAAAEYAAAAAVIUAAAEAAAAFAAAAMTAuMAAAAAALAD+ACCAGAAAAAADAAAAAAAAARgAAAAAG hQAAAQAAAAsAQ4AIIAYAAAAAAMAAAAAAAABGAAAAAA6FAAAAAAAAAwBGgAggBgAAAAAAwAAAAAAA AEYAAAAAGIUAAAAAAAALAFuACCAGAAAAAADAAAAAAAAARgAAAACChQAAAAAAAAIB+A8BAAAAEAAA AJM7ZCQ/NGZInjCrqW+4YsICAfoPAQAAABAAAACTO2QkPzRmSJ4wq6lvuGLCAgH7DwEAAACWAAAA AAAAADihuxAF5RAaobsIACsqVsIAAG1zcHN0LmRsbAAAAAAATklUQfm/uAEAqgA32W4AAABDOlxE b2N1bWVudHMgYW5kIFNldHRpbmdzXFRoZW9kb3JlXExvY2FsIFNldHRpbmdzXEFwcGxpY2F0aW9u IERhdGFcTWljcm9zb2Z0XE91dGxvb2tcT3V0bG9vay5wc3QAAAADAP4PBQAAAAMADTT9NwIAAgEU NAEAAAAQAAAATklUQfm/uAEAqgA32W4AAAIBfwABAAAAMQAAADAwMDAwMDAwOTMzQjY0MjQzRjM0 NjY0ODlFMzBBQkE5NkZCODYyQzIwNDA4MjQwMAAAAAADAAYQdTLtRQMABxAaAAAAAwAQEAAAAAAD ABEQAAAAAB4ACBABAAAAGwAAAFNVQlNDUklCRUZSRUVCU0QtUVVFU1RJT05TAAB99Q== ------=_NextPart_000_0030_01C20C6B.0DA3D570-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 5:53:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from omta03.mta.everyone.net (sitemail3.everyone.net [216.200.145.37]) by hub.freebsd.org (Postfix) with ESMTP id E207837B406 for ; Wed, 5 Jun 2002 05:53:44 -0700 (PDT) Received: from sitemail.everyone.net (dsnat [216.200.145.62]) by omta03.mta.everyone.net (Postfix) with ESMTP id D4E5D495C1 for ; Wed, 5 Jun 2002 05:53:44 -0700 (PDT) Received: by sitemail.everyone.net (Postfix, from userid 99) id C725F2756; Wed, 5 Jun 2002 05:53:44 -0700 (PDT) Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Date: Wed, 5 Jun 2002 05:53:44 -0700 (PDT) From: Muhammad Faisal Rauf Danka To: Questions@FreeBSD.org Subject: Re: tftpd[37993]: read: Connection refused. Help please. Reply-To: mfrd@attitudex.com X-Originating-Ip: [202.5.128.45] Message-Id: <20020605125344.C725F2756@sitemail.everyone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG not so sure but, shouldn't it be: tftp dgram udp wait root /usr/libexec/tftpd tftpd /usr/home/anwsmh/routers in inetd.conf ? Regards, --------- Muhammad Faisal Rauf Danka Chief Technology Officer Gem Internet Services (Pvt) Ltd. web: www.gem.net.pk Vice President Pakistan Computer Emergency Responce Team (PakCERT) web: www.pakcert.org Chief Security Analyst Applied Technology Research Center (ATRC) web: www.atrc.net.pk --- Stanley Hopcroft wrote: >Dear Ladies and Gentlemen, > >I am wriitng to ask your help use the tftpd server in FreeBSD >4.5-RELEASE-p4. > >It is vital that I get it working to load an IOS image (firmware) into a >remote Cisco router whose image I destroyed. > >Here is what the syslog shows > >tftpd[37993]: read: Connection refused > >The client (router) times out. > >Here is my inetd.conf entry > >tftp dgram udp wait root /usr/libexec/tftpd tftpd -l >/usr/home/anwsmh/routers >#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd >/tftpboot > >(where the directory /usr/home/anwsmh/routers contains world readable >images; the mail client has wrapped these entries). > >It may be a new thing that FreeBSD tftpd cannot serve images to Cisco >routers. > >The FreeBSD tftp client (tftp localhost) works fine. > >No ipfw on tftpd server; no access lists on routers. > >This is a fairly desperate plea for advice. > >Thank you, > >Yours sincerely. > > > > >-- Stanley Hopcroft > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _____________________________________________________________ --------------------------- [ATTITUDEX.COM] http://www.attitudex.com/ --------------------------- _____________________________________________________________ Promote your group and strengthen ties to your members with email@yourgroup.org by Everyone.net http://www.everyone.net/?btn=tag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 6:17:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from reiher.informatik.uni-wuerzburg.de (wi4d22.informatik.uni-wuerzburg.de [132.187.101.122]) by hub.freebsd.org (Postfix) with ESMTP id 3976837B404 for ; Wed, 5 Jun 2002 06:17:21 -0700 (PDT) Received: by reiher.informatik.uni-wuerzburg.de (Postfix, from userid 1001) id D2197AF7D; Wed, 5 Jun 2002 15:17:19 +0200 (CEST) Date: Wed, 5 Jun 2002 15:17:19 +0200 From: Matthias Buelow To: Alexander V Zubchenko Cc: Admin/Manager , freebsd-questions@FreeBSD.ORG Subject: Re: SHELL ACCESS Message-ID: <20020605131719.GB1211@reiher.informatik.uni-wuerzburg> References: <000101c20bfa$6c740eb0$0264a8c0@3dmdomain.local> <20020605093415.N38764-100000@server.hermes-comp.zp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020605093415.N38764-100000@server.hermes-comp.zp.ua> 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 Alexander V Zubchenko writes: >I don't know about such features in shells, but you may play around with >access permissions (e.g. make anything world-inaccessible, place users in >nobody group and set rights so anything will b protected from access, >excepting home). Commercial systems typically have a "restricted shell" command, sometimes under the name rsh (colliding with the remote shell, which is called remsh on such systems.) On FreeBSD, I think the (original) KornShell (ksh) and GNU bash can be run in restricted mode. It disables cd, and some other builtins but it of course does not restrict programs that got invoked by the user, so you have to be selective about which programs the user is allowed to run. vi(1) also can be run in restricted mode. --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 6:28:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id 25E3537B407 for ; Wed, 5 Jun 2002 06:28:06 -0700 (PDT) Received: from cs.umu.se (h26n1c1o1023.bredband.skanova.com [213.64.164.26]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 584740.283481.1023.0s4514403sheridan ; Wed, 05 Jun 2002 15:24:41 +0200 Message-ID: <3CFE11E4.6F10C987@cs.umu.se> Date: Wed, 05 Jun 2002 15:28:04 +0200 From: Paul Everlund X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: Per olof Ljungmark Cc: questions@freebsd.org Subject: Re: Suitable adduser script for Samba on FreeBSD References: <5.1.0.14.0.20020605000101.024a2630@mail.inter-sonic.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 Per olof Ljungmark wrote: > > Can somebody help me with a script that adds machine accounts > for use with Samba on FreeBSD? It works fine manually but I > would like to use the "add user script = " > feature with FreeBSD. > A possible culprit here seems to be that adduser(8) does not > accept "$"'s in usernames. This has been discussed earlier, about a month ago, and you should probably be able to find it in the archives. Good luck! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 6:43:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from oh.daemon.sh (L0820P27.dipool.highway.telekom.at [62.46.166.123]) by hub.freebsd.org (Postfix) with ESMTP id 6AE7B37B400 for ; Wed, 5 Jun 2002 06:43:35 -0700 (PDT) Received: from oh.daemon.sh (sperber@localhost.oh.daemon.sh [127.0.0.1]) by oh.daemon.sh (8.12.3/8.11.6) with ESMTP id g55CXSr1000198 for ; Wed, 5 Jun 2002 14:33:29 +0200 (CEST) (envelope-from sperber@oh.daemon.sh) X-Authentication-Warning: oh.daemon.sh: Host sperber@localhost.oh.daemon.sh [127.0.0.1] claimed to be oh.daemon.sh Received: by oh.daemon.sh (8.12.3/8.12.3/Submit) id g55CXQHc000197 for questions@freebsd.org; Wed, 5 Jun 2002 14:33:26 +0200 (CEST) (envelope-from sperber) Content-Type: text/plain; charset="us-ascii" From: Sperber To: questions@freebsd.org Subject: openoffice Date: Wed, 5 Jun 2002 14:33:26 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206051433.26178.sperber@gmx.at> Sender: owner-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 is it normal that the regmerge takes more than an hour? regmerge uses hardly cpu, and the size of the work directory doesn't chan= ge... sperber To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 7: 0:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id 8637237B406 for ; Wed, 5 Jun 2002 07:00:54 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 6DC6E1BE for ; Wed, 5 Jun 2002 10:03:32 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: dhcp client and cable modem Date: Wed, 5 Jun 2002 10:00:53 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm using the FBSD built in dhcp client on the Nic card to the cable modem. My ipfw firewall is denying a bunch of packets which never happened with the modem connection. Could somebody tell me what ipfw rules I need to allow the cable isp dhcp server to correspond with my FBSD gateway? A pointer to some documentation on what packets get exchanged would be great. Thanks Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 7: 2:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id B6BCC37B405 for ; Wed, 5 Jun 2002 07:02:08 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id QAA18166; Wed, 5 Jun 2002 16:30:41 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g55DRIa43076; Wed, 5 Jun 2002 16:27:18 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Wed, 5 Jun 2002 16:27:18 +0300 (EEST) From: Alexander V Zubchenko To: Matthias Buelow Cc: Admin/Manager , Subject: Re: SHELL ACCESS In-Reply-To: <20020605131719.GB1211@reiher.informatik.uni-wuerzburg> Message-ID: <20020605161954.P42835-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Wed, 5 Jun 2002, Matthias Buelow wrote: > Alexander V Zubchenko writes: > > >I don't know about such features in shells, but you may play around with > >access permissions (e.g. make anything world-inaccessible, place users in > >nobody group and set rights so anything will b protected from access, > >excepting home). > > Commercial systems typically have a "restricted shell" command, sometimes > under the name rsh (colliding with the remote shell, which is called remsh > on such systems.) On FreeBSD, I think the (original) KornShell (ksh) > and GNU bash can be run in restricted mode. It disables cd, and some other > builtins but it of course does not restrict programs that got invoked > by the user, so you have to be selective about which programs the user > is allowed to run. vi(1) also can be run in restricted mode. > > > --mkb > > Thx for info. I'v checked ports collection and find those shells: flash - A ncurses-based restriction shell With best regards, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 7:10: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mhub-w2.tc.umn.edu (mhub-w2.tc.umn.edu [160.94.160.45]) by hub.freebsd.org (Postfix) with ESMTP id 2716F37B400 for ; Wed, 5 Jun 2002 07:09:46 -0700 (PDT) Received: from x74-47.forestry.umn.edu by mhub-w2.tc.umn.edu with ESMTP for questions@freebsd.org; Wed, 5 Jun 2002 09:09:44 -0500 Subject: openoffice build error From: "Kirk R. Wythers" To: questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 05 Jun 2002 08:58:45 -0500 Message-Id: <1023285525.64049.3.camel@lorax.forestry.umn.edu> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just tried to build openoffice... An hour or so into the build I got the following: ------------- /usr/ports/editors/openoffice/work/oo_1.0_src/i18npool/source/localedata ------------------------------ Making: ../../unxfbsd.pro/misc/localedata.dpc Making : Dependencies touch ../../unxfbsd.pro/misc/localedata.dpc ------------------------------ Making: ../../unxfbsd.pro/slo/localedata.obj g++ -w -c -I. -I. -I../inc -I../../inc -I../../unx/inc -I../../unxfbsd.pro/inc -I. -I/usr/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/inc/stl -I/usr/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/inc/external -I/usr/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/inc -I/usr/ports/editors/openoffice/work/oo_1.0_src/solenv/unxfbsd/inc -I/usr/ports/editors/openoffice/work/oo_1.0_src/solenv/inc -I/usr/ports/editors/openoffice/work/oo_1.0_src/res -I/usr/include -I/usr/local/stlport -I/usr/local/include/stlport -I/usr/ports/editors/openoffice/work/oo_1.0_src/solenv/inc/Xp31 -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -I/usr/local/jdk1.3.1/include/green_threads/include -I/usr/X11R6/include -I/usr -I/usr/include -I. -I../../res -I. -I/usr/ports/editors/openoffice/work/oo_1.0_src/solenv/unxfbsdi/usr/include -I/usr/X11R6/include -O -pipe -fno-for-scope -fpermissive -fexceptions -fPIC -DFREEBSD -DUNX -DVCL -DGCC -DC295 -DINTEL -DCVER=C295 -D_USE_NAMESPACE -D_USE_NAMESPACE=1 -DX86 -DNEW_SOLAR -DSTLPORT_VERSION=400 -DOSVERSION=450005 -D_THREAD_SAFE -D__DMAKE -DUNIX -DCPPU_ENV=gcc2 -DSUPD=641 -DBUILD=7663 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRC641 -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o ../../unxfbsd.pro/slo/localedata.o /usr/ports/editors/openoffice/work/oo_1.0_src/i18npool/source/localedata/localedata.cxx if ( -e ../../unxfbsd.pro/slo/localedata.o) touch ../../unxfbsd.pro/slo/localedata.obj ------------------------------ Making: ../../unxfbsd.pro/slb/localedata.lib echo unxfbsd.pro/slo/localedata.o | xargs -n1 > ../../unxfbsd.pro/slb/localedata.lib ------------- /usr/ports/editors/openoffice/work/oo_1.0_src/i18npool/source/localedata_ascii ------------------------------ Making: ../../unxfbsd.pro/misc/localedata_ascii.dpc Making : Dependencies touch ../../unxfbsd.pro/misc/localedata_ascii.dpc cp /usr/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/bin/applicat.rdb ../../unxfbsd.pro/bin/applicat.rdb rm -f ../../unxfbsd.pro/misc/localedata_af_ZA.cxx ../../unxfbsd.pro/bin/saxparser af_ZA af_ZA.xml ../../unxfbsd.pro/misc/localedata_af_ZA.cxx ../../unxfbsd.pro/bin/applicat.rdb Bus error (core dumped) dmake: Error code 138, while making '../../unxfbsd.pro/misc/localedata_af_ZA.cxx' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice/work/oo_1.0_src/i18npool/source/localedata_ascii dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/editors/openoffice. I cvsuped this morning. Any ideas? Thanks, Kirk --- Kirk R. Wythers email: kwythers@umn.edu University of Minnesota tel: 612.625.2261 Department of Forest Resources fax: 612.625.5212 Saint Paul, MN 55108 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 7:13:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd.schema.ca (freebsd.schema.ca [142.59.253.48]) by hub.freebsd.org (Postfix) with ESMTP id 7161F37B406 for ; Wed, 5 Jun 2002 07:13:30 -0700 (PDT) Received: from freebsd.schema.ca (localhost [127.0.0.1]) by freebsd.schema.ca (8.12.3/8.12.2) with ESMTP id g55EDOQN075905; Wed, 5 Jun 2002 08:13:24 -0600 (MDT) (envelope-from pandaro@freebsd.schema.ca) Received: (from pandaro@localhost) by freebsd.schema.ca (8.12.3/8.12.3/Submit) id g55EDOWJ075904; Wed, 5 Jun 2002 08:13:24 -0600 (MDT) (envelope-from pandaro@freebsd.schema.ca) Date: Wed, 5 Jun 2002 08:13:24 -0600 From: "Mike A. Oligny" To: questions@freebsd.org Subject: using NFS to reduce redundancy Message-ID: <20020605141324.GA75840@freebsd.schema.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am looking for documentation on maintenance procedures or administrative methodologies that reduce redundancy of tasks required when maintaining multiple semi-related servers. [breathe.] Some of the things I am thinking of - backing up configuration files, centralization of configuration files, central user authentication (different methods, pros and cons). If there isn't documentation on this, does anyone think a specialized doc would be useful? I'd be willing to keep track of my research and at the very least, submit something to freebsddiary.org for review... reply direct please, sometimes I fall behind on `questions' for some reason. :) -Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 7:44: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f10.law8.hotmail.com [216.33.241.10]) by hub.freebsd.org (Postfix) with ESMTP id AA48137B403 for ; Wed, 5 Jun 2002 07:44:00 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 5 Jun 2002 07:44:00 -0700 Received: from 63.93.107.39 by lw8fd.law8.hotmail.msn.com with HTTP; Wed, 05 Jun 2002 14:44:00 GMT X-Originating-IP: [63.93.107.39] From: "ben chung" To: Questions@FreeBSD.ORG Date: Wed, 05 Jun 2002 14:44:00 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Jun 2002 14:44:00.0586 (UTC) FILETIME=[6E12E2A0:01C20C9F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir, Pls tell how to set up c++ in BSD ben _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 7:46: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (lennier.tninet.se [195.100.94.105]) by hub.freebsd.org (Postfix) with ESMTP id 2941A37B40F for ; Wed, 5 Jun 2002 07:45:48 -0700 (PDT) Received: from cs.umu.se (h26n1c1o1023.bredband.skanova.com [213.64.164.26]) by lennier.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 387139.288646.1023.1s39812685lennier ; Wed, 05 Jun 2002 16:50:46 +0200 Message-ID: <3CFE241B.7A499A26@cs.umu.se> Date: Wed, 05 Jun 2002 16:45:47 +0200 From: Paul Everlund X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: ben chung Cc: Questions@FreeBSD.ORG Subject: Re: References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ben chung wrote: > > Dear Sir, > Pls tell how to set up > c++ in BSD > ben C++ is a part of gcc, which is in the base system. See 'man gcc' for more information. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8: 3:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.samuelstn.dhs.org (h24-64-81-248.cg.shawcable.net [24.64.81.248]) by hub.freebsd.org (Postfix) with SMTP id E744537B404 for ; Wed, 5 Jun 2002 08:03:51 -0700 (PDT) Received: (qmail 88508 invoked from network); 5 Jun 2002 15:03:48 -0000 Received: from firewall (HELO SAMCHOW1.ca.nortel.com) (192.168.1.1) by homeserver with SMTP; 5 Jun 2002 15:03:48 -0000 Message-ID: <007301c20ca2$ae7da3e0$2784412f@ca.nortel.com> From: "Samuel Chow" To: Cc: "FBSDQ" References: Subject: Re: dhcp client and cable modem Date: Wed, 5 Jun 2002 09:07:16 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I'm using the FBSD built in dhcp client on the Nic card to the cable modem. > My ipfw firewall is denying a bunch of packets which never happened > with the modem connection. > > Could somebody tell me what ipfw rules I need to allow the cable isp > dhcp server to correspond with my FBSD gateway? Are you saying your dhclient cannot get an IP address because of ipfw? If so, try the following rules (of course, replace rule number and interface): # Allow DHCP packets in and out 3200 add pass udp from any 68 to any 67 out via xl0 3200 add pass udp from any 67 to any 68 in via xl0 Hope this helps. --- Samuel Chow samuelc@samuelstn.dhs.org This message is displayed using recycled electrons. Segmentation Fault (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8: 9:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ntlworld.com (pc3-farn1-3-cust4.gfd.cable.ntl.com [213.107.74.4]) by hub.freebsd.org (Postfix) with ESMTP id 6868837B400 for ; Wed, 5 Jun 2002 08:09:55 -0700 (PDT) Received: from localhost (william@localhost) by ntlworld.com (8.12.3/8.12.2) with ESMTP id g55FwAB6070261; Wed, 5 Jun 2002 16:58:10 +0100 (BST) (envelope-from william@palfreman.com) X-Authentication-Warning: kmart.lan.palfreman.com: william owned process doing -bs Date: Wed, 5 Jun 2002 16:58:10 +0100 (BST) From: William Palfreman X-X-Sender: william@kmart.lan.palfreman.com To: Sperber Cc: questions@FreeBSD.ORG Subject: Re: openoffice In-Reply-To: <200206051433.26178.sperber@gmx.at> Message-ID: <20020605165510.O179-100000@kmart.lan.palfreman.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Jun 2002, Sperber wrote: > hi > > is it normal that the regmerge takes more than an hour? > regmerge uses hardly cpu, and the size of the work directory doesn't change... It would depend on your hardware and loads of other stuff. Openoffice is a beast of a program. If you follow these sort of things you might like to cvsup your ports tree and try the new native FreeBSD openoffice port that is just out. I'm compiling it at the moment. -- W. Palfreman. http://www.palfreman.com/william/ Tel: 0771 355 0354 PGP ftp://ftp.palfreman.com/pub/wfpkey.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:17:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.wlv.netzero.net (mail7.wlv.netzero.net [209.247.163.57]) by hub.freebsd.org (Postfix) with SMTP id 989E937B431 for ; Wed, 5 Jun 2002 08:17:11 -0700 (PDT) Received: (qmail 8610 invoked from network); 5 Jun 2002 15:17:01 -0000 Received: from 1cust19.tnt1.charlotte.nc.da.uu.net (HELO red.netzero.net) (67.240.143.19) by mail7.wlv.netzero.net with SMTP; 5 Jun 2002 15:17:01 -0000 Message-Id: <5.1.0.14.2.20020605111011.00b7ae80@tkdsoftware.com> X-Sender: theapparatus@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 05 Jun 2002 11:16:23 -0400 To: questions@freebsd.org From: theapparatus@netzero.net Subject: Needing a database solution 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 Greets: I'm hoping someone can suggest a solution for me. I'm needing to update a website of mine that contains over a 1000 articles written by many different authors, covering many different topics, etc., mostly written in html but some written in txt. (I'm working on moving them over to html) I'm looking for something like ColdFusion to serve as a server using some form of SQL database. Anyone have any ideas? What I've found is mostly programs still in beginning developement. I don't mind using beta software as long as it usually works and they're in final beta. Thanks, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:23:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from slate.dublin.wbtsystems.com (slate.dublin.wbtsystems.com [193.120.231.12]) by hub.freebsd.org (Postfix) with ESMTP id 105BD37B407 for ; Wed, 5 Jun 2002 08:23:24 -0700 (PDT) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.3/8.12.3) with ESMTP id g55FNKbi045411; Wed, 5 Jun 2002 16:23:20 +0100 (IST) From: "Barry Byrne" To: , Subject: RE: Needing a database solution Date: Wed, 5 Jun 2002 16:23:19 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <5.1.0.14.2.20020605111011.00b7ae80@tkdsoftware.com> X-Scanned-By: MIMEDefang 2.8 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike: Have a look at PHP (www.php.net). You should be able to build something with this without too much trouble. Works with many databases - I use MySQL (www.mysql.com) and haven't had any issues. Cheers, Barry -- Barry Byrne > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > theapparatus@netzero.net > Sent: 05 June 2002 16:16 > To: questions@FreeBSD.ORG > Subject: Needing a database solution > > > > Greets: > > I'm hoping someone can suggest a solution for me. I'm needing to update > a website of mine that contains over a 1000 articles written by > many different > authors, covering many different topics, etc., mostly written in > html but some > written in txt. (I'm working on moving them over to html) I'm looking for > something like ColdFusion to serve as a server using some form of > SQL database. > > Anyone have any ideas? What I've found is mostly programs still > in beginning > developement. I don't mind using beta software as long as it > usually works and > they're in final beta. > > Thanks, > Mike > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:29: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id B8D5537B400 for ; Wed, 5 Jun 2002 08:28:52 -0700 (PDT) Received: from daleco [12.145.236.148] by mail.gbronline.com (SMTPD32-7.10) id ADDED2E027E; Wed, 05 Jun 2002 10:27:26 -0500 Message-ID: <006101c20ca5$9d74a640$94ec910c@daleco> From: "Kevin Kinsey, DaleCo, S.P." To: "Kathy Quinlan" Cc: References: Subject: Re: Send Mail problems. Date: Wed, 5 Jun 2002 10:28:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Kathy Quinlan" To: Sent: Wednesday, June 05, 2002 4:40 AM Subject: Send Mail problems. > Hi all, > > I am getting 3 errors with sendmail : > Jun 5 17:10:33 students sendmail[95]: g53J1RP00778: SYSERR(root): > kps.dnsalias.org. config error: mail loops back to me (MX problem?) > Jun 5 17:10:33 students sendmail[95]: g559AXE00095: Losing > ./qfg559AXE00095: savemail panic > Jun 5 17:10:33 students sendmail[95]: g559AXE00095: SYSERR(root): savemail: > cannot save rejected email anywhere > > I can resolve my host and IP address fine using NSLOOKUP : > > students# nslookup students.kps.dnsalias.org > Server: students.kps.dnsalias.org > Address: 192.168.20.10 > > Any ideas ?? > > Regards, > > Kat. Hi! The first one ("mail loops back to me") is a common Sendmail error. Go to www.sendmail.org, read the FAQ, adjust.....should fix it O.K. I'm not sure whether fixing that issue will solve the others also. You might check permissions and answer "who is Sendmail running as?"---the daemon should be run as root or at least suid, I believe. Also, the DNS issue may be a tough one for you. 192.168 is the private netblock, so unless you're only going to be using Sendmail for mail on your LAN, you're going to have to configure it to use an externally available IP or else have the LAN administrator cooperate in setting up mail. What I see from outside is this.... kadmin@archangel-->host dnsalias.org dnsalias.org has address 66.37.215.53 dnsalias.org mail is handled (pri=50) by mail2.dyndns.org dnsalias.org mail is handled (pri=20) by mail.dyndns.org kadmin@archangel-->host kps.dnsalias.org kps.dnsalias.org has address 61.9.173.124 kadmin@archangel-->host students.kps.dnsalias.org students.kps.dnsalias.org is a nickname for kps.dnsalias.org kps.dnsalias.org has address 61.9.173.124 kadmin@archangel-->host 61.9.173.124 124.173.9.61.IN-ADDR.ARPA domain name pointer CPE-61-9-173-124.vic.bigpond.net.au kadmin@archangel-->host -t 'mx' kps.dnsalias.org kadmin@archangel--> Note the last....so, at least on the surface it appears that: 1. You're using the wrong ip, or need to be using NAT, which you don't mention.... 2. You don't have an 'mx' entry for your host.... 3. Your reverse DNS is handled by your ISP and will be unresolvable to the rest of us.... However, there are ways around this. Keep reading and adjusting... I have operable hosts on internal nets that are doing fine for most purposes with Sendmail...proper configuration took a little while the first time I did it, but it's gotten a bit easier now. G'luck, Kevin Kinsey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:36:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id 5597F37B41D for ; Wed, 5 Jun 2002 08:36:02 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 566CD1BE; Wed, 5 Jun 2002 11:38:41 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "Samuel Chow" Cc: "FBSDQ" Subject: RE: dhcp client and cable modem Date: Wed, 5 Jun 2002 11:36:00 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <007301c20ca2$ae7da3e0$2784412f@ca.nortel.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Samuel wrote Are you saying your dhclient cannot get an IP address because of ipfw? I reply No I am just trying to determine what some the default deny all packets belong to. Since I just started using dhclient, it was something to check out. I have these rules # Special rules for Adelphia Cable access $cmd 00174 allow udp from me 68 to $odns1 67 out via rl0 $cmd 00175 allow udp from $odns1 67 to me 68 in via rl0 $cmd 00176 allow udp from any 67,68 to 255.255.255.255 67,68 in via rl0 I do not understand why dhcp is talking to my ISP's DNS server or why it's using 255.255.255.255 for an ip address. Is this normal? Your example of # Allow DHCP packets in and out 3200 add pass udp from any 68 to any 67 out via xl0 3200 add pass udp from any 67 to any 68 in via xl0 is just way to wide open for my liking. Let me know what you think Joe -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Samuel Chow Sent: Wednesday, June 05, 2002 11:07 AM To: barbish@a1poweruser.com Cc: FBSDQ Subject: Re: dhcp client and cable modem > I'm using the FBSD built in dhcp client on the Nic card to the cable modem. > My ipfw firewall is denying a bunch of packets which never happened > with the modem connection. > > Could somebody tell me what ipfw rules I need to allow the cable isp > dhcp server to correspond with my FBSD gateway? Are you saying your dhclient cannot get an IP address because of ipfw? If so, try the following rules (of course, replace rule number and interface): # Allow DHCP packets in and out 3200 add pass udp from any 68 to any 67 out via xl0 3200 add pass udp from any 67 to any 68 in via xl0 Hope this helps. --- Samuel Chow samuelc@samuelstn.dhs.org This message is displayed using recycled electrons. Segmentation Fault (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:37: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneers1.mts.mb.ca (pioneers1.mts.mb.ca [142.160.2.11]) by hub.freebsd.org (Postfix) with ESMTP id 65FA837B400 for ; Wed, 5 Jun 2002 08:36:42 -0700 (PDT) Received: from knuth.mts.mb.ca (knuth.mts.mb.ca [142.160.165.207]) by pioneers1.mts.mb.ca (8.9.2/8.9.2) with ESMTP id KAA15998; Wed, 5 Jun 2002 10:36:33 -0500 (CDT) Received: from knuth.mts.mb.ca (localhost [127.0.0.1]) by knuth.mts.mb.ca (8.12.3/8.12.3) with ESMTP id g55FaXcp069625; Wed, 5 Jun 2002 10:36:33 -0500 (CDT) (envelope-from cbajus@knuth.mts.mb.ca) Received: (from cbajus@localhost) by knuth.mts.mb.ca (8.12.3/8.12.3/Submit) id g55FaVqI069624; Wed, 5 Jun 2002 10:36:31 -0500 (CDT) Date: Wed, 5 Jun 2002 10:36:31 -0500 From: Cory Bajus To: Ian Barnes Cc: freebsd-questions@freebsd.org Subject: Re: http proxy Message-ID: <20020605103631.A65549@knuth.mts.mb.ca> References: <200206031555.50166.ian@cerebellum.za.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206031555.50166.ian@cerebellum.za.net>; from ian@cerebellum.za.net on Mon, Jun 03, 2002 at 03:55:50PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In my /etc/make.conf, I have an entry as follows: FETCH_ENV= FTP_PROXY=ftp://:21 FTP_LOGIN=ftp FTP_PASSWORD=cbajus@ HTTP_PROXY=:8080 HTTP_PROXY_AUTH=basic::: Replace with the hostname of your FTP and WWW proxy server. You may need to adjust the port setting if your WWW proxy server does not use port 8080. You may not require the HTTP_PROXY_AUTH entry if your proxy server does not require authentication. Good luck, Cory. On Mon, Jun 03, 2002 at 03:55:50PM +0000, Ian Barnes wrote: > hi, > > where can i set it up so that when i install something from the ports (i.e > make install), it will go through a http proxy? i have tried setting it in > /etc/make.conf ... but nothing. > > thanks > Ian Barnes > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:40:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www6.web2010.com (www6.web2010.com [216.157.5.254]) by hub.freebsd.org (Postfix) with ESMTP id 5151C37B403 for ; Wed, 5 Jun 2002 08:40:22 -0700 (PDT) Received: from marty.face2interface.com (marty.ulster.net [216.238.72.249]) by www6.web2010.com (8.9.3/8.9.0) with ESMTP id LAA02773; Wed, 5 Jun 2002 11:40:18 -0400 (EDT) Message-Id: <5.1.0.14.0.20020605113704.01d7c700@mail.face2interface.com> X-Sender: face@mail.face2interface.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 05 Jun 2002 11:40:53 -0400 To: theapparatus@netzero.net, questions@FreeBSD.ORG From: Marty Landman Subject: Re: Needing a database solution In-Reply-To: <5.1.0.14.2.20020605111011.00b7ae80@tkdsoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 11:16 AM 6/5/02 -0400, theapparatus@netzero.net wrote: >I'm hoping someone can suggest a solution for me. I'm needing to update >a website of mine that contains over a 1000 articles written by many different >authors, covering many different topics, etc., mostly written in html but some >written in txt. Mike, My product SIMPL might do the trick for you. It handles FTP on the backend and allows for a three tier website; with a content shortcut notation called Heaps. One drawback you may find is that any authorized user must have ftp access i.e. id/pw in order to use the product -- but maybe we could discuss building a wrapper if you like what you see otherwise. My http://newdiets.com is built and maintained using SIMPL. hth, Marty -- SIMPL WebSite Creation: http://face2interface.com/Home/Demo.shtml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:42:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from entropy.ms.washington.edu (entropy.ms.washington.edu [128.95.18.1]) by hub.freebsd.org (Postfix) with ESMTP id AF57737B407 for ; Wed, 5 Jun 2002 08:42:08 -0700 (PDT) Received: from entropy.ms.washington.edu (entropy.ms.washington.edu [128.95.18.1]) by entropy.ms.washington.edu (8.11.6/8.11.6) with ESMTP id g55Fe0t258304; Wed, 5 Jun 2002 08:40:10 -0700 (PDT) Date: Wed, 5 Jun 2002 08:40:00 -0700 (PDT) From: Richard Fairfield To: "Kevin Kinsey, DaleCo, S.P." Cc: Subject: Re: make installworld fails In-Reply-To: <004f01c20c4b$d2a1e120$5fec910c@daleco> 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 > > > > But I'm confused about whether I want the tag string to be RELENG_4 or > > RELENG_4_5. I've read the cvsup section in the handbook, and the cvsup > > sections in FreeBSD Released and The Complete FreeBSD, but I don't > > get it. Can someone explain the difference to me??? > > > Hopefully I can, it's not _too_ hard. RELENG_4_5 was FBSD 4.5-RELEASE > in January and has since become "patched" with security fixes until it's no > longer > what it was...some people (perhaps Linux backgrounds) call it 4.5-RELEASEpx > (I think x=6 or more....) It might be called the -SECURITY branch by some, > but it's really just 4.5-RELEASE that has been patched for you by someone > else. > > RELENG_4 is -STABLE. It was the same as RELENG_4_5 at the moment > 4.5-RELEASE was built. Since that time, RELENG_4 has had not only > security fixes, but all kinds of changes and improvements that will lead to > it > being 4.6-RELEASE whenever the RELease ENGineering team is ready for > 4.6, which should be any day now...at some future point, RELENG_4 might > branch to a 4.7-RELEASE, etc. Then, at some date in 2003, -CURRENT > will step to the limelight as 5.0-RELEASE and RELENG_4 will slowly > vanish into the mists of memory...but, no worries, RELENG_5 will take > it's place as -STABLE and -CURRENT race ahead to a grand future, > albeit on seperate roads... ;-) > > Some folks are reluctant to run RELENG_4 on "production" servers > because code gets committed to the -STABLE branch that may be > removed later because a better way is found (these folks think of > -STABLE as a beta-release of the next 4.x, I guess....) A RELEASE > tag indicates that a lot more testing has gone into the build. STABLE > is rebuilt frequently (daily perhaps? I know -CURRENT is...) > > One of the later chapters in the Handbook, "the Cutting Edge," has > definitive info on this. > > > thanks again, > > rcf > > HTH, Kevin Kinsey > > Kevin: Thank you for this explaination. I think I understand now. My understanding of this now is that using RELENG_4 will get me tested patches and enhancements, as they happen, throughout the lifetime of version 4. That's what I want, so that's what I'll use. thanks again, rcf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:45:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 6DF6337B404 for ; Wed, 5 Jun 2002 08:45:19 -0700 (PDT) Received: from jogega jogegabsd@smtp-send.myrealbox.com [216.230.149.148] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare; Wed, 05 Jun 2002 09:45:17 -0600 From: "jogegabsd" To: "Eric Boucher" , "FreeBSD" Subject: RE: SQL question: how to find in all tables? Date: Wed, 5 Jun 2002 09:45:09 -0600 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: <20020604172821.72740.qmail@web9402.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Hi everyone, > > I have 2 questions for you guys regarding Sql (I have > to say that I'm a total newbie in that field). I have > search over the internet in some tutorials, but I > didn't found the answer: Here is a very good quick guide to SQL. http://philip.greenspun.com/sql/ And this a great book I used in my first DB course, I truly recommend it. http://www.amazon.com/exec/obidos/ISBN%3D0201447878/photonetA/102-0319429-07 54541 HTH Gerardo Amaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:52:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id F10D237B409 for ; Wed, 5 Jun 2002 08:52:25 -0700 (PDT) Received: from daleco [12.145.236.148] by mail.gbronline.com (SMTPD32-7.10) id A36382F0220; Wed, 05 Jun 2002 10:50:59 -0500 Message-ID: <009001c20ca8$e7f928a0$94ec910c@daleco> From: "Kevin Kinsey, DaleCo, S.P." To: "Richard Fairfield" Cc: References: Subject: Re: make installworld fails Date: Wed, 5 Jun 2002 10:51:49 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Richard Fairfield" To: "Kevin Kinsey, DaleCo, S.P." Cc: Sent: Wednesday, June 05, 2002 10:40 AM Subject: Re: make installworld fails > Kevin: > > Thank you for this explaination. I think I understand now. My > understanding of this now is that using RELENG_4 will get me > tested patches and enhancements, as they happen, throughout the > lifetime of version 4. That's what I want, so that's what I'll use. > > thanks again, > rcf > "Tested," yes---"thoroughly proven," no. With the quid pro quo that once in a great while something in -STABLE might be broken, your understanding is correct. You may want to read freebsd-stable@freebsd.org for a while also. K Kinsey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:55: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from [12.162.34.13] (dnsmom.beanstalk.net [12.162.34.13]) by hub.freebsd.org (Postfix) with ESMTP id 8F5DB37B407 for ; Wed, 5 Jun 2002 08:54:53 -0700 (PDT) Received: from fcoffice.ptfd.org (unverified [12.162.36.218]) by (Vircom SMTPRS 4.2.181) with SMTP id ; Wed, 5 Jun 2002 11:52:37 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: William Palfreman Subject: Re: openoffice Date: Wed, 5 Jun 2002 11:54:49 -0400 X-Mailer: KMail [version 1.2] References: <20020605165510.O179-100000@kmart.lan.palfreman.com> In-Reply-To: <20020605165510.O179-100000@kmart.lan.palfreman.com> Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <02060511544901.19528@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After attempting yest. it still will not build on 4.5R, and 4.6R is not yet released? Mike On Wednesday 05 June 2002 11:58, you wrote: > On Wed, 5 Jun 2002, Sperber wrote: > > hi > > > > is it normal that the regmerge takes more than an hour? > > regmerge uses hardly cpu, and the size of the work directory doesn't > > change... > > It would depend on your hardware and loads of other stuff. Openoffice > is a beast of a program. If you follow these sort of things you might > like to cvsup your ports tree and try the new native FreeBSD openoffice > port that is just out. I'm compiling it at the moment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 8:57:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id ED33D37B401 for ; Wed, 5 Jun 2002 08:57:17 -0700 (PDT) Received: from richardm ([12.76.226.76]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020605155715.RNFT13408.mtiwmhc22.worldnet.att.net@richardm> for ; Wed, 5 Jun 2002 15:57:15 +0000 Message-ID: <005201c20caa$28f9d330$4ce24c0c@richardm> From: "Richard Mika" To: Subject: X windows Date: Wed, 5 Jun 2002 11:00:04 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004F_01C20C80.26E58B40" 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_004F_01C20C80.26E58B40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable After runnig reconfiguration from CD I lost 'startx' command and can not = start X windows. How to check or reinstall X windows (GNOM) Thanks Richard ------=_NextPart_000_004F_01C20C80.26E58B40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
After runnig reconfiguration from CD I = lost=20 'startx' command and can not start X windows.
 
How to check or reinstall X = windows=20 (GNOM)
 
Thanks
 
Richard
------=_NextPart_000_004F_01C20C80.26E58B40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 9: 4:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI2.Partners.org (phsexchici2.partners.org [170.223.254.21]) by hub.freebsd.org (Postfix) with ESMTP id 777CE37B401 for ; Wed, 5 Jun 2002 09:04:35 -0700 (PDT) Received: by phsexchici2.partners.org with Internet Mail Service (5.5.2650.21) id ; Wed, 5 Jun 2002 12:04:34 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1B37@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: "'sroberts@dsl.pipex.com'" , FreeBSD-Questions Subject: RE: Need to find explanation for maillog messages Date: Wed, 5 Jun 2002 12:04:32 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG S. Roberts [mailto:sroberts@dsl.pipex.com] wrote: > > Hello, > Is there somewhere I can get simple explanations to the messages > that appear in /var/log/maillog? > Jun 5 00:06:50 sm-msp-queue[49856]: g4UNFwRm077651: to=, > delay=4+23:50:38, xdelay=00:00:00, mailer=relay, pri=22351358, > relay=localhost.., dsn=4.0.0, stat=Deferred: Permission denied Have you tried typing 'mailq' as root? This will explain what is still sitting in your mail queue, and should tell you the errors that were encountered. The stat field seems to be saying that the mailer (called 'relay') had a 'permission denied' error while trying to send the mail. On my machine, based on /etc/mail/sendmail.cf, the relay mailer forwards mail to a different machine. You should check your sendmail.cf to see if that holds. It looks, however, as though the problem is on the other end. If you are having problems receiving mail, then see if you can find an error message with mailer=local, as this might tell you more where the problems are. Of course, I could be wrong -- I've only read a tiny bit of the Sendmail book, and I'm really guessing here... HTH, Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 9:25:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maple.canadian.net (maple.canadian.net [216.123.178.4]) by hub.freebsd.org (Postfix) with ESMTP id 09FA837B404 for ; Wed, 5 Jun 2002 09:25:43 -0700 (PDT) Received: from snowowl (snowowl.canadian.net [216.123.178.14]) by maple.canadian.net (8.9.3/8.9.3) with SMTP id MAA44948 for ; Wed, 5 Jun 2002 12:25:42 -0400 (EDT) (envelope-from dave@canadian.net) Message-ID: <00da01c20cad$a3034050$0eb27bd8@canadian.net> From: "Dave Foster (Sysadmin)" To: Subject: MII without any PHY on SIS 900 Date: Wed, 5 Jun 2002 12:25:41 -0400 Organization: Canadian Net MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I will be brief, my new ASUS P4S333-VM has the SIS 650 chipset and 900 Ethernet with ICS 1893Y PHY on board. I currently am using FreeBSD 4.4. I get: sis0: port 0xdc000-0xa0ff mem 0xe6000000-0xe6000fff irq 12 at device 3.0 on pci0 sis0: Ethernet address: 00:00:00:00:00:00 sis0: MII without any PHY! device_probe_and_attach: sis0 attach returned 6 A regular Intel NIC works fine, but as this design is for a 1U, I require all on board! Other maybe useful info Pentium 4 2.0A, 512 RAM Dave Foster Systems Administrator, Canadian Net 1-800-427-8564 +1 416 245-1374 FAX +1 416 245-8193 http://www.canadian.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 9:27:30 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 1261337B400 for ; Wed, 5 Jun 2002 09:27:25 -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 JAA14897; Wed, 5 Jun 2002 09:27:22 -0700 Message-ID: <3CFE3BE9.1060104@owt.com> Date: Wed, 05 Jun 2002 09:27:21 -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: "Dave Foster (Sysadmin)" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MII without any PHY on SIS 900 References: <00da01c20cad$a3034050$0eb27bd8@canadian.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dave Foster (Sysadmin) wrote: > I will be brief, my new ASUS P4S333-VM has the SIS 650 chipset and 900 > Ethernet with ICS 1893Y PHY on board. I currently am using FreeBSD 4.4. I > get: > > sis0: port 0xdc000-0xa0ff mem 0xe6000000-0xe6000fff > irq 12 at device 3.0 on pci0 > sis0: Ethernet address: 00:00:00:00:00:00 > sis0: MII without any PHY! > device_probe_and_attach: sis0 attach returned 6 Most of the SIS-900s are accounted for in the latest -stable. Kent > > A regular Intel NIC works fine, but as this design is for a 1U, I require > all on board! Other maybe useful info Pentium 4 2.0A, 512 RAM > > Dave Foster > Systems Administrator, Canadian Net > 1-800-427-8564 > +1 416 245-1374 > FAX +1 416 245-8193 > http://www.canadian.net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 9:41:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 1BD2D37B405 for ; Wed, 5 Jun 2002 09:41:55 -0700 (PDT) Received: from jud [12.33.164.6] by myrealbox.com with NetMail ModWeb Module; Wed, 05 Jun 2002 12:41:54 -0400 Subject: RE: Spontaneous Reboot on Startx (was Re: Problem with From: "Jud" To: gauthamg123list@myrealbox.com Cc: freebsd-questions@freebsd.org Date: Wed, 05 Jun 2002 12:41:54 -0400 X-Mailer: NetMail ModWeb Module X-Sender: jud MIME-Version: 1.0 Message-ID: <1023295314.57b3dffcjud@myrealbox.com> Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----Original Message----- From: "Gautham Ganapathy" To: "Jud" Date: Wed, 5 Jun 2002 16:18:34 +0530 Subject: RE: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -= p now") [snip] When I load X, it gets stuck for a minute and then reboots. The hardware change has been the motherboard, RAM and sound (using onboard audio). (Mous= e doesn't work either, the PS/2 port was damaged. have to get it replaced). Sound works fine (device pcm). I haven't recompiled the kernel. Don't see any point in doing so. Is there any specific options that is required for the A7V333 ? Anyway, I'll try out Scott's solution in i686_mem.c. Gautham _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Yes, this behavior (the reboot) is exactly what happened when I had apm enabled. If Scott's solution *does* work, please let us know. I'm not sure that it will. The fix for Scott's problem was committed in late April. I've built world more than once since then, which means I should have the fix. Nevertheless, when I enabled apm just a few days ago, I suffered the spontaneous reboots on starting X. If Scott's fix doesn't work, then you need to remove apm_enable=3D"YES" from /etc/rc.conf, insert 'disable' between 'nexus?' and 'flags' in the apm line of your kernel and recompile it, and remove any apm* device from /dev. In order to shut down you'll have to keep the power switch pressed for 4 seconds, but IMO that's quite a bit better than the alternative. Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 9:49:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneers1.mts.mb.ca (pioneers1.mts.mb.ca [142.160.2.11]) by hub.freebsd.org (Postfix) with ESMTP id C2F6837B404 for ; Wed, 5 Jun 2002 09:49:53 -0700 (PDT) Received: from knuth.mts.mb.ca (knuth.mts.mb.ca [142.160.165.207]) by pioneers1.mts.mb.ca (8.9.2/8.9.2) with ESMTP id LAA26096; Wed, 5 Jun 2002 11:49:37 -0500 (CDT) Received: from knuth.mts.mb.ca (localhost [127.0.0.1]) by knuth.mts.mb.ca (8.12.3/8.12.3) with ESMTP id g55Gnacp069865; Wed, 5 Jun 2002 11:49:36 -0500 (CDT) (envelope-from cbajus@knuth.mts.mb.ca) Received: (from cbajus@localhost) by knuth.mts.mb.ca (8.12.3/8.12.3/Submit) id g55GnaY3069864; Wed, 5 Jun 2002 11:49:36 -0500 (CDT) Date: Wed, 5 Jun 2002 11:49:36 -0500 From: Cory Bajus To: "Christopher J. Umina" Cc: freebsd-questions@freebsd.org Subject: Re: SCSI CD-ROM Message-ID: <20020605114936.C65549@knuth.mts.mb.ca> References: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.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: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com>; from FJU@Fritzilldo.com on Mon, Jun 03, 2002 at 06:59:10PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chris, Please disregard my previous message about the /dev/scd0a device - my brain is obviously on vacation today... Cory. On Mon, Jun 03, 2002 at 06:59:10PM -0700, Christopher J. Umina wrote: > Hello, > > How do I mount my CD-ROM drive? It's a SCSI drive and I can see it with > camcontrol: > > at scbus0 target 0 lun 0 (da0) > at scbus0 target 1 lun 0 () > > But there's no device name.. /dev/cd0a isn't it, it's telling me that it's > not configured.. What do I do? > > Thanks. > ---------------------------------- > Christopher J. Umina > FJU@Fritzilldo.com > http://www.fritzilldo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 9:50: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneers1.mts.mb.ca (pioneers1.mts.mb.ca [142.160.2.11]) by hub.freebsd.org (Postfix) with ESMTP id C273E37B401 for ; Wed, 5 Jun 2002 09:49:53 -0700 (PDT) Received: from knuth.mts.mb.ca (knuth.mts.mb.ca [142.160.165.207]) by pioneers1.mts.mb.ca (8.9.2/8.9.2) with ESMTP id LAA26009; Wed, 5 Jun 2002 11:48:22 -0500 (CDT) Received: from knuth.mts.mb.ca (localhost [127.0.0.1]) by knuth.mts.mb.ca (8.12.3/8.12.3) with ESMTP id g55Gkjcp069837; Wed, 5 Jun 2002 11:46:45 -0500 (CDT) (envelope-from cbajus@knuth.mts.mb.ca) Received: (from cbajus@localhost) by knuth.mts.mb.ca (8.12.3/8.12.3/Submit) id g55GkfAN069836; Wed, 5 Jun 2002 11:46:41 -0500 (CDT) Date: Wed, 5 Jun 2002 11:46:41 -0500 From: Cory Bajus To: "Christopher J. Umina" Cc: freebsd-questions@freebsd.org Subject: Re: SCSI CD-ROM Message-ID: <20020605114641.B65549@knuth.mts.mb.ca> References: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.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: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com>; from FJU@Fritzilldo.com on Mon, Jun 03, 2002 at 06:59:10PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chris, I think the device file for a SCSI CD-ROM would be something like /dev/scd0a. Cory. On Mon, Jun 03, 2002 at 06:59:10PM -0700, Christopher J. Umina wrote: > Hello, > > How do I mount my CD-ROM drive? It's a SCSI drive and I can see it with > camcontrol: > > at scbus0 target 0 lun 0 (da0) > at scbus0 target 1 lun 0 () > > But there's no device name.. /dev/cd0a isn't it, it's telling me that it's > not configured.. What do I do? > > Thanks. > ---------------------------------- > Christopher J. Umina > FJU@Fritzilldo.com > http://www.fritzilldo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 10: 8:49 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 A811437B40D for ; Wed, 5 Jun 2002 10:08:14 -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 KAA17542; Wed, 5 Jun 2002 10:07:32 -0700 Message-ID: <3CFE4553.7040908@owt.com> Date: Wed, 05 Jun 2002 10:07:31 -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: Cory Bajus Cc: "Christopher J. Umina" , freebsd-questions@FreeBSD.ORG Subject: Re: SCSI CD-ROM References: <001301c20b6b$6bf32be0$0301a8c0@uminafamily.com> <20020605114936.C65549@knuth.mts.mb.ca> 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 Cory Bajus wrote: > Chris, > > Please disregard my previous message about the /dev/scd0a device - my > brain is obviously on vacation today... Actually, I thought you were close to being right. If ad is an ATA-disk, then sc or sd should have been a scsi disk. It just didn't work that way. Where the usage of da came from has always been a wonder to me. Kent > > Cory. > > On Mon, Jun 03, 2002 at 06:59:10PM -0700, Christopher J. Umina wrote: > >>Hello, >> >> How do I mount my CD-ROM drive? It's a SCSI drive and I can see it with >>camcontrol: >> >> at scbus0 target 0 lun 0 (da0) >> at scbus0 target 1 lun 0 () >> >>But there's no device name.. /dev/cd0a isn't it, it's telling me that it's >>not configured.. What do I do? >> >>Thanks. >>---------------------------------- >>Christopher J. Umina >>FJU@Fritzilldo.com >>http://www.fritzilldo.com >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message >> > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 10:21:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccimhc01.insightbb.com (sccimhc01.insightbb.com [63.240.76.163]) by hub.freebsd.org (Postfix) with ESMTP id 43FF937B400 for ; Wed, 5 Jun 2002 10:21:14 -0700 (PDT) Received: from natasha.domain ([12.220.124.148]) by sccimhc01.insightbb.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020605172113.IUMN929.sccimhc01.insightbb.com@natasha.domain> for ; Wed, 5 Jun 2002 17:21:13 +0000 Subject: Netgraph channel bonding From: Gregory T Pelle To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 05 Jun 2002 13:24:27 -0400 Message-Id: <1023297868.224.10.camel@natasha.domain> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to setup a cluster computer using FreeBSD 4.6-RC and have been running into a problem. What modules do I have to load in order to setup the network bonding? I am presently loading ng_one2many, ng_ether, netgraph, ng_iface, ng_socket. Are they all needed? I am using the script out of the ng_one2many man page with modifications for my network cards dc* instead of fxp*. When I run the script I get two error messages saying something along the lines that the network is not reachable (narrowed the lines that were giving me the error: ngctl msg dc1: setpromisc 1 ngctl msg dc2: setpromisc 1) The ip address is assigned to dc0 by dhcp (use etherboot to boot the machines). The machines do not want to talk to each other after the script to bond the network interfaces together. What am I doing wrong? Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 10:28:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.samuelstn.dhs.org (h24-64-81-248.cg.shawcable.net [24.64.81.248]) by hub.freebsd.org (Postfix) with SMTP id 5673237B400 for ; Wed, 5 Jun 2002 10:28:33 -0700 (PDT) Received: (qmail 88960 invoked from network); 5 Jun 2002 17:28:31 -0000 Received: from firewall (HELO SAMCHOW1.ca.nortel.com) (192.168.1.1) by homeserver with SMTP; 5 Jun 2002 17:28:31 -0000 Message-ID: <000401c20cb6$e51476e0$2784412f@ca.nortel.com> From: "Samuel Chow" To: Cc: "FBSDQ" References: Subject: Re: dhcp client and cable modem Date: Wed, 5 Jun 2002 11:31:58 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, > I do not understand why dhcp is talking to my ISP's DNS server Typically, the DHCP server will supply you with the DNS server address, and dhclient will rewrite the /etc/resolv.conf to reflect that. Unless you configure otherwise, your host will use your ISP's DNS server. > why it's using 255.255.255.255 for an ip address I think that is normal, at least that's what I see in my internal LAN. When you don't have an IP lease, dhclient will use 255.255.255.255. --- Samuel Chow samuelc@samuelstn.dhs.org This message is displayed using recycled electrons. Segmentation Fault (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 10:41:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from charon.0x54434D.net (p50824C4C.dip.t-dialin.net [80.130.76.76]) by hub.freebsd.org (Postfix) with ESMTP id 6FCFC37B401 for ; Wed, 5 Jun 2002 10:41:09 -0700 (PDT) Received: from 0x54434D.net (powerbox.tcm.lan [192.168.1.11]) by charon.0x54434D.net (Postfix) with ESMTP id E1B153E28 for ; Wed, 5 Jun 2002 19:41:04 +0200 (CEST) Message-ID: <3CFE4D30.9080508@0x54434D.net> Date: Wed, 05 Jun 2002 19:41:04 +0200 From: Nino Dehne User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Epson Perfection 1240 USB + SANE trouble Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, # dmesg | grep ^u uhci0: port 0xe400-0xe41f irq 9 at device 17.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uscanner0: EPSON Perfection1240, rev 1.00/1.04, addr 2 uhci1: port 0xe800-0xe81f irq 9 at device 17.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xec00-0xec1f irq 9 at device 17.4 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered # usbdevs -v Controller /dev/usb0: addr 1: self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 0x0100 port 1 addr 2: self powered, config 1, Perfection 1240U / 1240Photo scanner(0x010b), Seiko Epson Corp.(0x04b8), rev 0x0104 port 2 powered # pkg_info | grep sane sane-backends-1.0.8 API for access to scanners, digitals camera, frame grabbers # cat /usr/local/etc/sane.d/epson.conf usb /dev/uscanner0 yet when i do: # scanimage -L [sanei_debug] Setting debug level of epson to 128. [epson] sane_init: sane-backends 1.0.8 [epson] sane_init, >usb /dev/uscanner0< [epson] sane_init, >usb /dev/uscanner0< [epson] attach(usb /dev/uscanner0) [epson] SANE Epson Backend v0.2.21 - 2002-04-22 [epson] attach(usb /dev/uscanner0) [epson] attach: opening usb /dev/uscanner0 [epson] send buf, size = 2 [epson] buf[0] 1b . [epson] buf[1] 40 @ and this is it. stuck at this point. scanner is powered on before boot. how do you get an usb scanner working? what am i missing? regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 10:49:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f210.law12.hotmail.com [64.4.19.210]) by hub.freebsd.org (Postfix) with ESMTP id 068DD37B406 for ; Wed, 5 Jun 2002 10:49:21 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 5 Jun 2002 10:49:20 -0700 Received: from 213.175.73.112 by lw12fd.law12.hotmail.msn.com with HTTP; Wed, 05 Jun 2002 17:49:20 GMT X-Originating-IP: [213.175.73.112] From: "uwi mAn" To: questions@freebsd.org Subject: proxy Date: Wed, 05 Jun 2002 13:49:20 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Jun 2002 17:49:20.0886 (UTC) FILETIME=[524A0160:01C20CB9] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I use squid proxy to connect to internet. Where should I specify proxy settings? I have problems using HTTP, => no route hoste. Thanks. _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 10:51:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pianosa.catch22.org (pianosa.catch22.org [64.81.48.19]) by hub.freebsd.org (Postfix) with ESMTP id 390E437B408 for ; Wed, 5 Jun 2002 10:51:25 -0700 (PDT) Received: by pianosa.catch22.org (Postfix, from userid 1006) id 4F9802C5; Wed, 5 Jun 2002 10:51:24 -0700 (PDT) Date: Wed, 5 Jun 2002 10:51:24 -0700 From: dannyman To: Chris Fedde Cc: Patrick Thomas , freebsd-questions@FreeBSD.ORG Subject: Re: use of fsck -y Message-ID: <20020605105123.E16343@pianosa.catch22.org> References: <20020602071202.U18408-100000@utility.clubscholarship.com> <200206021633.g52GXXQW048693@fedde.littleton.co.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200206021633.g52GXXQW048693@fedde.littleton.co.us>; from chris@fedde.littleton.co.us on Sun, Jun 02, 2002 at 10:33:33AM -0600 X-Loop: djhoward@uiuc.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jun 02, 2002 at 10:33:33AM -0600, Chris Fedde wrote: > On Sun, 2 Jun 2002 07:15:08 -0700 (PDT) Patrick Thomas wrote: > +------------------ > | > 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. 5.0-RC1 will let you kill a machine, and it will then reboot, mount filesystems, and fsck them in the background. -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 10:52:27 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 4F3A937B401 for ; Wed, 5 Jun 2002 10:52:02 -0700 (PDT) Received: from hades.hell.gr (patr530-a108.otenet.gr [212.205.215.108]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g55Hpv7Y018351; Wed, 5 Jun 2002 20:51:58 +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 g55Hptaq003089; Wed, 5 Jun 2002 20:51:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g55Hn5IK003063; Wed, 5 Jun 2002 20:49:05 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 5 Jun 2002 20:49:04 +0300 From: Giorgos Keramidas To: Richard Fairfield Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make installworld fails Message-ID: <20020605174904.GA1921@hades.hell.gr> References: <20020605011737.GA20449@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-06-04 18:45 -0700, Richard Fairfield wrote: > Giorgos Keramidas wrote: > > Richard Fairfield wrote: > > > Here are the contents of /etc/cvsupfile : > > > > > > *default host=cvsup8.FreeBSD.org > > > *default base=/usr/local/etc/cvsup > > > *default prefix=/usr > > > *default release=cvs > > > *default tag=RELENG_4_4 > > > > That's the security branch for 4.4-RELEASE and not 4.5-RELEASE. > > > > Oops :) > > Oops it right! The string above string "RELENG_4_4" is a typo. I'm > not sure how it got in there. What I meant to have there is > "RELENG_4", which is what I originally had on a different system > after running cvsupit. Well, RELENG_4 will get you the latest in the 4.x series, which at the moment is ready to become 4.6-RELEASE. You should be able to safely upgrade to RELENG_4_5 (the stable version of the 4.5-RELEASE source, plus any critical fixes that have been applied to the source since the date of the release). > But I'm confused about whether I want the tag string to be RELENG_4 > or RELENG_4_5. I've read the cvsup section in the handbook, and the > cvsup sections in FreeBSD Released and The Complete FreeBSD, but I > don't get it. Can someone explain the difference to me??? You can find more about the 'security branches' of the source, by reading what they are and their use in FreeBSD, at the URL: http://www.FreeBSD.org/security/ Cheers, Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 11:18:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.tninet.se (vir.tninet.se [195.100.94.108]) by hub.freebsd.org (Postfix) with ESMTP id 77A0937B404 for ; Wed, 5 Jun 2002 11:18:16 -0700 (PDT) Received: from pcmarpxy.tninet.se (bb-62-5-36-29.bb.tninet.se [62.5.36.29]) by vir.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 495673.300473.1023.1s39481501vir ; Wed, 05 Jun 2002 20:07:53 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: "Mike A. Oligny" , questions@FreeBSD.ORG Subject: Re: using NFS to reduce redundancy Date: Wed, 5 Jun 2002 20:18:02 +0200 User-Agent: KMail/1.4.1 References: <20020605141324.GA75840@freebsd.schema.ca> In-Reply-To: <20020605141324.GA75840@freebsd.schema.ca> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206052018.02719.mark.rowlands@minmail.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 Wednesday 05 June 2002 4:13 pm, Mike A. Oligny wrote: > I am looking for documentation on > maintenance procedures or administrative > methodologies that reduce redundancy of > tasks required when maintaining multiple > semi-related servers. > > [breathe.] > > Some of the things I am thinking of - > backing up configuration files, > centralization of configuration files, > central user authentication (different > methods, pros and cons) see cfengine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 11:37:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id E2E7537B403 for ; Wed, 5 Jun 2002 11:37:11 -0700 (PDT) Received: (qmail 25796 invoked by uid 0); 5 Jun 2002 18:37:06 -0000 Received: from dial-213-168-97-10.netcologne.de (HELO capm) (213.168.97.10) by mail.gmx.net (mp014-rz3) with SMTP; 5 Jun 2002 18:37:06 -0000 Message-ID: <003901c20cbf$f98428b0$0200a8c0@capm> From: "Pascal Giannakakis" To: , "Scott" References: <5.1.0.14.0.20020603185052.00bd59b0@pop-server.nyc.rr.com> Subject: Re: Problem with "shutdown -p now" Date: Wed, 5 Jun 2002 20:36:57 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 what fixed for me. > > In /etc/rc.conf add > apm_enable="YES" > In your kernel, you'll see a line about apm0 and somewhere in the middle of > the line the word disabled. Remove the word disabled, recompile the kernel > and you should be good to go. > > HTH > Scott Robbins LOL I saw that entry in the kernel-config before, but didn't read this line till the end, so i missed to cut out "disabled". Indeed, this fixed it for me, too. Thx for your replies. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 11:45:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 3928337B405 for ; Wed, 5 Jun 2002 11:45:15 -0700 (PDT) Received: (qmail 32240 invoked by uid 0); 5 Jun 2002 18:45:13 -0000 Received: from dial-213-168-97-10.netcologne.de (HELO capm) (213.168.97.10) by mail.gmx.net (mp004-rz3) with SMTP; 5 Jun 2002 18:45:13 -0000 Message-ID: <004101c20cc1$1d8ebb70$0200a8c0@capm> From: "Pascal Giannakakis" To: Subject: Recommendation for Windows SSH Client Date: Wed, 5 Jun 2002 20:45:07 +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, any recommendations on this? It should be free software. I tried putty, Penguin Net, Network Simplicity ssh, and 2 others. However, none of them work good enough. TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 11:46:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by hub.freebsd.org (Postfix) with ESMTP id 8408037B400 for ; Wed, 5 Jun 2002 11:46:48 -0700 (PDT) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=ns.flncs.com) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17Ffnu-00032l-00; Wed, 05 Jun 2002 11:46:42 -0700 Received: from flncs.com (cylex [12.27.148.78]) by ns.flncs.com (Postfix) with ESMTP id D5C7E53EE; Wed, 5 Jun 2002 14:50:34 -0400 (EDT) Message-ID: <3CFE5D0C.1040209@flncs.com> Date: Wed, 05 Jun 2002 14:48:44 -0400 From: Moti Levy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pascal Giannakakis Cc: freebsd-questions@freebsd.org Subject: Re: Recommendation for Windows SSH Client References: <004101c20cc1$1d8ebb70$0200a8c0@capm> 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 Pascal Giannakakis wrote: >Hi, > >any recommendations on this? It should be free software. I tried putty, >Penguin Net, Network Simplicity ssh, and 2 others. However, none of them >work good enough. > >TIA > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > > Not good enough ? putty ? why ? it is the best freeware i know .... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 11:50:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intergate.sdccd.cc.ca.us (intergate.sdccd.cc.ca.us [209.129.16.2]) by hub.freebsd.org (Postfix) with ESMTP id DB70637B406 for ; Wed, 5 Jun 2002 11:50:33 -0700 (PDT) Received: from ntxdistrict.sdccd.cc.ca.us (ntxdistrict.sdccd.cc.ca.us [10.1.100.1]) by intergate.sdccd.cc.ca.us (8.9.1a/8.9.1) with ESMTP id LAA19313; Wed, 5 Jun 2002 11:50:17 -0700 (PDT) Received: by ntxdistrict.sdccd.cc.ca.us with Internet Mail Service (5.5.2654.89) id ; Wed, 5 Jun 2002 11:49:08 -0700 Message-ID: From: Erin Fortenberry To: "'Pascal Giannakakis'" , freebsd-questions@FreeBSD.ORG Subject: RE: Recommendation for Windows SSH Client Date: Wed, 5 Jun 2002 11:49:01 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have used TeraTerm Pro with the SSH plugin for a while now and just recently switched to the SSH client from ssh.com Erin > -----Original Message----- > From: Pascal Giannakakis [mailto:capm@gmx.net] > Sent: Wednesday, June 05, 2002 11:45 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Recommendation for Windows SSH Client > > > Hi, > > any recommendations on this? It should be free software. I > tried putty, > Penguin Net, Network Simplicity ssh, and 2 others. However, > none of them > work good enough. > > TIA > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 11:51: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by hub.freebsd.org (Postfix) with ESMTP id B196F37B406 for ; Wed, 5 Jun 2002 11:50:51 -0700 (PDT) Received: from nicki.comrite.co.za (rdg-dial-196-2-33-214.mweb.co.za [196.2.33.214]) by cerebellum.za.net (8.11.6/8.11.3) with ESMTP id g55IvtG24874; Wed, 5 Jun 2002 18:57:57 GMT (envelope-from ian@cerebellum.za.net) Content-Type: text/plain; charset="iso-8859-1" From: Ian Barnes To: "Pascal Giannakakis" Subject: Re: Recommendation for Windows SSH Client Date: Wed, 5 Jun 2002 21:20:45 +0000 X-Mailer: KMail [version 1.4] References: <004101c20cc1$1d8ebb70$0200a8c0@capm> In-Reply-To: <004101c20cc1$1d8ebb70$0200a8c0@capm> Cc: questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206052120.45705.ian@cerebellum.za.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG goto ssh website ... then goto purchase ... then you can get a free personal use one. i think that is the best i think ssh.org On Wednesday 05 June 2002 18:45, Pascal Giannakakis wrote: > Hi, > > any recommendations on this? It should be free software. I tried putty, > Penguin Net, Network Simplicity ssh, and 2 others. However, none of them > work good enough. > > TIA > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 11:59:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 6B7B337B403 for ; Wed, 5 Jun 2002 11:59:16 -0700 (PDT) Received: from user-119a7q7.biz.mindspring.com ([66.149.31.71] helo=athlon.wsonline.net) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17Fg02-0004qI-00; Wed, 05 Jun 2002 11:59:14 -0700 Message-Id: <5.1.0.14.0.20020605125653.00af3b30@mail.richardh.wsonline.net> X-Sender: richardh@mail.richardh.wsonline.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 05 Jun 2002 13:01:47 -0600 To: "Pascal Giannakakis" From: RichardH Subject: Re: Recommendation for Windows SSH Client Cc: questions@FreeBSD.ORG In-Reply-To: <200206052120.45705.ian@cerebellum.za.net> References: <004101c20cc1$1d8ebb70$0200a8c0@capm> <004101c20cc1$1d8ebb70$0200a8c0@capm> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Absolute Telnet is good, has free trial which goes forever, just takes=20 longer to log in after every 30 sessions or so, you can purchase it and=20 kill the login time issue . http://www.celestialsoftware.net/ . I have to agree with the other post about PuTTY, works great for=20 me on my Win boxes so do not see why it would not be "good enough", best I= =20 have used plus its free. >On Wednesday 05 June 2002 18:45, Pascal Giannakakis wrote: > > Hi, > > > > any recommendations on this? It should be free software. I tried putty, > > Penguin Net, Network Simplicity ssh, and 2 others. However, none of them > > work good enough. > > > > TIA > > > > > > > > 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 If the automobile had followed the same development as the computer, a=20 Rolls-Royce would today cost $100, get a million miles per gallon, and=20 explode once a year killing everyone inside. =97Robert Cringely in InfoWorld=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 12:10:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from figg.isecure.com.au (ns2.isecure.com.au [202.125.4.72]) by hub.freebsd.org (Postfix) with ESMTP id EF82337B410 for ; Wed, 5 Jun 2002 12:10:19 -0700 (PDT) Received: from iron.isentry.net.au (iron.isecure.com.au [202.125.4.94] (may be forged)) by figg.isecure.com.au (8.11.3/8.11.3) with ESMTP id g55JAIL00575; Thu, 6 Jun 2002 05:10:18 +1000 Received: (from smap@localhost) by iron.isentry.net.au (8.11.2/8.10.2) id g55JAIY10445; Thu, 6 Jun 2002 05:10:18 +1000 (EST) X-Authentication-Warning: iron.isentry.net.au: smap set sender to using -f Received: from nodnsquery(10.11.3.10) by iron via smap (V5.5) id xma010434; Thu, 6 Jun 02 05:10:13 +1000 Received: from vmail.aipo.gov.au (localhost [127.0.0.1]) by gibbons.isecure.com.au (8.11.3/8.10.2) with ESMTP id g55JADF07586; Thu, 6 Jun 2002 05:10:13 +1000 Received: from stan.aipo.gov.au (wf-66.aipo.gov.au [192.168.1.66]) by vmail.aipo.gov.au (8.11.6/8.11.6) with ESMTP id g55JAB942822; Thu, 6 Jun 2002 05:10:11 +1000 (EST) (envelope-from xwin@IPAustralia.Gov.AU) Received: (from xwin@localhost) by stan.aipo.gov.au (8.11.6/8.11.6) id g55JADX00285; Thu, 6 Jun 2002 05:10:13 +1000 (EST) (envelope-from xwin@IPAustralia.Gov.AU) X-Authentication-Warning: stan.aipo.gov.au: xwin set sender to xwin@IPAustralia.Gov.AU using -f Date: Thu, 6 Jun 2002 05:10:13 +1000 From: Stanley Hopcroft To: Muhammad Faisal Rauf Danka Cc: Questions@FreeBSD.org Subject: Re: tftpd[37993]: read: Connection refused. Help please. Thanks for your help. Message-ID: <20020606051011.A236@IPAustralia.Gov.AU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir, I am writing to thank you __very__ much for your help. Removing the -l from the tftpd part of /etc/inetd.conf did the trick. However, I always use -l (logging) and it works with both Cisco routers and FreeBSD tftp clients. I have no clue whatsoever what was wrong but I am very grateful that the router now has an image. Thank you, Yours sincerely. -- Stanley Hopcroft SHOT OF LOVE (Words and Music by Bob Dylan) 1981 Special Rider Music I need a shot of love, I need a shot of love. Don't need a shot of heroin to kill my disease, Don't need a shot of turpentine, only bring me to my knees, Don't need a shot of codeine to help me to repent, Don't need a shot of whiskey, help me be president. I need a shot of love, I need a shot of love. Doctor, can you hear me? I need some Medicaid. I seen the kingdoms of the world and it's makin' me feel afraid. What I got ain't painful, it's just bound to kill me dead Like the men that followed Jesus when they put a price upon His head. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 12:13:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp08.wxs.nl (smtp08.wxs.nl [195.121.6.40]) by hub.freebsd.org (Postfix) with ESMTP id C600737B403 for ; Wed, 5 Jun 2002 12:13:52 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp08.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GX8YR103.GNT; Wed, 5 Jun 2002 21:13:49 +0200 Date: Wed, 5 Jun 2002 21:14:33 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <1515472058.20020605211433@dds.nl> To: Moti Levy Cc: Pascal Giannakakis , freebsd-questions@freebsd.org Subject: Re[2]: Recommendation for Windows SSH Client In-Reply-To: <3CFE5D0C.1040209@flncs.com> References: <004101c20cc1$1d8ebb70$0200a8c0@capm> <3CFE5D0C.1040209@flncs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Moti, Wednesday, June 05, 2002, 8:48:44 PM, you wrote: ML> Pascal Giannakakis wrote: >>Hi, >> >>any recommendations on this? It should be free software. I tried putty, >>Penguin Net, Network Simplicity ssh, and 2 others. However, none of them >>work good enough. >> >>TIA >> ML> Not good enough ? putty ? why ? ML> it is the best freeware i know .... I don't like putty, because it doesn't handle the arrow keys the way i'm used. I use the ssh client from www.ssh.com as first choice and putty as my second. The second doesn't need to be installed. -- Best regards, Alex Links: How to get the best results from FreeBSD questions. http://www.lemis.com/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 12:19:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cypress.adhesivemedia.com (cypress.adhesivemedia.com [207.202.159.72]) by hub.freebsd.org (Postfix) with ESMTP id 0408037B403 for ; Wed, 5 Jun 2002 12:19:29 -0700 (PDT) Received: from cypress.adhesivemedia.com (localhost [127.0.0.1]) by cypress.adhesivemedia.com (8.12.3/8.12.3) with ESMTP id g55JJPdq008977; Wed, 5 Jun 2002 12:19:25 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by cypress.adhesivemedia.com (8.12.3/8.12.3/Submit) with ESMTP id g55JJPPb008974; Wed, 5 Jun 2002 12:19:25 -0700 (PDT) X-Authentication-Warning: cypress.adhesivemedia.com: philip owned process doing -bs Date: Wed, 5 Jun 2002 12:19:25 -0700 (PDT) From: Philip Hallstrom To: Pascal Giannakakis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Recommendation for Windows SSH Client In-Reply-To: <004101c20cc1$1d8ebb70$0200a8c0@capm> Message-ID: <20020605121830.O4966-100000@cypress.adhesivemedia.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know you want free, but SecureCRT from www.vandyke.com is awesome. My favorite features is that selecting text automatically copies it and middle click pastes it (like in XWindows). no relations and all that, just a happy customer. -p On Wed, 5 Jun 2002, Pascal Giannakakis wrote: > Hi, > > any recommendations on this? It should be free software. I tried putty, > Penguin Net, Network Simplicity ssh, and 2 others. However, none of them > work good enough. > > TIA > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 12:23: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 1F22837B400 for ; Wed, 5 Jun 2002 12:23:00 -0700 (PDT) Received: from sdn-ar-008dcwashp040.dialsprint.net ([63.178.91.152] helo=moo.holy.cow) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 17FgMt-0003A9-00; Wed, 05 Jun 2002 12:22:52 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id EA45F50CB8; Wed, 5 Jun 2002 15:25:24 -0400 (EDT) Date: Wed, 5 Jun 2002 15:25:24 -0400 From: parv To: Jan Grant Cc: questions Subject: Re: standard powers of two Was: Drive Space - Am I Getting All I Should? Message-ID: <20020605192524.GA7805@moo.holy.cow> Mail-Followup-To: parv , Jan Grant , questions References: <3CFC98EA.9000908@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message , wrote Jan Grant thusly... > > On Tue, 4 Jun 2002, Bill Moran wrote: > > > Unfortunately, there's no standards body that has stated what the value > > is for a G, so the HDD manufacturers are free to do whatever they want. > > There are "proper" values for kibibyte, gibibyte, etc. I kid you > not. I think NIST or IEC were responsible. The "giga" prefix _is_ an SI > prefix meaning 10^9. this point had been already discussed on -doc list in at least 35+ messages thread w/in 2 days titled "inconsistent use of data units". message id of the first message is <3C743707.3080505@adacel.com> & time "21 Feb 2002 10:53:43 +1100". -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 12:28: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from archive.e-u-a.net (rrcs-midsouth-24-199-181-242.biz.rr.com [24.199.181.242]) by hub.freebsd.org (Postfix) with ESMTP id 2C90237B401 for ; Wed, 5 Jun 2002 12:28:00 -0700 (PDT) Received: from armageddon (mn-rbe2-ws-345.dsl.hickorytech.net [216.114.245.90]) by archive.e-u-a.net (8.12.1/8.12.1) with ESMTP id g55JKYlM038892; Wed, 5 Jun 2002 15:20:36 -0400 (EDT) (envelope-from ecrist@adtechintegrated.com) From: "Eric F Crist" To: "'Pascal Giannakakis'" , Subject: RE: Recommendation for Windows SSH Client Date: Wed, 5 Jun 2002 14:27:28 -0500 Message-ID: <000c01c20cc7$0cc75350$fe01a8c0@armageddon> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <004101c20cc1$1d8ebb70$0200a8c0@capm> 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 Have you tried the ssh client? You can get it here: ftp://ftp.ssh.org/pub/ssh/SSHSecureShellClient-3.1.1.exe HTH Eric F Crist President/Sys Admin AdTech Integrated Systems, Inc http://www.adtechintegrated.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Pascal Giannakakis Sent: Wednesday, June 05, 2002 1:45 PM To: freebsd-questions@FreeBSD.ORG Subject: Recommendation for Windows SSH Client Hi, any recommendations on this? It should be free software. I tried putty, Penguin Net, Network Simplicity ssh, and 2 others. However, none of them work good enough. TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 12:32:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 1983937B405 for ; Wed, 5 Jun 2002 12:32:26 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp04.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GX8ZM001.FVM; Wed, 5 Jun 2002 21:32:24 +0200 Date: Wed, 5 Jun 2002 21:33:08 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <1096587482.20020605213308@dds.nl> To: Richard Fairfield Cc: freebsd-questions@FreeBSD.ORG Subject: Re[2]: make installworld fails In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Richard, Wednesday, June 05, 2002, 3:45:08 AM, you wrote: >> > >> > Here are the contents of /etc/cvsupfile : >> > >> > *default host=cvsup8.FreeBSD.org >> > *default base=/usr/local/etc/cvsup >> > *default prefix=/usr >> > *default release=cvs >> > *default tag=RELENG_4_4 >> >> That's the security branch for 4.4-RELEASE and not 4.5-RELEASE. >> >> Oops :) >> >> Giorgos. >> RF> Oops it right! The string above string "RELENG_4_4" is a typo. I'm RF> not sure how it got in there. What I meant to have there is "RELENG_4", RF> which is what I originally had on a different system after running cvsupit. RF> But I'm confused about whether I want the tag string to be RELENG_4 or RF> RELENG_4_5. I've read the cvsup section in the handbook, and the cvsup RF> sections in FreeBSD Released and The Complete FreeBSD, but I don't RF> get it. Can someone explain the difference to me??? I one thought that it would be easy to use RELENG_4 so i automatically get the next version when it was releaser. This also resulted in getting new code for my IDE hard drive. The new code is a bit buggy and can't be used in my case. It resulting in not being able to mount my disks. Using RELENG_4_x gives you more stability. -- Best regards, Alex Links: How to get the best results from FreeBSD questions. http://www.lemis.com/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 12:44:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from habana.easygolucky.de (habana.easygolucky.de [195.27.205.226]) by hub.freebsd.org (Postfix) with ESMTP id 24D1837B400 for ; Wed, 5 Jun 2002 12:44:42 -0700 (PDT) Received: by habana.easygolucky.de (Postfix, from userid 1976) id AF75020F11; Wed, 5 Jun 2002 21:43:08 +0200 (CEST) Date: Wed, 5 Jun 2002 21:43:08 +0200 From: Manuel Hendel To: FreeBSD Questions Subject: problems when installing w2k on vmware2 Message-ID: <20020605194308.GA393@habana.easygolucky.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It is no problem to install a unix. But when I try to install a w2k or w98 I always get a "blue screen" and a vmware error messages. The vmware error messages says something about CPU. I got a Athlon 1900+. Does anyone has a clue what's going on here? Thanks for help, Manuel -- We can defeat gravity. The problem is the paperwork involved. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13: 5:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 79B9C37B401 for ; Wed, 5 Jun 2002 13:05:28 -0700 (PDT) Received: (qmail 3790 invoked by uid 0); 5 Jun 2002 20:05:26 -0000 Received: from bw3-185pub100.bluewin.ch (HELO eraser.spiele.local) (62.202.185.100) by mail.gmx.net (mp005-rz3) with SMTP; 5 Jun 2002 20:05:26 -0000 Date: Wed, 5 Jun 2002 22:08:12 +0200 From: Xeon To: FreeBSD Questions Subject: Development environment Message-Id: <20020605220812.3bb5209c.xeon@gmx.ch> X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello what Development environments are you using? I'd like to have something with some more features than vim has... perhaps a view of the diffrent classes, methods and so on in a project, automated text-completition and such nice things. I know you'll hate me for writing this, but I like the style of M$ Visual C++. is there something which comes close? thx for your help! mfg C. Mathys To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:10: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 9776337B403 for ; Wed, 5 Jun 2002 13:10:00 -0700 (PDT) Received: (qmail 24531 invoked by uid 0); 5 Jun 2002 20:09:59 -0000 Received: from dial-213-168-97-10.netcologne.de (HELO capm) (213.168.97.10) by mail.gmx.net (mp001-rz3) with SMTP; 5 Jun 2002 20:09:59 -0000 Message-ID: <00b001c20ccc$f50d5ab0$0200a8c0@capm> From: "Pascal Giannakakis" To: "FreeBSD Questions" References: <20020605220812.3bb5209c.xeon@gmx.ch> Subject: Re: Development environment Date: Wed, 5 Jun 2002 22:09:53 +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 > hello > > what Development environments are you using? I'd like to have something with some more features than vim has... perhaps a view of the diffrent classes, methods and so on in a project, automated text-completition and such nice things. I know you'll hate me for writing this, but I like the style of M$ Visual C++. is there something which comes close? > thx for your help! > > mfg > C. Mathys www.jedit.org - absolute 0wnage! :D I use it for java / jsp / sql / xml / php / html. Don't forget to check the plugins after installation! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:19: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mr01.conversent.com (mr01.conversent.net [216.41.101.18]) by hub.freebsd.org (Postfix) with ESMTP id A52DD37B406 for ; Wed, 5 Jun 2002 13:18:58 -0700 (PDT) Received: from M5 (warwick.conversent.com [155.212.1.79]) by mr01.conversent.com (8.12.1/8.12.1) with SMTP id g55KHKmI000309; Wed, 5 Jun 2002 16:17:20 -0400 (EDT) From: "Christopher Meiklejohn" To: "Xeon" Cc: Subject: RE: Development environment Date: Wed, 5 Jun 2002 16:18:54 -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: <20020605220812.3bb5209c.xeon@gmx.ch> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I personally use vim. But gIDE ( last time I used it was about a year ago ) seemed to have SOME of the features that you are looking for. I am not sure what else comes close, I am kind of a vi person. --Chris -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Xeon Sent: Wednesday, June 05, 2002 4:08 PM To: FreeBSD Questions Subject: Development environment hello what Development environments are you using? I'd like to have something with some more features than vim has... perhaps a view of the diffrent classes, methods and so on in a project, automated text-completition and such nice things. I know you'll hate me for writing this, but I like the style of M$ Visual C++. is there something which comes close? thx for your help! mfg C. Mathys To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:20:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 7204537B401 for ; Wed, 5 Jun 2002 13:20:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g55KIEE90022; Wed, 5 Jun 2002 17:18:14 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 5 Jun 2002 17:18:14 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Xeon Cc: FreeBSD Questions Subject: Re: Development environment In-Reply-To: <20020605220812.3bb5209c.xeon@gmx.ch> Message-ID: <20020605171240.M82269-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Jun 2002, Xeon wrote: > hello > > what Development environments are you using? I'd like to have something > with some more features than vim has... perhaps a view of the diffrent > classes, methods and so on in a project, automated text-completition and > such nice things. I know you'll hate me for writing this, but I like the > style of M$ Visual C++. is there something which comes close? > thx for your help! cd /usr/port/devel; make search key=ide You'll get a nice list of what IDEs are available. Don't use any, I prefer vim on one xterm, make on another one and ddd as a debugger. Some of the features you ask for (text completion) are available in vim and the display of classes and attributes is available in ddd. I like to use the same tools regardless of the language I am programing in. Hope this helps. Fer > > mfg > C. Mathys > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:22:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd.identd.net (freebsd.identd.net [64.172.21.203]) by hub.freebsd.org (Postfix) with ESMTP id 1C95637B403 for ; Wed, 5 Jun 2002 13:22:23 -0700 (PDT) Received: from freebsd.identd.net (az@localhost [127.0.0.1]) by freebsd.identd.net (8.12.3/8.12.2) with SMTP id g55KMMkQ000996 for ; Wed, 5 Jun 2002 13:22:22 -0700 (PDT) (envelope-from az@freebsd.identd.net) Date: Wed, 5 Jun 2002 13:22:22 -0700 From: "Ayman Zarka." To: "FreeBSD Questions." Subject: Iomega IDE ZIP 250MB. Message-Id: <20020605132222.3c400c8a.az@freebsd.identd.net> Organization: identd.net X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello everyone, Forgot to add this to the previous mail I sent yesterday: FreeBSD freebsd.identd.net 4.6-RC FreeBSD 4.6-RC #5: Tue Jun 4 17:42:51 PDT 2002 az@freebsd.identd.net:/usr/obj/usr/src/sys/FREEBSD i386 (my email): I'm trying to figure out the right kernel options for my IOMEGA IDE ZIP 250 (internal drive). After gathering information from 200+ emails from the mailing and search the: http://www.freebsd.org/FAQ/hardware.html#ZIP-SUPPORT http://www.freebsd.org/FAQ/disks.html#DISKLABEL I did the following without adding any new stuff to my kernel and I got the idea am in the right direction before I add any device or option: without booting with the zip disk inside the drive I was getting in my dmesg: afd0: 0MB [0/64/32] at ata3-slave PIO3 But when leaving the disk inside and reboot I can see: afd0: 250MB [0/64/32] at ata3-slave PIO3 or: /va/log/messages: Jun 4 17:05:11 freebsd /kernel: afd0: 239MB [239/64/32] at ata3-slave PIO3 So I rebooted with the disk inside and went to /stand/sysinstall Configure --> Fdisk afd0 --> A ( use entire disk ) , W ( write changes ) and standard ( no boot manager ) I got the message: wrote FDISK partition information out successfully (100%) Label --> creat 489440 blocks ( 238MB) are free. and FS /backup and I got 0 MB free. Disk: afd0 Partition name: afd0s1 Free: 0 blocks (0MB) Part Mount Size Newfs Part Mount Size Newfs---- ----- ---- ----- ---- ----- ---- ----- afd0s1e /backup 238MB UFS+S Y so far so good. in my /etc/fstab I have: /dev/afd0 /zip ufs rw,noauto 0 0 Of course when I try to mount it I see the zip lights on for 15 sec. then I get freebsd# mount /zip mount: /dev/afd0: Input/output error freebsd# dmesg | tail afd0: 239MB [239/64/32] at ata3-slave PIO3 Mounting root from ufs:/dev/ad0s1a afd0: READ_BIG command timeout - resetting So now I knew am doing it right so I grabed the options of the mailing list/ handbook and added them but didn't work, so I started playing with these options and try to build my my kernel with and without one of the following but unfortunately I couldn't get a successful build. and it was giving: #IOMEGA ZIP Drive 250 MB Options: controller scbus0 # device da0 # device vp0 # IOMEGA IDE ZIP Drive 250MB options VP0_DEBUG # ZIP/ZIP+ debug config: line 267: Obsolete keyword 'controller' found - use 'device' So I changed it to device it gave: Warning: device "vp" is unknown and so on I played with them many times. I already have these in my kernel before: # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) My question is: 1) What proper device/options/controller should I add in my kernel to be able to mount my zip drive? 2) Why the dmesg showing 250MB and when going with the /stand/sysinstall process I end up with 238MB instead of 250MB is there a way to get FreeBSD identify or make me use the missing 17 MB ? Thanks in advance, and have a good day. -- - Ayman Zarka. -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org mQGiBDy5PK4RBADbeYGQsxqby0Mg2NDXV3BzDR6fE5pws+01FFjuhpuIYwRq1N8Q QQrc8mrDyXxOBMBf5kwarfYa452tZXCy/la71N6f+kEWp0YsafBKRCQSKjMcGfb+ AyiTKcWCXb4YiS0xgCCfrh9QNvZKQaGtG2jHOfeRm8wy/l5DesKz+WqfCwCgyRXR c5m3YXKEI3a8repPgrxl4XUEAK+suS/tUctfLr5RCdKxHkRewrZAAOnOImTZUbIZ HlaPNHf6c40qVCF4O8WZTK/0F9lOiyzQOaL30ShPjwjxU/lUKdhI7nyDsl9pjdYZ okU/xPNFGfA+ugMjzEqJ5amlbb6pYJncjpHLaDIHAUsjiSUtKoCLMnxliV8ONsU8 3ZzPA/47ZL2f3F3kD4irNdSmYIE9Uyg12Ml6LsIPGZsjrYwVJu4a9TjaSYzfrXh9 At7OuzdxTldwHCbqsOqc/wLVpCY1tNFuLTUJfQ73HA649l+XbdmUbm7tJQEf64E2 f+EHBNLEw5kS6X8ySOjQIHBO80lCDlmFNzmaJZF3HWL3BoI7WLQjQXltYW4gWmFy a2EgPGF6QGZyZWVic2QuaWRlbnRkLm5ldD6IVwQTEQIAFwUCPLk8rgULBwoDBAMV AwIDFgIBAheAAAoJEJX3aiwtih/hQecAoLAG/31xDIHxArmFzhH4KfaNzqwsAKCp DO9WURAiLMU3bTs3JHe0NwJ52bkCDQQ8uTzEEAgAhDAVX4AtVuya9yVA7e7/p1B1 qE2BcLZKkPf12mPMMhWiCMN+/X4860dZ9JvnxDyPn8uPz8tzPCyFFiLl7wAbGHHq ivkp8PrhgyyvhAd158ZN0rHNPPXjkHPdh887wt8J1xjv4/DZL7uHTcwrp16Lx9GY blAtEhEatwYGwaaCKEPazIn5duOY/QDGall0ZDuzTaeyYcE3C0n9jXOAwmSoi5Sm aJK+r4u3oUXanLOgaTbTBeiRTifg6QrMMcjtJmgYQqHisuoFCoDiwrjoA0b1IPpQ zEP3vXND5SM2wwImEs12IqOKkICgFvTMsWC25onrXMFJVcONuKCxpL+oRh2DXwAD BQf+Mo/K8poqF6A0okT4l17Z6m5Vwdo3S8gSweH0+JPLBv1Pbgclqy+9OO9xlvwn u8X744MWwKvqaLInzlnnEFMb2MoPhk22CXgQfcVrfF0wdO0hMdl+Hf/iHbmCDtKN aFYYHEDuRwtRfNhtXTIFN3TZRtC43npo6tYRExglbpU6RlLFSarF2A3AJjCtOuvf kkbkKtFPtnXqk1qzRoGumzmoHwsOfgJ/EMT1F1pFQrGhdzi+PBWsbUW4kyesxzvu dGiIuufj97refiF1bHnWl8UlJ2u2BHTfU89rF863UNNVfK2Hok3Toim0RTHNbwWE Gxji1p4c5KbKpNU0o8hoXIlj4IhGBBgRAgAGBQI8uTzEAAoJEJX3aiwtih/hqE0A oLMQR3o96VZQidaEAYiGPHUSxtHWAJ98vy1WTN66SzfC05TrtMqe6ACDRQ== =Iqsd -----END PGP PUBLIC KEY BLOCK----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:25:56 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 8979E37B400 for ; Wed, 5 Jun 2002 13:25:49 -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 NAA29614; Wed, 5 Jun 2002 13:25:46 -0700 Message-ID: <3CFE73C9.90802@owt.com> Date: Wed, 05 Jun 2002 13:25:45 -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: Xeon Cc: FreeBSD Questions Subject: Re: Development environment References: <20020605220812.3bb5209c.xeon@gmx.ch> 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 Xeon wrote: > hello > > what Development environments are you using? I'd like to have something with some more features than vim has... perhaps a view of the diffrent classes, methods and so on in a project, automated text-completition and such nice things. I know you'll hate me for writing this, but I like the style of M$ Visual C++. is there something which comes close? > thx for your help! Look at code_crusader. I was trying to get a FORTRAN program to work and was using DEC's Fortran on W2K and I think I used Code Warrior on FreeBSD. Code Crusader comes close to what I was using. KDE also has a development environment. You have to realize that nothing comes close to Visual Studio; however, the error I was encountering would cause MSVD to roll over and die. The connection to the dgb on FreeBSD would tell me what was wrong but I couldn't display the bad arrays. Without access to both it would have taken months to figure out what was wrong. Kent > > mfg > C. Mathys > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:31:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from reiher.informatik.uni-wuerzburg.de (wi4d22.informatik.uni-wuerzburg.de [132.187.101.122]) by hub.freebsd.org (Postfix) with ESMTP id 0673437B400 for ; Wed, 5 Jun 2002 13:31:39 -0700 (PDT) Received: by reiher.informatik.uni-wuerzburg.de (Postfix, from userid 1001) id 521ECAF7D; Wed, 5 Jun 2002 22:31:37 +0200 (CEST) Date: Wed, 5 Jun 2002 22:31:37 +0200 From: Matthias Buelow To: robert at castley dot com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to check available memory/RAM Message-ID: <20020605203137.GA2136@reiher.informatik.uni-wuerzburg> References: <006a01c20c24$f7e3c290$0201a8c0@charlie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006a01c20c24$f7e3c290$0201a8c0@charlie> 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 robert at castley dot com writes: >However I cannot find under FreeBSD an equivalent command. vmstat; exists on most Unix systems (including linux). The interpretation of the values may change a bit from system to system but it's explained in the manpage, of course. --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:40:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from omta05.mta.everyone.net (sitemail3.everyone.net [216.200.145.37]) by hub.freebsd.org (Postfix) with ESMTP id 4275E37B404 for ; Wed, 5 Jun 2002 13:40:29 -0700 (PDT) Received: from sitemail.everyone.net (dsnat [216.200.145.62]) by omta05.mta.everyone.net (Postfix) with ESMTP id 2DEAB48C3F; Wed, 5 Jun 2002 13:40:29 -0700 (PDT) Received: by sitemail.everyone.net (Postfix, from userid 99) id D16702755; Wed, 5 Jun 2002 13:40:23 -0700 (PDT) Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Date: Wed, 5 Jun 2002 13:40:23 -0700 (PDT) From: Muhammad Faisal Rauf Danka To: Stanley Hopcroft Cc: Questions@FreeBSD.org Subject: Re: tftpd[37993]: read: Connection refused. Help please. Thanks for your help. Reply-To: mfrd@attitudex.com X-Originating-Ip: [202.5.134.230] Message-Id: <20020605204023.D16702755@sitemail.everyone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, No problem, thats what we are all here for :) Besides mostly it's just trial and error that works, We may findout and investigate later that why the -l switch for logging isn't working properly, maybe something wrong your tftp client/server etc. But then you're on the brim if completing a task, then what matters is to get first thing first. Anyway =) Nice company you're working for, Is it non-profit or what? Let me know If i can ever be of any assistance to your company, It's based on such a nice theme, only if every country had such functional goverment bodies *sigh* Anyway. BTW: BoB Dylan Rocks!! =) Regards, --------- Muhammad Faisal Rauf Danka Chief Technology Officer Gem Internet Services (Pvt) Ltd. web: www.gem.net.pk Vice President Pakistan Computer Emergency Responce Team (PakCERT) web: www.pakcert.org Chief Security Analyst Applied Technology Research Center (ATRC) web: www.atrc.net.pk --- Stanley Hopcroft wrote: >Dear Sir, > >I am writing to thank you __very__ much for your help. > >Removing the -l from the tftpd part of /etc/inetd.conf >did the trick. > >However, I always use -l (logging) and it works with both Cisco routers >and FreeBSD tftp clients. > >I have no clue whatsoever what was wrong but I am very grateful that the >router now has an image. > >Thank you, > >Yours sincerely. > >-- >Stanley Hopcroft <> _____________________________________________________________ --------------------------- [ATTITUDEX.COM] http://www.attitudex.com/ --------------------------- _____________________________________________________________ Promote your group and strengthen ties to your members with email@yourgroup.org by Everyone.net http://www.everyone.net/?btn=tag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:44:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web.de (pD9552A8C.dip.t-dialin.net [217.85.42.140]) by hub.freebsd.org (Postfix) with ESMTP id A538237B401 for ; Wed, 5 Jun 2002 13:44:35 -0700 (PDT) Received: from localhost.cthulhu.net ([127.0.0.1] helo=web.de) by mephisto.cthulhu.net with esmtp (Exim 3.36 #1) id 17FhfL-000LGL-00 for questions@freebsd.org; Wed, 05 Jun 2002 22:45:59 +0200 Received: (from mephisto@localhost) by web.de (8.12.3/8.12.3/Submit) id g55Kjpda081736 for questions@freebsd.org; Wed, 5 Jun 2002 22:45:51 +0200 (CEST) X-Authentication-Warning: web.de: mephisto set sender to csharp@freeshell.org using -f Date: Wed, 5 Jun 2002 22:45:51 +0200 From: Christopher Sharp To: questions@freebsd.org Subject: Howto reactivate /proc Message-ID: <20020605204551.GA81729@web.de> Mail-Followup-To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How do I reactivate the /proc filesystem(is currently empty)? thanks in advance, - Christopher -- Any time things appear to be going better, you have overlooked something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:54:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 912DB37B400 for ; Wed, 5 Jun 2002 13:54:54 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 22D3D66C49; Wed, 5 Jun 2002 13:54:54 -0700 (PDT) Date: Wed, 5 Jun 2002 13:54:53 -0700 From: Kris Kennaway To: Christopher Sharp Cc: questions@freebsd.org Subject: Re: Howto reactivate /proc Message-ID: <20020605135453.B92989@xor.obsecurity.org> References: <20020605204551.GA81729@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="oC1+HKm2/end4ao3" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020605204551.GA81729@web.de>; from csharp@freeshell.org on Wed, Jun 05, 2002 at 10:45:51PM +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 --oC1+HKm2/end4ao3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 05, 2002 at 10:45:51PM +0200, Christopher Sharp wrote: > How do I reactivate the /proc filesystem(is currently empty)? man mount_procfs Kris --oC1+HKm2/end4ao3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/nqdWry0BWjoQKURAkTKAJsF+ZVcNodTrl40HeLKcGXm9RKmtQCgq0IV mf8XPLXSkLJyB/ZA7NIYC88= =3mS5 -----END PGP SIGNATURE----- --oC1+HKm2/end4ao3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:59:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id 7F38B37B408 for ; Wed, 5 Jun 2002 13:58:42 -0700 (PDT) Received: from localhost.localdomain (lille-1-a7-62-147-2-11.dial.proxad.net [62.147.2.11]) by postfix1-2.free.fr (Postfix) with SMTP id 9F7B0ABE48 for ; Wed, 5 Jun 2002 22:02:01 +0200 (CEST) Date: Wed, 5 Jun 2002 22:01:08 +0200 From: messmate To: freebsd-questions-en Subject: lib... not found Message-Id: <20020605220108.4592db9d.messmate@free.fr> X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i586-mandrake-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I've a serious pb with kde-2.2.2 on a FBSD 4.5 version. Suddenly after a boot and launching kde following errors appears : libXext.so.6 not found libqt2.so.4 not found When re-add qt and kde all goes well to the next reboot. At the next boot same error appears and kde wont start. Thanks for your time mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 13:59:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ish7.ericsson.com.au (ish7.ericsson.com.au [203.61.155.111]) by hub.freebsd.org (Postfix) with ESMTP id B61FA37B400 for ; Wed, 5 Jun 2002 13:59:31 -0700 (PDT) Received: from brsf10.epa.ericsson.se (brsf10 [146.11.8.4]) by ish7.ericsson.com.au (8.11.6+Sun/8.11.6) with ESMTP id g55Kvng13308 for ; Thu, 6 Jun 2002 06:57:49 +1000 (EST) Received: from eaubrnt019.epa.ericsson.se (eaubrnt019.epa.ericsson.se [146.11.9.165]) by brsf10.epa.ericsson.se (8.11.6+Sun/8.11.6) with ESMTP id g55KxT405377 for ; Thu, 6 Jun 2002 06:59:29 +1000 (EST) Received: by eaubrnt019.epa.ericsson.se with Internet Mail Service (5.5.2653.19) id ; Thu, 6 Jun 2002 06:59:28 +1000 Message-ID: From: "Craig Williamson (ENZ)" To: questions@FreeBSD.ORG Subject: Mozilla 1.0 released!!! Date: Thu, 6 Jun 2002 06:59:22 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C20CD3.DE1BECC0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C20CD3.DE1BECC0 Content-Type: text/plain; charset="iso-8859-1" I'm not too sure whether it will inteest you guys but Mozilla 1.0 has finally been released (www.mozilla.org). Hooray!!! ------_=_NextPart_001_01C20CD3.DE1BECC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Mozilla 1.0 released!!!

I'm not too sure whether it will = inteest you guys but Mozilla 1.0 has finally been released = (www.mozilla.org).  Hooray!!!

------_=_NextPart_001_01C20CD3.DE1BECC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 14: 1:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web.de (pD9552A8C.dip.t-dialin.net [217.85.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 6DDDD37B403 for ; Wed, 5 Jun 2002 14:01:28 -0700 (PDT) Received: from localhost.cthulhu.net ([127.0.0.1] helo=mephisto.cthulhu.net) by mephisto.cthulhu.net with esmtp (Exim 3.36 #1) id 17FhSh-000LDi-00 for questions@freebsd.org; Wed, 05 Jun 2002 22:32:55 +0200 Received: (from mephisto@localhost) by mephisto.cthulhu.net (8.12.3/8.12.3/Submit) id g55KWVdS081562 for questions@freebsd.org; Wed, 5 Jun 2002 22:32:31 +0200 (CEST) X-Authentication-Warning: mephisto.cthulhu.net: mephisto set sender to csharp@freeshell.org using -f Date: Wed, 5 Jun 2002 22:32:00 +0200 From: Christopher Sharp To: questions@freebsd.org Subject: Howto activate /proc Message-ID: <20020605203200.GA81492@web.de> Mail-Followup-To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How do I get /proc activated (it's empty now) ? Thanks in advance - Christopher Sharp -- Any time things appear to be going better, you have overlooked something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 14:19:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from omta03.mta.everyone.net (sitemail3.everyone.net [216.200.145.37]) by hub.freebsd.org (Postfix) with ESMTP id 5A74937B405 for ; Wed, 5 Jun 2002 14:19:07 -0700 (PDT) Received: from sitemail.everyone.net (dsnat [216.200.145.62]) by omta03.mta.everyone.net (Postfix) with ESMTP id 36FAC48CE5; Wed, 5 Jun 2002 14:19:07 -0700 (PDT) Received: by sitemail.everyone.net (Postfix, from userid 99) id 0AB0A2756; Wed, 5 Jun 2002 14:19:07 -0700 (PDT) Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Date: Wed, 5 Jun 2002 14:19:06 -0700 (PDT) From: Muhammad Faisal Rauf Danka To: Christopher Sharp , questions@freebsd.org Subject: Re: Howto activate /proc Reply-To: mfrd@attitudex.com X-Originating-Ip: [202.5.134.230] Message-Id: <20020605211907.0AB0A2756@sitemail.everyone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG via mount_procfs see it's man page Regards, --------- Muhammad Faisal Rauf Danka Chief Technology Officer Gem Internet Services (Pvt) Ltd. web: www.gem.net.pk Vice President Pakistan Computer Emergency Responce Team (PakCERT) web: www.pakcert.org Chief Security Analyst Applied Technology Research Center (ATRC) web: www.atrc.net.pk --- Christopher Sharp wrote: >How do I get /proc activated (it's empty now) ? > >Thanks in advance > > - Christopher Sharp > >-- >Any time things appear to be going better, you have overlooked >something. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _____________________________________________________________ --------------------------- [ATTITUDEX.COM] http://www.attitudex.com/ --------------------------- _____________________________________________________________ Promote your group and strengthen ties to your members with email@yourgroup.org by Everyone.net http://www.everyone.net/?btn=tag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 14:49:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from soda.csua.berkeley.edu (soda.CSUA.Berkeley.EDU [128.32.247.226]) by hub.freebsd.org (Postfix) with ESMTP id 6F3C537B403 for ; Wed, 5 Jun 2002 14:49:51 -0700 (PDT) Received: from localhost (mjm@localhost) by soda.csua.berkeley.edu (8.11.6/8.11.6) with ESMTP id g55Lnpe62474 for ; Wed, 5 Jun 2002 14:49:51 -0700 (PDT) (envelope-from joup@bigfoot.com) X-Authentication-Warning: soda.csua.berkeley.edu: mjm owned process doing -bs Date: Wed, 5 Jun 2002 14:49:51 -0700 (PDT) From: Mark Miller X-X-Sender: mjm@soda.csua.berkeley.edu To: freebsd-questions@freebsd.org Subject: BootMgr with Win2k? Message-ID: <20020605144647.G61949-100000@soda.csua.berkeley.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recently reinstalled my Win2k partition, and it appears that it overwrote the boot manager sector. What's the easiest way to get this back? Also, how can I change the names that the boot manager displays? Before, I got something like F1: ???? F2: FreeBSD F5: Disk1 I'd like to have it look like F1: Win2k F2: FreeBSD 5.0 F5: FreeBSD 4.6 Thanks in advance, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 14:52:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 4722237B401 for ; Wed, 5 Jun 2002 14:52:32 -0700 (PDT) Received: from hades.hell.gr (patr530-b140.otenet.gr [212.205.244.148]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g55LqU7Y004725; Thu, 6 Jun 2002 00:52:31 +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 g55IaEaq006013; Wed, 5 Jun 2002 21:36:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g55IaDEb006009; Wed, 5 Jun 2002 21:36:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 5 Jun 2002 21:36:13 +0300 From: Giorgos Keramidas To: Sanjay Bhattacharya Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key Message-ID: <20020605183613.GA4399@hades.hell.gr> References: <26795.1023269182@www26.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26795.1023269182@www26.gmx.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-05 11:26 +0200, Sanjay Bhattacharya wrote: > I am running bash in a box running FreeBSD 4.5-RELEASE. I want to make my > delete key work in the normal way ie. it will delete the character in front > of the cursor and not work like the backspace key. My TERM is set to cons25. > Can someone please tell me how I will do it. What program are you using when your DEL key doesn't seem to work? Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 14:53:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 8322D37B409 for ; Wed, 5 Jun 2002 14:53:09 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.3) id g55Lr7Lx078507; Wed, 5 Jun 2002 16:53:07 -0500 (CDT) (envelope-from dan) Date: Wed, 5 Jun 2002 16:53:07 -0500 From: Dan Nelson To: Mark Miller Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BootMgr with Win2k? Message-ID: <20020605215307.GA43707@dan.emsphone.com> References: <20020605144647.G61949-100000@soda.csua.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020605144647.G61949-100000@soda.csua.berkeley.edu> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 05), Mark Miller said: > > I recently reinstalled my Win2k partition, and it appears that it > overwrote the boot manager sector. What's the easiest way to get this > back? Also, how can I change the names that the boot manager displays? > Before, I got something like > > F1: ???? > F2: FreeBSD > F5: Disk1 > > I'd like to have it look like > > F1: Win2k > F2: FreeBSD 5.0 > F5: FreeBSD 4.6 boot0 can't do this; it's only a 512-byte program. There's not enough space for fancy prompts. If you want custom menus, try grub (in ports). It's very flexible and has a full-screen menu. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 14:58:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lsh103.siteprotect.com (lsh103.siteprotect.com [66.113.134.246]) by hub.freebsd.org (Postfix) with ESMTP id AD24037B409 for ; Wed, 5 Jun 2002 14:58:27 -0700 (PDT) Received: from mswolf (ca-crlsbd-u4-c6a-a-108.crlsca.adelphia.net [68.66.136.108]) by lsh103.siteprotect.com (8.9.3/8.9.3) with SMTP id QAA24006 for ; Wed, 5 Jun 2002 16:58:26 -0500 Message-ID: <021101c20cdb$d921fe50$0a01a8c0@mswolf> From: "Michael Wells" To: Subject: Kern.flp Date: Wed, 5 Jun 2002 14:56:26 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am trying to install 4.5 release on a second machine replacing a Linux installation. I used the same process as the first machine a former win2k box. This time I am having problems with the bootdisks. The system refuses to accept the kern.flp disk as a boot disk. Any ideas on what could cause this? Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 15:11:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.190.223.9]) by hub.freebsd.org (Postfix) with ESMTP id 2746E37B401 for ; Wed, 5 Jun 2002 15:10:55 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by shockwave.systems.pipex.net (Postfix) with ESMTP id EB98716000889; Wed, 5 Jun 2002 23:10:52 +0100 (BST) Subject: RE: Need to find explanation for maillog messages From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: "Morse, Richard E." Cc: FreeBSD-Questions In-Reply-To: <375F68784081D511908A00508BE3BB1701EF1B37@phsexch22.mgh.harvard.edu> References: <375F68784081D511908A00508BE3BB1701EF1B37@phsexch22.mgh.harvard.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-on/AnmlFFfEM0n8NZ/nw" X-Mailer: Ximian Evolution 1.0.5 Date: 05 Jun 2002 23:05:46 +0100 Message-Id: <1023314747.304.76.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 --=-on/AnmlFFfEM0n8NZ/nw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Richard, Thanks for the reply. Running mailq returns nothing, I'm afrard: ~ $ mailq /var/spool/mqueue is empty Total requests: 0 ~ $=20 Also, the machine from which this error is occurring has Evolution running fine on it, that is to say, I can send & receive e-mail without problems (as is the case with this e-mail). However, no e-mail that's composed from the command line - mail -v & sendmail -v works, and corresponding messages like the one in my post appear as a result. Do let me know if what I've said here does enough to clarify matters or not, okay? Thanks again. Stacey On Wed, 2002-06-05 at 17:04, Morse, Richard E. wrote: > S. Roberts [mailto:sroberts@dsl.pipex.com] wrote: > >=20 > > Hello, > > Is there somewhere I can get simple explanations to the messages > > that appear in /var/log/maillog? >=20 > > Jun 5 00:06:50 sm-msp-queue[49856]: g4UNFwRm077651: to=3D= , > > delay=3D4+23:50:38, xdelay=3D00:00:00, mailer=3Drelay, pri=3D22351358, > > relay=3Dlocalhost.., dsn=3D4.0.0, stat=3DDeferred: Permission den= ied >=20 > Have you tried typing 'mailq' as root? This will explain what is still > sitting in your mail queue, and should tell you the errors that were > encountered. The stat field seems to be saying that the mailer (called > 'relay') had a 'permission denied' error while trying to send the mail. = On > my machine, based on /etc/mail/sendmail.cf, the relay mailer forwards mai= l > to a different machine. You should check your sendmail.cf to see if that > holds. It looks, however, as though the problem is on the other end. If > you are having problems receiving mail, then see if you can find an error > message with mailer=3Dlocal, as this might tell you more where the proble= ms > are. >=20 > Of course, I could be wrong -- I've only read a tiny bit of the Sendmail > book, and I'm really guessing here... >=20 > HTH, > Ricky --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-on/AnmlFFfEM0n8NZ/nw 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 Hi Richard, Thanks for the reply. Running mailq returns nothing, I'm afrard: ~ $ mailq /var/spool/mqueue is empty Total requests: 0 ~ $=20 Also, the machine from which this error is occurring has Evolution running fine on it, that is to say, I can send & receive e-mail without problems (as is the case with this e-mail). However, no e-mail that's composed from the command line - mail -v & sendmail -v works, and corresponding messages like the one in my post appear as a result. Do let me know if what I've said here does enough to clarify matters or not, okay? Thanks again. Stacey On Wed, 2002-06-05 at 17:04, Morse, Richard E. wrote: > S. Roberts [mailto:sroberts@dsl.pipex.com] wrote: > >=20 > > Hello, > > Is there somewhere I can get simple explanations to the messages > > that appear in /var/log/maillog? >=20 > > Jun 5 00:06:50 sm-msp-queue[49856]: g4UNFwRm077651: to=3D= , > > delay=3D4+23:50:38, xdelay=3D00:00:00, mailer=3Drelay, pri=3D22351358, > > relay=3Dlocalhost.., dsn=3D4.0.0, stat=3DDeferred: Permission den= ied >=20 > Have you tried typing 'mailq' as root? This will explain what is still > sitting in your mail queue, and should tell you the errors that were > encountered. The stat field seems to be saying that the mailer (called > 'relay') had a 'permission denied' error while trying to send the mail. = On > my machine, based on /etc/mail/sendmail.cf, the relay mailer forwards mai= l > to a different machine. You should check your sendmail.cf to see if that > holds. It looks, however, as though the problem is on the other end. If > you are having problems receiving mail, then see if you can find an error > message with mailer=3Dlocal, as this might tell you more where the proble= ms > are. >=20 > Of course, I could be wrong -- I've only read a tiny bit of the Sendmail > book, and I'm really guessing here... >=20 > HTH, > Ricky - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPP6LOPdn4A8qiCO5EQJ2UQCZAUds8++wPM7N7vUe4TMzYrwCHhgAn35z TrtQok828C2lhymdehX59HAw =lnbB -----END PGP SIGNATURE----- --=-on/AnmlFFfEM0n8NZ/nw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 15:24: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kitkat.hotpop.com (kitkat.hotpop.com [204.57.55.30]) by hub.freebsd.org (Postfix) with ESMTP id 6540437B401 for ; Wed, 5 Jun 2002 15:23:58 -0700 (PDT) Received: from phreaker.net (unknown [204.57.55.16]) by kitkat.hotpop.com (Postfix) with SMTP id DD158373CE for ; Wed, 5 Jun 2002 22:23:56 +0000 (UTC) Received: from phreaker.net (as1-6-6.kt.g.bonet.se [194.236.28.191]) by zagnut.hotpop.com (Postfix) with SMTP id 9C23750314 for ; Wed, 5 Jun 2002 21:46:01 +0000 (UTC) From: Andreas Loong Reply-To: Andreas Loong To: freebsd-questions@FreeBSD.ORG Date: Thu, 04 Apr 2002 12:51:48 +0500 Message-ID: X-Mailer: YAM 2.3p1 [020] AmigaOS E-Mail Client (c) 2000-2001 by YAM Open Source Team - http://www.yam.ch/ Organization: independent Subject: BTX halted after installation. MIME-Version: 1.0 Content-Type: text/plain X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, To what list should I send the following? After installing fbsd 4.5-release from the minimal installation CD, I get the following message: Attempting to boot from floppy Attempting to boot from cdrom Attempting to boot from local disk - int=0000000d err=00000000 efl=00030246 eip=0000c9c7 eax=00002020 ebx=00000001 ecx=00000200 edx=000013dc esi=000008a6 edi=00014000 ebp=0000150c esp=000014da cs=f000 ds=ed03 fs=0000 gs=0000 ss=ed03 cs:eip=0f 20 dd 81 e5 00 f0 0f-20 c0 0f 01 e0 a8 01 75 ss:esp=00 40 01 00 a6 08 00 00-0c 15 00 00 fa 14 00 00 I did some searches on the web and found something that got me thinking it might be a bios problem, that it didn't report the disk geometry correctly, so I basically turned off everything. Bus mastering, dma, translation, you name it. Same problem. I thought it might be a problem with the disk being large, so I removed the 80gb disk and replaced it with a 9gb disk. Same error. Tried writing fbsd boot loader instead of a normal MBR. Same effect. I'm all out of options here now.. Would really appreciate some hints. with best regards, Andreas Loong -- AMiGA - the survivor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 15:31:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI2.Partners.org (phsexchici2.partners.org [170.223.254.21]) by hub.freebsd.org (Postfix) with ESMTP id 99C0C37B404 for ; Wed, 5 Jun 2002 15:31:12 -0700 (PDT) Received: by phsexchici2.partners.org with Internet Mail Service (5.5.2650.21) id ; Wed, 5 Jun 2002 18:31:07 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1B45@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: "'sroberts@dsl.pipex.com'" Cc: FreeBSD-Questions Subject: RE: Need to find explanation for maillog messages Date: Wed, 5 Jun 2002 18:31:06 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG S. Roberts [mailto:sroberts@dsl.pipex.com] wrote: > Running mailq returns nothing, I'm afrard: > > ~ $ mailq > /var/spool/mqueue is empty > Total requests: 0 > ~ $ Well, in this case, the messages left your queue. This probably means that your computer tried to resend the message (which is probably what the 'deferred' referred to), and succeded. If you take the ID of the message (that weird string like g4UNF...), and search the log for all instances of it, do you find one where the message actually got sent? > mail -v & sendmail -v works, and corresponding messages like the one > in my post appear as a result. do you get an actual error from these commands? Or just the errors in the log file? Are you sending mail through a mail host -- that is, is your computer set up to directly contact the smtp hosts of the receiving server, or do you send your messages to another machine to actually send the message? Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 15:52:16 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 AE68437B408 for ; Wed, 5 Jun 2002 15:51:56 -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 g55MpgU04329; Wed, 5 Jun 2002 18:51:43 -0400 Message-ID: <3CFE9763.8070803@potentialtech.com> Date: Wed, 05 Jun 2002 18:57:39 -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: theapparatus@netzero.net Cc: questions@freebsd.org Subject: Re: Needing a database solution References: <5.1.0.14.2.20020605111011.00b7ae80@tkdsoftware.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 theapparatus@netzero.net wrote: > > Greets: > > I'm hoping someone can suggest a solution for me. I'm needing to update > a website of mine that contains over a 1000 articles written by many > different > authors, covering many different topics, etc., mostly written in html > but some > written in txt. (I'm working on moving them over to html) I'm looking for > something like ColdFusion to serve as a server using some form of SQL > database. > > Anyone have any ideas? What I've found is mostly programs still in > beginning > developement. I don't mind using beta software as long as it usually > works and > they're in final beta. Zope is in the ports, will that handle your need? -- 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 Wed Jun 5 16: 2: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.getnet.net (mail.getnet.net [63.137.32.10]) by hub.freebsd.org (Postfix) with SMTP id A6B8337B404 for ; Wed, 5 Jun 2002 16:02:05 -0700 (PDT) Received: (qmail 25577 invoked from network); 5 Jun 2002 23:02:05 -0000 Received: from 216-19-216-10.getnet.net (HELO sunny.localdomain) (216.19.216.10) by 0 with SMTP; 5 Jun 2002 23:02:05 -0000 Received: (from rooot@localhost) by sunny.localdomain (8.11.6/8.11.6) id g55N0u800807 for freebsd-questions@freebsd.org; Wed, 5 Jun 2002 16:00:56 -0700 (MST) (envelope-from swive@getnet.com) Date: Wed, 5 Jun 2002 16:00:56 -0700 From: VB To: freebsd-questions@freebsd.org Subject: Re: Recommendation for Windows SSH Client Message-ID: <20020605160055.A770@sunny.localdomain> References: <004101c20cc1$1d8ebb70$0200a8c0@capm> <004101c20cc1$1d8ebb70$0200a8c0@capm> <200206052120.45705.ian@cerebellum.za.net> <5.1.0.14.0.20020605125653.00af3b30@mail.richardh.wsonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <5.1.0.14.0.20020605125653.00af3b30@mail.richardh.wsonline.net>; from richardh@wsonline.net on Wed, Jun 05, 2002 at 01:01:47PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 05, 2002 at 01:01:47PM -0600, RichardH wrote: > Absolute Telnet is good, has free trial which goes forever, just takes > longer to log in after every 30 sessions or so, you can purchase it and > kill the login time issue . http://www.celestialsoftware.net/ . > I have to agree with the other post about PuTTY, works great for > me on my Win boxes so do not see why it would not be "good enough", best I > have used plus its free. > Putty is not as good as SecureCRT because Putty freezes up when for me when I am port forwarding my Web browsing sessions so snoopy admin can't see. SecureCRT is the best but it's expensive. But wait, you want file transfer I think. In that case, I can't speak to Putty sftp, but give WinSCP a try. Version 1 is pretty good; but try version 2 beta to see what you think. > > >On Wednesday 05 June 2002 18:45, Pascal Giannakakis wrote: > > > Hi, > > > > > > any recommendations on this? It should be free software. I tried putty, > > > Penguin Net, Network Simplicity ssh, and 2 others. However, none of them > > > work good enough. > > > > > > TIA > > > > > > > > > > > > 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 > > If the automobile had followed the same development as the computer, a > Rolls-Royce would today cost $100, get a million miles per gallon, and > explode once a year killing everyone inside. > Robert Cringely in InfoWorld > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16: 8: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mimer.null.dk (mimer.null.dk [130.228.230.9]) by hub.freebsd.org (Postfix) with SMTP id 84AD337B403 for ; Wed, 5 Jun 2002 16:07:58 -0700 (PDT) Received: (qmail 9832 invoked by uid 543); 5 Jun 2002 23:07:57 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Jun 2002 23:07:57 -0000 Date: Thu, 6 Jun 2002 01:07:57 +0200 (CEST) From: Jonas Anderson To: VB Cc: freebsd-questions@freebsd.org Subject: Re: Recommendation for Windows SSH Client In-Reply-To: <20020605160055.A770@sunny.localdomain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Jun 2002, VB wrote: > But wait, you want file transfer I think. > > In that case, I can't speak to Putty sftp, but give WinSCP a try. > Version 1 is pretty good; but try version 2 beta to see what you think. Putty has a putty scp .exe too, you can find it at: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Hope this helps. -- -Jonas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:18:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ntlworld.com (pc3-farn1-3-cust4.gfd.cable.ntl.com [213.107.74.4]) by hub.freebsd.org (Postfix) with ESMTP id 989EB37B403 for ; Wed, 5 Jun 2002 16:18:39 -0700 (PDT) Received: from localhost (william@localhost) by ntlworld.com (8.12.3/8.12.2) with ESMTP id g5606tTQ072814; Thu, 6 Jun 2002 01:06:55 +0100 (BST) (envelope-from william@palfreman.com) X-Authentication-Warning: kmart.lan.palfreman.com: william owned process doing -bs Date: Thu, 6 Jun 2002 01:06:55 +0100 (BST) From: William Palfreman X-X-Sender: william@kmart.lan.palfreman.com To: Michael Wells Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kern.flp In-Reply-To: <021101c20cdb$d921fe50$0a01a8c0@mswolf> Message-ID: <20020606010231.K179-100000@kmart.lan.palfreman.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Jun 2002, Michael Wells wrote: > Hello, > > I am trying to install 4.5 release on a second machine replacing > a Linux installation. I used the same process as the first machine > a former win2k box. This time I am having problems > with the bootdisks. The system refuses to accept the > kern.flp disk as a boot disk. Any ideas on what could cause this? Faulty disk or drive. Floppy disks are at the end of their technological lifespan and many of the disks and drive units become spontaneously faulty. Try a different disk and make sure you can boot the FreeBSD installer off a different machine to eliminate the possibility of drive faults. Regards, Bill. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:30:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by hub.freebsd.org (Postfix) with ESMTP id B4C3E37B405 for ; Wed, 5 Jun 2002 16:30:30 -0700 (PDT) Received: from dialup-63.214.192.158.dial1.philadelphia1.level3.net ([63.214.192.158] helo=sparky) by flamingo.mail.pas.earthlink.net with smtp (Exim 3.33 #2) id 17FkEU-0004XZ-00; Wed, 05 Jun 2002 16:30:26 -0700 From: Jud To: Mark Miller , Dan Nelson Cc: freebsd-questions@FreeBSD.ORG Date: Wed, 05 Jun 2002 19:30:47 -0400 X-Priority: 3 (Normal) In-Reply-To: <20020605215307.GA43707@dan.emsphone.com> Message-Id: <2W1WLIIHGFXWWUWS06IEPM95XV214Y1.3cfe9f27@sparky> Subject: Re: BootMgr with Win2k? MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.04 build 1116 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 6/5/2002 5:53:07 PM, Dan Nelson wrote: >In the last episode (Jun 05), Mark Miller said: >> >> I recently reinstalled my Win2k partition, and it appears that it >> overwrote the boot manager sector. What's the easiest way to get this >> back? Also, how can I change the names that the boot manager displays? >> Before, I got something like >> >> F1: ???? >> F2: FreeBSD >> F5: Disk1 >> >> I'd like to have it look like >> >> F1: Win2k >> F2: FreeBSD 5.0 >> F5: FreeBSD 4.6 > >boot0 can't do this; it's only a 512-byte program. There's not enough >space for fancy prompts. If you want custom menus, try grub (in >ports). It's very flexible and has a full-screen menu. > >-- > Dan Nelson > dnelson@allantgroup.com As someone once pointed out to me, if it can write the ?????? then it has enough room to write 'W2K' or 'Win2K.' But you'd have to get into the bootloader source and revise it to output what you want rather than '?????' when it encounters a Type 7 filesystem. (OS/2's HPFS, Windows' NTFS, and I believe QNX's filesystem all show up as Type 7 - the bootloader can't tell which, so it outputs '?????.') Short of that, use grub or Win2K's bootloader. Re your other question, boot from the install floppies or the fixit CD and reinstall the FreeBSD boot manager; or just write a normal MBR if you want to use grub, then install grub from /usr/ports/sysutils/grub. If you want to use Win2K's bootloader, follow the directions in the FAQ at the FreeBSD web site. Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:30:59 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 3A80B37B408 for ; Wed, 5 Jun 2002 16:30:37 -0700 (PDT) Received: (from root@localhost) by mail.27in.tv (8.12.3/8.11.6) id g55NUZaM040696; Wed, 5 Jun 2002 19:30:35 -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 g55NUYTI040682; Wed, 5 Jun 2002 19:30:34 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "C J Michaels" To: "Mark Miller" Cc: Subject: RE: BootMgr with Win2k? Date: Wed, 5 Jun 2002 19:31:00 -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) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <20020605215307.GA43707@dan.emsphone.com> 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 Not for anything, but the NT boot loader can boot to freebsd and it has 'wordy' prompts too. --Chris > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Dan Nelson > Sent: Wednesday, June 05, 2002 5:53 PM > To: Mark Miller > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: BootMgr with Win2k? > > > In the last episode (Jun 05), Mark Miller said: > > > > I recently reinstalled my Win2k partition, and it appears that it > > overwrote the boot manager sector. What's the easiest way to get this > > back? Also, how can I change the names that the boot manager displays? > > Before, I got something like > > > > F1: ???? > > F2: FreeBSD > > F5: Disk1 > > > > I'd like to have it look like > > > > F1: Win2k > > F2: FreeBSD 5.0 > > F5: FreeBSD 4.6 > > boot0 can't do this; it's only a 512-byte program. There's not enough > space for fancy prompts. If you want custom menus, try grub (in > ports). It's very flexible and has a full-screen menu. > > -- > Dan Nelson > dnelson@allantgroup.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:32:24 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 0470F37B403 for ; Wed, 5 Jun 2002 16:31:37 -0700 (PDT) Received: (from root@localhost) by mail.27in.tv (8.12.3/8.11.6) id g55NVEpp040710; Wed, 5 Jun 2002 19:31:14 -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 g55NUrTI040700; Wed, 5 Jun 2002 19:30:53 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "C J Michaels" To: , "Samuel Chow" Cc: "FBSDQ" Subject: RE: dhcp client and cable modem Date: Wed, 5 Jun 2002 19:31:19 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: 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 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Joe & Fhe Barbish > Sent: Wednesday, June 05, 2002 11:36 AM > > Samuel wrote > Are you saying your dhclient cannot get an IP address because > of ipfw? > > I reply > No > I am just trying to determine what some the default deny all > packets belong > to. > Since I just started using dhclient, it was something to check out. > > I have these rules > # Special rules for Adelphia Cable access > $cmd 00174 allow udp from me 68 to $odns1 67 out via rl0 > $cmd 00175 allow udp from $odns1 67 to me 68 in via rl0 > $cmd 00176 allow udp from any 67,68 to 255.255.255.255 67,68 in via rl0 > > I do not understand why dhcp is talking to my ISP's DNS server or DNS server? Oh.. it is probably trying to dynamically update the zone w/ your new ip. It's a newer feature of isc v3. > why it's using 255.255.255.255 for an ip address. Default 'broadcast to the whole world' address. No matter what your IP, subnet, network id. You will always listen to a req that comes in on 255.255.255.255. This is necessary for dhcp to work since many times at the inital req you don't actually have an ip/network id/etc... --Chris > > Is this normal? Yes > > Your example of > # Allow DHCP packets in and out > 3200 add pass udp from any 68 to any 67 out via xl0 > 3200 add pass udp from any 67 to any 68 in via xl0 > > is just way to wide open for my liking. > > > Let me know what you think > Joe > > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Samuel Chow > Sent: Wednesday, June 05, 2002 11:07 AM > To: barbish@a1poweruser.com > Cc: FBSDQ > Subject: Re: dhcp client and cable modem > > > > I'm using the FBSD built in dhcp client on the Nic card to the cable > modem. > > My ipfw firewall is denying a bunch of packets which never happened > > with the modem connection. > > > > Could somebody tell me what ipfw rules I need to allow the cable isp > > dhcp server to correspond with my FBSD gateway? > > Are you saying your dhclient cannot get an IP address because > of ipfw? If so, try the following rules (of course, replace > rule number and interface): > > # Allow DHCP packets in and out > 3200 add pass udp from any 68 to any 67 out via xl0 > 3200 add pass udp from any 67 to any 68 in via xl0 > > Hope this helps. > > --- > Samuel Chow > samuelc@samuelstn.dhs.org > > This message is displayed using recycled electrons. > Segmentation Fault (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:33:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.190.223.8]) by hub.freebsd.org (Postfix) with ESMTP id BDF2D37B413 for ; Wed, 5 Jun 2002 16:33:14 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by nemesis.systems.pipex.net (Postfix) with ESMTP id 791E91600004D for ; Thu, 6 Jun 2002 00:33:12 +0100 (BST) Subject: re: portupgrade of gnomeprint -0.35 fails with spelling error? From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: FreeBSD-Questions Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8jlm09R5tcn8/LBOZGNQ" X-Mailer: Ximian Evolution 1.0.5 Date: 06 Jun 2002 00:28:06 +0100 Message-Id: <1023319687.304.88.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 --=-8jlm09R5tcn8/LBOZGNQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, I ran my normal ports cvsup tonight, and got the following error from an attempt to upgrade gnomeprint-0.35: # portupgrade -R gnomeprint-0.35 ---> Upgrading 'gnomeprint-0.35' to 'gnomeprint-0.36' (print/gnomeprint) ---> Building '/usr/ports/print/gnomeprint' =3D=3D=3D> Cleaning for esound-0.2.26_2 =3D=3D=3D> Cleaning for libaudiofile-0.2.3 =3D=3D=3D> Cleaning for libiconv-1.7.0.1 =3D=3D=3D> Cleaning for db3-3.2.9_3,1 =3D=3D=3D> Cleaning for ORBit-0.5.16 =3D=3D=3D> Cleaning for bison-1.35_1 =3D=3D=3D> Cleaning for gconf-1.0.9 =3D=3D=3D> Cleaning for gettext-0.11.1_3 =3D=3D=3D> Cleaning for glib-1.2.10_5 =3D=3D=3D> Cleaning for gmake-3.79.1_1 =3D=3D=3D> Cleaning for gnomevfs-1.0.5_4 =3D=3D=3D> Cleaning for imake-4.2.0_1 =3D=3D=3D> Cleaning for libgnugetopt-1.1 =3D=3D=3D> Cleaning for libtool-1.3.4_3 =3D=3D=3D> Cleaning for oaf-0.6.10 =3D=3D=3D> Cleaning for pkgconfig-0.12.0 =3D=3D=3D> Cleaning for popt-1.5.1_1 =3D=3D=3D> Cleaning for gdk-pixbuf-0.17.0 =3D=3D=3D> Cleaning for gnomecanvas-0.17.0 =3D=3D=3D> Cleaning for imlib-1.9.14_1 =3D=3D=3D> Cleaning for jpeg-6b_1 =3D=3D=3D> Cleaning for libungif-4.1.0b1 =3D=3D=3D> Cleaning for png-1.2.3 =3D=3D=3D> Cleaning for tiff-3.5.7 =3D=3D=3D> Cleaning for guile-1.4 =3D=3D=3D> Cleaning for gnomemimedata-1.0.8 =3D=3D=3D> Cleaning for freetype2-2.1.0_1 =3D=3D=3D> Cleaning for ghostscript-gnu-7.05_1 =3D=3D=3D> Cleaning for gnomecontrolcenter-1.4.0.5_1 =3D=3D=3D> Cleaning for expat-1.95.2 =3D=3D=3D> Cleaning for libxml-1.8.17_1 =3D=3D=3D> Cleaning for scrollkeeper-0.2,1 =3D=3D=3D> Cleaning for gtk-1.2.10_4 =3D=3D=3D> Cleaning for XFree86-libraries-4.2.0_1 =3D=3D=3D> Cleaning for gnomelibs-1.4.1.7 =3D=3D=3D> Cleaning for gnomeprint-0.36 >> gnome-print-0.36.tar.gz is not in /usr/ports/print/gnomeprint/distinfo. >> Either /usr/ports/print/gnomeprint/distinfo is out of date, or >> gnome-print-0.36.tar.gz is spelled incorrectly. *** Error code 1 Stop in /usr/ports/print/gnomeprint. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! print/gnomeprint (gnomeprint-0.35) (distinfo incorrect) # Its not *seriously* a spelling error that's causing this to barf, is it? Stacey --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-8jlm09R5tcn8/LBOZGNQ 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, I ran my normal ports cvsup tonight, and got the following error from an attempt to upgrade gnomeprint-0.35: # portupgrade -R gnomeprint-0.35 - ---> Upgrading 'gnomeprint-0.35' to 'gnomeprint-0.36' (print/gnomeprint) - ---> Building '/usr/ports/print/gnomeprint' =3D=3D=3D> Cleaning for esound-0.2.26_2 =3D=3D=3D> Cleaning for libaudiofile-0.2.3 =3D=3D=3D> Cleaning for libiconv-1.7.0.1 =3D=3D=3D> Cleaning for db3-3.2.9_3,1 =3D=3D=3D> Cleaning for ORBit-0.5.16 =3D=3D=3D> Cleaning for bison-1.35_1 =3D=3D=3D> Cleaning for gconf-1.0.9 =3D=3D=3D> Cleaning for gettext-0.11.1_3 =3D=3D=3D> Cleaning for glib-1.2.10_5 =3D=3D=3D> Cleaning for gmake-3.79.1_1 =3D=3D=3D> Cleaning for gnomevfs-1.0.5_4 =3D=3D=3D> Cleaning for imake-4.2.0_1 =3D=3D=3D> Cleaning for libgnugetopt-1.1 =3D=3D=3D> Cleaning for libtool-1.3.4_3 =3D=3D=3D> Cleaning for oaf-0.6.10 =3D=3D=3D> Cleaning for pkgconfig-0.12.0 =3D=3D=3D> Cleaning for popt-1.5.1_1 =3D=3D=3D> Cleaning for gdk-pixbuf-0.17.0 =3D=3D=3D> Cleaning for gnomecanvas-0.17.0 =3D=3D=3D> Cleaning for imlib-1.9.14_1 =3D=3D=3D> Cleaning for jpeg-6b_1 =3D=3D=3D> Cleaning for libungif-4.1.0b1 =3D=3D=3D> Cleaning for png-1.2.3 =3D=3D=3D> Cleaning for tiff-3.5.7 =3D=3D=3D> Cleaning for guile-1.4 =3D=3D=3D> Cleaning for gnomemimedata-1.0.8 =3D=3D=3D> Cleaning for freetype2-2.1.0_1 =3D=3D=3D> Cleaning for ghostscript-gnu-7.05_1 =3D=3D=3D> Cleaning for gnomecontrolcenter-1.4.0.5_1 =3D=3D=3D> Cleaning for expat-1.95.2 =3D=3D=3D> Cleaning for libxml-1.8.17_1 =3D=3D=3D> Cleaning for scrollkeeper-0.2,1 =3D=3D=3D> Cleaning for gtk-1.2.10_4 =3D=3D=3D> Cleaning for XFree86-libraries-4.2.0_1 =3D=3D=3D> Cleaning for gnomelibs-1.4.1.7 =3D=3D=3D> Cleaning for gnomeprint-0.36 >> gnome-print-0.36.tar.gz is not in /usr/ports/print/gnomeprint/distinfo. >> Either /usr/ports/print/gnomeprint/distinfo is out of date, or >> gnome-print-0.36.tar.gz is spelled incorrectly. *** Error code 1 Stop in /usr/ports/print/gnomeprint. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! print/gnomeprint (gnomeprint-0.35) (distinfo incorrect) # Its not *seriously* a spelling error that's causing this to barf, is it? Stacey - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPP6ehPdn4A8qiCO5EQJueACfUh2jMFYWaATeFXa306woOnu10poAoMfi trmc47cLpsJCGBgiGpE4pD4i =0Knu -----END PGP SIGNATURE----- --=-8jlm09R5tcn8/LBOZGNQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:41:17 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 4F26137B40E for ; Wed, 5 Jun 2002 16:40:38 -0700 (PDT) Received: (from root@localhost) by mail.27in.tv (8.12.3/8.11.6) id g55NebJj040782; Wed, 5 Jun 2002 19:40:37 -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 g55NeZTI040768; Wed, 5 Jun 2002 19:40:36 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "C J Michaels" To: "Pascal Giannakakis" Cc: "FreeBSD Questions" Subject: RE: Recommendation for Windows SSH Client Date: Wed, 5 Jun 2002 19:41:02 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <004101c20cc1$1d8ebb70$0200a8c0@capm> 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've yet to find one I like better than Mindterm. Supports just about anything I can think of. http://www.appgate.com/mindterm/ and since it's a java app you can throw it on a web server and have access to it from anywhere. -- Chris > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Pascal > Giannakakis > Sent: Wednesday, June 05, 2002 2:45 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Recommendation for Windows SSH Client > > > Hi, > > any recommendations on this? It should be free software. I tried putty, > Penguin Net, Network Simplicity ssh, and 2 others. However, none of them > work good enough. > > TIA > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:47: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from visimation.com (visimation.com [206.169.230.71]) by hub.freebsd.org (Postfix) with ESMTP id 55A6037B401 for ; Wed, 5 Jun 2002 16:47:01 -0700 (PDT) Received: from Spooler by visimation.com (Mercury/32 v3.31) ID MO000396; 5 Jun 02 16:35:36 -0700 Received: from spooler by visimation.com (Mercury/32 v3.31); 5 Jun 02 16:35:22 -0700 Received: from adam (12.228.14.29) by visimation.com (Mercury/32 v3.31) with ESMTP ID MG000395; 5 Jun 02 16:35:17 -0700 Reply-To: From: "Adam Lofstedt" To: Subject: IPNAT redirect multiple IPs on external NIC Date: Wed, 5 Jun 2002 16:46:41 -0700 Organization: Visimation, Inc. Message-ID: <00b201c20ceb$3ee3ce80$6401a8c0@adam> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey, I am using FBSD as a firewall/NAT router with IP Filter and IP NAT. This machine is multi-homed, with external/internal interfaces. On internal network, there is one machine that is both web server and email server. I am using port forwarding and redirection to redirect traffic on the external interface to ports 80, 143, 25, and 110 of the web/email machine. Problem: I want to run two different email and web servers on the web/email machine that share the same ports. So, I thought I would add another IP to the external interface of BSD box, and redirect traffic on that IP to a second IP address that I have given to the web/email server (I have already told the web/email programs to only listen on their respective IP addresses). So, External IP #1 should forward to Internal IP#1, and External IP #2 should forward to Internal IP#2. However, when I telnet to port 25 of IP #2, the mail server that is listening on internal IP#1 responds. Obviously it is not working. Here is my IPNAT.RULES: _______________________________________ # dev inside ip local inet ip map dc0 10.0.0.0/24 -> ExternalIP#1Here/32 portmap tcp/udp 1:65000 map dc0 10.0.0.0/24 -> ExternalIP#1Here/32 #redirect Internet Services to Web/Email Server rdr dc0 ExternalIP#1Here/32 port 80 -> 10.0.0.4 port 80 rdr dc0 ExternalIP#1Here/32 port 110 -> 10.0.0.4 port 110 rdr dc0 ExternalIP#1Here/32 port 25 -> 10.0.0.4 port 25 rdr dc0 ExternalIP#1Here/32 port 143 -> 10.0.0.4 port 143 #redirect Lyris email traffic to port 25 of IP#2 on Web/Email server rdr dc0 ExternalIP#2Here/32 port 25 -> 10.0.0.5 port 25 #redirect Lyris webserver traffic to port 80 of 10.0.0.5 rdr dc0 ExternalIP#2Here/32 port 80 -> 10.0.0.5 _____________________________________ Here is my rc.conf with device aliases: network_interfaces="dc0 rl0 lo0 tun0" ifconfig_dc0="inet ExternalIP#2Here netmask 255.255.255.240" ifconfig_dc0="inet ExternalIP#1Here netmask 255.255.255.240 alias" ________________________ I suspect I need to map the inside IP#2 (10.0.0.5) to the External IP#2, but when I add the following to IPNAT.RULES, all traffic is stopped on the interfaces: map dc0 10.0.0.0/24 -> ExternalIP#2Here/32 portmap tcp/udp 1:65000 map dc0 10.0.0.0/24 -> ExternalIP#2Here/32 I guess you can't map two IP's to the same local network??? Can anyone provide suggestions? Adam Lofstedt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:47:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes09-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id 4AC6137B405 for ; Wed, 5 Jun 2002 16:47:11 -0700 (PDT) Received: from a7a42593 ([64.180.243.39]) by priv-edtnes09-hme0.telusplanet.net (InterMail vM.5.01.04.01 201-253-122-122-101-20011014) with SMTP id <20020605234710.YKSQ7991.priv-edtnes09-hme0.telusplanet.net@a7a42593> for ; Wed, 5 Jun 2002 17:47:10 -0600 To: freebsd-questions@freebsd.org From: tyler spivey Reply-To: tyler spivey Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: Problem with Ncftp and IpV6 Message-Id: <20020605234710.YKSQ7991.priv-edtnes09-hme0.telusplanet.net@a7a42593> Date: Wed, 5 Jun 2002 17:47:11 -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 To the point: When i do: ncftp3 ftp.netbsd.org It tries to connect me to an ipv6 address which I can't suport, and don't wnat to. But I can connect to ftp.freebsd.org fine - how can i tell Freebsd that i want ipv4 addresses before ipv6 Ones? I tried to get a man page on host.conf, but had no luck - there isn't a man page as far as i can tell. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:47:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id 3F5E837B401 for ; Wed, 5 Jun 2002 16:47:49 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp03.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GX9BFN02.7UZ for ; Thu, 6 Jun 2002 01:47:47 +0200 Date: Thu, 6 Jun 2002 01:48:32 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <1721911537.20020606014832@dds.nl> To: freebsd-questions@freebsd.org Subject: X install question MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello freebsd-questions, How much disk space do i need to have to compile XFree86 4 from the ports. And how much do i need to have after i have compiled it? -- Best regards, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:49:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 5AABA37B406 for ; Wed, 5 Jun 2002 16:49:15 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp04.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GX9BI101.X7R for ; Thu, 6 Jun 2002 01:49:13 +0200 Date: Thu, 6 Jun 2002 01:49:59 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <18321997660.20020606014959@dds.nl> To: freebsd-questions@freebsd.org Subject: nfs & make world MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello freebsd-questions, Would it be a bad idee for make world or the ports to share /usr/src, /usr/obj and /usr/ports? -- Tanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 16:56:16 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 3BAE137B401 for ; Wed, 5 Jun 2002 16:56:11 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id 3E6FC1E1; Wed, 5 Jun 2002 19:56:10 -0400 (EDT) Date: Wed, 5 Jun 2002 19:56:10 -0400 From: Andrew J Caines To: FreeBSD Questions Cc: theapparatus@netzero.net Subject: Re: Needing a database solution Message-ID: <20020605235610.GG4964@hal9000.halplant.com> Reply-To: Andrew J Caines Mail-Followup-To: FreeBSD Questions , theapparatus@netzero.net References: <5.1.0.14.2.20020605111011.00b7ae80@tkdsoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20020605111011.00b7ae80@tkdsoftware.com> 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 Mike, > I'm hoping someone can suggest a solution for me. I'm needing to update > a website of mine that contains over a 1000 articles ... mostly written > in html but some written in txt. While there are many fine databases and applications for managing and serving web content, for this small number of small files, the simplest solution may be the best - UFS. One may not think of a filesystem as a database, but in many ways it is. You look up the content of a record (file) by key (file name). Not only does this remarkably fast retrieval system come with the platform with no extra software, management or integration needed, but it can even be tuned to your specific usage. In addition, it has been refined and tuned over many years by craftsmen to work optimally with the rest of the system, using advanced caching and I/O management. All you need to do is come up with a sensible filesystem layout. -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 Wed Jun 5 17:13:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 74DA037B403 for ; Wed, 5 Jun 2002 17:13:48 -0700 (PDT) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=ns.flncs.com) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 17FkuR-0002gd-00 for freebsd-questions@freebsd.org; Wed, 05 Jun 2002 17:13:47 -0700 Received: from flncs.com (cable [12.164.45.235]) by ns.flncs.com (Postfix) with ESMTP id B9F8853C8 for ; Wed, 5 Jun 2002 20:17:39 -0400 (EDT) Message-ID: <3CFEAAF8.5000808@flncs.com> Date: Wed, 05 Jun 2002 20:21:12 -0400 From: Moti Levy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: [ web servers load balncing and sticky sessions.] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all , I'm trying to keep my freebsd firewall in buisness ;-) and need your help. i'm using ipnat to load balance to IIS web servers . these web servers run an asp application that needs to have sticky sessions . basiclly what i need is that all traffic coming from the same host will go to the same web server . so i was looking into the HUT project ( loadd and vrrp ) but cannot find documantation on it . any one knows if i can do that on freebsd ( ipfw , ipnat or something else ) . the web server session timeout \is 20 minutes so i need to be able to set that on my firewall as well . thanks Moti To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 17:20:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from visimation.com (visimation.com [206.169.230.71]) by hub.freebsd.org (Postfix) with ESMTP id 610AA37B403 for ; Wed, 5 Jun 2002 17:20:05 -0700 (PDT) Received: from Spooler by visimation.com (Mercury/32 v3.31) ID MO0003B9; 5 Jun 02 17:08:40 -0700 Received: from spooler by visimation.com (Mercury/32 v3.31); 5 Jun 02 17:08:37 -0700 Received: from adam (12.228.14.29) by visimation.com (Mercury/32 v3.31) with ESMTP ID MG0003B7; 5 Jun 02 17:08:35 -0700 Reply-To: From: "Adam Lofstedt" To: Subject: RE: IPNAT redirect multiple IPs on external NIC (fixed) Date: Wed, 5 Jun 2002 17:20:00 -0700 Organization: Visimation, Inc. Message-ID: <00e601c20cef$e5c7d170$6401a8c0@adam> 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: <00b201c20ceb$3ee3ce80$6401a8c0@adam> 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 NEVERMIND - I made lots of changes and didn't flush the rules... So sorry to waste space/time. It works. Adam > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of > Adam Lofstedt > Sent: Wednesday, June 05, 2002 4:47 PM > To: freebsd-questions@FreeBSD.ORG > Subject: IPNAT redirect multiple IPs on external NIC > > > Hey, > > I am using FBSD as a firewall/NAT router with IP Filter and > IP NAT. This machine is multi-homed, with external/internal > interfaces. On internal network, there is one machine that > is both web server and email server. I am using port > forwarding and redirection to redirect traffic on the > external interface to ports 80, 143, 25, and 110 of the > web/email machine. > > Problem: I want to run two different email and web servers > on the web/email machine that share the same ports. So, I > thought I would add another IP to the external interface of > BSD box, and redirect traffic on that IP to a second IP > address that I have given to the web/email server (I have > already told the web/email programs to only listen on their > respective IP addresses). > > So, External IP #1 should forward to Internal IP#1, and > External IP #2 should forward to Internal IP#2. However, > when I telnet to port 25 of IP #2, the mail server that is > listening on internal IP#1 responds. Obviously it is not working. > > Here is my IPNAT.RULES: > _______________________________________ > # dev inside ip local inet ip > map dc0 10.0.0.0/24 -> ExternalIP#1Here/32 portmap tcp/udp > 1:65000 map dc0 10.0.0.0/24 -> ExternalIP#1Here/32 > > > #redirect Internet Services to Web/Email Server > rdr dc0 ExternalIP#1Here/32 port 80 -> 10.0.0.4 port 80 > rdr dc0 ExternalIP#1Here/32 port 110 -> 10.0.0.4 port 110 > rdr dc0 ExternalIP#1Here/32 port 25 -> 10.0.0.4 port 25 > rdr dc0 ExternalIP#1Here/32 port 143 -> 10.0.0.4 port 143 > > #redirect Lyris email traffic to port 25 of IP#2 on Web/Email > server rdr dc0 ExternalIP#2Here/32 port 25 -> 10.0.0.5 port 25 > > #redirect Lyris webserver traffic to port 80 of 10.0.0.5 > rdr dc0 ExternalIP#2Here/32 port 80 -> 10.0.0.5 > _____________________________________ > > Here is my rc.conf with device aliases: > > network_interfaces="dc0 rl0 lo0 tun0" > ifconfig_dc0="inet ExternalIP#2Here netmask 255.255.255.240" > ifconfig_dc0="inet ExternalIP#1Here netmask 255.255.255.240 > alias" ________________________ > > I suspect I need to map the inside IP#2 (10.0.0.5) to the > External IP#2, but when I add the following to IPNAT.RULES, > all traffic is stopped on the interfaces: > > map dc0 10.0.0.0/24 -> ExternalIP#2Here/32 portmap tcp/udp > 1:65000 map dc0 10.0.0.0/24 -> ExternalIP#2Here/32 > > I guess you can't map two IP's to the same local network??? > > Can anyone provide suggestions? > > Adam Lofstedt > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 17:23:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by hub.freebsd.org (Postfix) with ESMTP id EA95D37B404 for ; Wed, 5 Jun 2002 17:23:08 -0700 (PDT) Received: from [128.250.18.60] (ws18-60.its.unimelb.edu.au [128.250.18.60]) by ariel.ucs.unimelb.edu.au (8.12.3/8.12.3) with ESMTP id g560N7W3016553 for ; Thu, 6 Jun 2002 10:23:07 +1000 (EST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Thu, 06 Jun 2002 10:21:24 +1000 Subject: ghost user - no longer connected for 26 days From: f3z To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi People, In my user list output (from 'w') I have the following user still in the list: 10:13AM up 27 days, 18:28, 2 users, load averages: 0.67, 0.42, 0.05 USER TTY FROM LOGIN@ IDLE WHAT bourbon p2 203.40.218.106 10May02 26days And whats more, netstat, and sockstat both show that there is no connection remaining from that IP address. This frequently happens but the user ends up disapearing after a few days. The process table appears to not even have an entry for that user, according to ps -xau. I also have it setup in my login.conf that sessiontime=3d for that user. I am using 4.5-RELEAE (patched). Is this some sort of bug, or standard behavior for lost connections. FreeBSD dominoid.org 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #4: Thu May 9 14:58:58 EST 2002 jj@dominoid.org:/usr/obj/usr/src/sys/F3Z i386 Regards, Jacob Rhoden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 17:28: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 9AB2037B406 for ; Wed, 5 Jun 2002 17:27:59 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1E47B66C49; Wed, 5 Jun 2002 17:27:59 -0700 (PDT) Date: Wed, 5 Jun 2002 17:27:58 -0700 From: Kris Kennaway To: "S. Roberts" Cc: FreeBSD-Questions Subject: Re: portupgrade of gnomeprint -0.35 fails with spelling error? Message-ID: <20020605172758.A98413@xor.obsecurity.org> References: <1023319687.304.88.camel@Demon.Strobe.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1023319687.304.88.camel@Demon.Strobe.org>; from sroberts@dsl.pipex.com on Thu, Jun 06, 2002 at 12:28:06AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 06, 2002 at 12:28:06AM +0100, S. Roberts wrote: > ===> Cleaning for gnomeprint-0.36 > >> gnome-print-0.36.tar.gz is not in > /usr/ports/print/gnomeprint/distinfo. > >> Either /usr/ports/print/gnomeprint/distinfo is out of date, or > >> gnome-print-0.36.tar.gz is spelled incorrectly. > *** Error code 1 Looks like someone forgot to add USE_BZIP2 when they updated to 0.36. Kris --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/qyOWry0BWjoQKURAiQjAJ9RY+67rbVDFh+oAMr+kjKI2Mb2jgCfY9Iq qSxEPuDCEND0b794pYXzV0U= =Sst/ -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 17:28:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id AA12D37B400 for ; Wed, 5 Jun 2002 17:28:27 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id DAA09015; Thu, 6 Jun 2002 03:08:09 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g556Bcq38561; Wed, 5 Jun 2002 09:11:43 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Wed, 5 Jun 2002 09:11:38 +0300 (EEST) From: Alexander V Zubchenko To: Jonathan Chen Cc: FreeBSD Questions Subject: Re: Filesystem layout In-Reply-To: <20020605074416.A66850@grimoire.chen.org.nz> Message-ID: <20020605090656.X38547-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Wed, 5 Jun 2002, Jonathan Chen wrote: > On Tue, Jun 04, 2002 at 04:48:40PM +0300, Alexander V Zubchenko wrote: > > Greetings, All! > > > > I have general question about the subj. How it would be better for > > administering to install big pkg's, such as apache, mysql, postgresql, > > etc., directly in /usr/local/ or in /usr/local/{pkg_name}? And, when > > compiling apache 2.0 it doesn't found my postgresql-7.2 installation. It > > was necessary to install PgSQL to /usr/local/pgsql to make it work. > > Use the ports system. It puts everything in the right place, and > somebody else maintains it for you. > -- > Jonathan Chen > ---------------------------------------------------------------------- > Power corrupts, Absolute Power is pretty neat > Yes, but i choose freebsd, because i don't want to somebody else maintain my PC for me ;-) But question was about general UNIX ideology and current state of FreeBSD hier(7). qmail install itself into /var/qmail (but var is not for this), /var/tmp is also not so good idea, imho. etc. etc. etc. i think that current directory structure is not clear. and what you say, all, if i will try to suggest another one. Or where it may b suggested for better results and lesser annoying factor. Thx, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 17:29: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 1E21037B404 for ; Wed, 5 Jun 2002 17:29:00 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B6ED466D68; Wed, 5 Jun 2002 17:28:59 -0700 (PDT) Date: Wed, 5 Jun 2002 17:28:59 -0700 From: Kris Kennaway To: tyler spivey Cc: freebsd-questions@freebsd.org Subject: Re: Problem with Ncftp and IpV6 Message-ID: <20020605172859.B98413@xor.obsecurity.org> References: <20020605234710.YKSQ7991.priv-edtnes09-hme0.telusplanet.net@a7a42593> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="uQr8t48UFsdbeI+V" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020605234710.YKSQ7991.priv-edtnes09-hme0.telusplanet.net@a7a42593>; from tspivey8@telus.net on Wed, Jun 05, 2002 at 05:47:11PM -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 --uQr8t48UFsdbeI+V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 05, 2002 at 05:47:11PM -0600, tyler spivey wrote: > To the point: > When i do: > ncftp3 ftp.netbsd.org > It tries to connect me to an ipv6 address which I can't suport, and don't wnat to. It should fall back to IPv4 if it can't connect, otherwise it's a bug in ncftp. Kris --uQr8t48UFsdbeI+V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/qzKWry0BWjoQKURAk74AKCf7RxhqMqM3xx6HawdgPJrrf4MbACg4tCh P+vH35KZKhGIq/R3slxXMw0= =LJy3 -----END PGP SIGNATURE----- --uQr8t48UFsdbeI+V-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 17:30:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 67A2D37B405 for ; Wed, 5 Jun 2002 17:30:29 -0700 (PDT) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.3/8.12.3) with ESMTP id g560TwB4022712; Wed, 5 Jun 2002 20:29:58 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: portupgrade of gnomeprint -0.35 fails with spelling error? From: Joe Marcus Clarke To: Kris Kennaway Cc: "S. Roberts" , FreeBSD User Questions List In-Reply-To: <20020605172758.A98413@xor.obsecurity.org> References: <1023319687.304.88.camel@Demon.Strobe.org> <20020605172758.A98413@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-rrBW2kBoDSO6B5C1n8gW" X-Mailer: Ximian Evolution 1.0.5 Date: 05 Jun 2002 20:30:39 -0400 Message-Id: <1023323439.49701.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-rrBW2kBoDSO6B5C1n8gW Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2002-06-05 at 20:27, Kris Kennaway wrote: > On Thu, Jun 06, 2002 at 12:28:06AM +0100, S. Roberts wrote: >=20 > > =3D=3D=3D> Cleaning for gnomeprint-0.36 > > >> gnome-print-0.36.tar.gz is not in > > /usr/ports/print/gnomeprint/distinfo. > > >> Either /usr/ports/print/gnomeprint/distinfo is out of date, or > > >> gnome-print-0.36.tar.gz is spelled incorrectly. > > *** Error code 1 >=20 > Looks like someone forgot to add USE_BZIP2 when they updated to 0.36. Pointy hat to me. I had it in there with my original Makefile, but somehow the change got lost moving it over to freefall. In any event, it's back now. Joe >=20 > Kris --=-rrBW2kBoDSO6B5C1n8gW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA8/q0vb2iPiv4Uz4cRAr0FAJ44twdZpgq5u2u0cbJPDDohVDXN/ACdE6K3 7+aqqaEekeuEiHA0Proi9PI= =KU2y -----END PGP SIGNATURE----- --=-rrBW2kBoDSO6B5C1n8gW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 17:32:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lsh103.siteprotect.com (lsh103.siteprotect.com [66.113.134.246]) by hub.freebsd.org (Postfix) with ESMTP id B7EC537B404 for ; Wed, 5 Jun 2002 17:32:04 -0700 (PDT) Received: from mswolf (ca-crlsbd-u4-c6a-a-108.crlsca.adelphia.net [68.66.136.108]) by lsh103.siteprotect.com (8.9.3/8.9.3) with SMTP id TAA06535; Wed, 5 Jun 2002 19:32:03 -0500 Message-ID: <025801c20cf1$4e56fad0$0a01a8c0@mswolf> From: "Michael Wells" To: "William Palfreman" , References: <20020606010231.K179-100000@kmart.lan.palfreman.com> Subject: Re: Kern.flp Date: Wed, 5 Jun 2002 17:30:02 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the responce. I wish the problem was this simple. I have replaced the FD drive, the cable and new disks with no success. It turns out though that I can not load any other boot disk either. I wish that you could make a bootable CD instead of the floppies. ----- Original Message ----- From: "William Palfreman" To: "Michael Wells" Cc: Sent: Wednesday, June 05, 2002 5:06 PM Subject: Re: Kern.flp > On Wed, 5 Jun 2002, Michael Wells wrote: > > > Hello, > > > > I am trying to install 4.5 release on a second machine replacing > > a Linux installation. I used the same process as the first machine > > a former win2k box. This time I am having problems > > with the bootdisks. The system refuses to accept the > > kern.flp disk as a boot disk. Any ideas on what could cause this? > > Faulty disk or drive. Floppy disks are at the end of their > technological lifespan and many of the disks and drive units become > spontaneously faulty. Try a different disk and make sure you can boot > the FreeBSD installer off a different machine to eliminate the > possibility of drive faults. > > Regards, > Bill. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 18:10:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 746D637B405 for ; Wed, 5 Jun 2002 18:10:25 -0700 (PDT) Received: from jud@smtp-send.myrealbox.com [67.28.75.205] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare via secured & encrypted transport (TLS); Wed, 05 Jun 2002 19:10:09 -0600 Date: Wed, 5 Jun 2002 21:10:28 -0400 From: Jud To: "Michael Wells" Cc: william@palfreman.com, freebsd-questions@FreeBSD.ORG Subject: Re: Kern.flp Message-Id: <20020605211028.7108d021.jud@myrealbox.com> In-Reply-To: <025801c20cf1$4e56fad0$0a01a8c0@mswolf> References: <20020606010231.K179-100000@kmart.lan.palfreman.com> <025801c20cf1$4e56fad0$0a01a8c0@mswolf> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Jun 2002 17:30:02 -0700 "Michael Wells" wrote: > ----- Original Message ----- > From: "William Palfreman" > To: "Michael Wells" > Cc: > Sent: Wednesday, June 05, 2002 5:06 PM > Subject: Re: Kern.flp > > > > On Wed, 5 Jun 2002, Michael Wells wrote: > > > > > Hello, > > > > > > I am trying to install 4.5 release on a second machine replacing > > > a Linux installation. I used the same process as the first > > > machine a former win2k box. This time I am having problems > > > with the bootdisks. The system refuses to accept the > > > kern.flp disk as a boot disk. Any ideas on what could cause > > > this? > > > > Faulty disk or drive. Floppy disks are at the end of their > > technological lifespan and many of the disks and drive units > > become spontaneously faulty. Try a different disk and make sure > > you can boot the FreeBSD installer off a different machine to > > eliminate the possibility of drive faults. > > > > Regards, > > Bill. > Thanks for the responce. I wish the problem was this simple. > I have replaced the FD drive, the cable and new disks with no > success. It turns out though that I can not load any other > boot disk either. I wish that you could make a bootable > CD instead of the floppies. Does your BIOS allow you to choose what you'll boot from? What does it say? I'm no expert, but the FreeBSD CD sets come with a bootable fixit CD, so perhaps it *is* possible for you to make one. Jud Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 18:19: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 93D7837B405 for ; Wed, 5 Jun 2002 18:18:59 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Wed, 5 Jun 2002 18:18:59 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Wed, 5 Jun 2002 18:18:59 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: slice/partition/disklabel/disk copy question Reply-To: pjklist@ekahuna.com X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020606011859428.AAA484@empty1.ekahuna.com@pc02.ekahuna.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried copying a FreeBSD slice from a disk on an Adaptec SCSI controller to a logical drive on an AMI Megaraid controller, using a DOS-based utility. (Powerquest DriveImage). I've done this before on non-RAID SCSI controllers and it's worked fine, but this time I'm having problems. (perhaps because I split the DOS partition onto a smaller separate logical drive and now the slice offset is different) Anyway I booted up with the fixit CD, was going to install booteasy on the MBR of logical disk 1, but I noticed the following repeated several times in dmesg and wondered if its likely I can just change the disklabel and fix this? (ie change the slice offset?) Newlines added for readability: amrd1: rejecting BSD label: raw partition offset != slice offset amrd1: start 63, end 17526914, size 17526852 amrd1c: start 417690, end 17928539, size 17510850 amrd1s2: rejecting BSD label: raw partition offset != slice offset amrd1s2: start 63, end 17526914, size 17526852 amrd1s2c: start 417690, end 17928539, size 17510850 -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 18:29:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes28.telusplanet.net (defout.telus.net [199.185.220.240]) by hub.freebsd.org (Postfix) with ESMTP id 1EF5E37B40E for ; Wed, 5 Jun 2002 18:29:26 -0700 (PDT) Received: from a7a42593 ([64.180.243.39]) by priv-edtnes28.telusplanet.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020606012925.KDWJ26462.priv-edtnes28.telusplanet.net@a7a42593> for ; Wed, 5 Jun 2002 19:29:25 -0600 To: freebsd-questions@freebsd.org From: tyler spivey Reply-To: tyler spivey Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: re: kern.flp Message-Id: <20020606012925.KDWJ26462.priv-edtnes28.telusplanet.net@a7a42593> Date: Wed, 5 Jun 2002 19:29:25 -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 you can make a bootable cd. the first cd in a cd set is bootable. if you need help downloading the iso images from the ftp site if you don't have the cd's, just ask the list - someone will probably answer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 18:30: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lsh103.siteprotect.com (lsh103.siteprotect.com [66.113.134.246]) by hub.freebsd.org (Postfix) with ESMTP id DD00A37B400 for ; Wed, 5 Jun 2002 18:29:56 -0700 (PDT) Received: from mswolf (ca-crlsbd-u4-c6a-a-108.crlsca.adelphia.net [68.66.136.108]) by lsh103.siteprotect.com (8.9.3/8.9.3) with SMTP id UAA23460; Wed, 5 Jun 2002 20:29:54 -0500 Message-ID: <02b801c20cf9$638a1920$0a01a8c0@mswolf> From: "Michael Wells" To: "Jud" Cc: References: <20020606010231.K179-100000@kmart.lan.palfreman.com><025801c20cf1$4e56fad0$0a01a8c0@mswolf> <20020605211028.7108d021.jud@myrealbox.com> Subject: Re: Kern.flp Date: Wed, 5 Jun 2002 18:27:53 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > > > On Wed, 5 Jun 2002, Michael Wells wrote: > > > > > > > Hello, > > > > > > > > I am trying to install 4.5 release on a second machine replacing > > > > a Linux installation. I used the same process as the first > > > > machine a former win2k box. This time I am having problems > > > > with the bootdisks. The system refuses to accept the > > > > kern.flp disk as a boot disk. Any ideas on what could cause > > > > this? > > > > > > Faulty disk or drive. Floppy disks are at the end of their > > > technological lifespan and many of the disks and drive units > > > become spontaneously faulty. Try a different disk and make sure > > > you can boot the FreeBSD installer off a different machine to > > > eliminate the possibility of drive faults. > > > > > > Regards, > > > Bill. > > > Thanks for the responce. I wish the problem was this simple. > > I have replaced the FD drive, the cable and new disks with no > > success. It turns out though that I can not load any other > > boot disk either. I wish that you could make a bootable > > CD instead of the floppies. > > Does your BIOS allow you to choose what you'll boot from? What does > it say? Yeah I have it set to boot from floppy first. I also tried setting boot from floopy only. Currently the machine loaded with Linux and I can not even mount the drive. Being that it's all new in that area, I am confused. > > I'm no expert, but the FreeBSD CD sets come with a bootable fixit CD, > so perhaps it *is* possible for you to make one. I will have to check into this one.. Thanks! > > Jud > > Jud > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 18:33:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (pcp01838331pcs.owngsm01.md.comcast.net [68.32.62.39]) by hub.freebsd.org (Postfix) with ESMTP id E929737B403 for ; Wed, 5 Jun 2002 18:33:22 -0700 (PDT) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.12.3/8.11.6) with ESMTP id g54DgFiu010262; Tue, 4 Jun 2002 09:42:15 -0400 (EDT) (envelope-from marco@radzinschi.com) Date: Tue, 4 Jun 2002 09:42:15 -0400 (EDT) From: Marco Radzinschi To: uwi mAn Cc: Subject: Re: ftp client In-Reply-To: Message-ID: <20020604094111.D10254-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can use ncftp ; it includes a background download daemon. It is in the ports. Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy "Whoever fights monsters should see to it that in the process he does not become a monster. And when you look long into an abyss, the abyss also looks into you." -- Friedrich Nietzsche (Beyond Good and Evil) On Mon, 3 Jun 2002, uwi mAn wrote: > I need an ftp client that can download stuff in the background. [I use > rlogin to connect to BSD so the download wont stop when I disconnect] > > Any suggestions? > > Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 18:55:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id 1499337B401 for ; Wed, 5 Jun 2002 18:55:34 -0700 (PDT) Received: from [68.64.98.90] (helo=lime.objectwerks.com) by hobbiton.shire.net with asmtp (Exim 3.36 #9) id 17FmUu-0009K9-00 for freebsd-questions@FreeBSD.ORG; Wed, 05 Jun 2002 21:55:33 -0400 Date: Wed, 5 Jun 2002 21:55:55 -0400 Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: jects/ ???? From: Chad Leigh -- Shire.Net LLC To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <8A08E68A-78F0-11D6-B30D-0003931BED80@shire.net> X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi When I boot, the following shows up in my messages file right after the boot: Jun 5 19:37:28 host /kernel: jects/ I have not been able to identify what this is from. Any help appreciated This is on 4.5R-p4 Thanks Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 19:10:45 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 D2D5837B405 for ; Wed, 5 Jun 2002 19:10:41 -0700 (PDT) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 49B8C2B6BF; Thu, 6 Jun 2002 04:10:39 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id E2DAB6A711E; Thu, 6 Jun 2002 12:10:33 +1000 (EST) Date: Thu, 6 Jun 2002 12:10:33 +1000 From: Edwin Groothuis To: tyler spivey Cc: freebsd-questions@freebsd.org Subject: Re: Problem with Ncftp and IpV6 Message-ID: <20020606121033.G552@k7.mavetju> Mail-Followup-To: Edwin Groothuis , tyler spivey , freebsd-questions@freebsd.org References: <20020605234710.YKSQ7991.priv-edtnes09-hme0.telusplanet.net@a7a42593> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020605234710.YKSQ7991.priv-edtnes09-hme0.telusplanet.net@a7a42593>; from tspivey8@telus.net on Wed, Jun 05, 2002 at 05:47:11PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 05, 2002 at 05:47:11PM -0600, tyler spivey wrote: > To the point: > When i do: > ncftp3 ftp.netbsd.org > It tries to connect me to an ipv6 address which I can't suport, and don't wnat to. > But I can connect to ftp.freebsd.org fine - how can i tell > Freebsd that i want ipv4 addresses before ipv6 Ones? > I tried to get a man page on host.conf, but had no luck - there > isn't a man page as far as i can tell. Current ncftp3 port doesn't support ipv6, so I can't test it for you. But if an application gets multiple A or AAAA records, it should go through them all before giving up. Maybe ncftp3 does, but like I said I couldn't test it. 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 Wed Jun 5 19:17:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from beta.tricity.wsu.edu (beta.tricity.wsu.edu [192.220.200.3]) by hub.freebsd.org (Postfix) with ESMTP id 9CC0137B401 for ; Wed, 5 Jun 2002 19:17:39 -0700 (PDT) Received: (from msmith@localhost) by beta.tricity.wsu.edu (8.9.3/8.9.3) id TAA21100; Wed, 5 Jun 2002 19:17:29 -0700 From: Mark Smith Message-Id: <200206060217.TAA21100@beta.tricity.wsu.edu> Subject: Re: Recommendation for Windows SSH Client To: capm@gmx.net (Pascal Giannakakis) Date: Wed, 5 Jun 2002 19:17:29 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <004101c20cc1$1d8ebb70$0200a8c0@capm> from "Pascal Giannakakis" at Jun 05, 2002 08:45:07 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Hi, > > any recommendations on this? It should be free software. I tried putty, > Penguin Net, Network Simplicity ssh, and 2 others. However, none of them > work good enough. > http://www.ssh.com/ Mark -- ========================================================================= UNIX IS user friendly, it's just very choosy about who it calls a friend! ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 19:26:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail019.syd.optusnet.com.au (mail019.syd.optusnet.com.au [210.49.20.160]) by hub.freebsd.org (Postfix) with ESMTP id C70A937B406 for ; Wed, 5 Jun 2002 19:26:22 -0700 (PDT) Received: from webmail03.syd.optusnet.com.au (webmail03.syd.optusnet.com.au [203.2.75.236]) by mail019.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id g562Q7N13430; Thu, 6 Jun 2002 12:26:18 +1000 Message-Id: <200206060226.g562Q7N13430@mail019.syd.optusnet.com.au> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary Mime-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Received: from [203.13.126.19] as user satare@optusnet.com.au by webmail.optusnet.com.au with HTTP; From: Michael Ross To: Mark-Nathaniel Weisman Cc: questions@freebsd.org Date: Thu, 06 Jun 2002 12:26:07 +1000 Subject: Re: More Natd? Sender: owner-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-Nathaniel Weisman wrote: > #redirect_port tcp 10.0.0.1:http 80 > #redirect_port tcp 10.0.0.1:https 443 > #redirect_port tcp 10.0.0.1:ftp-data 20 > #redirect_port tcp 10.0.0.1:ftp 21 > > Obviously without the hashmarks, and without quote marks however, my > port 21 redirect does not work. Any ideas? afaik, your port 21 redirect will not work because you are trying to do nat on ftp. The problem if I remember right is that when people transfer files in "active-ftp" mode, the ftp daemon opens another port number to talk back to the person via. The new port should be able to connect out to the user by will not allow the user to connect back in (because it isn't being nat'd) how to solve it is to run passive ftp.. or you might be able to look at dynamic rules under ipfw.. not sure on the dynamic rules part though. hope this helps, Michael Ross satare@optusnet.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 19:46:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by hub.freebsd.org (Postfix) with ESMTP id E2C7637B405; Wed, 5 Jun 2002 19:46:29 -0700 (PDT) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 53F321CE; Thu, 6 Jun 2002 10:46:28 +0800 (CST) Message-ID: <3CFECD03.1020704@mail.gddsn.org.cn> Date: Thu, 06 Jun 2002 10:46:27 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: freebsd-questions , mbr@freebsd.org Subject: openoffice 1.0 run problem Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, I have problem with soffice. I use 4.6RC, build openoffice from latest ports(today), soffice is still coredump. (gdb) run Starting program: /home/OpenOffice.org1.0/program/soffice.bin Program received signal SIGABRT, Aborted. 0x48d17a6c in kill () from /usr/lib/libc_r.so.4 (gdb) bt #0 0x48d17a6c in kill () from /usr/lib/libc_r.so.4 #1 0x48d66516 in abort () from /usr/lib/libc_r.so.4 #2 0x48ca4444 in __terminate () from /usr/lib/libstdc++.so.3 #3 0x48ca4461 in __terminate () from /usr/lib/libstdc++.so.3 #4 0x48ca47fb in __sjthrow () from /usr/lib/libstdc++.so.3 #5 0x48426683 in cppu::loadSharedLibComponentFactory (rLibName=@0xbfbfe470, rPath=@0xbfbfe99c, rImplName=@0xbfbfe480, xMgr=@0xbfbfe490, xKey=@0xbfbfe4a0) at /home/ports/editors/openoffice/work/oo_1.0_src/cppuhelper/source/shlib.cxx:331 #6 0x483e841d in cppu::bootstrapInitialSF (rBootstrapPath=@0xbfbfe99c) at /home/ports/editors/openoffice/work/oo_1.0_src/cppuhelper/source/servicefactory.cxx:193 #7 0x483edcc8 in cppu::createImplServiceFactory (rWriteRegistry=@0xbfbfe9cc, rReadRegistry=@0xbfbfe958, bReadOnly=0 '\000', rBootstrapPath=@0xbfbfe99c) at /home/ports/editors/openoffice/work/oo_1.0_src/cppuhelper/source/servicefactory.cxx:357 #8 0x483ef0fa in cppu::createRegistryServiceFactory (rWriteRegistry=@0xbfbfe9cc, rReadRegistry=@0xbfbfe958, bReadOnly=0 '\000', rBootstrapPath=@0xbfbfe99c) at /home/ports/editors/openoffice/work/oo_1.0_src/cppuhelper/source/servicefactory.cxx:453 #9 0x486520de in vcl::unohelper::GetMultiServiceFactory () at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/app/unohelp.cxx:146 #10 0x48652854 in vcl::unohelper::CreateBreakIterator () at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/app/unohelp.cxx:178 #11 0x486be5b7 in OutputDevice::ImplGetTextLines (this=0xbfbfee48, rLineInfo=@0xbfbfeb70, nWidth=451, rStr=@0xbfbfeb7c, nStyle=12432) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/gdi/outdev3.cxx:6087 #12 0x486c10af in OutputDevice::GetTextRect (this=0xbfbfee48, rRect=@0xbfbfec5c, rOrigStr=@0xbfbfec6c, nStyle=12432, pInfo=0xbfbfec24) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/gdi/outdev3.cxx:7390 #13 0x48704a90 in MessBox::ImplPosControls (this=0xbfbfee48) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/msgbox.cxx:367 #14 0x48704e06 in MessBox::StateChanged (this=0xbfbfee48, nType=1) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/msgbox.cxx:441 #15 0x4871f467 in Window::ImplCallInitShow (this=0xbfbfee48) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/window.cxx:1347 #16 0x48729f01 in Window::Show (this=0xbfbfee48, bVisible=1 '\001', nFlags=0) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/window.cxx:5494 #17 0x486f86bd in Dialog::Execute (this=0xbfbfee48) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/dialog.cxx:659 #18 0x805de00 in Desktop::HandleBootstrapErrors (this=0x8095bd0, aBootstrapError=BE_UNO_SERVICEMANAGER) at /home/ports/editors/openoffice/work/oo_1.0_src/desktop/source/app/app.cxx:1037 #19 0x80608d6 in Desktop::Main (this=0x8095bd0) at /home/ports/editors/openoffice/work/oo_1.0_src/desktop/source/app/app.cxx:1239 #20 0x4864f223 in SVMain () at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/app/svmain.cxx:277 #21 0x487a9bac in main (argc=1, argv=0xbfbff9b4) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/unx/source/app/salmain.cxx:87 #22 0x8058a11 in _start () (gdb) quit please help. --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 20: 3:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from go4.ext.ti.com (dlezb.ext.ti.com [192.91.75.132]) by hub.freebsd.org (Postfix) with ESMTP id 1CBC637B401 for ; Wed, 5 Jun 2002 20:03:40 -0700 (PDT) Received: from dlep8.itg.ti.com ([157.170.134.88]) by go4.ext.ti.com (8.11.6/8.11.6) with ESMTP id g5633dH23318; Wed, 5 Jun 2002 22:03:39 -0500 (CDT) Received: from dlep8.itg.ti.com (localhost [127.0.0.1]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id WAA18434; Wed, 5 Jun 2002 22:03:39 -0500 (CDT) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id WAA18402; Wed, 5 Jun 2002 22:03:36 -0500 (CDT) Received: from gautham ([192.168.185.126]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id IAA06518; Thu, 6 Jun 2002 08:33:33 +0530 (IST) From: "Gautham Ganapathy" To: "Scott Robbins" , Cc: "FreeBSD.org - Questions" Subject: RE: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") Date: Thu, 6 Jun 2002 08:34:17 +0530 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) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <20020605052222.GA3542@scott1.homeunix.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 Wednesday, June 05, 2002 10:52 AM, Scott wrote: > > On Wed, Jun 05, 2002 at 09:40:07AM +0530, Gautham Ganapathy wrote: > > > > > > > Hi > > > > Does this occur only on the A7V333 ? I switched from an A7V > (KT133A) to an > > A7V333 yesterday and now I can't run X. What exactly is the > connection of > > the MTRR to the motherboard ? I never had problems on the A7V. > > > > Gautham > > > No--I'm actually guessing that it's the problem because it's an ASUS > board and the symptoms are pretty much what was described in the PR. > > It was confirmed on the A7A266 I don't know if it was confirmed on > other ASUS boards. There would either be a panic, or most frequently, > the spontaneous reboot. > > Since then, other folks with different ASUS boards (don't remember the > models, sorry--mine is an A7A266, so that's the one to which I was > paying attention) have reported the same problem and reported that the > fix worked. > Again, the PR was reported as fixed as of late April or so (check the > PR to get the exact date, sorry, I'm rushing as I write this). > > Now, as to the connection between MTRR and the motherboard--it's > actually beyond my expertise to give you a good answer--I was only > able to do a "blackbox" so to speak solution, that is, putting in the > lines that I was directed to put in my i686_mem.c file > > Again, I would say if you did a cvsup since the first or second week > of May, that might not be the problem. > > Sorry I can't be of more use here, > Scott > > Hi Scott, Jud Adding that return statement to i686_mem.c worked. Thanx a lot. Pretty cool. This change won't have any side effects, will it ? Gautham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 20:10:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id BB27C37B408 for ; Wed, 5 Jun 2002 20:10:30 -0700 (PDT) Received: from dialup-209.246.208.84.dial1.philadelphia1.level3.net ([209.246.208.84] helo=sparky) by hawk.mail.pas.earthlink.net with smtp (Exim 3.33 #2) id 17FnfQ-0003hT-00; Wed, 05 Jun 2002 20:10:28 -0700 From: Jud To: "Scott Robbins" , "Gautham Ganapathy" Cc: "FreeBSD.org - Questions" Date: Wed, 05 Jun 2002 23:10:49 -0400 X-Priority: 3 (Normal) In-Reply-To: Message-Id: <74B85YBKHGAD0OIQNIGGC97WU0KEA0.3cfed2b9@sparky> Subject: RE: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.04 build 1120 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 6/5/2002 11:04:17 PM, "Gautham Ganapathy" wrote: [snip] >Hi Scott, Jud > >Adding that return statement to i686_mem.c worked. Thanx a lot. Pretty cool. Excellent news. Guess I'll be trying it now that you've paved the way. >This change won't have any side effects, will it ? You've always wanted two heads, haven't you? ;-) Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 20:11:22 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 9650437B403 for ; Wed, 5 Jun 2002 20:11:20 -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 E314D28C7C; Wed, 5 Jun 2002 23:11:19 -0400 (EDT) Date: Wed, 5 Jun 2002 23:11:19 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Dan Nelson Cc: FreeBSD LIST Subject: Re: find vs. `ls -alR | grep -i keyword` In-Reply-To: <20020603031720.GA94033@dan.emsphone.com> Message-ID: <20020605230722.V45306-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, Dan Nelson wrote: > "locate" beats them both (but works off a precomputed index). find will be faster, if only because it doesn't bother to print stats on every file only to get most of it suppressed by grep. It turns out my /var/db/locate.database file is 0 bytes and `man locate` doesn't exactly tell the use a good weight-gain formula for it... so I'll stick to beefing up my "find" command lines :) > > Invariably, I surprise myself when a conglomeration such as `find /cdrw -name "*deep\ water*" -print` actually prints useful information > no; you never need a slash after directories in any command, unless it's an output file and you want to tell the command to create it, and > no; because your argument is quoted. If you didn't quote it, you would have had to write \*deep\ water\* . > Dan Nelson Ah ha, learning is happening as I write this. However, how would you locate a file named '***dan_is_really_cool***' if your extension to my example holds true? i.e. I used -name "*deep\ water*" and you used \*deep\ water\* for yours. -- 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 Wed Jun 5 20:28: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tltodd.com (badger.tltodd.com [208.133.92.209]) by hub.freebsd.org (Postfix) with ESMTP id D5A4B37B405 for ; Wed, 5 Jun 2002 20:27:58 -0700 (PDT) Received: (from tlt@localhost) by tltodd.com (8.9.3/8.9.3) id WAA89603 for freebsd-questions@FreeBSD.ORG; Wed, 5 Jun 2002 22:27:53 -0500 (CDT) (envelope-from tlt) Date: Wed, 5 Jun 2002 22:27:48 -0500 From: Terry Todd To: freebsd-questions@FreeBSD.ORG Subject: Re: Recommendation for Windows SSH Client Message-ID: <20020605222748.A89543@badger.tltodd.com> References: <004101c20cc1$1d8ebb70$0200a8c0@capm> <000c01c20cc7$0cc75350$fe01a8c0@armageddon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000c01c20cc7$0cc75350$fe01a8c0@armageddon>; from ecrist@adtechintegrated.com on Wed, Jun 05, 2002 at 02:27:28PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 05, 2002 at 02:27:28PM -0500, Eric F Crist wrote: > Have you tried the ssh client? You can get it here: > > ftp://ftp.ssh.org/pub/ssh/SSHSecureShellClient-3.1.1.exe I downloaded it and it has a legal notice that it can only be used for 30 days. Terry Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 20:30:22 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 389B837B406 for ; Wed, 5 Jun 2002 20:30:16 -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 D7F5E28E6F; Wed, 5 Jun 2002 23:30:02 -0400 (EDT) Date: Wed, 5 Jun 2002 23:30:02 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Chip Norkus Cc: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] In-Reply-To: <20020603010926.K1929@arpa.com> Message-ID: <20020605232535.R45306-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 Mon, 3 Jun 2002, Chip Norkus wrote: > > > 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: I need clarification here... when you say "IRC server software," do you mean the program running at the destination or on my PC? > > a) Tries to hide your real IP address, from the logs. > > b) Can not resolve your IP address, or similar. > 'a' is correct here. Most IRC servers basically avoid ever outputting the > real IP address of.. well.. anything, to just about anyone. b is incorrect. > As for identd and IRC servers, when using the internal inetd auth service, be sure to change the '-o UNKNOWN' option to '-o UNIX', or the IRC server won't believe your ident reply comes from a correct rfc1413 source. This is silliness on the part of the IRC server. -wd > -- > chip norkus; unix geek and programmer; wd@arpa.com > "question = (to) ? be : !be;" --Shakespeare http://telekinesis.org/ I made the change to "-o UNIX" then tried connecting to some IRC servers listed as EFnet ones, such as irc.mindspring.com and irc.umich.edu and irc.easynews.com but still having that same problem with 255's and it saying "banned." Bizarre. Any other ideas? -- 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 Wed Jun 5 20:43:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by hub.freebsd.org (Postfix) with ESMTP id 5DE3E37B405 for ; Wed, 5 Jun 2002 20:43:52 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (freebsd.localhost.localdomain [127.0.0.1]) by sub21-156.member.dsl-only.net (8.12.3/8.12.3) with SMTP id g563j63E002539; Wed, 5 Jun 2002 20:45:07 -0700 (PDT) (envelope-from nkinkade@dsl-only.com) Date: Wed, 5 Jun 2002 20:45:06 -0700 From: Nathan Kinkade To: "Michael Wells" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kern.flp Message-Id: <20020605204506.4e791377.nkinkade@dsl-only.com> In-Reply-To: <02b801c20cf9$638a1920$0a01a8c0@mswolf> References: <20020606010231.K179-100000@kmart.lan.palfreman.com> <025801c20cf1$4e56fad0$0a01a8c0@mswolf> <20020605211028.7108d021.jud@myrealbox.com> <02b801c20cf9$638a1920$0a01a8c0@mswolf> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 5 Jun 2002 18:27:53 -0700 "Michael Wells" wrote: > > > > > Hello, > > > > > > > > > > I am trying to install 4.5 release on a second machine > > > > > replacing a Linux installation. I used the same process as > > > > > the first machine a former win2k box. This time I am having > > > > > problems with the bootdisks. The system refuses to accept the > > > > > kern.flp disk as a boot disk. Any ideas on what could cause > > > > > this? > > > > > > > > Faulty disk or drive. Floppy disks are at the end of their > > > > technological lifespan and many of the disks and drive units > > > > become spontaneously faulty. Try a different disk and make sure > > > > you can boot the FreeBSD installer off a different machine to > > > > eliminate the possibility of drive faults. > > > > > > > > Regards, > > > > Bill. > > > > > Thanks for the responce. I wish the problem was this simple. > > > I have replaced the FD drive, the cable and new disks with no > > > success. It turns out though that I can not load any other > > > boot disk either. I wish that you could make a bootable > > > CD instead of the floppies. > > > > Does your BIOS allow you to choose what you'll boot from? What does > > it say? > > Yeah I have it set to boot from floppy first. I also tried setting > boot from floopy only. > Currently the machine loaded with Linux and I can not even mount the > drive. Being that it's all new in that area, I am confused. Is the BIOS even detecting your floppy drive? Is the "Boot Floppy Seek" ,or some similar option, in BIOS enabled?...just to make sure the BIOS sees the drive. Just to be sure that I'm understanding you correctly, are you saying that the same boot floppies work fine on other machines? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 20:52:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 8391D37B401 for ; Wed, 5 Jun 2002 20:52:49 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.3) id g563qmtv080880; Wed, 5 Jun 2002 22:52:48 -0500 (CDT) (envelope-from dan) Date: Wed, 5 Jun 2002 22:52:48 -0500 From: Dan Nelson To: Peter Leftwich Cc: FreeBSD LIST Subject: Re: find vs. `ls -alR | grep -i keyword` Message-ID: <20020606035248.GB43707@dan.emsphone.com> References: <20020603031720.GA94033@dan.emsphone.com> <20020605230722.V45306-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020605230722.V45306-100000@earl-grey.cloud9.net> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 05), Peter Leftwich said: > On Sun, 2 Jun 2002, Dan Nelson wrote: > > "locate" beats them both (but works off a precomputed index). find > > will be faster, if only because it doesn't bother to print stats on > > every file only to get most of it suppressed by grep. > > It turns out my /var/db/locate.database file is 0 bytes and `man locate` > doesn't exactly tell the use a good weight-gain formula for it... so I'll > stick to beefing up my "find" command lines :) Run /usr/libexec/locate.updatedb as root; that'll do it. The database is usually updated weekly. > > > Invariably, I surprise myself when a conglomeration such as `find > > > /cdrw -name "*deep\ water*" -print` actually prints useful > > > information > > no; you never need a slash after directories in any command, unless > > it's an output file and you want to tell the command to create it, > > and no; because your argument is quoted. If you didn't quote it, > > you would have had to write \*deep\ water\* . > > Ah ha, learning is happening as I write this. However, how would you > locate a file named '***dan_is_really_cool***' if your extension to > my example holds true? i.e. I used -name "*deep\ water*" and you used > \*deep\ water\* for yours. The same way you can escape special characters from the shell by putting a \ in front of them, you can escape special characters from find: -name pattern True if the last component of the pathname being examined matches pattern. Special shell pattern matching characters (``['', ``]'', ``*'', and ``?'') may be used as part of pattern. These characters may be matched explicitly by escaping them with a backslash (``\''). -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 20:56: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lsh103.siteprotect.com (lsh103.siteprotect.com [66.113.134.246]) by hub.freebsd.org (Postfix) with ESMTP id 0D8E237B407 for ; Wed, 5 Jun 2002 20:55:56 -0700 (PDT) Received: from mswolf (ca-crlsbd-u4-c6a-a-108.crlsca.adelphia.net [68.66.136.108]) by lsh103.siteprotect.com (8.9.3/8.9.3) with SMTP id WAA29594; Wed, 5 Jun 2002 22:55:53 -0500 Message-ID: <02ca01c20d0d$c7ee62e0$0a01a8c0@mswolf> From: "Michael Wells" To: "Nathan Kinkade" Cc: References: <20020606010231.K179-100000@kmart.lan.palfreman.com><025801c20cf1$4e56fad0$0a01a8c0@mswolf><20020605211028.7108d021.jud@myrealbox.com><02b801c20cf9$638a1920$0a01a8c0@mswolf> <20020605204506.4e791377.nkinkade@dsl-only.com> Subject: Re: Kern.flp Date: Wed, 5 Jun 2002 20:53:51 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > > > > > Hello, > > > > > > > > > > > > I am trying to install 4.5 release on a second machine > > > > > > replacing a Linux installation. I used the same process as > > > > > > the first machine a former win2k box. This time I am having > > > > > > problems with the bootdisks. The system refuses to accept the > > > > > > kern.flp disk as a boot disk. Any ideas on what could cause > > > > > > this? > > > > > > > > > > Faulty disk or drive. Floppy disks are at the end of their > > > > > technological lifespan and many of the disks and drive units > > > > > become spontaneously faulty. Try a different disk and make sure > > > > > you can boot the FreeBSD installer off a different machine to > > > > > eliminate the possibility of drive faults. > > > > > > > > > > Regards, > > > > > Bill. > > > > > > > Thanks for the responce. I wish the problem was this simple. > > > > I have replaced the FD drive, the cable and new disks with no > > > > success. It turns out though that I can not load any other > > > > boot disk either. I wish that you could make a bootable > > > > CD instead of the floppies. > > > > > > Does your BIOS allow you to choose what you'll boot from? What does > > > it say? > > > > Yeah I have it set to boot from floppy first. I also tried setting > > boot from floopy only. > > Currently the machine loaded with Linux and I can not even mount the > > drive. Being that it's all new in that area, I am confused. > > Is the BIOS even detecting your floppy drive? Is the "Boot Floppy Seek" > ,or some similar option, in BIOS enabled?...just to make sure the BIOS > sees the drive. Just to be sure that I'm understanding you correctly, > are you saying that the same boot floppies work fine on other machines? > The BIOS auto detects the drives on boot. The "Boot Floppy Seek" is in fact enabled. Something else seems to be at play here. I can not seem to boot off the cdrom either. I have RedHat 7.2 installed now. It is using the GRUB loader and I am wondering if this is causing problems? I want to remove the RH installation completely. It is almost as if my devices are useless until RH loads. This doesn't seem to make sense but I can't explain otherwise. Yes the floppies work with no issue on my other machine... I am lost on this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 20:57:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id EA4DC37B401 for ; Wed, 5 Jun 2002 20:57:18 -0700 (PDT) Received: (qmail 28589 invoked by uid 0); 6 Jun 2002 03:57:15 -0000 Received: from unknown (HELO corrsl7vs6l3tz) (203.200.184.94) by mail.gmx.net (mp011-rz3) with SMTP; 6 Jun 2002 03:57:15 -0000 Message-ID: <001301c20d0e$3f42f090$5eb8c8cb@corrsl7vs6l3tz> From: "Sanjay Bhattacharya" To: "Giorgos Keramidas" Cc: References: <26795.1023269182@www26.gmx.net> <20020605183613.GA4399@hades.hell.gr> Subject: Re: Delete Key Date: Thu, 6 Jun 2002 09:26:55 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 >What program are you using when your DEL key >doesn't seem to work? > > Giorgos. Hi, I want to make the DEL key work while working with the bash shell itself. The DEL key is working like it should from vim and vi and emacs. Thanks, Sanjay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 21: 0: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maple.canadian.net (maple.canadian.net [216.123.178.4]) by hub.freebsd.org (Postfix) with ESMTP id 142E937B404 for ; Wed, 5 Jun 2002 21:00:01 -0700 (PDT) Received: from snowowl (snowowl.canadian.net [216.123.178.14]) by maple.canadian.net (8.9.3/8.9.3) with SMTP id XAA57164; Wed, 5 Jun 2002 23:59:58 -0400 (EDT) (envelope-from dave@canadian.net) Message-ID: <015b01c20d0e$a04031a0$0eb27bd8@canadian.net> From: "Dave Foster (Sysadmin)" To: "Kent Stewart" Cc: References: <00da01c20cad$a3034050$0eb27bd8@canadian.net> <3CFE3BE9.1060104@owt.com> Subject: Re: MII without any PHY on SIS 900 Date: Wed, 5 Jun 2002 23:59:57 -0400 Organization: Canadian Net MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Opps, just tried with FreeBSD 4.6 RC 4 Get the Ethernet address this time, but still MII without any PHY! Subject: Re: MII without any PHY on SIS 900 > > > Dave Foster (Sysadmin) wrote: > > > I will be brief, my new ASUS P4S333-VM has the SIS 650 chipset and 900 > > Ethernet with ICS 1893Y PHY on board. I currently am using FreeBSD 4.4. I > > get: > > > > sis0: port 0xdc000-0xa0ff mem 0xe6000000-0xe6000fff > > irq 12 at device 3.0 on pci0 > > sis0: Ethernet address: 00:00:00:00:00:00 > > sis0: MII without any PHY! > > device_probe_and_attach: sis0 attach returned 6 > > > Most of the SIS-900s are accounted for in the latest -stable. > > Kent > > > > > > A regular Intel NIC works fine, but as this design is for a 1U, I require > > all on board! Other maybe useful info Pentium 4 2.0A, 512 RAM > > > > Dave Foster > > Systems Administrator, Canadian Net > > 1-800-427-8564 > > +1 416 245-1374 > > FAX +1 416 245-8193 > > http://www.canadian.net > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > . > > > > > > > -- > Kent Stewart > Richland, WA > > http://users.owt.com/kstewart/index.html > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 21: 2:37 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 E34D537B403 for ; Wed, 5 Jun 2002 21:02:32 -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 37DAF28D67; Thu, 6 Jun 2002 00:02:27 -0400 (EDT) Date: Thu, 6 Jun 2002 00:02:27 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Admin/Manager Cc: FreeBSD LIST Subject: RE: Restrict user access on FreeBSD In-Reply-To: <000001c20aa5$c46f5f30$0264a8c0@3dmdomain.local> Message-ID: <20020605235934.Q45306-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2 Jun 2002, Admin/Manager wrote: > Humm, Well not the answer I was looking for. My I should explain better. I would like to know is could change all systems only accessible like /etc/ /etc/named /var/ to only be readable buy root? Would this cause any problems? Thank you for you help. > Leroy I would say generally it is quite difficult to get in the way of the OS and influence bad things to happen... however, that being said, familiarize yourself with chmod and remember, you can leave things in their default, installed states/stati where certain binaries and directories are (as they ought to be) *executable* while not *readable* just remember that :) -- 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 Wed Jun 5 21:15:59 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 2EE8337B400 for ; Wed, 5 Jun 2002 21:15:53 -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 VAA32029; Wed, 5 Jun 2002 21:15:51 -0700 Message-ID: <3CFEE1F5.8030305@owt.com> Date: Wed, 05 Jun 2002 21:15:49 -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: "Dave Foster (Sysadmin)" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MII without any PHY on SIS 900 References: <00da01c20cad$a3034050$0eb27bd8@canadian.net> <3CFE3BE9.1060104@owt.com> <015b01c20d0e$a04031a0$0eb27bd8@canadian.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dave Foster (Sysadmin) wrote: > Opps, just tried with FreeBSD 4.6 RC 4 Get the Ethernet address this time, > but still MII without any PHY! Mike Myers had a patch but I don't know if it is in 4.6-rc or not. I also don't remember if it was for the SIS-900. You might search the archives on the SIS 900 and see what you find. You may also have to contact Bill Paul (wpaul@ctr.columbia.edu) and get a new chipset recognized. You can see how they are entered by following the mods to the two if_sis* modules in http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pci/ Most of the information can be obtained using pciconf -l Look for 9001039. If you don't see that, the 0x0900 will probably be the SIS-900. Kent > > Subject: Re: MII without any PHY on SIS 900 > > > >> >>Dave Foster (Sysadmin) wrote: >> >> >>>I will be brief, my new ASUS P4S333-VM has the SIS 650 chipset and 900 >>>Ethernet with ICS 1893Y PHY on board. I currently am using FreeBSD 4.4. >>> > I > >>>get: >>> >>>sis0: port 0xdc000-0xa0ff mem >>> > 0xe6000000-0xe6000fff > >>>irq 12 at device 3.0 on pci0 >>>sis0: Ethernet address: 00:00:00:00:00:00 >>>sis0: MII without any PHY! >>>device_probe_and_attach: sis0 attach returned 6 >>> >> >>Most of the SIS-900s are accounted for in the latest -stable. >> >>Kent >> >> >> >>>A regular Intel NIC works fine, but as this design is for a 1U, I >>> > require > >>>all on board! Other maybe useful info Pentium 4 2.0A, 512 RAM >>> >>>Dave Foster >>>Systems Administrator, Canadian Net >>>1-800-427-8564 >>>+1 416 245-1374 >>> FAX +1 416 245-8193 >>>http://www.canadian.net >>> >>> >>> >>>To Unsubscribe: send mail to majordomo@FreeBSD.org >>>with "unsubscribe freebsd-questions" in the body of the message >>> >>>. >>> >>> >>> >> >>-- >>Kent Stewart >>Richland, WA >> >>http://users.owt.com/kstewart/index.html >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message >> >> > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 21:20:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailbox-4.st1.spray.net (mailbox-4.st1.spray.net [212.78.202.104]) by hub.freebsd.org (Postfix) with ESMTP id 57C5537B401 for ; Wed, 5 Jun 2002 21:20:44 -0700 (PDT) Received: from harry2 (pcp813816pcs.nrockv01.md.comcast.net [68.49.67.154]) by mailbox-4.st1.spray.net (8.8.8/8.8.8) with ESMTP id GAA19955 for ; Thu, 6 Jun 2002 06:20:41 +0200 (DST) Posted-Date: Thu, 6 Jun 2002 06:20:41 +0200 (DST) Content-Type: text/plain; charset="us-ascii" From: Jordi YC To: questions@FreeBSD.ORG Subject: Wireless had-hoc gateway with IPsec/IPFilter/IPNat? Date: Thu, 6 Jun 2002 00:20:41 -0400 User-Agent: KMail/1.4.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206060020.41934.jordi_yc@lycos.es> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I would like to know if I can have 1 (one) FreeBSD server doing ipfilter, ipnat, and ipsec for a small intranet. Basically, is a home LAN connected through a cable modem + a wireless network card that connects 2 users. I would like to use ipsec instead of PPTP, so I can avoid "dialing" in order to secure the connection and save me some routing issues. Internet <--> Cable Modem <--> NIC 1 <--> WIRELESS CARD WIRELESS CARD 2 <--> WINDOWS XP WIRELESS CARD 3 <--> FreeBSD TIA, Jordi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 21:41:15 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 7B95F37B400 for ; Wed, 5 Jun 2002 21:41:11 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id 907C51DF; Thu, 6 Jun 2002 00:41:10 -0400 (EDT) Date: Thu, 6 Jun 2002 00:41:10 -0400 From: Andrew J Caines To: freebsd-questions@freebsd.org Subject: Re: Delete Key Message-ID: <20020606044110.GH4964@hal9000.halplant.com> Reply-To: Andrew J Caines Mail-Followup-To: freebsd-questions@freebsd.org References: <26795.1023269182@www26.gmx.net> <20020605183613.GA4399@hades.hell.gr> <001301c20d0e$3f42f090$5eb8c8cb@corrsl7vs6l3tz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001301c20d0e$3f42f090$5eb8c8cb@corrsl7vs6l3tz> 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 Sanjay, > I want to make the DEL key work while working with the bash shell itself. # stty erase ^V Put it in your .bash_profile if this is really what you want every time you log in. Out of curiosity, why do you want delete to behave like backspace? -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 Wed Jun 5 21:59: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail017.syd.optusnet.com.au (mail017.syd.optusnet.com.au [210.49.20.175]) by hub.freebsd.org (Postfix) with ESMTP id 1B2D537B407 for ; Wed, 5 Jun 2002 21:58:58 -0700 (PDT) Received: from default (sdcax9-218.dialup.optusnet.com.au [198.142.171.218]) by mail017.syd.optusnet.com.au (8.11.1/8.11.1) with SMTP id g564wuX19105 for ; Thu, 6 Jun 2002 14:58:56 +1000 Message-ID: <000a01c20d16$5340ea40$daab8ec6@default> From: "jmmd" To: Subject: Date: Thu, 6 Jun 2002 14:55:04 +1000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C20D6A.23FA5CE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C20D6A.23FA5CE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable please help i have a Hewlett-Packard HP 35480A running on win98se .....it shows in = control panel but no drivr letter is assigned please help david ------=_NextPart_000_0007_01C20D6A.23FA5CE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
please help
i have a Hewlett-Packard HP 35480A running on win98se = .....it=20 shows in control panel but no drivr letter is = assigned
 
please help
david
------=_NextPart_000_0007_01C20D6A.23FA5CE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 22: 2:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pwhsnet.com (adsl-64-172-151-7.dsl.scrm01.pacbell.net [64.172.151.7]) by hub.freebsd.org (Postfix) with ESMTP id 8D5D437B406 for ; Wed, 5 Jun 2002 22:02:23 -0700 (PDT) Received: from Spooler by pwhsnet.com (Mercury/32 v3.31) ID MO00009B; 5 Jun 02 22:02:25 -0700 Received: from spooler by pwhsnet.com (Mercury/32 v3.31); 5 Jun 02 22:02:10 -0700 Received: from apollo (192.168.0.3) by pwhsnet.com (Mercury/32 v3.31) ID MG00009A; 5 Jun 02 22:02:04 -0700 Message-ID: <010f01c20d17$4e8ede70$0300a8c0@pwhsnet.com> From: "Patrick O. Fish" To: "jmmd" , References: <000a01c20d16$5340ea40$daab8ec6@default> Subject: Re: Date: Wed, 5 Jun 2002 22:02:07 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_010C_01C20CDC.A22B7290" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_010C_01C20CDC.A22B7290 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Buddy, I think you've for the wrong mailing list. This is a FREEBSD = (http://www.freebsd.org) mailing list, not related to HP or Microsoft. = Try http://www.hp.com ----- Original Message -----=20 From: jmmd=20 To: questions@FreeBSD.org=20 Sent: Wednesday, June 05, 2002 9:55 PM please help i have a Hewlett-Packard HP 35480A running on win98se .....it shows in = control panel but no drivr letter is assigned =20 please help david ------=_NextPart_000_010C_01C20CDC.A22B7290 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Buddy,
 I think you've for the wrong = mailing=20 list.  This is a FREEBSD (http://www.freebsd.org) mailing = list, not=20 related to HP or Microsoft.  Try http://www.hp.com
----- Original Message -----
From:=20 jmmd
To: questions@FreeBSD.org
Sent: Wednesday, June 05, 2002 = 9:55=20 PM

please help
i have a Hewlett-Packard HP 35480A running on win98se = .....it=20 shows in control panel but no drivr letter is = assigned
 
please help
david
------=_NextPart_000_010C_01C20CDC.A22B7290-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 22:20:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes28.telusplanet.net (defout.telus.net [199.185.220.240]) by hub.freebsd.org (Postfix) with ESMTP id B027537B40A for ; Wed, 5 Jun 2002 22:19:34 -0700 (PDT) Received: from gcooper ([209.107.108.123]) by priv-edtnes28.telusplanet.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020606051934.MKKM26462.priv-edtnes28.telusplanet.net@gcooper>; Wed, 5 Jun 2002 23:19:34 -0600 Message-ID: <033301c20d21$4c54c160$7b6c6bd1@ab.hsia.telus.net> From: "Grant Cooper" To: "Patrick O. Fish" , "jmmd" , References: <000a01c20d16$5340ea40$daab8ec6@default> <010f01c20d17$4e8ede70$0300a8c0@pwhsnet.com> Subject: Re: Date: Thu, 6 Jun 2002 00:13:38 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0330_01C20CEF.0187F6C0" 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_0330_01C20CEF.0187F6C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable No he's either very very smart or very very dumb. win98se - yes. Get rid = of unstable microsoft crap and follow this link. = http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html#AE= N25137 I think you will be much happier. :) If your still having = problem's try a pencil and paper. I here it's the in thing. ;) ----- Original Message -----=20 From: Patrick O. Fish=20 To: jmmd ; questions@FreeBSD.org=20 Sent: Wednesday, June 05, 2002 11:02 PM Subject: Re:=20 Buddy, I think you've for the wrong mailing list. This is a FREEBSD = (http://www.freebsd.org) mailing list, not related to HP or Microsoft. = Try http://www.hp.com ----- Original Message -----=20 From: jmmd=20 To: questions@FreeBSD.org=20 Sent: Wednesday, June 05, 2002 9:55 PM please help i have a Hewlett-Packard HP 35480A running on win98se .....it shows = in control panel but no drivr letter is assigned please help david ------=_NextPart_000_0330_01C20CEF.0187F6C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
No he's either very very smart or very = very dumb.=20 win98se - yes. Get rid of unstable = microsoft crap=20 and follow this link. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook= /mirrors.html#AEN25137 I=20 think you will be much happier. :) If your still having problem's try a = pencil=20 and paper. I here it's the in thing. ;)
 
----- Original Message -----
From:=20 Patrick O.=20 Fish
To: jmmd ; questions@FreeBSD.org
Sent: Wednesday, June 05, 2002 = 11:02=20 PM
Subject: Re:

Buddy,
 I think you've for the wrong = mailing=20 list.  This is a FREEBSD (http://www.freebsd.org) mailing = list, not=20 related to HP or Microsoft.  Try http://www.hp.com
----- Original Message -----
From:=20 jmmd
Sent: Wednesday, June 05, = 2002 9:55=20 PM

please help
i have a Hewlett-Packard HP 35480A running on = win98se .....it=20 shows in control panel but no drivr letter is = assigned
 
please help
david
------=_NextPart_000_0330_01C20CEF.0187F6C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 22:29:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta-2.gci.net (mta-2.gci.net [208.138.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 5753637B405 for ; Wed, 5 Jun 2002 22:29:35 -0700 (PDT) Received: from mmp-2.gci.net ([208.138.130.81]) by mta-2.gci.net (Netscape Messaging Server 4.15) with ESMTP id GX9R9900.3P9 for ; Wed, 5 Jun 2002 21:29:33 -0800 Received: from [24.237.15.200] ([24.237.15.200]) by mmp-2.gci.net (Netscape Messaging Server 4.15) with ESMTP id GX9R9900.SBR for ; Wed, 5 Jun 2002 21:29:33 -0800 User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Wed, 05 Jun 2002 21:29:31 -0800 Subject: Re: More Natd? From: Mark-Nathaniel Weisman To: Message-ID: In-Reply-To: <200206060226.g562Q7N13430@mail019.syd.optusnet.com.au> 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 Just out of curiosity, do you remember the other port I've got to open in my firewall? Do you know where I can find the documentation on what you're saying? I need to get this open. I'd appreciate it greatly. His Faithful Servant, Mark > From: "Michael Ross" > Date: Thu, 06 Jun 2002 12:26:07 +1000 > To: "Mark-Nathaniel Weisman" > Cc: > Subject: Re: More Natd? > >> Mark-Nathaniel Weisman wrote: >> #redirect_port tcp 10.0.0.1:http 80 >> #redirect_port tcp 10.0.0.1:https 443 >> #redirect_port tcp 10.0.0.1:ftp-data 20 >> #redirect_port tcp 10.0.0.1:ftp 21 >> >> Obviously without the hashmarks, and without quote marks however, my >> port 21 redirect does not work. Any ideas? > > afaik, your port 21 redirect will not work because you are > trying to do nat on ftp. The problem if I remember right is > that when people transfer files in "active-ftp" mode, the ftp > daemon opens another port number to talk back to the person > via. > > The new port should be able to connect out to the user by > will not allow the user to connect back in (because it isn't > being nat'd) > > how to solve it is to run passive ftp.. or you might be able > to look at dynamic rules under ipfw.. not sure on the dynamic > rules part though. > > hope this helps, > > Michael Ross > satare@optusnet.com.au > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 22:37: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from arcor.de (ACB8ED1D.ipt.aol.com [172.184.237.29]) by hub.freebsd.org (Postfix) with SMTP id 5828E37B403 for ; Wed, 5 Jun 2002 22:35:59 -0700 (PDT) From: "phoengeist38259@arcor.de" To: Subject: Entschuldigen Sie bitte die St顤ung! Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Thu, 6 Jun 2002 07:36:04 +0200 Reply-To: "phoengeist38259@arcor.de" Content-Transfer-Encoding: 8bit Message-Id: <20020606053559.5828E37B403@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Entschuldigen Sie bitte die St顤ung! Mir ist etwas zu Ohren gekommen. Eine relativ aussergew鐬nliche Gerchtekche, aus der man mir ein schwerverdauliches Sppchen vorgesetzt hat, ist der Grund meiner Mail. Unappetitlich ist gar kein Ausdruck! Ist es m鐷lich auf funktechnischem Wege(in welchen Frequenzbereichen?) jemanden zu beeinflussen oder zu manipulieren? Oder sogar zu schikanieren und terrorisieren? Unter dem Motto:"Einen am Sender?Nich ganz alleine? Kleine Mannim Ohr?Falsche Wellenl鄚ge?Bohnen in den Ohren? Auf den Zahn gefhlt(Amalgam)?Mal unverbindlich reinh顤en? Der Pullacher Wanzentanz? Ist das Spinnerei?Das geht doch gar nicht,oder? Und wenn wie sieht das ethisch moralisch aus? Zur technischen Seite der Sache gibt es zwar Berichte und Webseiten: Totalitaer,de - Die Waffe gegen die Kritik http://www.fosar-bludorf.com/Tempelhof/ http://jya.com/haarp.htm http://www.zeitenschrift.at/magazin/zs_24_15/1_mikrowaffen.htm http://www.bse-plus.de/d/doc/lbrief/lbmincontr.htm http://home.nexgo.de/kraven/bigb/big3.html http://w3.nrl.navy.mil/projects/haarp/index.html http://cryptome.org/ http://www.parascope.com/ds/mkultra0.htm http://www.trufax.org/menu/mind.html http://www.trufax.org/menu/elect.html http://mindcontrolforum.com/ http://www.trufax.org/menu/elect.html usw. usw. usw. ,aber,das kann doch nicht sein,das soetwas gemacht wird,oder? Eine Menschenrechtsverletzung sonder gleichen!?! Ist es m鐷lich,durch Pr鄡aration,der Ohren und im Zusammenspiel mit eventuell vorhandenem Zahnersatz? Mit relativ einfacher Funktechnik?? In diesem Land?Hier und heute??? Unter welchen Motiven? Wo ist eigentlich die Abteilung 5 des BND und des Verfassungsschutzes? Kann es sein,da es Leute gibt,die dem BND/Verfassungsschutz,auf funktechnischem Wege permanent einen Situationsbericht abliefern,ohne es selbst zu merken,im Kindesalter machbar gemacht?? Werden durch solche inoffiziellen Mitarbeiter,beim BND und Verfassungsschutz,nach Stasimanier, Informationen von und ber,rein theoretisch, jeden Bundesbrger,gesammelt? Gibt es dann noch ein Recht auf Privatsphere? Wer kontrolliert eigentlich den BND,MAD und Verfassungsschutz auf Unterwanderung??? In der Mail geht es mir eigentlich um die Frage,ob es kriminellen Elementen, aus dem Motiv der Bereicherung,oder Gruppierungen aus ideologischen Motiven, m鐷lich ist ,sich Wissen und Technik anzueignen,die zu anderen Zeiten, aus anderen Motiven(Westfernsehen?),entwickelt wurde. Und stellt der technische Wissensstand, der der Allgemeinheit bekannt ist wirklich das Ende der Fahnenstange dar? Ist es denn nicht kriminellen Elementen genauso m鐷lich, ich sage das jetzt mal verharmlost und verniedlichend, einzelne Personen oder Gruppen mit relativ einfachen Mitteln, aus welchen Motiven auch immer, auszuspionieren? Und stellt diese "Ausspioniererei" nicht einen erheblichen Eingriff in die Privatsph酺e dar? Ist es m鐷lich einzelne Personen oder Gruppen, eine Akzeptans einer gewissen 猈fentlichkeit(suggeriert?), die z.B. mit Hilfe von Internetseiten,wie zum Beispiel dem "Pranger"geschaffen werden k霵nte, mal vorausgestzt,zu terroriesieren und oder zu schikanieren, und das in aller (suggerierten)猈fentlichkeit?Haben die Leute die da am Pranger, oder auf irgendeiner anderen Seite verunglimpft,oder gar Verleumdet werden, eigentlich eine Chance zur Gegen鐪fentlichkeit?Ist das nicht Rufmord? Vor einigen Jahren bin ich per Zufall auf die Seite "Der Pranger" gesto絽n, damals lief das noch nicht unter dem Deckmantel der Partnervermittlung. K霵nen sich einzelne Personen,oder Interessengemeinschaften, aus reinem Selbstzweck,solcher Seiten bedienen, um unter dem Deckmantel einer fragwrdigen Zivilkourage, durch anzetteln irgendwelcher Hetzkampagnen,eigene, ganz pers鐬nliche Interessen durchsetzen? K霵nen solche Seiten zur Koordination von kriminellen machenschaften dienen? Die Frage,ist es M鐷lichkeit oder Unm鐷lichkeit,technisch und gesellschaftlich, einzelne Personen,oder auch Gruppierungen,aus einer kriminellen/ideologischen Energei heraus,zu manipulieren oder zu beeinflussen,terrorisieren oder zu schickanieren,und zwar gezielt. Zielgruppenmanipulation durch Massenmedien sind allt輍liche Manipulation, der mansich,mehr oder weniger,entziehen kann. Wird das Recht auf Privatsph酺e,schleichend,tiefenpsychologisch, durch Sendungen,wie,zum Beispiel "Big brother",untergraben? Sollte bei einem der Angemailten ein gewisser Wissensstand zum Thema vorhanden sein, w酺e ich ber Hinweise zum Thema froh. Auf der Suche nach Antworten auf meine Fragen maile ich verschiedene Adressen aus dem Internet an, und hoffe aufkonstruktive Antworten und Kritiken. 鈁er einen Besuch auf der Seite wrde ich mich freuen. Sollten Sie von mir mehrfach angeschrieben worden sein,so bitte ich Sie,mir dies zu entschuldigen, das war nicht beabsichtigt. Der Grund fr meine Anonymit酹 ist die Tatsache, da bei derlei Fragenstellerei, verst鄚dlicherweise,schnell der Ruf nach der Psychatrie laut wird. Was auch Methode hat(ist). Sollten Sie die Mail als Bel酲tigung empfinden, m鐼hte ich mich hiermit dafr entschuldigen! Big brother is watching you? Excuse please the disturbance! Me something came to ears. A relatively unusual rumor kitchen, from which one put forward to me a heavydigestible soup, is the reason of my Mail. Unappetizing is no printout! Is it possible on radio Wege(in for which frequency ranges?) to influence or manipulate someone? Terrorize or to even chicane and? Under the Motto:"Einen at the Sender?Nich quite alone? Small Mannim Ohr?Fal Wellenlaenge?Bohnen in the ears? On the tooth clean-hear gefuehlt(Amalgam)?Mal witthout obligation? The Pullacher bug wanzentanz? Isn't the Spinnerei?Das goes nevertheless at all, or? And if as looks ethicalally morally? For the technical page of the thing there is to report and web page: Totalitaer,de - Die Waffe gegen die Kritik http://www.fosar-bludorf.com/Tempelhof/ http://jya.com/haarp.htm http://www.zeitenschrift.at/magazin/zs_24_15/1_mikrowaffen.htm http://www.bse-plus.de/d/doc/lbrief/lbmincontr.htm http://home.nexgo.de/kraven/bigb/big3.html http://w3.nrl.navy.mil/projects/haarp/index.html http://cryptome.org/ http://www.parascope.com/ds/mkultra0.htm http://www.trufax.org/menu/mind.html http://www.trufax.org/menu/elect.html http://mindcontrolforum.com/ http://www.trufax.org/menu/elect.html usw. usw. usw. but, that cannot be nevertheless, which is made soetwas, or? A violation of human rights resemble special!?! Is it possible, by preparation, the ears and in interaction with possibly available artificial dentures? With relatively simple radio engineering?? In this Land?Hier and today??? Under which motives? Where is the department actually 5 of the BND and the protection of the constitution? Can it be that there are people, which deliver the Federal Intelligence Service/protection of the constitution, on radio way permanently a situation report, without noticing it, in the infancy feasiblly made? By such unofficial coworkers, with the BND and protection of the constitution, after Stasimanier, is information collected of and over,purely theoretically, each Federal citizen? Is there then still another right to Privatsphere? Who actually checks the BND, WAD and protection of the constitution for infiltration??? Into the Mail actually concerns it to me the question whether it criminal items, from which motive of enriching, or groupings from ideological motives is possible, to acquire itself knowledge and technique which were developed at other times, from other Motiven(Westfernsehen?).And does the technical knowledge status place, to that the public admits is really the end of the flag bar? Is it not to criminal items just as possible, I legend that now times played down and does nice-end, individual persons or groups with relatively simple means, to spy from whatever motives always? And doesn't this " Ausspioniererei " represent a substantial intervention into the privatsphaere? It is possible individual persons or groups, one acceptance to of a certain Oeffentlichkeit(suggeriert?), e.g. by Internet pages, how for example the " Pranger"geschaffen could become, times vorausgestzt, to terroriesieren and or chicane, and in everything (the people suggerierten)Oeffentlichkeit?Haben there at the Pranger, or on any other page to be reviled, or slandered, actually a chance to the Gegenoeffentlichkeit?Ist that not character assassination? Some years ago I am by coincidence the page " the Pranger " encountered, at that time ran not yet under the cover of the partner switching.Itself can individual persons, or communities of interests, from pure self purpose, such pages to serve, over under the cover of a doubtful Zivilkourage, through plot any rushing campaigns, own, quite persoehnliche interests to intersperse? Can such pages serve for the co-ordination of criminal machinations? The question, is it possibility or impossibility, technically and socially, individual persons, or also groupings of manipulating or of influencing from an criminal/ideological Energei, terrorizes or to schickanieren, directed.Target group manipulation by mass media are everyday manipulation, from which, more or less, can extract itself. Does the right to privatsphaere, creeping, by transmissions become deep psychological, how, for example " Big undermine brother"? If the Angemailten should be available a certain knowledge status to the topic with one, I would be glad over notes to the topic On the search for responses to my questions maile I different addresses from the Internet on, and hope up-constructional responses and criticisms.Over an attendance on the page wuerde I are pleased.If you should have been written down by me several times, then please I you to excuse me this that was not intended. The reason for my anonymity is the fact that with such Fragenstellerei, understandably, fast after the call the Psychatrie loud becomes. Which also method hat(ist). If you should feel the Mail as annoyance, I would like to apologize hereby for it! Big is watching you? Veuillez excuser le d廨angement! Moi quelque chose concernant des oreilles est venu. Une cuisine de bruit relativement inhabituelle, dont on m'a plac un Sueppchen schwerverdauliches devant, est la raison de mes Mail.Aucune expression n'est peu app彋issante! Il est possible sur un Wege(in funktechnischem pour quelles r廧onses fr廦uentielles?) quelqu'un influencer ou manipuler? Ou m瘱e schikanieren et terroriser? Sous le Motto:"Einen au Sender?Nich tout fait seulement? Petits Mannim Ohr?Falsche Wellenlaenge?Bohnen dans les oreilles? Sur la dent gefuehlt(Amalgam)?Mal non contraignant reinhoeren? Le Pullacher Wanzentanz? Le Spinnerei?Das n'est-il quand m瘱e pas du tout va, ou? Et si comme cela para褾 彋hiquement moralement? Au c矌 technique de la chose, il y a certes des rapports et des Webseiten: Totalitaer,de - Die Waffe gegen die Kritik http://www.fosar-bludorf.com/Tempelhof/ http://jya.com/haarp.htm http://www.zeitenschrift.at/magazin/zs_24_15/1_mikrowaffen.htm http://www.bse-plus.de/d/doc/lbrief/lbmincontr.htm http://home.nexgo.de/kraven/bigb/big3.html http://w3.nrl.navy.mil/projects/haarp/index.html http://cryptome.org/ http://www.parascope.com/ds/mkultra0.htm http://www.trufax.org/menu/mind.html http://www.trufax.org/menu/elect.html http://mindcontrolforum.com/ http://www.trufax.org/menu/elect.html usw. usw. usw. toutefois qui ne peut quand m瘱e pas 皻re qui on fait soetwas, ou? Une violation des droits de l'homme s廧arer ressembler!?! Il est possible, par la pr廧aration, des oreilles et dans l'effet avec la proth鋊e dentaire 憝entuellement existante? Avec la technique de radio relativement simple?? Dans ce Land?Hier et aujourd'hui Sous quels motifs? O le d廧artement est-il en r嶧lit 5 du BND et de la protection d'constitution? peut il 皻re qu'il y a les personnes qui livrent en permanence le BND/Verfassungsschutz, de mani鋨e funktechnischem un rapport de situation, sans le remarquer le -m瘱e , dans l'enfance rendu possible?? Par de tels collaborateurs officieux, avec le BND et la protection d'constitution, apr鋊 mani鋨e, des informations sont-elles rassembl嶪s et plus de, purement th廩riquement, chaque citoyen allemand? Il y a alors encore un droit des Privatsphere? Qui contr犨e en r嶧lit le BND, mad et protection d'constitution sur une infiltration??? Il s'agit en r嶧lit dans le Mail me la question de savoir si lui 幨幦ents criminels, dont le motif de l'enrichissement, ou de groupements des motifs id廩logiques, possible de s'acqu廨ir le savoir et la technique qui d'autres temps, est autre MotivenEt place-t-il le savoir technique dont le public vraiment la fin la barre de drapeau a connaissance ? Il n'est pas donc exactement la m瘱e chose possible pour des 幨幦ents criminels, moi cela maintenant fois verharmlost et minimisant une l嶲ende, personnes ou groupes particuliers avec des moyens relativement simples, de quels motifs aussi toujours, auszuspionieren?(Westfernsehen?), a 彋 d憝elopp. Et ce "Ausspioniererei" ne repr廥ente-t-il pas une intervention consid廨able dans la vie priv嶪? Il est possible personnes ou groupes particuliers, pour certain Oeffentlichkeit(suggeriert?), celui p. ex. l'aide des c矌廥 Internet, comme par exemple "le Pranger"geschaffen pourrait, fois vorausgestzt schikanieren terroriesieren et ou , et qui toute (suggerierten)Oeffentlichkeit?Haben les personnes ceux l, ou d'un autre c矌 verunglimpft, ou on ne pas calomnie, en r嶧lit une chance au Gegenoeffentlichkeit?Ist qui meurtre d'appel? Il y a quelques ann嶪s, je ne suis pas encore par hasard sur le c矌 "celui" pouss, fonctionnais alors cela sous la couche de pont de l'entremise partenaire. Des personnes particuli鋨es, ou des communaut廥 d'int廨皻s le peuventelles, d'un autobut pur, de tels c矌廥 servent, sous la couche de pont d'un Zivilkourage douteux, tracent plus de des campagnes de pr嶰ipitation, propres int廨皻s tout fait persoehnliche entrem瘭ent? De tels c矌廥 peuvent-ils servir la coordination des manoeuvres criminelles? Question, est lui possibilit ou impossibilit de manipuler ou d'influencer techniquement et socialement, particuli鋨e personnes, ou aussi groupements, criminelle/ponctuel id廩logique Energei dehors, , terroriser ou schickanieren, et ce.Une manipulation de groupe cible par des masse-m嶮ias 皻re la manipulation quotidienne qui peut extraire mansich, plus ou moins. Le droit la vie priv嶪 est-il min, ramment, tiefenpsychologisch, par des envois, comme, par exemple "des Big brother"? Avec un les Angemailten si un certain savoir devait exister sur le th鋗e, je serais heureux sur des indications sur le th鋗e.Sur la recherche des r廧onses mes questions je diff廨entes adresses maile d'Internet dessus, et esp鋨e r廧onses et critiques aufkonstruktive. Sur une visite du c矌 http://hometown.aol.de/reinerhohn38259/homepage/index.html> je me r嶴ouirais. Si vous deviez avoir 彋 嶰rit diff廨entes reprises par moi, je vous demande de m'excuser cela qui n'彋ait pas envisag. La raison de mon anonymat est le fait qu'avec telle des Fragenstellerei, l'appel devient ce qui est bien compr嶭ensible, rapidement bruyant apr鋊 le Psychatrie. Ce que la m彋hode a 嶲alement (ist). Si vous deviez ressentir les Mail comme un ennui, je voudrais m'excuser par ceci pour cela! Big brother is watching you? K霵nte mir jemand bei der korrekten 鈁erstzung helfen? Could someone help me with the correct translation? Quelqu'un pourrait-il m'aider lors du Ueberstzung correct? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 22:51:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 030EE37B401 for ; Wed, 5 Jun 2002 22:51:38 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA09504; Thu, 6 Jun 2002 08:42:56 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g565dRa45824; Thu, 6 Jun 2002 08:39:30 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Thu, 6 Jun 2002 08:39:27 +0300 (EEST) From: Alexander V Zubchenko To: uwi mAn Cc: Subject: Re: proxy In-Reply-To: Message-ID: <20020606083856.W45681-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Wed, 5 Jun 2002, uwi mAn wrote: > I use squid proxy to connect to internet. Where should I specify proxy > settings? > > I have problems using HTTP, => no route hoste. > > > Thanks. > > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Take a look at /usr/local/etc/squid/squid.conf With best wishes, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 22:53:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from graham.shacknet.nu (cdm-208-248-105-geor.cox-internet.com [208.180.248.105]) by hub.freebsd.org (Postfix) with ESMTP id 4247037B401 for ; Wed, 5 Jun 2002 22:53:35 -0700 (PDT) Received: from eratos ([192.168.0.8]) by graham.shacknet.nu (8.12.3/8.12.3) with SMTP id g565qle5014982 for ; Thu, 6 Jun 2002 00:52:48 -0500 (CDT) Message-Id: <200206060552.g565qle5014982@graham.shacknet.nu> Date: Thu, 6 Jun 2002 0:54:36 -0600 From: Chris Graham Reply-To: chris@graham.shacknet.nu To: "freebsd-questions@FreeBSD.ORG" Subject: help with kernel config Organization: Fire and Bones Technologies X-mailer: FoxMail 2.1 [en] Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, i'm running freebsd-4.5-release on i386 and i have a problem. i've compile a custom kernel once already, and it worked fine. i need to make another one, but now after running /usr/sbin/config ERATOS (which works fine), i cd to ../../compile/ERATOS and try to run make depend. make exits with "Makefile:27: *** missing separator. Stop." verrrry strange. i've got gnu make 3.79 installed if it matters. please please help. -chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 23: 1: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 85EA437B400 for ; Wed, 5 Jun 2002 23:01:01 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id JAA10668 for ; Thu, 6 Jun 2002 09:00:14 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (8.11.3/8.11.3) with ESMTP id g565uha45876 for ; Thu, 6 Jun 2002 08:56:44 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Date: Thu, 6 Jun 2002 08:56:43 +0300 (EEST) From: Alexander V Zubchenko To: FreeBSD Questions Subject: Sendmail problem during DATA section Message-ID: <20020606085237.S45868-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, All! I have some problems with subj. Mail delivering from some hosts end with one of following messages in syslog: "Premature EOM" or "timeout waiting for input during message collect". I'm running sendmail with -X and in it conversation is over right after DATA cmd and 354 reply. What is going on? Sendmail: Version 8.11.3 Compiled with: MAP_REGEX LOG MATCHGECOS MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS QUEUE SCANF SMTP STARTTLS TCPWRAPPERS USERDB XDEBUG FreeBSD 4.3-RELEASE Thx for existence, FreeBSD community. Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 23:15:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by hub.freebsd.org (Postfix) with ESMTP id 00EDF37B406 for ; Wed, 5 Jun 2002 23:15:52 -0700 (PDT) Received: (from david@localhost) by skytrackercanada.com (8.12.3/8.12.3) id g566Eq03039977; Thu, 6 Jun 2002 02:14:52 -0400 (EDT) (envelope-from david) Date: Thu, 6 Jun 2002 02:14:52 -0400 From: David Banning To: Kathy Quinlan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Send Mail problems. Message-ID: <20020606021452.A39485@skytrackercanada.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from katinka@magestower.com on Wed, Jun 05, 2002 at 05:40:29PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I am getting 3 errors with sendmail : > Jun 5 17:10:33 students sendmail[95]: g53J1RP00778: SYSERR(root): > kps.dnsalias.org. config error: mail loops back to me (MX problem?) > Jun 5 17:10:33 students sendmail[95]: g559AXE00095: Losing > ./qfg559AXE00095: savemail panic > Jun 5 17:10:33 students sendmail[95]: g559AXE00095: SYSERR(root): savemail: > cannot save rejected email anywhere I don't know about the first error but I just had the same last two errors as you did. For me it turned out to be related to my upgrade to 4.5. I am not sure that is it in your case, but I solved it by running mergemaster which replaced replaced or modified many of the /etc/rc* files. There are a number of changes that happened with the sendmail configuration startup in /etc/rc.conf then I followed direction in /etc/mail/README, specifically; 2. Return to using a set-user-ID root sendmail binary by changing the ownership and permissions on the sendmail binary and removing the /etc/mail/submit.cf file: chown root /usr/libexec/sendmail/sendmail chmod 4755 /usr/libexec/sendmail/sendmail rm /etc/mail/submit.cf did it for me. Hope this helps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 5 23:35:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 2C27537B403 for ; Wed, 5 Jun 2002 23:35:47 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.3/8.12.3) with ESMTP id g566ZjNg071122; Thu, 6 Jun 2002 18:35:45 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.3/8.12.3/Submit) id g566ZinB071121; Thu, 6 Jun 2002 18:35:44 +1200 (NZST) Date: Thu, 6 Jun 2002 18:35:44 +1200 From: Jonathan Chen To: Alexander V Zubchenko Cc: FreeBSD Questions Subject: Re: Filesystem layout Message-ID: <20020606183544.A71073@grimoire.chen.org.nz> References: <20020605074416.A66850@grimoire.chen.org.nz> <20020605090656.X38547-100000@server.hermes-comp.zp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020605090656.X38547-100000@server.hermes-comp.zp.ua>; from stalker@hermes-comp.zp.ua on Wed, Jun 05, 2002 at 09:11:38AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 05, 2002 at 09:11:38AM +0300, Alexander V Zubchenko wrote: [...] > Yes, but i choose freebsd, because i don't want to somebody else maintain > my PC for me ;-) There's enough work maintaining a running system already. You don't need worry about extra maintenance if you can help it. >But question was about general UNIX ideology and current > state of FreeBSD hier(7). qmail install itself into /var/qmail (but var is > not for this), /var/tmp is also not so good idea, imho. etc. etc. etc. i > think that current directory structure is not clear. and what you say, > all, if i will try to suggest another one. Or where it may b suggested for > better results and lesser annoying factor. Use the ports. It will handle autodependancies for you, as well as putting everything in the right place according to the current FreeBSD mandated heirarchy. -- Jonathan Chen ----------------------------------------------------------------------- "I love deadlines. I like the whooshing sound they make as they fly by" - Douglas Adams To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 0:15:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by hub.freebsd.org (Postfix) with ESMTP id 647E437B407; Thu, 6 Jun 2002 00:15:51 -0700 (PDT) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 3ABE2BB; Thu, 6 Jun 2002 15:15:44 +0800 (CST) Message-ID: <3CFF0BFF.3040102@mail.gddsn.org.cn> Date: Thu, 06 Jun 2002 15:15:11 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: Huang wen hui Cc: freebsd-questions , mbr@freebsd.org Subject: Re: openoffice 1.0 run problem References: <3CFECD03.1020704@mail.gddsn.org.cn> 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 Huang wen hui wrote: > hi, > I have problem with soffice. I use 4.6RC, build openoffice from > latest ports(today), soffice is still coredump. > > (gdb) run > Starting program: /home/OpenOffice.org1.0/program/soffice.bin > > Program received signal SIGABRT, Aborted. > 0x48d17a6c in kill () from /usr/lib/libc_r.so.4 > (gdb) bt > #0 0x48d17a6c in kill () from /usr/lib/libc_r.so.4 > #1 0x48d66516 in abort () from /usr/lib/libc_r.so.4 > #2 0x48ca4444 in __terminate () from /usr/lib/libstdc++.so.3 > #3 0x48ca4461 in __terminate () from /usr/lib/libstdc++.so.3 > #4 0x48ca47fb in __sjthrow () from /usr/lib/libstdc++.so.3 > #5 0x48426683 in cppu::loadSharedLibComponentFactory > (rLibName=@0xbfbfe470, rPath=@0xbfbfe99c, rImplName=@0xbfbfe480, > xMgr=@0xbfbfe490, xKey=@0xbfbfe4a0) > at > /home/ports/editors/openoffice/work/oo_1.0_src/cppuhelper/source/shlib.cxx:331 > > #6 0x483e841d in cppu::bootstrapInitialSF > (rBootstrapPath=@0xbfbfe99c) at > /home/ports/editors/openoffice/work/oo_1.0_src/cppuhelper/source/servicefactory.cxx:193 > > #7 0x483edcc8 in cppu::createImplServiceFactory > (rWriteRegistry=@0xbfbfe9cc, rReadRegistry=@0xbfbfe958, bReadOnly=0 > '\000', rBootstrapPath=@0xbfbfe99c) > at > /home/ports/editors/openoffice/work/oo_1.0_src/cppuhelper/source/servicefactory.cxx:357 > > #8 0x483ef0fa in cppu::createRegistryServiceFactory > (rWriteRegistry=@0xbfbfe9cc, rReadRegistry=@0xbfbfe958, bReadOnly=0 > '\000', rBootstrapPath=@0xbfbfe99c) > at > /home/ports/editors/openoffice/work/oo_1.0_src/cppuhelper/source/servicefactory.cxx:453 > > #9 0x486520de in vcl::unohelper::GetMultiServiceFactory () at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/app/unohelp.cxx:146 > > #10 0x48652854 in vcl::unohelper::CreateBreakIterator () at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/app/unohelp.cxx:178 > > #11 0x486be5b7 in OutputDevice::ImplGetTextLines (this=0xbfbfee48, > rLineInfo=@0xbfbfeb70, nWidth=451, rStr=@0xbfbfeb7c, nStyle=12432) > at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/gdi/outdev3.cxx:6087 > > #12 0x486c10af in OutputDevice::GetTextRect (this=0xbfbfee48, > rRect=@0xbfbfec5c, rOrigStr=@0xbfbfec6c, nStyle=12432, pInfo=0xbfbfec24) > at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/gdi/outdev3.cxx:7390 > > #13 0x48704a90 in MessBox::ImplPosControls (this=0xbfbfee48) at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/msgbox.cxx:367 > > #14 0x48704e06 in MessBox::StateChanged (this=0xbfbfee48, nType=1) at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/msgbox.cxx:441 > > #15 0x4871f467 in Window::ImplCallInitShow (this=0xbfbfee48) at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/window.cxx:1347 > > #16 0x48729f01 in Window::Show (this=0xbfbfee48, bVisible=1 '\001', > nFlags=0) at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/window.cxx:5494 > > #17 0x486f86bd in Dialog::Execute (this=0xbfbfee48) at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/window/dialog.cxx:659 > > #18 0x805de00 in Desktop::HandleBootstrapErrors (this=0x8095bd0, > aBootstrapError=BE_UNO_SERVICEMANAGER) > at > /home/ports/editors/openoffice/work/oo_1.0_src/desktop/source/app/app.cxx:1037 > > #19 0x80608d6 in Desktop::Main (this=0x8095bd0) at > /home/ports/editors/openoffice/work/oo_1.0_src/desktop/source/app/app.cxx:1239 > > #20 0x4864f223 in SVMain () at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/app/svmain.cxx:277 > > #21 0x487a9bac in main (argc=1, argv=0xbfbff9b4) at > /home/ports/editors/openoffice/work/oo_1.0_src/vcl/unx/source/app/salmain.cxx:87 > > #22 0x8058a11 in _start () > (gdb) quit > > please help. > > --hwh > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > forgot to mention, I use system gcc, not use ports. After build again, I got different error msg: (gdb) run The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /home/OpenOffice.org1.0/program/soffice.bin Program received signal SIGSEGV, Segmentation fault. 0x482fe6f9 in ResMgr::GetResource (this=0x0, rId=@0xbfbfed58, pResObj=0x0) at /home/ports/editors/openoffice/work/oo_1.0_src/tools/source/rc/resmgr.cxx:890 890 nTopRes++; // Stackzeiger erhoehen (gdb) bt #0 0x482fe6f9 in ResMgr::GetResource (this=0x0, rId=@0xbfbfed58, pResObj=0x0) at /home/ports/editors/openoffice/work/oo_1.0_src/tools/source/rc/resmgr.cxx:890 #1 0x482fe80e in ResMgr::GetResourceSkipHeader (rResId=@0xbfbfed58, ppResMgr=0xbfbfebc0) at /home/ports/editors/openoffice/work/oo_1.0_src/tools/source/rc/resmgr.cxx:946 #2 0x486587e8 in Bitmap::Bitmap (this=0xbfbfed6c, rResId=@0xbfbfed58) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/gdi/bitmap.cxx:112 #3 0x806badc in Desktop::OpenStartupScreen (this=0x8095bd0) at /home/ports/editors/openoffice/work/oo_1.0_src/desktop/source/app/app.cxx:2133 #4 0x8060978 in Desktop::Main (this=0x8095bd0) at /home/ports/editors/openoffice/work/oo_1.0_src/desktop/source/app/app.cxx:1248 #5 0x4864f223 in SVMain () at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/source/app/svmain.cxx:277 #6 0x487a9bac in main (argc=1, argv=0xbfbff5cc) at /home/ports/editors/openoffice/work/oo_1.0_src/vcl/unx/source/app/salmain.cxx:87 #7 0x8058a11 in _start () (gdb) quit may be getActualResMgr retrun null. --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 0:43:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m09.mx.aol.com (imo-m09.mx.aol.com [64.12.136.164]) by hub.freebsd.org (Postfix) with ESMTP id C46B237B400 for ; Thu, 6 Jun 2002 00:43:28 -0700 (PDT) Received: from BeverlyBgBv14@aol.com by imo-m09.mx.aol.com (mail_out_v32.5.) id n.71.207b2c93 (4596) for ; Thu, 6 Jun 2002 03:43:20 -0400 (EDT) From: BeverlyBgBv14@aol.com Message-ID: <71.207b2c93.2a306c98@aol.com> Date: Thu, 6 Jun 2002 03:43:20 EDT Subject: how do i do it To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_71.207b2c93.2a306c98_boundary" X-Mailer: AOL 6.0 for Windows US sub 10568 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --part1_71.207b2c93.2a306c98_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit i have been trying to go to www.3dgraphics but it said i needed to download freebds pleases write back at bigdaddychef@hotmail.com --part1_71.207b2c93.2a306c98_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit i have been trying to go to www.3dgraphics but it said i needed to download freebds

pleases write back at   bigdaddychef@hotmail.com
--part1_71.207b2c93.2a306c98_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 0:46: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.ehsrealtime.com (eris.ehsrealtime.com [213.52.146.130]) by hub.freebsd.org (Postfix) with ESMTP id AAB0737B405 for ; Thu, 6 Jun 2002 00:46:02 -0700 (PDT) Received: from set.ehsrealtime.com ([213.52.146.197]) by clientmail.ehsrealtime.com with esmtp (Exim 3.33 #2) id 17Frxz-000GpV-01; Thu, 06 Jun 2002 08:45:55 +0100 Received: from waynep by set.ehsrealtime.com with local (Exim 3.34 #1) id 17Fsxg-0000Aq-00; Thu, 06 Jun 2002 08:49:40 +0000 From: Wayne Pascoe To: Jordi YC Cc: questions@FreeBSD.ORG Subject: Re: Wireless had-hoc gateway with IPsec/IPFilter/IPNat? References: <200206060020.41934.jordi_yc@lycos.es> Date: 06 Jun 2002 08:49:39 +0000 In-Reply-To: <200206060020.41934.jordi_yc@lycos.es> Message-ID: Lines: 36 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jordi YC writes: > I would like to know if I can have 1 (one) FreeBSD server doing > ipfilter, ipnat, and ipsec for a small intranet. Basically, is a > home LAN connected through a cable modem + a wireless network card > that connects 2 users. I would like to use ipsec instead of PPTP, so > I can avoid "dialing" in order to secure the connection and save me > some routing issues. Yes. I have been doing this for some time now. The important lines from /etc/start_if.wi0 (or the appropriate script that is run when your wireless adaptor initialises) are: wicontrol -i wi0 -c 1 wicontrol -i wi0 -e 1 wicontrol -i wi0 -n "yourwirelessnetname" You should then supply a key with wicontrol -i wi0 -k "blah" In your ipfilter scripts, block or pass on the device unless you have a fixed IP address. e.g. pass in quick on wi0 from 192.168.1.0/24 to any port = 22 flags S/SA \ keep state The above line will allow all machines on your network to ssh to the world. HTH. -- - Wayne Pascoe - http://www.penguinpowered.org.uk/wayne/ Give me enough medals, and I'll win any war. - Napolean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 0:47:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta-2.gci.net (mta-2.gci.net [208.138.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 3B58037B406 for ; Thu, 6 Jun 2002 00:47:22 -0700 (PDT) Received: from mmp-2.gci.net ([208.138.130.81]) by mta-2.gci.net (Netscape Messaging Server 4.15) with ESMTP id GX9XMW02.K01 for ; Wed, 5 Jun 2002 23:47:20 -0800 Received: from [24.237.15.200] ([24.237.15.200]) by mmp-2.gci.net (Netscape Messaging Server 4.15) with ESMTP id GX9XMW00.QEA for ; Wed, 5 Jun 2002 23:47:20 -0800 User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Wed, 05 Jun 2002 23:47:19 -0800 Subject: active ftp on ipfw and natd? From: Mark-Nathaniel Weisman To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG List, I was looking through the archives, and it would seem that a potential solution for my problem is punch_fw? I haven't read the man about it yet, however, I'm trying to run an active ftp connection through a natd/ipfw box to my webserver, I've got ports 20 and 21 open, and yet I can't seem to connect through the box, any assistance would be greatly appreciated, and yes I will go and read the man file on this. ;-) His Faithful Servant, Mark Weisman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 1: 2:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pooh.ASARian.org (pooh.ASARian.org [216.21.171.83]) by hub.freebsd.org (Postfix) with ESMTP id 3624937B401 for ; Thu, 6 Jun 2002 01:02:39 -0700 (PDT) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.11.6/8.11.6) with ESMTP id g5682Hs15428 for ; Thu, 6 Jun 2002 04:02:17 -0400 (EDT) (envelope-from fuzzy@pooh.ASARian.org) Date: Thu, 6 Jun 2002 04:02:17 -0400 (EDT) From: Fuzzy To: freebsd-questions@FreeBSD.ORG Subject: msg: can't verify hostname: getaddrinfo(, AF_INET) failed? Message-ID: X-No-Archive: Yes Organization: ASARian Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jun 6 03:17:53 pooh inetd[14172]: warning: /etc/hosts.allow, line 5: can't verify hostname: getaddrinfo(ip-53-53.jdrmedia.com, AF_INET) failed we've been getting a lot of these, and have no idea why inetd is complaining. its not like I can fix the DNS for the problem hosts. what am I supposed to do to do to avoid these messages? thanks fuz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 1:42:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13506.mail.yahoo.com (web13506.mail.yahoo.com [216.136.175.85]) by hub.freebsd.org (Postfix) with SMTP id 56B5937B408 for ; Thu, 6 Jun 2002 01:42:07 -0700 (PDT) Message-ID: <20020606084207.48854.qmail@web13506.mail.yahoo.com> Received: from [202.150.128.129] by web13506.mail.yahoo.com via HTTP; Thu, 06 Jun 2002 01:42:07 PDT Date: Thu, 6 Jun 2002 01:42:07 -0700 (PDT) From: chia an Subject: making connection To: freebsd-questions@FreeBSD.ORG In-Reply-To: <200206060217.TAA21100@beta.tricity.wsu.edu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1596915090-1023352927=:46546" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-1596915090-1023352927=:46546 Content-Type: text/plain; charset=us-ascii hello all bsd friends Iam using internal CONEXANT 11242 Chipset v.90 56k modem for dial up connection.I have configured ppp.conf and this is my simple ppp.conf configuration: default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) set device /dev/cuaa1 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 180 # 3 minute idle timer (the default) enable dns # request DNS info (for resolv.conf) papchap: set phone 080989999 set authname telkomnet@instan set authkey telkom set ifaddr 0 0 add default HISADDR # Add a (sticky) default route set redial 0 7 set reconnect 0 7 and then i am clicking ppp and appear: root@bsd(etc/ppp)#ppp Working in interactive mode using interface : tun0 ppp ON bsd>dial in this step an error appear : bsd ppp[288]: tun0 : Warning: Chat script failed and if iam running this --->ppp ON bsd>term (make my system hanging) what should i do?and how to make the connection to the internet?please show me the way i can use step by step to establish the connetion. --------------------------------- Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup --0-1596915090-1023352927=:46546 Content-Type: text/html; charset=us-ascii

hello all bsd friends
 Iam using internal CONEXANT 11242 Chipset v.90 56k modem for dial up connection.I have configured ppp.conf and this is my simple ppp.conf configuration:

 default:
  set log Phase Chat LCP IPCP CCP tun command
  ident user-ppp VERSION (built COMPILATIONDATE)
  set device /dev/cuaa1
  set speed 115200
  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
            \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40  CONNECT"
  set timeout 180   # 3 minute idle timer  (the default)
  enable dns    # request DNS info (for  resolv.conf)
 papchap:
   set phone 080989999
  set authname telkomnet@instan
  set authkey telkom
  set ifaddr 0 0
  add default HISADDR   # Add a (sticky) default route
  set redial 0 7
  set reconnect 0 7


and then i am clicking ppp and appear:

 root@bsd(etc/ppp)#ppp
 Working in interactive mode
 using interface : tun0
 ppp ON bsd>dial

in this step an error appear :
 bsd ppp[288]: tun0 : Warning: Chat script failed

and if iam running this --->ppp ON bsd>term (make my system hanging)

what should i do?and how to make the connection to the internet?please show me the way i can use step by step to establish the connetion.



Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup --0-1596915090-1023352927=:46546-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 1:50:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id DB49937B403 for ; Thu, 6 Jun 2002 01:50:50 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 19E7066C49; Thu, 6 Jun 2002 01:50:49 -0700 (PDT) Date: Thu, 6 Jun 2002 01:50:49 -0700 From: Kris Kennaway To: Chris Graham Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: help with kernel config Message-ID: <20020606015049.A7231@xor.obsecurity.org> References: <200206060552.g565qle5014982@graham.shacknet.nu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206060552.g565qle5014982@graham.shacknet.nu>; from chris@graham.shacknet.nu on Thu, Jun 06, 2002 at 12:54:36AM -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 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 06, 2002 at 12:54:36AM -0600, Chris Graham wrote: > hi, i'm running freebsd-4.5-release on i386 and i have a problem. i've co= mpile a custom kernel once already, and it worked fine. i need to=20 > make another one, but now after running /usr/sbin/config ERATOS (which wo= rks fine), i cd to ../../compile/ERATOS and try to run make depend.=20 > make exits with "Makefile:27: *** missing separator. Stop." verrrry stra= nge. i've got gnu make 3.79 installed if it matters. please please=20 > help. GNU make is not BSD make, and you can't use them interchangeably. Use the tools that came with your FreeBSD system and all will be fine. Kris --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/yJoWry0BWjoQKURAnijAKCOysO+1K77TeI7CidKys/aFi0c2ACgoBOH qNmfKWRXfF/n6tsQXhgSpXw= =416Z -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 2: 9:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 5B75F37B409 for ; Thu, 6 Jun 2002 02:09:09 -0700 (PDT) Received: from d1o1113.telia.com (d1o1113.telia.com [213.67.196.241]) by mailf.telia.com (8.11.6/8.11.6) with ESMTP id g56997V25157 for ; Thu, 6 Jun 2002 11:09:07 +0200 (CEST) Received: from tor (h115n2fls31o1113.telia.com [217.208.28.115]) by d1o1113.telia.com (8.10.2/8.10.1) with SMTP id g56997a05159 for ; Thu, 6 Jun 2002 11:09:07 +0200 (CEST) Message-ID: <000701c20d39$e927ecc0$0d00a8c0@telia.com> From: =?iso-8859-1?Q?Tor_Nyr=E9n?= To: Subject: Tape devices Date: Thu, 6 Jun 2002 11:09:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I think you have a wonderful product. I am using it with different = configurations and everything works fine. Since I think most people use it as a server product, support for server = hardware is important. One thing that is very important in this regard = is backup. I am trying to use an Onstream IDE backup unit with 4.5, but I can not = get it to work. I tried Caldera Linux (3.1.1), and after doing some = research everything worked fine. I don't want to use Linux ! What can I do to make it work ? I am trying to use a 15/30 GB FAST Onstream device. Best Regards Tor Nyren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 2:23:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 747E437B406 for ; Thu, 6 Jun 2002 02:23:38 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D3A0666D29; Thu, 6 Jun 2002 02:23:34 -0700 (PDT) Date: Thu, 6 Jun 2002 02:23:34 -0700 From: Kris Kennaway To: =?iso-8859-1?Q?Tor_Nyr=E9n?= Cc: questions@FreeBSD.ORG Subject: Re: Tape devices Message-ID: <20020606022334.A8200@xor.obsecurity.org> References: <000701c20d39$e927ecc0$0d00a8c0@telia.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000701c20d39$e927ecc0$0d00a8c0@telia.com>; from tor.nyren@telia.com on Thu, Jun 06, 2002 at 11:09:48AM +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 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 06, 2002 at 11:09:48AM +0200, Tor Nyr=E9n wrote: > I am trying to use an Onstream IDE backup unit with 4.5, but I can > not get it to work. Sorry to hear that, but we'll need more to go on than this. Kris --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/yoVWry0BWjoQKURAkBuAJ4x+SWQ4UjrEfLO+pK0zTIhHdgQfwCeJwd8 29WN88EqAe3ngH53kxep8S8= =p+fD -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 2:29:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp06.wxs.nl (smtp06.wxs.nl [195.121.6.58]) by hub.freebsd.org (Postfix) with ESMTP id 9478D37B404 for ; Thu, 6 Jun 2002 02:29:17 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp06.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GXA2CR01.MAE; Thu, 6 Jun 2002 11:29:15 +0200 Date: Thu, 6 Jun 2002 11:29:58 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <221532824.20020606112958@dds.nl> To: bigdaddychef@hotmail.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how do i do it In-Reply-To: <71.207b2c93.2a306c98@aol.com> References: <71.207b2c93.2a306c98@aol.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello BeverlyBgBv14, Thursday, June 06, 2002, 9:43:20 AM, you wrote: Bac> i have been trying to go to www.3dgraphics but it said i needed to download Bac> freebds Bac> pleases write back at bigdaddychef@hotmail.com Here you can find all you need to know about how to install FreeBSD. http://www.freebsd.org/handbook/install.html -- Best regards, Alex Links: How to get the best results from FreeBSD questions. http://www.lemis.com/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 2:43:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.broadpark.no (217-13-4-9.dd.nextgentel.com [217.13.4.9]) by hub.freebsd.org (Postfix) with ESMTP id 2032F37B401 for ; Thu, 6 Jun 2002 02:43:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.broadpark.no (Postfix) with ESMTP id 87F917EE0 for ; Thu, 6 Jun 2002 11:43:30 +0200 (MEST) Received: from 62.113.158.67 ( [62.113.158.67]) as user johann@mail.broadpark.no by mail.broadpark.no with HTTP; Thu, 6 Jun 2002 11:43:30 +0200 Message-ID: <1023356610.3cff2ec25b5a5@mail.broadpark.no> Date: Thu, 6 Jun 2002 11:43:30 +0200 From: johann@broadpark.no To: questions@freebsd.org Subject: ATI Mach-64 VT + XFree86-4 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 62.113.158.67 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I've tried continously reconfiguring xf86config in order to set up a proper X session, but whatever I do either results in a black screen or an intensely zoomed and dizzy resolution. I don't quite remember the error message, but it was fatal. If anyone has ever experienced this problem please let me know and I'll get to the message as soon as possible. Thanks. -- Johann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 3:15:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vmmr4.verisignmail.com (vmmr4.verisignmail.com [216.168.230.143]) by hub.freebsd.org (Postfix) with ESMTP id 047B837B401 for ; Thu, 6 Jun 2002 03:15:51 -0700 (PDT) Received: from vmms4.verisignmail.com (vmms4.verisignmail.com [10.166.0.144]) by vmmr4.verisignmail.com (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id HIM00897; Thu, 6 Jun 2002 06:15:49 -0400 (EDT) From: Received: from vmms4.verisignmail.com (localhost.verisignmail.com [127.0.0.1]) by vmms4.verisignmail.com (Mirapoint Messaging Server MOS 2.9.3.2) with SMTP id HMG03141 (AUTH rinto@rnpa-online.net); Thu, 6 Jun 2002 06:15:48 -0400 (EDT) Message-Id: <200206061015.HMG03141@vmms4.verisignmail.com> Received: from 202.155.77.114 by vmms4.verisignmail.com (Mirapoint Messaging Server MOS 2.9.3.2) with HTTP/1.1; Thu, 6 Jun 2002 06:15:47 -0400 Date: Thu, 6 Jun 2002 06:15:47 -0400 Subject: adsl modem To: freebsd-questions@FreeBSD.ORG X-Mailer: Mirapoint Webmail Direct 2.9.3.2 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 Hallo I would like to know, what type of adsl modem that has been supported by FreeBSD. Thank's You very much To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 3:20:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 0E68C37B40D for ; Thu, 6 Jun 2002 03:20:21 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.36 #1) id 17FuNv-0000vC-00 for freebsd-questions@FreeBSD.org; Thu, 06 Jun 2002 12:20:51 +0200 From: Sheldon Hearn To: freebsd-questions@FreeBSD.org Subject: Sniffing HTTP requests off the wire Date: Thu, 06 Jun 2002 12:20:51 +0200 Message-ID: <3545.1023358851@axl.seasidesoftware.co.za> Sender: owner-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, There are times when I'd like to sniff the HTTP requests seen by my firewall. Although I can use smbfs to mount the IIS logs of the protected web servers, the Wintendo servers lock the currently active log file such that I can't cp or grep it (or anything it, actually). Very annoying. I'm interested in the HTTP request and the IP address of the requesting host. I'm also interested in the HTTP headers( like referer), cookie contents etc, but that's all secondary. I know I can just use 'tcpdump -s 1500 -x -X dst port 80' and cook the output myself, but I'm hoping there's already something out there that does the cooking for me. First prize would be to get output in common log format, as used by Apache, but obviously beggars can't be choosers. Anything in the ports tree? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 3:30:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 7E6E137B404 for ; Thu, 6 Jun 2002 03:30:27 -0700 (PDT) Received: from gren.cs.umu.se (gren.cs.umu.se [130.239.40.187]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id 821759FB6; Thu, 6 Jun 2002 12:30:22 +0200 (MEST) Date: Thu, 6 Jun 2002 12:30:21 +0200 (MEST) From: Paul Everlund To: johann@broadpark.no Cc: questions@freebsd.org Subject: Re: ATI Mach-64 VT + XFree86-4 In-Reply-To: <1023356610.3cff2ec25b5a5@mail.broadpark.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Jun 2002 johann@broadpark.no wrote: > > I've tried continously reconfiguring xf86config in order to > set up a proper X session, but whatever I do either results > in a black screen or an intensely zoomed and dizzy resolution. > > I don't quite remember the error message, but it was fatal. > If anyone has ever experienced this problem please let me know > and I'll get to the message as soon as possible. Please wrap your lines at about 70 chars a row. In Section "Device" you should have/add the line Option "composite_sync" "False" Hope it works! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 3:53: 1 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 AC65537B404 for ; Thu, 6 Jun 2002 03:52:51 -0700 (PDT) Received: from hades.hell.gr (patr530-a039.otenet.gr [212.205.215.39]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g56AqkOH015437; Thu, 6 Jun 2002 13:52:47 +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 g56Aqgaq033185; Thu, 6 Jun 2002 13:52:42 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g56ADve0032953; Thu, 6 Jun 2002 13:13:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 6 Jun 2002 13:13:56 +0300 From: Giorgos Keramidas To: Sanjay Bhattacharya Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key Message-ID: <20020606101356.GA32860@hades.hell.gr> References: <26795.1023269182@www26.gmx.net> <20020605183613.GA4399@hades.hell.gr> <001301c20d0e$3f42f090$5eb8c8cb@corrsl7vs6l3tz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001301c20d0e$3f42f090$5eb8c8cb@corrsl7vs6l3tz> Sender: owner-freebsd-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-06 09:26 +0530, Sanjay Bhattacharya wrote: > >> What program are you using when your DEL key >doesn't seem to work? > > I want to make the DEL key work while working with the bash shell itself. > The DEL key is working like it should from vim and vi and emacs. Bash uses a library called `readline' to read and intepret keystrokes. The manual page of bash(1) describes a lot of the features of readline, and how it can be customized. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 4: 9:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id B92E537B401 for ; Thu, 6 Jun 2002 04:09:20 -0700 (PDT) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 17Fv8p-0007Oe-00 for ; Thu, 06 Jun 2002 12:09:19 +0100 Date: Thu, 6 Jun 2002 12:09:19 +0100 From: Daniel Bye To: freebsd-questions@FreeBSD.ORG Subject: Re: adsl modem Message-ID: <20020606110918.GA28417@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <200206061015.HMG03141@vmms4.verisignmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206061015.HMG03141@vmms4.verisignmail.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 06:15:47AM -0400, rinto@rnpa-online.net wrote: > Hallo > > I would like to know, what type of adsl modem that has been > supported by FreeBSD. > > Thank's You very much I use the Alcatel SpeedTouch, which is USB, and looks like a fish... Drivers are available in the ports, under net/pppoa. It works OK, but others may have tried different ones that they can recommend. Dan -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 4:15:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay04.esat.net (relay04.esat.net [193.95.141.42]) by hub.freebsd.org (Postfix) with ESMTP id B096F37B400 for ; Thu, 6 Jun 2002 04:15:36 -0700 (PDT) Received: from ipac-gw.cr001.ddm.esat.net (tear.domain) [193.95.188.30] by relay04.esat.net with esmtp id 17FvEt-0000QO-00; Thu, 06 Jun 2002 12:15:35 +0100 Received: by tear.domain (Postfix, from userid 1001) id C57172113F; Thu, 6 Jun 2002 12:14:56 +0000 (GMT) Date: Thu, 6 Jun 2002 12:14:56 +0000 From: Noel Fitzpatrick To: Michael Watson Cc: 'Courtney Thomas' , freebsd-questions@FreeBSD.org Subject: Re: Existing Kernel Options Message-ID: <20020606121456.A43818@tear.domain> References: <3CC6D78D.40504@flash.net> <000401c1eba1$4eb79280$6401a8c0@intranet.toomuch.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000401c1eba1$4eb79280$6401a8c0@intranet.toomuch.com.au>; from watsonmj@toomuch.com.au on Wed, Apr 24, 2002 at 11:04:17PM +0800 Organization: RFC Networks Ltd. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Good idea, I can then restore back to the GENERIC kernel if I need to. > > My other problem is that I don't want to lose any options when I build my > new kernel. For example, my current kernel is compiled with the IPFIREWALL > option. I know this because I am running the firewall. I'm not a 100% sure on this but I think you can load ipfw as a module, I know a ipfw.ko exists in /modules, this could account for the apparent differences in the config file and the actual running kernel. Try doing a kldstat and see if ipfw.ko is loaded. Noel. > > The GENERIC configuration file in /usr/src/sys/i386/conf does not include > this option. So what else is compiled into my current kernel that is not > specified in the GENERIC file? > > Cheers > > Michael > > -----Original Message----- > From: Courtney Thomas [mailto:ccthomas@flash.net] > Sent: Thursday, 25 April 2002 12:04 AM > To: watsonmj@toomuch.com.au > Subject: Re: Existing Kernel Options > > > It just registered what you are trying to do. > > Just make a copy of which kernel in the aforementioned directory you are > running [with a unique/different name, e.g. cp GENERIC GENERIC_original, > and do whatever you want with GENERIC knowing that you have a backup > that you can rename to GENERIC. > > HTH > > > > Michael Watson wrote: > > > Hi All > > > > I am looking to do my first kernel build, so this may be a silly question > > but hopefully somebody can help. > > > > I don't think the kernel distributed on my CD-ROM was compiled with the > same > > kernel options as in the GENERIC configuration file. I don't want to lose > > any existing options when I build my new kernel. > > > > Is there a way to find out what kernel options the existing kernel was > > compiled with? > > > > Thanks > > > > Michael > > > > > > 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 -- Noel Fitzpatrick, Managing Director. Email: noelfitz@rfc-networks.ie Phone: +353 (0)1 8832064 Mobile: +353 (0)86 6051084 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 4:37:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id 413B337B403 for ; Thu, 6 Jun 2002 04:37:04 -0700 (PDT) Received: from PATRICK (loopback.mipjhb [209.212.102.245] (may be forged)) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g56Bau171115 for ; Thu, 6 Jun 2002 13:36:58 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Message-ID: <000501c20d4e$250f11f0$b50d030a@PATRICK> From: "Patrick O'Reilly" To: "FreeBSD Question List" Subject: Voice QOS issue using ipfw/dummynet Date: Thu, 6 Jun 2002 13:34:34 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all. I am trying to run some voice over an IP link using some devices which convert voice to IP and back again. The IP stream is then passing over a 64k data line which has a FreeBSD gateway at each end. Everything is fine when the first 2 voice channels are open, but once the 3rd, then 4th channels are open the Quality starts to degrade. The voice supposedly only requires about 8k per channel, so even with 4 channels open the line should only be running at about 50% of capacity. I have built the kernels with HZ=1000 just in case the clock granularity was a problem, but that did not help at all. Anyway, at present the ipfw rules are passing the voice traffic without even using a dummynet pipe, so the HZ setting might be inconsequential. Does anyone have any experience with a similar combination of requirements, and have some advice for me? The gateways are running FreeBSD 4.5-RELEASE. They are not doing any other work, and the data line was not in use for any other data during testing of the voice issues. I am not sure what other technical info might be relevant to this issue, so please ask and I'll fill in as required. Regards, Patrick O'Reilly. ___ _ __ / _ )__ __ (_)_ __ ___ _/ /____ __ / __/ -_) _) / ~ ) -_), ,-/ -_) _) /_/ \__/_//_/_/~/_/\__/ \__/\__/_/ http://www.perimeter.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 4:39: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id A62D037B400 for ; Thu, 6 Jun 2002 04:38:53 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id C87D949AB2; Thu, 6 Jun 2002 13:38:54 +0200 (CEST) Date: Thu, 6 Jun 2002 13:38:54 +0200 From: Axel Scheepers To: =?iso-8859-1?Q?Tor_Nyr=E9n?= Cc: questions@FreeBSD.org Subject: Re: Tape devices Message-ID: <20020606133854.B67863@mars.thuis> Reply-To: Axel Scheepers References: <000701c20d39$e927ecc0$0d00a8c0@telia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <000701c20d39$e927ecc0$0d00a8c0@telia.com>; from tor.nyren@telia.com on Thu, Jun 06, 2002 at 11:09:48AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 11:09:48AM +0200, Tor Nyr幯 wrote: > Hi, > > I think you have a wonderful product. I am using it with different configurations and everything works fine. > > Since I think most people use it as a server product, support for server hardware is important. One thing that is very important in this regard is backup. > I am trying to use an Onstream IDE backup unit with 4.5, but I can not get it to work. I tried Caldera Linux (3.1.1), and after doing some research everything worked fine. I don't want to use Linux ! > What can I do to make it work ? > I am trying to use a 15/30 GB FAST Onstream device. > > Best Regards > > Tor Nyren > Hi Tor, I have a DI30GB Onstream IDE drive. The problem with this drive is that the drive itself doesn't have any errorhandling/search capabilities as a 'standard' tape device has. Therefore these things should be implemented in a LKM, just as the linux driver does. So far I managed to make tar work, dump etc. won't work although I've heard succes stories of them too. Since currently nothing like error checking etc. is supported it won't be a reliable backup device for *BSD; Better go with something else. I know this sounds dull and you've invested your money in the drive but not able to restore your data when things go really wrong isn't exactly fun ... Anyway, the drive expects 32kb transfers and won't write anything else; you can try dd if=device of=/dev/ast0 bs=32k or, which works for me: tar -cyvf /dev/ast0 -b 64 /partition mind the -b 64, tar counts in 512 blocks so 64*512=32Kb. Fire up some extra xterms or vterms and start 'tail -f /var/log/messages' and 'systat -vmstat 1' so you can monitor what the drive is doing. Whenever the drive encounters an error on the tape there's no way you can kill the open device (at least mine keeps hanging :( ) so keep in mind that you probably have to reboot the box after testing this. Maybe someone can look at the linux driver and port it to *BSD. That should make things less complicated, but will be quite difficult since afaik the linux driver is a closed binary build by Onstream. Maybe a _lot_ of complaining to them will help speed things up. Good luck, Kind regards, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ "Life, loathe it or ignore it, you can't like it." -- Marvin, "Hitchhiker's Guide to the Galaxy" ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 4:55:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 1C5A537B409 for ; Thu, 6 Jun 2002 04:55:41 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id A53F749AB2; Thu, 6 Jun 2002 13:55:41 +0200 (CEST) Date: Thu, 6 Jun 2002 13:55:41 +0200 From: Axel Scheepers To: Joe & Fhe Barbish Cc: FBSDQ Subject: Re: dhcp client and cable modem Message-ID: <20020606135541.C67863@mars.thuis> Reply-To: Axel Scheepers References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from barbish@a1poweruser.com on Wed, Jun 05, 2002 at 10:00:53AM -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 Wed, Jun 05, 2002 at 10:00:53AM -0400, Joe & Fhe Barbish wrote: > I'm using the FBSD built in dhcp client on the Nic card to the cable modem. > My ipfw firewall is denying a bunch of packets which never happened > with the modem connection. > > Could somebody tell me what ipfw rules I need to allow the cable isp > dhcp server to correspond with my FBSD gateway? DHCP broadcasts to 255.255.255.255 so every host on the subnet can answer to it's request. The traffic originates from 0.0.0.0 (your unconfigured nic) port 68 and goes to 255.255.255.255 port 67. One of the dhcp servers will respond to this cry out for help and answer to the ip address you'll get on port 67 from the servers ip port 68. So the second rule will be quite open since you can't tell what you'll get and have to specify any address here. > > A pointer to some documentation on what packets get exchanged would be > great. http://www.isc.org/products/DHCP/dhcpv3-README.html#firewall Describes it. > > Thanks Joe > > Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ I am not now, nor have I ever been, a member of the demigodic party. -- Dennis Ritchie ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 4:57:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx.ant.uni-bremen.de (mx.ant.uni-bremen.de [134.102.176.242]) by hub.freebsd.org (Postfix) with ESMTP id DD78837B406 for ; Thu, 6 Jun 2002 04:57:50 -0700 (PDT) Received: from taipeh.ant.uni-bremen.de ([134.102.176.3] helo=ant.uni-bremen.de) by antsrv1.ant.uni-bremen.de with esmtp (Exim 3.34 #1) id 17FvF4-0005q2-00; Thu, 06 Jun 2002 13:15:46 +0200 Message-ID: <3CFF446D.9040905@ant.uni-bremen.de> Date: Thu, 06 Jun 2002 13:15:57 +0200 From: Heinrich Rebehn User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Subject: How to transfer passwd data from NIS-Server to local Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, We have a FreeBSD server running 4.5-RELEASE, that acts as a NIS client for login. NIS server is a Sparc/Solaris machine that runs NIS+ in NIS compatible mode. I want to get rid of the Sparc and since there are no more NIS clients, i want to use local passwd for login. How can i transfer the passwd data (including crypted passwords) from the NIS server to the local passwd database? I am able to extract the data from NIS, but how do i write it to local? I really do not want to require all our users to set their passwords again. Thanks for any ideas, -- Heinrich Rebehn University of Bremen Physics / Electrical and Electronics Engineering - Department of Telecommunications - E-mail: mailto:rebehn@ant.uni-bremen.de Phone : +49/421/218-4664 Fax : -3341 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5: 7:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 15CD437B401 for ; Thu, 6 Jun 2002 05:07:41 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id EA6F249AB2; Thu, 6 Jun 2002 14:07:42 +0200 (CEST) Date: Thu, 6 Jun 2002 14:07:42 +0200 From: Axel Scheepers To: Heinrich Rebehn Cc: questions@freebsd.org Subject: Re: How to transfer passwd data from NIS-Server to local Message-ID: <20020606140742.D67863@mars.thuis> Reply-To: Axel Scheepers References: <3CFF446D.9040905@ant.uni-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CFF446D.9040905@ant.uni-bremen.de>; from rebehn@ant.uni-bremen.de on Thu, Jun 06, 2002 at 01:15:57PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 01:15:57PM +0200, Heinrich Rebehn wrote: > Hi, > > We have a FreeBSD server running 4.5-RELEASE, that acts as a NIS client for > login. NIS server is a Sparc/Solaris machine that runs NIS+ in NIS compatible mode. > I want to get rid of the Sparc and since there are no more NIS clients, i want > to use local passwd for login. How can i transfer the passwd data (including > crypted passwords) from the NIS server to the local passwd database? > I am able to extract the data from NIS, but how do i write it to local? > I really do not want to require all our users to set their passwords again. > Hi Heinrich, It's been a while, but doesn't ypcat master.password on a authoritive host do the trick? Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Seminars, n.: From "semi" and "arse", hence, any half-assed discussion. ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:11:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 6184C37B403 for ; Thu, 6 Jun 2002 05:11:19 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 9750E49AB2; Thu, 6 Jun 2002 14:11:21 +0200 (CEST) Date: Thu, 6 Jun 2002 14:11:21 +0200 From: Axel Scheepers To: Mark-Nathaniel Weisman Cc: questions@freebsd.org Subject: Re: active ftp on ipfw and natd? Message-ID: <20020606141121.E67863@mars.thuis> Reply-To: Axel Scheepers References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mark@outlander.us on Wed, Jun 05, 2002 at 11:47:19PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 05, 2002 at 11:47:19PM -0800, Mark-Nathaniel Weisman wrote: > List, > I was looking through the archives, and it would seem that a potential > solution for my problem is punch_fw? I haven't read the man about it yet, > however, I'm trying to run an active ftp connection through a natd/ipfw box > to my webserver, I've got ports 20 and 21 open, and yet I can't seem to > connect through the box, any assistance would be greatly appreciated, and > yes I will go and read the man file on this. ;-) > > His Faithful Servant, > Mark Weisman > > Hi Mark, I think you have to open up ports 49152-65535 too for ftp to work; also check these: 02:10pm axel@mars:~ $sysctl -a | grep range net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.first: 1024 net.inet.ip.portrange.last: 5000 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.hilast: 65535 If you want that hole to be less big. Gr, - Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Seminars, n.: From "semi" and "arse", hence, any half-assed discussion. ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:14:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id B48EB37B406 for ; Thu, 6 Jun 2002 05:14:33 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id F0A1049AB2; Thu, 6 Jun 2002 14:14:35 +0200 (CEST) Date: Thu, 6 Jun 2002 14:14:35 +0200 From: Axel Scheepers To: Fuzzy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: msg: can't verify hostname: getaddrinfo(, AF_INET) failed? Message-ID: <20020606141435.F67863@mars.thuis> Reply-To: Axel Scheepers References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from fuzzy@pooh.ASARian.org on Thu, Jun 06, 2002 at 04:02:17AM -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 Thu, Jun 06, 2002 at 04:02:17AM -0400, Fuzzy wrote: > Jun 6 03:17:53 pooh inetd[14172]: warning: /etc/hosts.allow, line 5: > can't verify hostname: > getaddrinfo(ip-53-53.jdrmedia.com, AF_INET) failed > > > we've been getting a lot of these, and have no idea why inetd > is complaining. its not like I can fix the DNS for the problem > hosts. what am I supposed to do to do to avoid these messages? > > thanks > > fuz > Hi Fuz, Can you resolve that name by hand with nslookup or host ? Or it might be that you've put in your dns name (e.g. www.blah.net) in hosts.allow, which in turn tries to resolve it and gets ip-53-53.jrmedia.com back, it isn't the same and hence the msg. (Don't know if it really does this, but it seems reasonable to do) try replacing it with your ip address then. Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ This fortune is inoperative. Please try another. ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:16:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.di.uoa.gr (zeus.di.uoa.gr [195.134.65.4]) by hub.freebsd.org (Postfix) with ESMTP id A0AE237B401 for ; Thu, 6 Jun 2002 05:16:26 -0700 (PDT) Received: from chania.di.uoa.gr (chania.di.uoa.gr [195.134.67.214]) by zeus.di.uoa.gr (8.12.3/8.12.3) with ESMTP id g56CG8D6013134 for ; Thu, 6 Jun 2002 15:16:08 +0300 (EEST) Received: from chania.di.uoa.gr (localhost [127.0.0.1]) by chania.di.uoa.gr (8.12.1/8.12.1) with ESMTP id g56CG6a7000493 for ; Thu, 6 Jun 2002 15:16:06 +0300 (EET DST) Received: from localhost (tnu@localhost) by chania.di.uoa.gr (8.12.1/8.12.1/Submit) with ESMTP id g56CG5g9000490 for ; Thu, 6 Jun 2002 15:16:05 +0300 (EET DST) Date: Thu, 6 Jun 2002 15:16:04 +0300 (EET DST) From: tnu@chania.di.uoa.gr To: freebsd-questions@freebsd.org Subject: Re: Recommendation for Windows SSH Client In-Reply-To: <004101c20cc1$1d8ebb70$0200a8c0@capm> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: QUOTED-PRINTABLE X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG =C7=EC=E5=F1=EF=EC=E7=ED=DF=E1: 05.06.02 =C1=F0=EF=F3=F4=EF=EB=DD=E1=F2: Pascal Giannakakis (aka "PG") =BF=F1=E1: 20:45 PG> Hi, PG> PG> any recommendations on this? It should be free software. I tried putty, PG> Penguin Net, Network Simplicity ssh, and 2 others. However, none of the= m PG> work good enough. I think that al of them work good. "Enough" is based solely on your own criteria. If you give more information about them, you 'll get a better chance to receive answers close to your needs. FWIW, back in the days where people were not green, I used TT Pro with the SSH plugin. --=20 [ Quote #103 from food collection. ] Life is like an egg stain on your chin -- you can lick it, but it still won't go away. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:21:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 6D62137B404 for ; Thu, 6 Jun 2002 05:21:46 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 6497B49AB2; Thu, 6 Jun 2002 14:21:48 +0200 (CEST) Date: Thu, 6 Jun 2002 14:21:48 +0200 From: Axel Scheepers To: "Ayman Zarka." Cc: "FreeBSD Questions." Subject: Re: Iomega IDE ZIP 250MB. Message-ID: <20020606142148.G67863@mars.thuis> Reply-To: Axel Scheepers References: <20020605132222.3c400c8a.az@freebsd.identd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020605132222.3c400c8a.az@freebsd.identd.net>; from az@freebsd.identd.net on Wed, Jun 05, 2002 at 01:22:22PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 05, 2002 at 01:22:22PM -0700, Ayman Zarka. wrote: > 2) Why the dmesg showing 250MB and when going with the > /stand/sysinstall process I end up with 238MB instead of 250MB is > there a way to get FreeBSD identify or make me use the missing 17 MB ? Iomega likes to count with 1000 instead of 1024 so 250Million bytes is actually 238Mega bytes. As for the other questions, I don't know. I have a zip 100 parallel and I had to enable the scbus and scsi direct access. I don't know if the ATAPI also need these but that should be easy checked by recompiling with these devices enabled. > > > Thanks in advance, and have a good day. > > -- > - Ayman Zarka. > > Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Quick, sing me the BUDAPEST NATIONAL ANTHEM!! ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:22:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from euclyde.cwglobal.ch (euclyde.cwglobal.ch [144.85.7.61]) by hub.freebsd.org (Postfix) with ESMTP id 5FE7237B403 for ; Thu, 6 Jun 2002 05:22:21 -0700 (PDT) Received: from euclyde.cwglobal.ch (localhost [127.0.0.1]) by euclyde.cwglobal.ch (8.12.4/8.11.6) with ESMTP id g56CMJrm053084 for ; Thu, 6 Jun 2002 14:22:20 +0200 (CEST) (envelope-from jmab@euclyde.cwglobal.ch) Received: (from jmab@localhost) by euclyde.cwglobal.ch (8.12.4/8.12.3/Submit) id g56CMEou053083 for freebsd-questions@freebsd.org; Thu, 6 Jun 2002 14:22:14 +0200 (CEST) Date: Thu, 6 Jun 2002 14:22:14 +0200 From: unix developper To: freebsd-questions@freebsd.org Subject: sis driver and mac address on freebsd 4.5 Message-ID: <20020606142214.A41337@euclyde.cwglobal.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, i have a motherboard that has the integrated network card that is recognized with sis0 on a freebsd 4.5 and this is correct. but i am facing a problem with the mac address, it is set to 00:00... i read the freebsd archives that recommend to update the files : /usr/src/sys/pci/if_sis.c src/sys/pci/if_sis.c,v 1.50 2002/04/04 21:03:31 /usr/src/sys/pci/if_sisreg.h src/sys/pci/if_sisreg.h,v 1.1.4.10 2002/02/19 15:59:38 however there must be some other depedencies to also get up to date because somme structures in the code are not recognized. here is what is gcc complains about: [...] /usr/src/sys/modules/sis/../../pci/if_sis.c:1628: structure has no member named `sis_tag' /usr/src/sys/modules/sis/../../pci/if_sis.c:1628: structure has no member named `sis_map' /usr/src/sys/modules/sis/../../pci/if_sis.c:1632: structure has no member named `sis_map' /usr/src/sys/modules/sis/../../pci/if_sis.c:1632: structure has no member named `sis_tag' /usr/src/sys/modules/sis/../../pci/if_sis.c:1632: structure has no member named `sis_map' /usr/src/sys/modules/sis/../../pci/if_sis.c:1644: request for member `sis_tx_list' in something not a structure or union /usr/src/sys/modules/sis/../../pci/if_sis.c:1645: request for member `sis_tx_list' in something not a structure or union [...] has anyone a tip for me which will tell me what files do i also need to update to make the kernel compile well? thank you very much. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:25:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx.ant.uni-bremen.de (mx.ant.uni-bremen.de [134.102.176.242]) by hub.freebsd.org (Postfix) with ESMTP id 6633D37B405 for ; Thu, 6 Jun 2002 05:25:22 -0700 (PDT) Received: from taipeh.ant.uni-bremen.de ([134.102.176.3] helo=ant.uni-bremen.de) by antsrv1.ant.uni-bremen.de with esmtp (Exim 3.34 #1) id 17FwKL-00068w-00; Thu, 06 Jun 2002 14:25:17 +0200 Message-ID: <3CFF54B8.6080505@ant.uni-bremen.de> Date: Thu, 06 Jun 2002 14:25:28 +0200 From: Heinrich Rebehn User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Axel Scheepers Cc: questions@freebsd.org Subject: Re: How to transfer passwd data from NIS-Server to local References: <3CFF446D.9040905@ant.uni-bremen.de> <20020606140742.D67863@mars.thuis> 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 Axel Scheepers wrote: > On Thu, Jun 06, 2002 at 01:15:57PM +0200, Heinrich Rebehn wrote: > >>Hi, >> >>We have a FreeBSD server running 4.5-RELEASE, that acts as a NIS client for >>login. NIS server is a Sparc/Solaris machine that runs NIS+ in NIS compatible mode. >>I want to get rid of the Sparc and since there are no more NIS clients, i want >>to use local passwd for login. How can i transfer the passwd data (including >>crypted passwords) from the NIS server to the local passwd database? >>I am able to extract the data from NIS, but how do i write it to local? >>I really do not want to require all our users to set their passwords again. >> > > > Hi Heinrich, > > It's been a while, but doesn't ypcat master.password on a authoritive host > do the trick? > > Gr, Sure, but how do i get the data into the local passwd database? Heinrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:28:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.di.uoa.gr (zeus.di.uoa.gr [195.134.65.4]) by hub.freebsd.org (Postfix) with ESMTP id CBF2137B407 for ; Thu, 6 Jun 2002 05:28:42 -0700 (PDT) Received: from chania.di.uoa.gr (chania.di.uoa.gr [195.134.67.214]) by zeus.di.uoa.gr (8.12.3/8.12.3) with ESMTP id g56CSDD6015146 for ; Thu, 6 Jun 2002 15:28:13 +0300 (EEST) Received: from chania.di.uoa.gr (localhost [127.0.0.1]) by chania.di.uoa.gr (8.12.1/8.12.1) with ESMTP id g56CSBa7000602 for ; Thu, 6 Jun 2002 15:28:11 +0300 (EET DST) Received: from localhost (tnu@localhost) by chania.di.uoa.gr (8.12.1/8.12.1/Submit) with ESMTP id g56CSAwh000599 for ; Thu, 6 Jun 2002 15:28:10 +0300 (EET DST) Date: Thu, 6 Jun 2002 15:28:10 +0300 (EET DST) From: tnu@chania.di.uoa.gr To: FreeBSD-Questions@FreeBSD.ORG Subject: RE: Restrict user access on FreeBSD In-Reply-To: <20020605235934.Q45306-100000@earl-grey.cloud9.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2 Jun 2002, Admin/Manager wrote: > I would like to know is could change all systems only accessible like /etc/ /etc/named /var/ > to only be readable buy root? Would this cause any problems? Thank you > for you help. I have defined the user's PATH to a directory like "/usr/restr-bin" and put there symlinks to the programs I wish them to execute. I have not chmod-ed anything else, IIRC. Of course, your mileage may vary. -- [ Quote #816 from cookie collection. ] "A mind is a terrible thing to have leaking out your ears." -- The League of Sadistic Telepaths To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:29:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.di.uoa.gr (zeus.di.uoa.gr [195.134.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 6256737B40E for ; Thu, 6 Jun 2002 05:29:00 -0700 (PDT) Received: from chania.di.uoa.gr (chania.di.uoa.gr [195.134.67.214]) by zeus.di.uoa.gr (8.12.3/8.12.3) with ESMTP id g56CKYD6013829 for ; Thu, 6 Jun 2002 15:20:35 +0300 (EEST) Received: from chania.di.uoa.gr (localhost [127.0.0.1]) by chania.di.uoa.gr (8.12.1/8.12.1) with ESMTP id g56CKXa7000524 for ; Thu, 6 Jun 2002 15:20:33 +0300 (EET DST) Received: from localhost (tnu@localhost) by chania.di.uoa.gr (8.12.1/8.12.1/Submit) with ESMTP id g56CKWXe000521 for ; Thu, 6 Jun 2002 15:20:32 +0300 (EET DST) Date: Thu, 6 Jun 2002 15:20:31 +0300 (EET DST) From: tnu@chania.di.uoa.gr To: freebsd-questions@freebsd.org Subject: Re: ghost user - no longer connected for 26 days In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: QUOTED-PRINTABLE X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG =C7=EC=E5=F1=EF=EC=E7=ED=DF=E1: 06.06.02 =C1=F0=EF=F3=F4=EF=EB=DD=E1=F2: f3z (aka "f") =BF=F1=E1: 10:21 f> In my user list output (from 'w') I have the following user still in the f> list: f> f> 10:13AM up 27 days, 18:28, 2 users, load averages: 0.67, 0.42, 0.05 f> USER TTY FROM LOGIN@ IDLE WHAT f> bourbon p2 203.40.218.106 10May02 26days f> f> [snip] f> f> I also have it setup in my login.conf that sessiontime=3D3d for that use= r. I f> am using 4.5-RELEAE (patched). Is this some sort of bug, or standard f> behavior for lost connections. That's usual if the user uses ssh to login to our machine. A lot of things can lead to a situation like this. --=20 [ Quote #80 from fortunes collection. ] Don't tell any big lies today. Small ones can be just as effective. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:29:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay.systec.no (box80-64-196-210.sdsl.no [80.64.196.210]) by hub.freebsd.org (Postfix) with ESMTP id 7B42537B410 for ; Thu, 6 Jun 2002 05:29:15 -0700 (PDT) Received: from skywalker.systec.no (isa.systec.no [192.168.100.3]) by relay.systec.no (8.11.6/8.11.6) with ESMTP id g56CTFY05484; Thu, 6 Jun 2002 14:29:15 +0200 (CEST) (envelope-from oystein.andreassen@systec.no) Received: by skywalker.systec.no with Internet Mail Service (5.5.2653.19) id ; Thu, 6 Jun 2002 14:29:07 +0200 Message-ID: From: =?iso-8859-1?Q?=D8ystein_Andreassen?= To: "'Heinrich Rebehn'" Cc: questions@freebsd.org Subject: RE: How to transfer passwd data from NIS-Server to local Date: Thu, 6 Jun 2002 14:29:05 +0200 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 man pwd_mkdb -----Original Message----- From: Heinrich Rebehn [mailto:rebehn@ant.uni-bremen.de] Sent: Thursday, June 06, 2002 14:25 To: Axel Scheepers Cc: questions@freebsd.org Subject: Re: How to transfer passwd data from NIS-Server to local Axel Scheepers wrote: > On Thu, Jun 06, 2002 at 01:15:57PM +0200, Heinrich Rebehn wrote: > >>Hi, >> >>We have a FreeBSD server running 4.5-RELEASE, that acts as a NIS client for >>login. NIS server is a Sparc/Solaris machine that runs NIS+ in NIS compatible mode. >>I want to get rid of the Sparc and since there are no more NIS clients, i want >>to use local passwd for login. How can i transfer the passwd data (including >>crypted passwords) from the NIS server to the local passwd database? >>I am able to extract the data from NIS, but how do i write it to local? >>I really do not want to require all our users to set their passwords again. >> > > > Hi Heinrich, > > It's been a while, but doesn't ypcat master.password on a authoritive host > do the trick? > > Gr, Sure, but how do i get the data into the local passwd database? Heinrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:34:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id D1E7A37B400 for ; Thu, 6 Jun 2002 05:34:02 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id BF82E49AB2; Thu, 6 Jun 2002 14:34:04 +0200 (CEST) Date: Thu, 6 Jun 2002 14:34:04 +0200 From: Axel Scheepers To: Heinrich Rebehn Cc: Axel Scheepers , questions@freebsd.org Subject: Re: How to transfer passwd data from NIS-Server to local Message-ID: <20020606143404.H67863@mars.thuis> Reply-To: Axel Scheepers References: <3CFF446D.9040905@ant.uni-bremen.de> <20020606140742.D67863@mars.thuis> <3CFF54B8.6080505@ant.uni-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CFF54B8.6080505@ant.uni-bremen.de>; from rebehn@ant.uni-bremen.de on Thu, Jun 06, 2002 at 02:25:28PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 02:25:28PM +0200, Heinrich Rebehn wrote: > Sure, but how do i get the data into the local passwd database? > > Heinrich Perl? Awk? Shouldn't be too hard to write something which parses it and writes it out to a temp master.passwd. Then pwd_mkdb can check that file and import it, check man pwd_mkdb for details. Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Boren's Laws: (1) When in charge, ponder. (2) When in trouble, delegate. (3) When in doubt, mumble. ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:36:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from astnet.astelit.ru (astnet.astelit.ru [195.96.64.250]) by hub.freebsd.org (Postfix) with ESMTP id 7A57737B405 for ; Thu, 6 Jun 2002 05:36:14 -0700 (PDT) Received: from ISAEV (cq.astelit.ru [195.96.64.172]) by astnet.astelit.ru (8.12.2/8.12.2) with ESMTP id g56CaHYR090163 for ; Thu, 6 Jun 2002 16:36:17 +0400 (MSD) Date: Thu, 6 Jun 2002 16:37:36 +0400 From: Alexander Isaev X-Mailer: The Bat! (v1.60m) UNREG / CD5BF9353B3B7091 Reply-To: Alexander Isaev X-Priority: 3 (Normal) Message-ID: <17127155838.20020606163736@astelit.ru> To: FreeBSD-Questions@FreeBSD.ORG Subject: Big HDD (80 Gb) under FreeBSD 4.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello FreeBSD-Questions, I'm trying to install FreeBSD 4.5 on 80 GB HDD (on ASUS TUSI-M mother board). FDisk in sysinstall tells me that the disk geometry for my HDD is incorrect and I should enter it manually. Fdisk advises to use CHS (Cylinder/Heads/Sectors) settings from BIOS Setup. BIOS Setup gives me the following numbers: Cyl - 1204 Heads - 255 Sectors - 63 CHS capacity - 8422 MB Maximum LBA capacity - 82348 MB Numbers on the top of HDD disk itself give the following: Cyl - 16383 Heads - 16 Sectors - 63 So, what "magic" numbers should I enter into Sysinstall's Fdisk? Best regards, Alexander Isaev mailto:A.Isaev@astelit.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:37:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from himinbjorg.ttsg.com (207-237-196-38.c3-0.nyr-ubr3.nyr.ny.cable.rcn.com [207.237.196.38]) by hub.freebsd.org (Postfix) with ESMTP id 4219937B41D for ; Thu, 6 Jun 2002 05:36:58 -0700 (PDT) Received: (from tuc@localhost) by himinbjorg.ttsg.com (8.11.6/8.11.6) id g56CR8S10186; Thu, 6 Jun 2002 08:27:08 -0400 (EDT) (envelope-from tuc) From: Tuc Message-Id: <200206061227.g56CR8S10186@himinbjorg.ttsg.com> Subject: Re: ghost user - no longer connected for 26 days To: tnu@chania.di.uoa.gr Date: Thu, 6 Jun 2002 08:27:08 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from "tnu@chania.di.uoa.gr" at Jun 06, 2002 03:20:31 PM X-Mailer: ELM [version 2.5 PL6] 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 > f> 10:13AM up 27 days, 18:28, 2 users, load averages: 0.67, 0.42, 0.05 > f> USER TTY FROM LOGIN@ IDLE WHAT > f> bourbon p2 203.40.218.106 10May02 26days > f> > That's usual if the user uses ssh to login to our machine. A lot of things > can lead to a situation like this. > If it bothers you that much, like it usually does me, keep logging onto the system as p0, then p1, and when you log in as p2 it should over-write it... Then log off. Should take it out then. Tuc/TTSG Internet Services, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:41:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ntlworld.com (pc3-farn1-3-cust4.gfd.cable.ntl.com [213.107.74.4]) by hub.freebsd.org (Postfix) with ESMTP id AF2EA37B406 for ; Thu, 6 Jun 2002 05:41:21 -0700 (PDT) Received: from localhost (william@localhost) by ntlworld.com (8.12.3/8.12.2) with ESMTP id g56DTber064754 for ; Thu, 6 Jun 2002 14:29:37 +0100 (BST) (envelope-from william@palfreman.com) X-Authentication-Warning: kmart.lan.palfreman.com: william owned process doing -bs Date: Thu, 6 Jun 2002 14:29:37 +0100 (BST) From: William Palfreman X-X-Sender: william@kmart.lan.palfreman.com To: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key In-Reply-To: <20020606044110.GH4964@hal9000.halplant.com> Message-ID: <20020606134647.K179-100000@kmart.lan.palfreman.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 Thu, 6 Jun 2002, Andrew J Caines wrote: > Sanjay, > > > I want to make the DEL key work while working with the bash shell itself. > > # stty erase ^V > > Put it in your .bash_profile if this is really what you want every time > you log in. Doesn't work. $ stty erase [press ^V, press del, enter] del continues to behave as a destructive backspace > Out of curiosity, why do you want delete to behave like backspace? He doesn't. He wants his Del key to delete the character on the cursor (^D) and the backspace key to delete to the left of the cursor (^H). Currently they both are destructive backspaces. I can't understand the FreeBSD schizophrenia about del. It is a *PC* operating system. Ever since I stopped using Wordstar in 1986 backspace has deleted backwards and del has deleted forwards on a PC. Why is this so hard? XFree86 manages it xmodmap. Its not even usful having two backspaces (backspace and del), as they are both doing exactly the same thing at present. There should be a simply way to map ^D to del. Usually any request to do this get fobbed off with "RTFM, man stty" Done that, googled for it, neither says simply how to make del behave like ^D on a console. -- W. Palfreman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:51:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.di.uoa.gr (zeus.di.uoa.gr [195.134.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 52A7B37B40F for ; Thu, 6 Jun 2002 05:50:55 -0700 (PDT) Received: from chania.di.uoa.gr (chania.di.uoa.gr [195.134.67.214]) by zeus.di.uoa.gr (8.12.3/8.12.3) with ESMTP id g56CoID6017761; Thu, 6 Jun 2002 15:50:18 +0300 (EEST) Received: from chania.di.uoa.gr (localhost [127.0.0.1]) by chania.di.uoa.gr (8.12.1/8.12.1) with ESMTP id g56CoGa7000734; Thu, 6 Jun 2002 15:50:16 +0300 (EET DST) Received: from localhost (tnu@localhost) by chania.di.uoa.gr (8.12.1/8.12.1/Submit) with ESMTP id g56CoF1j000731; Thu, 6 Jun 2002 15:50:15 +0300 (EET DST) Date: Thu, 6 Jun 2002 15:50:15 +0300 (EET DST) From: tnu@chania.di.uoa.gr To: Tuc Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ghost user - no longer connected for 26 days In-Reply-To: <200206061227.g56CR8S10186@himinbjorg.ttsg.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: QUOTED-PRINTABLE X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG =C7=EC=E5=F1=EF=EC=E7=ED=DF=E1: 06.06.02 =C1=F0=EF=F3=F4=EF=EB=DD=E1=F2: Tuc (aka "T") =BF=F1=E1: 08:27 T> =09If it bothers you that much, like it usually does me, keep logging T> onto the system as p0, then p1, and when you log in as p2 it should over= -write T> it... Then log off. Should take it out then. I *think* that there is another way; a bit more automated. --=20 [ Quote #24 from sony-err collection. ] No keyboard present Hit F1 to continue Zen engineering? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:51:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by hub.freebsd.org (Postfix) with ESMTP id D97F337B40E for ; Thu, 6 Jun 2002 05:51:20 -0700 (PDT) Received: from pooh.int (mail@pooh.int [10.0.1.2]) by kanga.honeypot.net (8.12.3/8.12.3) with ESMTP id g56CpEYV052924 for ; Thu, 6 Jun 2002 07:51:14 -0500 (CDT) (envelope-from kirk@strauser.com) Received: from kirk by pooh.int with local (Exim 3.35 #1 (Debian)) id 17FwjR-0004Io-00 for ; Thu, 06 Jun 2002 07:51:13 -0500 To: freebsd-questions@freebsd.org Subject: Re: help with kernel config References: <200206060552.g565qle5014982@graham.shacknet.nu> From: Kirk Strauser Date: 06 Jun 2002 07:51:13 -0500 In-Reply-To: <200206060552.g565qle5014982@graham.shacknet.nu> Message-ID: <87d6v4fu4e.fsf@pooh.int> Lines: 16 X-Mailer: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 2002-06-06T06:54:36Z, Chris Graham writes: > hi, i'm running freebsd-4.5-release on i386 and i have a problem. i've > compile a custom kernel once already, and it worked fine. i need to make > another one, but now after running /usr/sbin/config ERATOS (which works > fine), i cd to ../../compile/ERATOS and try to run make depend. Out of curiosity, why are you doing that rather than: cd /usr/src make buildkernel KERNCONF=ERATOS make installkernel KERNCONF=ERATOS -- Kirk Strauser The Strauser Group - http://www.strausergroup.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:56:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.ec.rr.com (mail7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 331D237B406 for ; Thu, 6 Jun 2002 05:56:10 -0700 (PDT) Received: from ec.rr.com ([66.26.7.34]) by mail7.ec.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 6 Jun 2002 08:27:16 -0400 Message-ID: <3CFF5567.8070809@ec.rr.com> Date: Thu, 06 Jun 2002 08:28:23 -0400 From: Michael Sharp User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc3) Gecko/20020605 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: php.ini 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 just installed the apache+mod_ssl port (apache+mod_ssl-1.3.24+2.8.8) , as well as mod_php4 (mod_php4-4.2.1_1) and mod_perl (mod_perl-1.26) after doing a fresh CVsup of ports on FreeBSD 4.6-RC. I need to edit php.ini for an app I want to install, but find / -name php.ini says there is no php.ini on the system, yet php functionality IS working in apache. Am I missing something, or is mod_php4 not using a php.ini anymore? michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 5:59:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 1821437B400 for ; Thu, 6 Jun 2002 05:59:39 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Thu, 6 Jun 2002 13:59:25 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 17Fwpz-0004QJ-00; Thu, 06 Jun 2002 13:57:59 +0100 Date: Thu, 6 Jun 2002 13:57:59 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: William Palfreman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key In-Reply-To: <20020606134647.K179-100000@kmart.lan.palfreman.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Jun 2002, William Palfreman wrote: > On Thu, 6 Jun 2002, Andrew J Caines wrote: > > > Sanjay, > > > > > I want to make the DEL key work while working with the bash shell itself. > > > > # stty erase ^V > > > > Put it in your .bash_profile if this is really what you want every time > > you log in. > > Doesn't work. > > $ stty erase [press ^V, press del, enter] > > del continues to behave as a destructive backspace > > > Out of curiosity, why do you want delete to behave like backspace? > > He doesn't. He wants his Del key to delete the character on the cursor > (^D) and the backspace key to delete to the left of the cursor (^H). > Currently they both are destructive backspaces. I can't understand the > FreeBSD schizophrenia about del. It is a *PC* operating system. Ever > since I stopped using Wordstar in 1986 backspace has deleted backwards > and del has deleted forwards on a PC. Why is this so hard? XFree86 > manages it xmodmap. Its not even usful having two backspaces (backspace > and del), as they are both doing exactly the same thing at present. > > There should be a simply way to map ^D to del. Usually any request to > do this get fobbed off with "RTFM, man stty" Done that, googled for it, > neither says simply how to make del behave like ^D on a console. There are lots of bits that might get in the way. If you're using tcsh then you should look at the builting "bindkey", which maps control key (and other sequences) to editor behaviour. Presumably bash has something similar. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk and Nostradamus never dreamed of the Church of the Accellerated Worm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6: 1:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.di.uoa.gr (zeus.di.uoa.gr [195.134.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 2862C37B404 for ; Thu, 6 Jun 2002 06:01:08 -0700 (PDT) Received: from chania.di.uoa.gr (chania.di.uoa.gr [195.134.67.214]) by zeus.di.uoa.gr (8.12.3/8.12.3) with ESMTP id g56D0xD6020649; Thu, 6 Jun 2002 16:00:59 +0300 (EEST) Received: from chania.di.uoa.gr (localhost [127.0.0.1]) by chania.di.uoa.gr (8.12.1/8.12.1) with ESMTP id g56D0va7000775; Thu, 6 Jun 2002 16:00:57 +0300 (EET DST) Received: from localhost (tnu@localhost) by chania.di.uoa.gr (8.12.1/8.12.1/Submit) with ESMTP id g56D0ubt000772; Thu, 6 Jun 2002 16:00:56 +0300 (EET DST) Date: Thu, 6 Jun 2002 16:00:56 +0300 (EET DST) From: tnu@chania.di.uoa.gr To: William Palfreman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key In-Reply-To: <20020606134647.K179-100000@kmart.lan.palfreman.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: QUOTED-PRINTABLE X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG =C7=EC=E5=F1=EF=EC=E7=ED=DF=E1: 06.06.02 =C1=F0=EF=F3=F4=EF=EB=DD=E1=F2: William Palfreman (aka "WP") =BF=F1=E1: 14:29 WP> $ stty erase [press ^V, press del, enter] Insted of Ctrl+v, the following is identical: $ stty erase "^?" WP> I can't understand the FreeBSD schizophrenia about del. WP> It is a *PC* operating system. Perhaps, it's main target groups is PCs but this doesn't make it a "PC operating system". It carries the history of BSD and BSD is/was not a "PC operating system". As for the issue, the following works for me: $ bindkey "^?" delete-char --=20 [ Quote #990 from definitions-mix collection. ] QOTD: How can I miss you if you won't go away? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6: 2:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx.ant.uni-bremen.de (mx.ant.uni-bremen.de [134.102.176.242]) by hub.freebsd.org (Postfix) with ESMTP id 8423937B404 for ; Thu, 6 Jun 2002 06:02:48 -0700 (PDT) Received: from taipeh.ant.uni-bremen.de ([134.102.176.3] helo=ant.uni-bremen.de) by antsrv1.ant.uni-bremen.de with esmtp (Exim 3.34 #1) id 17FwuZ-0006L3-00; Thu, 06 Jun 2002 15:02:43 +0200 Message-ID: <3CFF5D7F.4060300@ant.uni-bremen.de> Date: Thu, 06 Jun 2002 15:02:55 +0200 From: Heinrich Rebehn User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Axel Scheepers Cc: questions@freebsd.org Subject: Re: How to transfer passwd data from NIS-Server to local References: <3CFF446D.9040905@ant.uni-bremen.de> <20020606140742.D67863@mars.thuis> <3CFF54B8.6080505@ant.uni-bremen.de> <20020606143404.H67863@mars.thuis> 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 Axel Scheepers wrote: > Perl? Awk? Shouldn't be too hard to write something which parses it and writes > it out to a temp master.passwd. Then pwd_mkdb can check that file and import it, > check man pwd_mkdb for details. > > Gr, Just want to be 100% sure: Does pwd_mkdb *overwrite* the existing passwd database or *update/merge* the supplied input with the existing passwd database? Heinrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6: 3:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id D6FC037B438 for ; Thu, 6 Jun 2002 06:03:05 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id PAA12302; Thu, 6 Jun 2002 15:57:58 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 0D58938303; Thu, 6 Jun 2002 15:54:16 +0300 (EEST) Date: Thu, 6 Jun 2002 15:54:16 +0300 (EEST) From: Alexander V Zubchenko To: William Palfreman Cc: Subject: Re: Delete Key In-Reply-To: <20020606134647.K179-100000@kmart.lan.palfreman.com> Message-ID: <20020606154730.S57872-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Jun 2002, William Palfreman wrote: > On Thu, 6 Jun 2002, Andrew J Caines wrote: > > > Sanjay, > > > > > I want to make the DEL key work while working with the bash shell itself. > > > > # stty erase ^V > > > > Put it in your .bash_profile if this is really what you want every time > > you log in. > > Doesn't work. > > $ stty erase [press ^V, press del, enter] > > del continues to behave as a destructive backspace > > > Out of curiosity, why do you want delete to behave like backspace? > > He doesn't. He wants his Del key to delete the character on the cursor > (^D) and the backspace key to delete to the left of the cursor (^H). > Currently they both are destructive backspaces. I can't understand the > FreeBSD schizophrenia about del. It is a *PC* operating system. Ever Sorry, but FreeBSD is UNIX at first. And mobility is important (and now fbsd is not only PC OS). I didn't work with Alpha systems, and not sured that Del is present there :+) > since I stopped using Wordstar in 1986 backspace has deleted backwards > and del has deleted forwards on a PC. Why is this so hard? XFree86 > manages it xmodmap. Its not even usful having two backspaces (backspace > and del), as they are both doing exactly the same thing at present. Then why our PC keyboard has 2 Ctrl's, Alt's, Shift's ? When i work with vi backspace (or even ^H) is more suitable, but when pkg used require arrows, del is in use. > > There should be a simply way to map ^D to del. Usually any request to > do this get fobbed off with "RTFM, man stty" Done that, googled for it, > neither says simply how to make del behave like ^D on a console. Yes tty in general is dev, suited for 'GENERIC' hardware. This must b changed, but, imho, is not 'first-thing-to-change-in-fbsd'... I'll try to look into kbdcontrol sources to add this feature, when I'll have time for this. Then i'll try to post it to freebsd team. > > -- > W. Palfreman. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > With best regards, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6: 6:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hub.freebsd.org (r-pa048-4b71.tin.it [62.211.247.71]) by hub.freebsd.org (Postfix) with SMTP id B882337B40F for ; Thu, 6 Jun 2002 06:04:37 -0700 (PDT) From: "transition" Date: gio, 06 giu 2002 15.04.27 To: questions@freebsd.org Subject: M.L.M. Italian System MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20020606130437.B882337B40F@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG M.L.M. Italian System "Ti informiamo che questo non uno spamming ai sensi della legge 675/96. >Se Ti e' arrivata questa lettera, perch il tuo indirizzo di posta >elettronica stato acquisito da fonti pubblicamente consultabili. >Quindi se il presente messaggio pu NON interessarti, >cancellalo senza dover rispondere al mittente. >Il tuo indirizzo ,verr utilizzato solo una volta; >dopo di che,verr cancellato. ------------------------------------------------------------------------------------------- > IL GENERATORE DI BENESSERE DEL XXI SECOLO > >Intro: >Bene la prima cosa da fare salvare su disco questa pagina per averla a >portata di mano anche se il tuo PC non connesso ad Internet, poi copia >tutto in word o in blocco note e stampalo, cos lo potrai leggere con pi >attenzione. Purtroppo, su internet ,girano tante proposte per far soldi ma che alla fine risultano solo una perdita di tempo. > >Questo Sistema diverso da tutti gli altri; non esistono capi ,non esistono vincoli di qualsiasi genere,non una truffa,e soprattutto non butti via soldi; quindi se non ti fidi leggi le istruzioni con attenzione per valutarlo. Quando le avrai comprese, ti >assicuro che sar per te IRRESISTIBILE la voglia di partecipare. > >QUESTO SENZA DUBBIO IL GIORNO Pi FORTUNATO DELLA TUA VITA!!! >SEI UNO DEI FORTUNATI ITALIANI A RICEVERE QUESTA FAMOSA MLM E-MAIL, DELLA >QUALE TUTTI STANNO PARLANDO, E DELLA QUALE LA TELEVISIONE E TUTTI I >GIORNALI ITALIANI HANNO DEDICATO AMPIO SPAZIO NELLE SCORSE SETTIMANE!!! > FINALMENTE TRADOTTA ANCHE IN ITALIANO PER IL TUO SUCCESSO!!! >UN SISTEMA CHE ANNULLA COMPLETAMENTE TOTOCALCIO, TOTOGOL, LOTTO, ENALOTTO E >LOTTERIE VARIE!!! BASTA GIOCARE E SPRECARE SOLDI INUTILMENTE!!! COMINCIA A VINCERE UNA VOLTA PER TUTTE !!!!! >Proprio cos!! Si, basta preoccuparsi del lavoro, del quale non se ne pu >pi, dei soldi, che non sono mai abbastanza, di quella vacanza che VORRESTI >ma sempre pi lontana!!! Quindi il mio consiglio quello di cominciare A TIRARE FUORI I SOGNI DAL CASSETTO!!! Immagina per >un attimo cosa potresti fare, ad esempio potresti ordinare la nuova, >fiammante, Lamborghini Murcielago che ti meriti, oppure recarti alla banca >e pagare una volta per tutte quel mutuo sulla casa o sull'appartamento!!! >Oppure potresti prenderti un paio di mesi di vacanza o crociera in uno di >quei posti esotici dei quali hai sempre sognato, poi ritornato a casa >decidere cosa fare con pi di un miliardo ancora a tua disposizione!!! Alle >volte la realt pu sembrare un sogno ma come sai CON I SOGNI NON SI >RISOLVE NULLA!!! Questa PURA Realt e succeder anche a te nelle prossime >6 settimane, grazie all'incredibile sistema MLM americano!!! Hai perso I servizi speciali in onda su RAITRE, Canale 5 e altre emittenti >televisive locali riguardo questo incredibile sistema americano??? Non >importa, perch questa la famosa e-mail della quale tutti parlano sulle >reti televisive di tutto il mondo, non solo italiane. Dovuto alla ormai >crescente popolarit di questa e-mail su Internet, alcune emittenti >televisive italiane hanno dedicato ultimamente degli speciali sul come >possibile guadagnare con internet, in 6 settimane, e per di pi >garantito. "Ma come possibile ASSICURARE che qualcuno vinca davvero??? Il risultato stato pi >che sorprendente; perfino per i conduttori, che hanno espresso il loro >desiderio di partecipare subito!!! In tutti gli speciali, non solo si >evidenziato e provato che il sistema funziona davvero, ma che assicura la vincita >a CHIUNQUE PARTECIPA, e che stato anche provato che non ci sono leggi in >vigore (in Italia) che impediscono la partecipazione al programma. Creato >negli USA qualche anno fa, e dopo aver generato non si sa quanti nuovi >miliardari in tutto il mondo, e ricevuto l'attenzione di emittenti >televisive e telegiornali in numerosi paesi del mondo, finalmente >approdato anche in Italia, grazie alla cortese collaborazione di un >italiano residente negli USA, che ha finalmente deciso di tradurre questa >e-mail in italiano, ed estendere l'opportunit di diventare miliardari >anche a tutti gli italiani che desiderano partecipare!!! > >Quante volte hai tentato la fortuna al Totocalcio??? Totogol??? Enalotto, >lotterie??? Hai fatto fortuna??? NO??? E probabilmente il tutto ti >costato una gran bella cifra!!! Non preoccuparti: finalmente arrivato il >tuo momento, si, quello di vincere sul serio, garantito oltre il 200%, >perch stato provato che nessuno pu perdere, nessuno!!! Non si pu >perdere per il semplice motivo che ci sono migliaia di nuovi giocatori ogni >giorno che vogliono partecipare, e aspettano che i fortunati che sono in >possesso di questa e-mail (quale sei tu ad esempio), la spediscano anche a >loro. Hai seguito ultimamente gli speciali in onda su RaiTre, Canale 5 e >altre emittenti televisive locali riguardo il Super Sistema MLM >americano??? > > >Se credi che questo sia uno dei tanti scherzi che si ricevono via e-mail, >ti chiedo solo un paio di minuti del tuo tempo invitandoti a leggere questa >lettera: e ti prometto che quando l'avrai terminata la tua vita sar gi >cambiata!!! Questa la testimonianza di Claudio Tommasi, l'italiano che ha >finalmente deciso di tradurre la pi famosa e-mail oggi in circolazione: > >"Chi ti scrive un italiano, Claudio Tommasi, nato e cresciuto a S. >Michele all'Adige, una cittadina alle porte di Trento, nel nord Italia. Mi >sono sposato e trasferito negli Stati Uniti nel 1994, dopo un corso estivo >al Campus dell'Universit del nord Colorado, e tuttora vivo con mia moglie >e i miei 2 figli in una bellissima cittadina chiamata Fort Collins, sempre >nel nord Colorado. La ragione per cui ti scrivo perch ormai da 5 mesi la >mia vita e quella della mia famiglia totalmente cambiata. Perch??? Ho >vinto la bellezza di $ 712.455 dollari, equivalenti a 1.426.862.000 lire >italiane, senza fare assolutamente nulla!!! Quello che successo a me >succeder a tutti quelli che decideranno di partecipare all'ormai famoso >"MLM American System": E' GARANTITO!!! Perch l'unico sistema al mondo >col quale non si pu perdere, impossibile!!!". La sua testimonianza >continua. > >"Se non hai seguito i programmi TV , non ha importanza perch avrai bisogno di questa e-mail per partecipare. Senza questa e-mail non potrai entrare nel sistema, >semplicemente perch hai bisogno di inserire i tuoi dati, affinch le >persone possano spedirti i soldi direttamente a casa tua, come successo a >me. Questa la mia storia: cinque mesi fa ricevetti una e-mail come >questa, in inglese ovviamente, sembrava una di quelle tante che noi >chiamiamo "junk" mail (catene). Era probabilmente la 5-6 volta che ne >ricevevo una simile. Quel giorno (per mia fortuna) decisi di leggerla e >cercare di capire come funzionasse quel sistema. In vita mia non ho mai >creduto nei "soldi facili", forse perch dopo tutti gli anni e i soldi >spesi all'universit in Italia, giocando mega-sistemi al Totocalcio, >Totogol, Enalotto, ecc., non ho mai vinto neanche 1000 lire!!! Dopo aver >letto quella e-mail, e facendo un po' di calcoli, pensai che il sistema >aveva un grande potenziale, e che poteva decisamente funzionare. Decisi >cos di provare, senza dire niente a mia moglie. Feci quello che diceva il >sistema: inserii il mio nome e dati nella e-mail, spedii le 5 lettere alle >persone presenti sulla lista, ognuna contenente le mie informazioni per >partecipare e una banconota da $5 dollari. Pensai: "In fondo, avrei speso >la stessa cifra se stasera avessi portato la mia famiglia al cinema, o se >avessi comprato 2 biglietti della lotteria, dove la percentuale di vincita > di 1 su 25 milioni!!!". >Dopo neanche 10 giorni cominciai a ricevere "tonnellate" di lettere di >persone che mi richiedevano i 5 report che avevo precedentemente acquistato >per $25 dollari: mia moglie mi chiese cosa stava succedendo. Aprii le >lettere una ad una e cominciai a contare i soldi. Non potevo crederlo: >quello che diceva il sistema era vero, ero entrato nel vortice di un giro >di giocatori americani incalliti!!! >La stessa settimana ci fu uno dei tanti speciali su uno dei telegiornali >nazionali, e parlava di tutti questi nuovi miliardari che avevano fatto >fortuna grazie ad Internet (e-mail) e ad un sistema multilivello semplice >ma efficacissimo: e io ero uno di loro!!! Dopo qualche mese, decisi che >avrei tentato di nuovo (poich il sistema senza fine e si basa anche sul >fatto che quasi ogni vincitore rientra nel giro). Ma con l'andare del tempo >pensai a tutti gli amici che avevo lasciato in Italia, compreso la mia >famiglia, e il fatto che non avrebbero mai potuto avere la possibilit di >partecipare e vincere come avevo fatto io, in quanto non conoscevano la >lingua inglese (lingua ufficiale del sistema). >Cos decisi di tradurre quella e-mail e di farla circolare in Italia. >Ecco perch caro amico/a ti ho scritto, affinch tutti possano avere la >stessa opportunit che ho avuto io e migliaia di giocatori in tutto il >mondo, di far avverare i loro sogni e finalmente vincere oltre un miliardo >di lire. Se credi di aver bisogno di questo denaro questa l'opportunit >della tua vita. Se invece di denaro ne hai anche troppo, per favore invia >questa preziosa e-mail a tutti coloro che la stanno ansiosamente >aspettando, e che sono meno fortunati di te, poich io non ho n il tempo >n gli indirizzi e-mail di tutti quegli italiani che sono nel bisogno. Non >essere egoista, dai la possibilit a qualcuno di toccare finalmente il >cielo con un dito. Quello che farai per loro, un giorno sar fatto a te, >credimi. > >Buona fortuna e in bocca al lupo!!! Un caro saluto dagli Stati Uniti. > >Ciao, Claudio Tommasi." > > > >Grazie ad Internet e ad un programma imbattibile che ha gi colto >l'attenzione di alcune reti televisive italiane e straniere (oltre ai >migliaia di servizi dedicati dalle televisioni americane) sveliamo il >segreto: > > >Ecco come funziona. > > >I partecipanti provengono da tutto il mondo, Australia, Canada, >Inghilterra, Germania, Nuova Zelanda ( Paesi che in genere sono di >madrelingua inglese, o lo parlano come seconda lingua), ma il 92% di essi >sono agguerriti americani che solo nel secondo semestre del 2001 ha contato >+ di 928.000 fortunati soltanto ne gli USA. > > > La ragione di questo successo semplice: con il solo investimento di $ >25 si entra in un giro mondiale , inviando e-mail gratuitamente a tutti >quelli che vogliono partecipare e che sono in trepida attesa di farlo. Si, >perch la chiave proprio ricevere questa e-mail (che stata finalmente >tradotta da un gentile italiano residente negli USA per il beneficio di >tutti i giocatori). > > >Se non si riceve la e-mail non si accede al sistema e si tagliati fuori. >Sei probabilmente uno dei primi italiani a ricevere questa e-mail, visto >che stata tradotta soltanto un mese fa. Ci sono milioni di persone in >tutta Italia e in tutto il mondo che sono ansiosi di ricevere questa e-mail >da te. Una volta che inserisci il tuo nome indirizzo e indirizzo e-mail >fatta, sei nel sistema e ci resterai fino a quando deciderai che ne hai >abbastanza di tutti quei soldi!!! > > >I partecipanti al giorno d'oggi sono stimati attorno ai 25 milioni, e >crescono di giorno in giorno. Poich bisogna aspettare il proprio turno >prima di rientrare in un nuovo giro ( dalle 5 alla 1 posizione) chi esce >(con un guadagno stimato in media tra 1,5 e 2 miliardi di lire) rientra di >nuovo rispondendo ad un'altra e-mail che ha ricevuto nel frattempo. Il >risultato: un sistema che non ha mai fine, tenuto in piedi dai soliti >giocatori e in pi da tutti quelli che si uniscono ogni giorno, >incrementando il massiccio scambio di denaro. Un giro di centinaia di >miliardi al giorno, spediti in piccole banconote da $ 5 ciascuna. Un >programma che, GRAZIE AD INTERNET, non ha mai fine, poich i partecipanti >entrano ed escono continuamente (non contando i nuovi partecipanti che si >uniscono ogni giorno) investendo ogni volta la piccola somma di 25$, e >intascando i miliardi spettanti ad ogni giro!!! Ovviamente si pu uscire >quando si vuole, non c' nessun obbligo, ma perch uscire quando si parte >di un club di miliardari??? Gli USA stimano che almeno 927.900 di quei >928.000 nuovi miliardari sono gi rientrati, centuplicando il numero di >miliardari nei prossimi 6 mesi!!! > > >La differenza tra i vecchi sistemi multilivello e questo molto semplice: > > >1: L'investimento decisamente minimo, chiunque pu permetterselo, giovane >o vecchio, studente o impiegato, disoccupato o meno. Per iniziare si pu >anche partecipare in gruppi, se si vuole. > > >2: Nessuna perdita di tempo nel convincere qualcuno a partecipare, poich >grazie alle recenti trasmissioni televisive ci sono milioni di italiani >pronti a giocare, e aspettano di ricevere questa e-mail da te > > >3: La vincita rapida: 6 sole settimane per una somma minima che si aggira >fra i 1,5 e 2 MILIARDI di lire!!! Un record, nessun sistema mai stato >tanto veloce quanto MLM American System!!! > > >4: Non c' nessuna organizzazione dietro questo semplice ma efficace >sistema. I soli giocatori tengono in piedi l'intero sistema (da oro >"battezzato" MLM American System = sistema multilivello americano e >attualmente dopo essere stato tradotto per l'Italia e integrato con >opportune modifiche e miglioramenti MLM Italian System), che funziona alla >perfezione da 2 anni a questa parte. Non c' nessuna percentuale da pagare. >I soldi vengono scambiati e spediti direttamente alle case dei singoli >giocatori. Tutti gli altri sistemi esistenti hanno una sede fissa, si >appropriano di una grossa percentuale dei soldi, li maneggiano, e poi >decidono chi deve vincere, per cui nessuna vincita pu essere assicurata. > > >5: MLM l'unico sistema esistente al mondo che ti permette una vincita >multipla: si vince ogni 6 settimane, fino a quando si decide di ritirarsi >perch se ne ha abbastanza di tutto quel denaro. > > > >6: L'opportunit di ricevere informazioni gratis per incrementare e gestire >le proprie vincite. Se decidete di partecipare, riceverete i "5 reports" >dai membri della vostra lista, che contengono informazioni utilissime come >scaricare GRATIS da Internet software elaborati e costosi (valore di >mercato 1.000.000 di lire completamente GRATIS!!!) per gestire ricercare, >scaricare e spedire e-mail a pi di 10.000.000 di indirizzi (Avalanche, >NetTron, DirectMail, ecc.), pi tante altre utilissime informazioni sul >come incrementare le vincite con il sistema, completamente GRATIS!!! > > >Questo il segreto di MLM American System: la vincita 200% assicurata!!! >Non si pu perdere, impossibile!!! Come spiegato sullo speciale di >RaiTre, il sistema funziona ogni giorno per milioni di giocatori, non c' >dubbio. Chi si inserisce ha la certezza matematica di ricevere ALMENO 1,5 - >2 MILIARDI DI LIRE NEL GIRO DI 6 SETTIMANE, perch riceverai i soldi da >coloro che hanno gi vinto ma desiderano rientrare e raddoppiare, >triplicare, ecc. la loro vincita (NON CONTANDO SULL'INGRESSO DI NUOVI >PARTECIPANTI OGNI GIORNO). Il conduttore della trasmissione di RaiTre: >"seriamente, non ho mai visto niente del genere fino ad oggi!!!" MLM >American System stato definito il "GENERATORE DI BENESSERE DEL XXI >SECOLO!!!". E tu? Sei pronto ad unirti al club dei miliardari??? Il >principio quasi simile a quello utopico del "Se ognuno dei 5 miliardi di >persone oggi esistente sulla terra spedisse un dollaro a tutti gli altri >vivremmo in un mondo di miliardari". Il fatto che non si pu costringere >qualcuno a versare dei soldi ad un altro individuo. Ecco che il concetto di >MLM entra in gioco: ci vuole un club di giocatori intenzionati a scambiarsi >ogni 6 settimane 5 dollari a testa, collezionando 1,5 - 2 miliardi a turno. >Questo il semplice segreto di un sistema che non ha eguali in tutto il >mondo: MLM American System. Non c' nessuna organizzazione dietro MLM che >trattiene percentuali come altri sistemi dove il solo che colleziona il >denaro l'ente che giostra il tutto. MLM un club di oneste persone >comuni COME TE che hanno tutto l'interesse di tenere in piedi un sistema >che genera benessere per . I soldi contenuti nelle lettere vengono spediti >direttamente alle case dei partecipanti e non raccolti da " anonimi enti" >come in altri sistemi., Come su questa e-mail che sar la tua lista se >decidi di partecipare ci sono i nominativi di 5 persone comuni come te, >provenienti da tutto il mondo. > > >LE SEGUENTI SONO ISTRUZIONI FONDAMENTALI DI CUI HAI BISOGNO: POICHE' IL > >CONTENUTO DI QUESTA E-MAIL TROPPO PREZIOSO SE NON LO HAI ANCORA > >FATTO, > >STAMPA UNA COPIA DI QUESTA E-MAIL ADESSO E SALVALA SU UN CD O FLOPPY > >DISK, > >NEL QUALCASOTU ABBIA PROBLEMI CON IL TUO COMPUTER. > > >= = = = COME ORDINARE I 5 "REPORTS" DALLA LISTA CHE SEGUE = = = = > >Che cos' un report??? Un report non altro che una serie di informazioni >utilissime su come scaricare assolutamente gratis costosi software da >Internet (che potranno risultare di grande aiuto nella gestione e >spedizione ad alta velocit di e-mail) gestire patrimoni ecc., >accuratamente tradotti in italiano. > >Per ogni report spedisci 5 euro se sei in Europa se no 5 dollari americani >dal pi vicino ufficio postale o dalla tua banca. > >Ci sono stati giocatori che, per ragioni sconosciute hanno spedito i >contanti nella valuta del loro paese. Nel caso tu debba spedire a giocatori >stranieri consigliabile utilizzare il dollaro americano perch stato >scelto e adottato sin dall'inizio del sistema, ed ha funzionato alla >perfezione per ormai 2 anni, non possiamo garantire il fatto che, se >spedirai banconote in diverse valute, saranno accettate. I giocatori del >sistema, specialmente stranieri che si aspettano di ricevere dollari >americani, non accetteranno altre valute, perch non conoscono il cambio >corrente, e probabilmente rispediranno indietro le lettere. > >Per qualsiasi ragione, non spedire MAI moneta, solo banconote, altrimenti >dovrai pagare una tariffa postale maggiore dovuta al peso. > >Per evitare che i soldi spediti vengano intercettati e rubati da 2 anni a >questa parte, si adottato il sistema di "incartare" la banconota in 2 >fogli di carta formato A4 piegati in 3 come si piegherebbe una semplice >lettera da infilare in una busta normale da lettera. > > >= = IMPORTANTE = = > >Su uno dei 2 fogli, scrivi in stampatello (meglio se stampato al computer) >a caratteri chiari e leggibili, il nome e il numero dei report che stai >ordinando, il tuo indirizzo e-mail, e il tuo nome e indirizzo postale. > >Quindi: per ogni report spedisci una banconota del valore di cinque EURO o >dollari incartata fra 2 fogli di carta formato A4, il nome e numero di >report richiesto, il tuo indirizzo e-mail, il tuo nome e indirizzo postale. > >Se non vuoi far apparire il tuo nome e indirizzo sulla lista (anonimato), >puoi usare una casella postale come indirizzo, e il nome di una compagnia >al posto del tuo nome e cognome (ad esempio: XYZ Servizi, Casella Postale >12345, Roma, Italy). Ricorda di scrivere il tuo indirizzo (mittente) sulla >busta, nel caso in cui ci siano difficolt postali. > >Quando ordini i report, devi ordinare tutti i 5 report, perch hai bisogno >di "consegnarli tramite e-mail alle persone che li richiederanno da te, >pagandoti 5 EURO/Dollari per ognuno di essi (anche se sono gi in possesso >di essi, nel caso di giocatori che rientrano, il sistema richiede il >pagamento di 5 EURO/Dollari in cambio di qualcosa). > >Quando ricevi i 5 report in 5 differenti e-mail, salva ogni report su un >floppy disk o CD, affinch niente vada perso. Se li perdi, non puoi >continuare nel sistema, poich non hai niente da "consegnare" agli altri >giocatori. > >Il costo totale del tuo investimento : 5 x 5 Euro/Dollari = 25 Euro o >dollari, una sciocchezza paragonata a quello che riceverai !!! > >Nel giro di pochi giorni riceverai, come detto, le 5 e-mail con i 5 >differenti report in italianmo. Mentre stai aspettando i 5 report (numero >1, 2, 3, 4 e 5), prendi questa e-mail, che hai precedentemente salvato nel >tuo computer, e fai quanto segue: > >1. rimuovi il nome e l'indirizzo della persona accanto al report numero 5. >Questa persona ha finito il suo turno e star contando i suoi 1,5 - 22 >miliardi di lire; > >2. rimuovi il nome e l'indirizzo della persona accanto al report numero 4 e >spostala (con copia/taglia e incolla) al numero 5; > >3. rimuovi il nome e l'indirizzo della persona accanto al report numero 3 e >spostala (con copia/taglia e incolla) al numero 4; > >4. rimuovi il nome e l'indirizzo della persona accanto al report numero 2 e >spostala (con copia/taglia e incolla) al numero 3; > >5. rimuovi il nome e l'indirizzo della persona accanto al report numero 1 e >spostala (con copia/taglia e incolla) al numero 2; > >6. inserisci il tuo nome e indirizzo accanto al report numero 1. Fatto, ora >sei ufficialmente nel sistema. > >Fai attenzione nel ricopiare tutti gli indirizzi: controlla sempre che >tutti i nomi e gli indirizzi siano scritti in maniera corretta >(specialmente nel caso di giocatori stranieri). > >Dopo ci, salva la nuova e-mail nel tuo computer, e fai anche una copia e >salvala su un floppy disk o CD. NON FARE ASSOLUTAMENTE ALTRE MODIFICHE. > >Il prossimo passo quello di spedirle e-mail a tutte le persone che le >stanno ansiosamente aspettando. Dopo le trasmissioni televisive, la >popolarit di questo sistema ormai alle stelle, quindi non preoccuparti >di spiegare il sistema ad amici e conoscenti. >Quello che devi fare spedire questa e-mail, cominciando dalla lista di >amici presente nel tuo Microsoft Outlook Express, o software simile, dove >tieni la lista di indirizzi e-mail dei tuoi amici. Tu puoi spedire quante >e-mail vuoi: il minimo 5. > >1. Ok, ora vediamo come funziona. Supponiamo che spedisci 20 e-mail a 20 >persone. Pur essendo tutti in attesa di questa e-mail, soltanto 10 di loro >trovano il tempo di ordinare il report numero 1 da te. > >2. Quelle 10 persone spediscono a loro volta 20 e-mail a testa, per un >totale di 200 e-mail. Di nuovo, pur essendo tutti in attesa di ricevere >questa e-mail ed intascare i loro miliardi, soltanto la met di loro, 100 >persone, ha il tempo di ordinare il report numero 2. > >3. Quelle 100 persone spediscono a loro volta 20 e-mail a testa, per un >totale di 2000 e-mail. Stessa storia, solo 1000 di loro trova il tempo di >ordinare il report numero 3. > >4. Quelle 1000 persone spediscono a loro volta 20 e-mail a testa, per un >totale di 20.000 e-mail. Solo 10.000 di loro ordina il report numero 4. > >5. Quelle 10.000 persone spediscono 20 e-mail ciascuno, per un totale di >200.000 e-mail. Solo met di loro ordina il report numero5. > >Ora un po' di matematica. Il totale della vincita in questo caso, dove non >si ha il pieno potenziale di giocatori, poich si presume che soltanto la >met della met della met, ecc. partecipi (in euro o in dollari), il >seguente:: > >Per il report numero 1: 10 richieste = 10 x 5 dollari = 50 dollari = >100.000 lire > >Per il report numero 2: 100 richieste = 100 x 5 dollari = 500 dollari = >1.000.000 di lire > >Per il report numero 3: 1000 richieste = 1000 x 5 dollari = 5000 dollari = >10.000.000 di lire > >Per il report numero 4: 10.000 richieste = 10.000 x 5 dollari = 50.000 >dollari = 100.000.000 di lire ( > >Per il report numero 5: 100.000 richieste = 100.000 x 5 dollari = 500.000 >dollari = 1.000.000.000 di lire > >Totale: 50+ 500+ 5000+ 50.000+ 500.000 = 555.550 dollari = 1.111.100.000 >lire !!!!!!! > >Questo il minimo che ognuno vincer poich stato ormai sperimentato e >testato negli anni scorsi: ma se ognuno spedisce pi di 20 e-mail, e cos >gli altri partecipanti, la vincita avr proporzioni stratosferiche che >nemmeno potete immaginarvi, ma possibile allo stesso tempo, senza dubbio, >succede tuttora E SPESSO di avere vincite da 12 zeri !!! Questo dipende da >te, se hai il tempo e la voglia di spedire e-mail a persone che conosci, o >se trovi indirizzi e-mail su vari siti Web gratuiti: non farai altro che >incrementare il valore della tua vincita. Quando parliamo di una vincita di >1,5 - 2 miliardi di lire ogni 6 settimane, ci riferiamo ad una vincita >media ( dati forniti dalle varie trasmissioni televisive che hanno fatto >ricerche fra i numerosi partecipanti e redatto delle statistiche) fra tutti >i giocatori partecipanti. La media di e-mail spedite di 5.4 a persona. >Ecco perch possiamo parlare di una vincita "facile", poich l'unica cosa >da fare aprire la propria agenda di indirizzi e-mail di amici e >conoscenti, e spedire le e-mail con il proprio nome vicino al report numero >1. Se ci pensate, proprio un gioco da ragazzi!!! Ma se volete ambire ad >una vincita incredibile (centinaia di miliardi) avete la possibilit di >farlo, e dipende tutto da voi. Vi sono giocatori nel sistema che arrivano a >spedire anche 1 milione di e-mail nel giro di un paio di settimane: vi >lascio pensare qual l'entit della loro vincita!!! > >Come hai letto nella testimonianza di Claudio Tommasi, l'italiano che ha >avuto la cortesia di tradurre questa famosa e-mail in italiano, stiamo >cercando di far rimanere questa e-mail in Italia. Dopo la messa in onda dei >programmi TV che parlavano del sistema, migliaia di italiani hanno >telefonato alle sedi delle reti televisive, chi chiedendo disperatamente >l'indirizzo dell'italiano residente in Colorado, chi dando i propri dati, >chi implorando affinch scrivessero subito una e-mail anche a loro. Il >problema, come gi stato spiegato nelle varie trasmissioni , che >nessuno pu partecipare, a meno che riceva questa e-mail. Tu sei stato >selezionato da un "search-engine" situato negli USA, che ha provveduto a >fornire 1000 indirizzi e-mail italiani a colui che ti ha spedito questa >e-mail, affinch il tutto potesse avere inizio. Quindi considera la tua >posizione: se cancelli questa e-mail toglierai una grande opportunit a >coloro che stanno aspettando che tu gli spedisca questa e-mail. Anche se >non intendi partecipare, spedisci questa e-mail ad almeno 10 persone. E se >intendi partecipare, ti chiediamo cortesemente di farla circolare in >Italia, affinch si crei un ciclo di giocatori italiani che entrano ed >escono, scambiandosi 1,5 - 2 miliardi a turno ogni 6 settimane, come in >altri paesi. Aiutaci in questo tentativo di creare un "ramo" MLM >completamente italiano. Ci stato reso noto che la scorsa settimana alcuni >giocatori italiani hanno rispedito la e-mail ad amici residenti negli USA, >tagliando fuori milioni di giocatori italiani in attesa. Ti chiediamo >pertanto di evitare che questa e-mail vada persa. Confidiamo nel tuo >impegno, e per questo ti ringraziamo in anticipo. Noi siamo due studenti, >A&W (che vogliono mantenere l'anonimato), della facolt di ingegneria di >Povo, Trento, amici d'infanzia di Claudio Tommasi e grandi stimatori di >questo grande sistema che sta gi funzionando alla grande per noi. Ti >auguriamo un in bocca al lupo e buon divertimento come nuovo miliardario!!! > > > >ENTRA OGGI STESSO NEL SISTEMA, CORRI SUBITO A PREPARARE LE 5 BUSTE E > >BUON GUADAGNO!!! > >= = = = = = = = = = LA TUA LISTA DEI REPORTS IN ITALIANO = = = = = = = = = >= > > > >ORDINA ADESSO UNA COPIA PER OGNI REPORT: > > >REPORT NUMERO 1 : "Il nuovo, gratuito e-mail software AGM - Completo" > >Ordina il report numero 1 da: > >Vito Sardo > >Via A.Diaz , 96 >91025 Marsala (TP) Italia ___________________________________________________________________ > > >REPORT NUMERO 2 : "Il completo setup di un nuovo, veloce e gratuito >Internet Provider" Italiano > >Ordina il report numero 2 da: > > > Giunta Stefano > >Via Pedolazzi, 156 > >28883 Gravellona Toce (VB > > >______________________________________________________________________ > > >REPORT NUMERO 3 : "Che cos' una circolare viaggiante - Teoria, prassi, >necessit della Comunicazione Orizzontale" innovativo contributo di >Alessandro D'Agostini su come diffondere in modo efficace informazioni >libere con la "MLM comunication" Italiano > >Ordina il report numero 3 da: > > > Daniele Paiano > >Via Virgilio, 13 > >72021 Francavilla Fontana (BR) Italia > > > > >______________________________________________________________________ > > >REPORT NUMERO 4 : "E-mail Adress Extract" > >Ordina il report numero 4 da: > > > Nicola Loglisci > >Via Pisa, 47 > >70024 Gravina In Puglia (BA) Italia > > >______________________________________________________________________ > > >REPORT NUMERO 5: "Guida pratica al successo con Multilevel Italian System & >Manuale in Italiano su come usare al meglio il nuovo, gratuito e-mail >software AGM e E-mail Adress Extract" > >Ordina il report numero 5 da: > > > Giovanni Logli > >Via Ulisse Dini, 210 > >56017 San Giuliano Terme (PI) Italia > > >______________________________________________________________________ > > >$$$$$$$$$$$$$ ISTRUZIONI UTILI PER IL TUO SUCCESSO $$$$$$$$$$$$$$$$$ > > >Appena ricevi questa e-mail, se intendi partecipare, segui le istruzioni >relative all'inserimento del tuo nome, che abbiamo spiegato alcuni >paragrafi pi sopra. Comincia a fare un elenco delle persone alle quali >intendi spedire questa e-mail. Fatto ci comincia pure a spedirle, mentre >aspetti di ricevere i 5 report. Questo ti da il vantaggio nei confronti di >tutti quelli che ti richiederanno i 5 report (e saranno molti!!!). Una >volta che ricevi 10 richieste per il report numero 1, riceverai >matematicamente almeno 100 richieste per il report numero 2. Dopo quello >hai la scelta di rilassarti e tornare a fare quello che facevi prima, >poich sei entrato nel "vortice" del sistema. Oppure, come spiegato poco >sopra, puoi continuare a spedire e-mail a tutti quelli che te lo >richiederanno, incrementando notevolmente la tua vincita finale. Dipende >solo da quanto denaro hai bisogno!!! Puoi renderti conto di quanti soldi >stai accumulando dal numero di richieste che ti perverranno. Una volta >uscito dal sistema, e con 1.5 - 2 miliardi in tasca (minimo), dovrai >decidere se rientrare o meno. E' abbastanza facile presupporre che starai >ponderando questa alternativa sdraiato su una di quelle lunghissime spiagge >bianche, su di un'isola remota ( abbastanza comune tra tutti i giocatori, >non ti preoccupare!!!). Ma vogliamo ricordarti che il sistema non ha mai >fine sar sempre disponibile se deciderai di rientrare a patto che qualcun >altro ti scriva. Ricorda, senza e-mail non accedi al sistema. Anche se hai >gi vinto una volta e hai "comprato" i 5 report, questo non ti da il >diritto di scavalcare gli altri giocatori. Devi ricevere una e-mail da uno >dei giocatori, e ripetere tutti i passi, uno per uno, dall'inizio. Questa >l'unica regola imposta dal sistema, per il beneficio di tutti i giocatori >onesti. Se hai gi vinto una volta anche merito della loro onest. > > >Un in bocca al lupo e buona vincita miliardaria a tutti > > >Nota originale dell'autore, ovvero colui che ha inventato il sistema pi >incredibile del mondo: "Se avete qualsiasi perplessit riguardo la legalit >di questo sistema, si prega di contattare: the Office of Associate Director >for Marketing Practices, Federal Trade Commission, Bureau of Consumer >Protection, Washington, District of Columbia, U.S.A.". > >RICORDA; QUESTO SISTEMA E' GESTITO DALLE SOLE PERSONE CHE NE PRENDONO PARTE! QUINDI, DA GENTE COMUNE. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6: 8:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.astercity.net (smtp.acn.pl [212.76.33.36]) by hub.freebsd.org (Postfix) with ESMTP id CC8B937B426; Thu, 6 Jun 2002 06:07:03 -0700 (PDT) Received: from proxyplus.universe (191-dzi-3.acn.waw.pl [62.121.66.191]) by mail.astercity.net (sendmail) with ESMTP id E242C17FF7D; Thu, 6 Jun 2002 15:06:56 +0200 (CEST) Received: from mx1.netposta.net [207.191.167.130] by Proxy+; Thu, 06 Jun 2002 15:06:55 +0200 for multiple recipients From: "Jackie" To: "mesfjd@yahoo.com" Subject: Great shape for summer,get there now Content-Type: text/plain; charset="us-ascii";format=flowed Content-Transfer-Encoding: 7bit Message-Id: <20020606130656.E242C17FF7D@mail.astercity.net> Date: Thu, 6 Jun 2002 15:06:56 +0200 (CEST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As seen on NBC, CBS, CNN, and even Oprah! The health discovery that actually reverses aging while burning fat, without dieting or exercise! This proven discovery has even been reported on by the New England Journal of Medicine. Forget aging and dieting forever! And it's Guaranteed! Click here: http://66.231.133.205/hgh/index.html Would you like to lose weight while you sleep! No dieting! No hunger pains! No Cravings! No strenuous exercise! Change your life forever! 100% GUARANTEED! 1.Body Fat Loss 82% improvement. 2.Wrinkle Reduction 61% improvement. 3.Energy Level 84% improvement. 4.Muscle Strength 88% improvement. 5.Sexual Potency 75% improvement. 6.Emotional Stability 67% improvement. 7.Memory 62% improvement. *********************************************************** You are receiving this email as a subscriber to the Opt-In America Mailing List. To unsubscribe from future offers, just click here: mailto:affiliateoptout@btamail.net.cn?Subject=off qc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6:23:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sbcsmtp2.sbc.com (sbcsmtp2.sbc.com [209.184.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 5E6A037B401 for ; Thu, 6 Jun 2002 06:23:45 -0700 (PDT) Received: from sbc.com (localhost [127.0.0.1]) by sbcsmtp2.sbc.com (8.10.1/8.10.1) with ESMTP id g56DJQH07394 for ; Thu, 6 Jun 2002 08:19:26 -0500 (CDT) Received: from msgdalhub02.ITServices.sbc.com (msgdalhub02.sbc.com [155.179.128.121]) by sbcsmtp2.sbc.com (8.10.1/8.10.1) with ESMTP id g56DJNg07377 for ; Thu, 6 Jun 2002 08:19:23 -0500 (CDT) Received: by msgdalhub02.ITServices.sbc.com with Internet Mail Service (5.5.2655.15) id ; Thu, 6 Jun 2002 08:23:41 -0500 Message-ID: <0A658CB656B68B4589C7F937444155D401959FD9@TXSNA09MSGUSR03.ITServices.sbc.com> From: "RAFT, MICHAEL E (SWBT)" To: freebsd-questions@FreeBSD.ORG Subject: Multiple BPFs Date: Thu, 6 Jun 2002 08:23:41 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.15) 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 Is there a way in FreeBSD 4.5 to initialize more than the standard 4 BPFs. I have set up a FreeBSD box to run as a nessus scanner and frequently get "no free bpf" warnings. I have tried putting a number after the pseudo-device bpf line in my kernel config but that didn't work. Thanks in advance.... Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6:33:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by hub.freebsd.org (Postfix) with ESMTP id 2090B37B403 for ; Thu, 6 Jun 2002 06:33:10 -0700 (PDT) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g56DX2828600; Thu, 6 Jun 2002 08:33:03 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020606083300.01b06ae0@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 06 Jun 2002 08:33:00 -0500 To: Michael Sharp , freebsd-questions@FreeBSD.ORG From: "Jack L. Stone" Subject: Re: php.ini In-Reply-To: <3CFF5567.8070809@ec.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 08:28 AM 6.6.2002 -0400, Michael Sharp wrote: >I just installed the apache+mod_ssl port (apache+mod_ssl-1.3.24+2.8.8) , >as well as mod_php4 (mod_php4-4.2.1_1) and mod_perl (mod_perl-1.26) >after doing a fresh CVsup of ports on FreeBSD 4.6-RC. I need to edit >php.ini for an app I want to install, but find / -name php.ini >says there is no php.ini on the system, yet php functionality IS working >in apache. Am I missing something, or is mod_php4 not using a php.ini >anymore? > >michael > It's probably named "php.ini-dist" and needs to be renamed php.ini. For FBSD, it's located at: /usr/local/etc Best regards, Jack L. Stone, Administrator Sage American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6:41:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 79C5637B403 for ; Thu, 6 Jun 2002 06:40:49 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id QAA15218; Thu, 6 Jun 2002 16:32:44 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 63B1738302; Thu, 6 Jun 2002 16:28:47 +0300 (EEST) Date: Thu, 6 Jun 2002 16:28:47 +0300 (EEST) From: Alexander V Zubchenko To: "RAFT, MICHAEL E (SWBT)" Cc: Subject: Re: Multiple BPFs In-Reply-To: <0A658CB656B68B4589C7F937444155D401959FD9@TXSNA09MSGUSR03.ITServices.sbc.com> Message-ID: <20020606162629.Y58162-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Thu, 6 Jun 2002, RAFT, MICHAEL E (SWBT) wrote: > Is there a way in FreeBSD 4.5 to initialize more than the standard 4 BPFs. > I have set up a FreeBSD box to run as a nessus scanner and frequently get > "no free bpf" warnings. I have tried putting a number after the > pseudo-device bpf line in my kernel config but that didn't work. Thanks in > advance.... > > Mike > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > I'm not sure (i'm running fbsd 4.3), but man said that default is 16. Mayb you forgot something like this: cd /dev ./MAKEDEV bpfXX I made 16 devices (bpf0-15) and simultaneously run 11 tcpdump's (some i'v already have in background for logging purposes)... Hopefully, this may help Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6:45:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 5458A37B40A for ; Thu, 6 Jun 2002 06:45:10 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 99E4649ABD; Thu, 6 Jun 2002 15:45:12 +0200 (CEST) Date: Thu, 6 Jun 2002 15:45:12 +0200 From: Axel Scheepers To: "RAFT, MICHAEL E (SWBT)" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Multiple BPFs Message-ID: <20020606154512.J67863@mars.thuis> Reply-To: Axel Scheepers References: <0A658CB656B68B4589C7F937444155D401959FD9@TXSNA09MSGUSR03.ITServices.sbc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <0A658CB656B68B4589C7F937444155D401959FD9@TXSNA09MSGUSR03.ITServices.sbc.com>; from mr4785@sbc.com on Thu, Jun 06, 2002 at 08:23:41AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 08:23:41AM -0500, RAFT, MICHAEL E (SWBT) wrote: > pseudo-device bpf line in my kernel config but that didn't work. Thanks in > advance.... Why not? pseudo-device bpf 16 works fine with me (it compiles so I guess that should go ok) LINT describes this feature too, so it should work. What errors did you get when you've addded the number to it? > > Mike > Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Only God can make random selections. ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6:49:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id C870137B406 for ; Thu, 6 Jun 2002 06:49:47 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 2B1CB49ABD; Thu, 6 Jun 2002 15:49:50 +0200 (CEST) Date: Thu, 6 Jun 2002 15:49:50 +0200 From: Axel Scheepers To: Heinrich Rebehn Cc: Axel Scheepers , questions@freebsd.org Subject: Re: How to transfer passwd data from NIS-Server to local Message-ID: <20020606154949.K67863@mars.thuis> Reply-To: Axel Scheepers References: <3CFF446D.9040905@ant.uni-bremen.de> <20020606140742.D67863@mars.thuis> <3CFF54B8.6080505@ant.uni-bremen.de> <20020606143404.H67863@mars.thuis> <3CFF5D7F.4060300@ant.uni-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CFF5D7F.4060300@ant.uni-bremen.de>; from rebehn@ant.uni-bremen.de on Thu, Jun 06, 2002 at 03:02:55PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 03:02:55PM +0200, Heinrich Rebehn wrote: > Just want to be 100% sure: > > Does pwd_mkdb *overwrite* the existing passwd database or *update/merge* the > supplied input with the existing passwd database? > > Heinrich It overwrites them. You probably want to use the -d switch first to build them in let's say ~/tmp_passwd. Then you can do sanity checks on that file, and then run it for real. *Always* make a backup of at least your /etc/*passwd* files whenever you do such a thing. Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Census Taker to Housewife: Did you ever have the measles, and, if so, how many? ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 6:55:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 33B8C37B401 for ; Thu, 6 Jun 2002 06:55:39 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 83A6F49ABD; Thu, 6 Jun 2002 15:55:41 +0200 (CEST) Date: Thu, 6 Jun 2002 15:55:41 +0200 From: Axel Scheepers To: "Philip J. Koenig" Cc: questions@FreeBSD.ORG Subject: Re: slice/partition/disklabel/disk copy question Message-ID: <20020606155541.L67863@mars.thuis> Reply-To: Axel Scheepers References: <20020606011859428.AAA484@empty1.ekahuna.com@pc02.ekahuna.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020606011859428.AAA484@empty1.ekahuna.com@pc02.ekahuna.com>; from pjklist@ekahuna.com on Wed, Jun 05, 2002 at 06:18:59PM -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 Wed, Jun 05, 2002 at 06:18:59PM -0700, Philip J. Koenig wrote: > (perhaps because I split the DOS partition onto a smaller separate > logical drive and now the slice offset is different) heh, indeed there it went wrong. > > Anyway I booted up with the fixit CD, was going to install booteasy > on the MBR of logical disk 1, but I noticed the following repeated > several times in dmesg and wondered if its likely I can just change > the disklabel and fix this? (ie change the slice offset?) Newlines > added for readability: Yes. Change the values to the new ones. That should make things normal again. Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ Acid absorbs 47 times it's weight in excess Reality. ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7: 1:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx.ant.uni-bremen.de (mx.ant.uni-bremen.de [134.102.176.242]) by hub.freebsd.org (Postfix) with ESMTP id C958E37B406 for ; Thu, 6 Jun 2002 07:01:29 -0700 (PDT) Received: from taipeh.ant.uni-bremen.de ([134.102.176.3] helo=ant.uni-bremen.de) by antsrv1.ant.uni-bremen.de with esmtp (Exim 3.34 #1) id 17FxpM-0006fk-00; Thu, 06 Jun 2002 16:01:24 +0200 Message-ID: <3CFF6B40.6070205@ant.uni-bremen.de> Date: Thu, 06 Jun 2002 16:01:36 +0200 From: Heinrich Rebehn User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Heinrich Rebehn Cc: Axel Scheepers , questions@freebsd.org Subject: Re: How to transfer passwd data from NIS-Server to local References: <3CFF446D.9040905@ant.uni-bremen.de> <20020606140742.D67863@mars.thuis> <3CFF54B8.6080505@ant.uni-bremen.de> <20020606143404.H67863@mars.thuis> <3CFF5D7F.4060300@ant.uni-bremen.de> 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 Heinrich Rebehn wrote: > Axel Scheepers wrote: > >> Perl? Awk? Shouldn't be too hard to write something which parses it >> and writes >> it out to a temp master.passwd. Then pwd_mkdb can check that file and >> import it, >> check man pwd_mkdb for details. >> >> Gr, > > > Just want to be 100% sure: > > Does pwd_mkdb *overwrite* the existing passwd database or *update/merge* > the supplied input with the existing passwd database? > Ok, here's what i did: On the NIS+ server: niscat passwd|awk -F: \ '{print $1":"$2":"$3":"$4":des_users:0:0:"$5":"$6":"$7}' > master.nis On the FreeBSD machine: removed system accounts from master.nis # cat /etc/master.passwd master.nis > new.passwd removed +:::: entry in new.passwd # pw_mkdb new.passwd In /etc/login.conf i uncommented the entry "des_users" because the nis passwords are in des format. Now we can login without the nis server, but i still have to take care of groups. Heinrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7: 5:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 8BA0837B405 for ; Thu, 6 Jun 2002 07:04:58 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id D2E1749ABD; Thu, 6 Jun 2002 16:05:00 +0200 (CEST) Date: Thu, 6 Jun 2002 16:05:00 +0200 From: Axel Scheepers To: Heinrich Rebehn Cc: Axel Scheepers , questions@freebsd.org Subject: Re: How to transfer passwd data from NIS-Server to local Message-ID: <20020606160500.M67863@mars.thuis> Reply-To: Axel Scheepers References: <3CFF446D.9040905@ant.uni-bremen.de> <20020606140742.D67863@mars.thuis> <3CFF54B8.6080505@ant.uni-bremen.de> <20020606143404.H67863@mars.thuis> <3CFF5D7F.4060300@ant.uni-bremen.de> <3CFF6B40.6070205@ant.uni-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CFF6B40.6070205@ant.uni-bremen.de>; from rebehn@ant.uni-bremen.de on Thu, Jun 06, 2002 at 04:01:36PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 04:01:36PM +0200, Heinrich Rebehn wrote: > Now we can login without the nis server, but i still have to take care of groups. > > Heinrich > > That looked ok to me. The groups should go in the same manner; you can ypcat the groups run it through awk and then just replace the current one. Afaik this needs no db building but works 'out of the box' Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net a.scheepers@iae.nl http://axel.truedestiny.net/~axel ------------------------------------------ If they can make penicillin out of moldy bread, they can sure make something out of you. -- Muhammad Ali ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7:14:39 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 1F34E37B405 for ; Thu, 6 Jun 2002 07:14:35 -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 g56EDHU09755; Thu, 6 Jun 2002 10:13:22 -0400 Message-ID: <3CFF6F63.2090405@potentialtech.com> Date: Thu, 06 Jun 2002 10:19:15 -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: "Patrick O'Reilly" Cc: FreeBSD Question List Subject: Re: Voice QOS issue using ipfw/dummynet References: <000501c20d4e$250f11f0$b50d030a@PATRICK> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm no voip expert, so take all I say with a grain of salt. Patrick O'Reilly wrote: > I am trying to run some voice over an IP link using some devices which > convert voice to IP and back again. The IP stream is then passing over > a 64k data line which has a FreeBSD gateway at each end. Have you tested the 64k line to ensure that you're getting true 64k? Sometimes installation mistakes, interference, etc can cause connections not to live up to specs. Check from the FreeBSD machines. Perhaps your interface cards aren't performing up to snuff. > Everything is fine when the first 2 voice channels are open, but once > the 3rd, then 4th channels are open the Quality starts to degrade. The > voice supposedly only requires about 8k per channel, so even with 4 > channels open the line should only be running at about 50% of capacity. I would get some sort of traffic monitor out of /usr/ports/net and monitor the interface to see what it's really running at. My experience has been that advertising departments will stretch minimum requirements. You may be able to get away with 8k/channel, but with degraded performance. It sounds like 16k/channel + is required for optimum performance. But this depends on the results of your research. Is the voip truely only using 8k/channel? Is the 64k line really getting 64k? If yes to both, then you'll need to look for problems in FreeBSD. > I have built the kernels with HZ=1000 just in case the clock granularity > was a problem, but that did not help at all. Anyway, at present the > ipfw rules are passing the voice traffic without even using a dummynet > pipe, so the HZ setting might be inconsequential. Your ipfw ruleset could be a problem. Poorly written ipfw rules can degrade performance. Try turning off ipfw altogether (or add a "allow all from any to any" rule at the beginning) and see if the problem is still there. If it goes away, work on cleaning up your ipfw rules. > Does anyone have any experience with a similar combination of > requirements, and have some advice for me? Not with voip, but with similar problems with SMB traffic over wireless WAN link. One possible solution (in addition to the testing noted above) is vtund from the ports. It can compress the data going across the wire. We saw ~50% bandwidth improvement with it. YMMV > The gateways are running FreeBSD 4.5-RELEASE. They are not doing any > other work, and the data line was not in use for any other data during > testing of the voice issues. I am not sure what other technical info > might be relevant to this issue, so please ask and I'll fill in as > required. Hardware. It could be an issue with the hardware you're using. Not only the PCs, but your switches, hubs and wiring. What does the architecture look like? -- 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 Thu Jun 6 7:20:20 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 C6DC237B404 for ; Thu, 6 Jun 2002 07:20:10 -0700 (PDT) Received: (qmail 4794 invoked from network); 6 Jun 2002 14:20:09 -0000 Received: from unknown (HELO linuxorbit.com) (208.18.255.44) by 0004.info with SMTP; 6 Jun 2002 14:20:09 -0000 Message-ID: <3CFF6F8E.7040504@linuxorbit.com> Date: Thu, 06 Jun 2002 09:19:58 -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: ppp.linkup and linkdown Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I have tried to send this twice, but apparently the mailing list doesn't accept mail from my local server. I run ppp with the auto option, and I want fetchmail and tspc (for IPv6) to run when it connects, and fetchmail to be killed when disconnected so it doesn't reconnect every few minutes. For some reason though, they don't seem to run. I've examined sample files and did mine as close as I could to them. Other than that, there's little to go on. The command I use to connect is "ppp -nat -auto internet". Here is are my files. Thanks. [ppp.linkup] internet: ifconfig gif0 create tspc fetchmail -d 1200 [ppp.linkdown] internet: ifconfig gif0 destroy killall fetchmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7:24:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id 919DA37B405 for ; Thu, 6 Jun 2002 07:24:16 -0700 (PDT) Received: (qmail 1040 invoked by uid 503); 6 Jun 2002 14:24:43 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 6 Jun 2002 14:24:43 -0000 Received: from greatoak.home (greatoak.home [192.168.1.2]) by gueway.home (8.12.2/8.12.2) with ESMTP id g56ENg0E001708 for ; Thu, 6 Jun 2002 16:23:46 +0200 (CEST) (envelope-from pcasidy@greatoak.home) Message-Id: <200206061423.g56ENg0E001708@gueway.home> Date: Thu, 6 Jun 2002 16:26:16 +0200 (CEST) From: Philippe CASIDY Subject: devel/imake-4: can everybody build it under a 4.6-RC? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I sent two posts regarding this problem on -ports. I am wondering if the problem is specific to my place or not. Can someone with a 4.6-RC do # setenv WRKDIRPREFIX /usr/obj # cd /usr/ports/devel/imake-4 # make and let me know if the port is build? I end up with %make ===> Configuring for imake-4.2.0_1 cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" cd: can't cd to ./config/imake As 4.6-RELEASE is soon to be out, I just want to be sure that there is a problem before shouting louder :) Thanks Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7:26:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 3DFC637B405 for ; Thu, 6 Jun 2002 07:26:53 -0700 (PDT) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.3/8.12.3) with ESMTP id g56EQpS2013932; Thu, 6 Jun 2002 16:26:51 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.3/8.12.3/Submit) id g56EQpHq013931; Thu, 6 Jun 2002 16:26:51 +0200 (CEST) Date: Thu, 6 Jun 2002 16:26:51 +0200 From: Stijn Hoop To: Philippe CASIDY Cc: freebsd-questions@freebsd.org Subject: Re: devel/imake-4: can everybody build it under a 4.6-RC? Message-ID: <20020606162651.F12675@pcwin002.win.tue.nl> References: <200206061423.g56ENg0E001708@gueway.home> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="UoPmpPX/dBe4BELn" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206061423.g56ENg0E001708@gueway.home>; from pcasidy@casidy.com on Thu, Jun 06, 2002 at 04:26:16PM +0200 X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --UoPmpPX/dBe4BELn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Thu, Jun 06, 2002 at 04:26:16PM +0200, Philippe CASIDY wrote: > I sent two posts regarding this problem on -ports. I am wondering if the > problem is specific to my place or not. No - see below. > # setenv WRKDIRPREFIX /usr/obj ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is known to break many ports. The workaround is to use something else. It has to do with the MAKEFILE setting in bsd.port.mk IIRC, but I think the= re is a PR open on the subject somewhere. HTH, --Stijn --=20 There are of course many problems connected with life, of which some of the most popular are 'Why are people born?', 'Why do they die?', and `Why do they spend so much of the intervening time wearing digital watches?' -- Douglas Adams, "The Hitchhikers Guide To The Galaxy" --UoPmpPX/dBe4BELn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/3ErY3r/tLQmfWcRAsNBAJ9uDioOnxBoYPBZXbL+wqO7OsMbRACgiyQU 4rPljWdkBrLq7G3jNJUHHuE= =uHGj -----END PGP SIGNATURE----- --UoPmpPX/dBe4BELn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7:27: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.cegetel.fr (mx1-out.cegetel.fr [195.115.41.100]) by hub.freebsd.org (Postfix) with ESMTP id 8F14B37B408 for ; Thu, 6 Jun 2002 07:26:59 -0700 (PDT) Received: from hermes.univers.cegetel.fr (localhost [127.0.0.1]) by mx1.cegetel.fr (8.9.3+Sun/tCegetel.fr) with ESMTP id QAA26520; Thu, 6 Jun 2002 16:27:09 +0200 (MET DST) Received: by HERMES with Internet Mail Service (5.5.2653.19) id ; Thu, 6 Jun 2002 16:27:00 +0200 Message-ID: <8D7497BD530FD2119D040000F6B656D40BCFFF58@MINOS> From: ABDALLAH Faycal To: "'Faissal ABDALLAH'" Cc: freebsd-questions@FreeBSD.ORG Subject: need help with kde... Date: Thu, 6 Jun 2002 16:26:48 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi list, i have two problems: 1. i had installed FreeBSD on my machine (HD 40 GB) which had two OS (win98--> 24 GB and Linux Mandrake--> 7GB (with LILO as boot manager) and i then installed FreeBSD on the remainig 7 GB). when i installed FreeBSD i asked it during the sysinstall to install the FreeBSD boot manager and after rebooting the linux partition can no longer be loaded even though i can see its partition with the partition magic in windows...i tried to mount the slice doing :" mount_ext2fs /dev/ad0s2 /mnt/linux" but the system won't let me do so. 2. i installed also the KDE environment during installation and every thing worked well until i have recompiled the kernel for the sound support but till then each time i start the Xwindow using "startx" (as root), i receive a bunch of Xwindow errors such as "kwrited crashed" etc... i included a file script for the output error when trying to start the KDE... this problem appeared in two machines when i recompiled the kernel to support the sound can anyone help me plz. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7:41:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 725C737B412 for ; Thu, 6 Jun 2002 07:39:00 -0700 (PDT) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.3/8.12.3) with ESMTP id g56Ed4l3076542; Thu, 6 Jun 2002 16:39:04 +0200 (CEST) (envelope-from stable@ei.bzerk.org) Received: (from stable@localhost) by ei.bzerk.org (8.12.3/8.12.3/Submit) id g56Ed47D076541; Thu, 6 Jun 2002 16:39:04 +0200 (CEST) Date: Thu, 6 Jun 2002 16:39:04 +0200 From: Ruben To: Kirk Strauser Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help with kernel config Message-ID: <20020606163904.A76469@ei.bzerk.org> References: <200206060552.g565qle5014982@graham.shacknet.nu> <87d6v4fu4e.fsf@pooh.int> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <87d6v4fu4e.fsf@pooh.int>; from kirk@strauser.com on Thu, Jun 06, 2002 at 07:51:13AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 07:51:13AM -0500, Kirk Strauser typed: > > At 2002-06-06T06:54:36Z, Chris Graham writes: > > > hi, i'm running freebsd-4.5-release on i386 and i have a problem. i've > > compile a custom kernel once already, and it worked fine. i need to make > > another one, but now after running /usr/sbin/config ERATOS (which works > > fine), i cd to ../../compile/ERATOS and try to run make depend. > > Out of curiosity, why are you doing that rather than: > > cd /usr/src > make buildkernel KERNCONF=ERATOS > make installkernel KERNCONF=ERATOS Maybe he only installed the kernel sources (/usr/src/sys) You need all the sources and do a buildworld first in order to do the buildkernel - installkernel thing. > -- > Kirk Strauser > The Strauser Group - http://www.strausergroup.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7:42:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mirapoint2.brutele.be (mirapoint2.brutele.be [212.68.193.7]) by hub.freebsd.org (Postfix) with ESMTP id 182B237B408 for ; Thu, 6 Jun 2002 07:39:11 -0700 (PDT) Received: from gateway.lefort.net ([213.189.162.78]) by mirapoint2.brutele.be (Mirapoint) with ESMTP id AZE49391; Thu, 6 Jun 2002 16:39:04 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id C1309152E9 for ; Thu, 6 Jun 2002 16:39:04 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 267BE2304B for ; Thu, 6 Jun 2002 16:39:03 +0200 (CEST) Date: Thu, 6 Jun 2002 16:39:02 +0200 From: Jean-Yves Lefort To: freebsd-questions@FreeBSD.org Subject: ReiserFS on FreeBSD Message-Id: <20020606163902.2a436e28.jylefort@brutele.be> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello World, Is ReiserFS available on FreeBSD? Another journaling filesystem maybe? Regards, Jean-Yves Lefort -- Jean-Yves Lefort jylefort@brutele.be http://void.adminz.be/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7:51:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by hub.freebsd.org (Postfix) with ESMTP id 72B7C37B401 for ; Thu, 6 Jun 2002 07:51:09 -0700 (PDT) Received: from pooh.int (mail@pooh.int [10.0.1.2]) by kanga.honeypot.net (8.12.3/8.12.3) with ESMTP id g56Ep8YV063244 for ; Thu, 6 Jun 2002 09:51:08 -0500 (CDT) (envelope-from kirk@strauser.com) Received: from kirk by pooh.int with local (Exim 3.35 #1 (Debian)) id 17FybU-0004TS-00 for ; Thu, 06 Jun 2002 09:51:08 -0500 To: freebsd-questions@freebsd.org Subject: Re: help with kernel config References: <200206060552.g565qle5014982@graham.shacknet.nu> <87d6v4fu4e.fsf@pooh.int> <20020606163904.A76469@ei.bzerk.org> From: Kirk Strauser Date: 06 Jun 2002 09:51:08 -0500 In-Reply-To: <20020606163904.A76469@ei.bzerk.org> Message-ID: <877klcfokj.fsf@pooh.int> Lines: 11 X-Mailer: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 2002-06-06T14:39:04Z, Ruben writes: > Maybe he only installed the kernel sources (/usr/src/sys) You need all the > sources and do a buildworld first in order to do the buildkernel - > installkernel thing. Ahhh. I have to admit that doing such a thing never occurred to me. :) -- Kirk Strauser The Strauser Group - http://www.strausergroup.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7:52:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 5D00937B401 for ; Thu, 6 Jun 2002 07:52:16 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id QAA13032; Thu, 6 Jun 2002 16:05:19 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 6657D38302; Thu, 6 Jun 2002 16:01:44 +0300 (EEST) Date: Thu, 6 Jun 2002 16:01:44 +0300 (EEST) From: Alexander V Zubchenko To: Michael Sharp Cc: Subject: Re: php.ini In-Reply-To: <3CFF5567.8070809@ec.rr.com> Message-ID: <20020606155857.O57872-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Jun 2002, Michael Sharp wrote: > I just installed the apache+mod_ssl port (apache+mod_ssl-1.3.24+2.8.8) , > as well as mod_php4 (mod_php4-4.2.1_1) and mod_perl (mod_perl-1.26) > after doing a fresh CVsup of ports on FreeBSD 4.6-RC. I need to edit > php.ini for an app I want to install, but find / -name php.ini > says there is no php.ini on the system, yet php functionality IS working > in apache. Am I missing something, or is mod_php4 not using a php.ini > anymore? In /usr/ports/mod_php4/pkg-plist php.ini not found. Mayb mod using some defaults, and you must create php.ini by yourself to override settings. I'm not sure, 'cos i install my php module from sources from www.php.net And php.ini _was_ created in this case. > > michael > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 7:56:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id 8065C37B404 for ; Thu, 6 Jun 2002 07:56:15 -0700 (PDT) Received: from PATRICK (loopback.mipjhb [209.212.102.245] (may be forged)) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g56EsZ172366; Thu, 6 Jun 2002 16:54:42 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Message-ID: <00b401c20d69$cde3a2d0$b50d030a@PATRICK> From: "Patrick O'Reilly" To: "Bill Moran" Cc: "FreeBSD Question List" References: <000501c20d4e$250f11f0$b50d030a@PATRICK> <3CFF6F63.2090405@potentialtech.com> Subject: Re: Voice QOS issue using ipfw/dummynet Date: Thu, 6 Jun 2002 16:52:07 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Bill Moran" > > Hardware. It could be an issue with the hardware you're using. Not only > the PCs, but your switches, hubs and wiring. What does the architecture > look like? > Bill, thanks for responding. I will try all your suggestions. I am a little concerned about the Hardware, and since you mentioned it too I'll keep that in mind for test-by-swap later if nothing else shows up. The customer is testing whether we can get this solution to replace the more expensive brand-name routers, but the test kit he has given me is, well, rather "long in the tooth" :) Thanks again, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 8: 2:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id 0929437B405 for ; Thu, 6 Jun 2002 08:02:38 -0700 (PDT) Received: (qmail 15709 invoked by uid 503); 6 Jun 2002 15:03:05 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 6 Jun 2002 15:03:05 -0000 Received: from greatoak.home (greatoak.home [192.168.1.2]) by gueway.home (8.12.2/8.12.2) with ESMTP id g56F210E008346; Thu, 6 Jun 2002 17:02:05 +0200 (CEST) (envelope-from pcasidy@greatoak.home) Message-Id: <200206061502.g56F210E008346@gueway.home> Date: Thu, 6 Jun 2002 17:04:35 +0200 (CEST) From: Philippe CASIDY Subject: Re: devel/imake-4: can everybody build it under a 4.6-RC? To: stijn@win.tue.nl Cc: freebsd-questions@freebsd.org In-Reply-To: <20020606162651.F12675@pcwin002.win.tue.nl> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 6 Jun, Stijn Hoop wrote: > Hi, > > On Thu, Jun 06, 2002 at 04:26:16PM +0200, Philippe CASIDY wrote: >> I sent two posts regarding this problem on -ports. I am wondering if the >> problem is specific to my place or not. > > No - see below. > >> # setenv WRKDIRPREFIX /usr/obj > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > This is known to break many ports. The workaround is to use something else. > It has to do with the MAKEFILE setting in bsd.port.mk IIRC, but I think there > is a PR open on the subject somewhere. > That's right: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/33108 but it is working on my 4.5-STABLE. But maybe because on this machine /usr/obj is a separate device and mfs mounted! Well, i then will try something else like /usr/tmp or /usr/obj/ports In fact /usr is the only filesystem where i have enough place. Thanks! Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 8:22: 4 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 EF3B437B400 for ; Thu, 6 Jun 2002 08:22:00 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g56FLpU10141; Thu, 6 Jun 2002 11:21:53 -0400 Message-ID: <3CFF7F74.4070809@potentialtech.com> Date: Thu, 06 Jun 2002 11:27:48 -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: Jean-Yves Lefort Cc: freebsd-questions@FreeBSD.org Subject: Re: ReiserFS on FreeBSD References: <20020606163902.2a436e28.jylefort@brutele.be> 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 Jean-Yves Lefort wrote: > Hello World, > > Is ReiserFS available on FreeBSD? Another journaling filesystem maybe? This has been discussed at great length several times. Please search the list archives for the information: http://www.freebsd.org/cgi/search.cgi?words=reiserfs&max=25&sort=score&index=recent&source=freebsd-fs -- 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 Thu Jun 6 8:27:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gambler1.iuinc.com (gambler1.iuinc.com [206.245.167.12]) by hub.freebsd.org (Postfix) with SMTP id E8C0C37B403 for ; Thu, 6 Jun 2002 08:26:38 -0700 (PDT) Received: (qmail 10996 invoked from network); 6 Jun 2002 14:57:56 -0000 Received: from unknown (HELO marc) (66.156.250.167) by gambler1.iuinc.com with SMTP; 6 Jun 2002 14:57:56 -0000 Message-ID: <007801c20d6a$61e6df10$6701a8c0@marc> From: "Market Watch Corporation" To: Subject: Opportunity in the Health Care Sector Date: Thu, 6 Jun 2002 10:55:25 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0075_01C20D48.AA0ADC00" 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_0075_01C20D48.AA0ADC00 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable IBXG EMAIL 6-5-02If you received this email in error, and want to be = removed permanently from our distribution list, please send an email to remove@marketwatchcorp.com.=20 Market Watch Corporation =20 Health Care Sector Growth Opportunity: Stock Trading Symbol "IBXG" = Trading around 23 Cents=20 EXPLOSIVE GROWTH EXPECTED FROM OTC BB: "IBXG" SIGNS NATIONAL ALLIANCE WITH SUN CAPITAL HEALTHCARE=20 Shares Outstanding (Est.) 43,837,497=20 Float (Est.) 2,932,711=20 Recent Price $ 0.23=20 Year Low/High $ 0.10 - $ 0.90=20 Contact 561-998-3435=20 Websites www.marketwatchcorp.com=20 www.ibxtech.net=20 HEALTH CARE SECTOR GROWING, IBX Group, OTC BB "IBXG": Most = investors desire to be in a stock from the beginning of its growth, = "IBXG" is one of those opportunities. "IBXG" trading since Jan. 4 it has = already potentially increased annual revenues to over $ 3 million. We = believe the potential is enormous for this expanding dynamic Health Care = Information Technology Company. "IBXG" recently announced a 73% gain in = first quarter year -to- year revenue. "IBXG" acquired = www.sportshealthnet.com that will bring additional revenues. Within one = week two national product launches were announced, one for the $1.5 = billion durable medical equipment industry and the other a proprietary = online consumer medical reports and information service and now the Sun = Capital deal will allow IBXG to offer accounts receivable funding = programs nationwide. "IBXG" specializes in health data management, in a = huge market comprised of over 1 million health care professionals. This = company has emerged, with solutions to many problems facing the Health = Care Industry, by providing health care professionals the ability to = deliver outstanding patient care with optimum efficiency. In past years, = venture capitalists have invested more than $20 billion in information = technology companies, confirming a very large financial interest in the = health care sector.=20 HEALTH CARE IN THE US REPRESENTS 15% of the total US GDP (gross = domestic product). While inflation in the US has been around 2% per = year, the US Health Care's inflationary rate rose over 11% per year. = Health care costs are spiraling out of control. "IBXG" provides = technology based products and services in full compliance with newly = mandated government requirements (HIPAA), that help medical = professionals save time and money, by utilizing "IBXG"s state of the art = multi-million dollar equipment.=20 INCREASING REVENUES: "IBXG" recently announced favorable results = of its latest quarter and an extended partnership alliance with Advanced = Information Technologies that taps the $5 Billion document management = industry also an alliance with Digital Ingenuity to provide = Internet-protocol telephony services (a billion-dollar industry). These = latest deals combined with increased revenues from award winning = Millbrook Corporation announcement, plus signing a national service = contract with MDVIP, ( MDVIP was featured in an NBC Tom Brokaw = interview) the interview can be found at = http://www.msnbc.com/news/732472.asp MDVIP is the latest in personalized = health care that we believe will impact the way health care is = administered, with this concept, patients won't be treated like cattle. = "IBXG" has also extended its agreements with Intercoastal Health Systems = and Providence Hospital (one of Ascension Health Group's 87 affiliated = hospitals. Cerberus Capital Management, L.P.,(a multi-billion dollar New = York hedge fund) has also increased revenues. Another "IBXG" client is = the prestigious Boca Raton Orthopedic Group. =20 BASED IN DEERFIELD BEACH, FL: "IBXG" has developed and deployed = innovative, cost-effective methods for integrating financial, = administrative and information services for the health care industry. = Utilizing in-house development capabilities combined with the latest = technologies and Internet-based communication services, "IBXG" assists = hospital-based physician groups, multi-physician specialty practice and = health care service organizations in managing the efficiency of account = receivable, workflow and compliance.=20 "IBXG" TECHNOLOGY COULD REVOLUTIONIZE virtually every aspect of = the way health care is delivered. Imagine your doctor being able to = access your medical records from any location, anywhere in the world . . = . instantly! Within seconds a doctor will now have instant access to = x-rays, prescription records, or any other pertinent patient = information, all on handheld portable wireless devices and be able to = respond to such information instantly from any location in the world.=20 UNDERSTANDING HIPAA: The Health Insurance Portability and = Accountability Act of 1996 (Public Law 104-191), also known as HIPAA, = was enacted as part of a broad Congressional attempt at incremental = healthcare reform. Part of the law requires the US Dept. of Health and = Human Services (DHHS) to develop standards and requirements for = maintenance and transmission of health information that identifies = individual patients. The requirements outlined by the law are = far-reaching--all healthcare organizations that maintain or transmit = electronic health information must comply. "IBXG" offers all health care = providers with a viable, already in place solution, to "HIPAA" = compliance.=20 "IBXG" COULD BE JUST WHAT THE DOCTOR ORDERED!=20 6-5-02 "IBXG" Press Release: =20 Wednesday June 5, 5:00 pm Eastern Time Press Release SOURCE: iBX Group, Inc. iBX Group, Inc. Announces National Strategic Alliance With Sun = Capital Healthcare, Inc. DEERFIELD BEACH, Fla., June 5 /PRNewswire-FirstCall/ -- iBX Group, = Inc. (OTC Bulletin Board: IBXG - News), a publicly held Florida = corporation, today announced the establishment of a national strategic = alliance with Sun Capital HealthCare, Inc. (www.suncapitalinc.com) to = provide accounts receivable financing and medical equipment leasing = services to health care clients through the formation of iBX Financial = Services. Sun Capital HealthCare's parent company, Sun Capital, Inc., = currently provides funding ranging from $50,000 per month minimum to = more than $10 million per month. Sun Capital Group has provided more = than $500 million in accounts receivable funding since its inception in = 1995. "The healthcare market generates $1.3 trillion in volume annually. = The industry's working capital needs are extremely large," said Peter R. = Baronoff, chairman and Chief Executive officer of Sun Capital, Inc. "As = a result of our alliance, iBX not only provides medical billing and = collections to help a company manage its capital requirements; it also = supplies working capital while that company waits for third party = insurers to provide payment. Most medical billing and collection = companies use their services to provide administrative and collections = support. iBX is unique in that it provides immediate capital based on a = health care provider's current billings. Essentially, iBX is saying, = 'We're going to put money in your hands when you need it most.'" Baronoff added: "We're looking forward to working with iBX and = assisting them in offering this great service to their growing roster of = clients." Sun Capital HealthCare, Inc. is a widely respected national = financial service provider, specializing in convenient, = bottom-line-effective one-stop medical accounts receivable funding, = medical billing and collections, medical financial management consulting = and equipment leasing services for all genres of the health care = industry. "The alliance is a very positive step in the growth of iBX," said = Evan Brovenick, president of iBX. "With this new arrangement with Sun = Capital Healthcare firmly in place, we expect a bigger and better 2002 = than originally projected. We look forward to considerable growth and = profitability in the upcoming quarters." IBX Financial Services will offer accounts receivables funding = programs for all types of medical related services, according to Matthew = Sarnelli, director of the company's Physician Services Division. As a = result, physician practices, hospitals, ancillary service organizations = and other health care entities to take advantage of factoring, = receivable buyouts, revolving lines of credit and working capital. "This is a true value-added service that significantly expands our = capabilities and rounds out iBX's total solutions approach," said = Sarnelli. "In addition to filling an immediate need for our clients, it = opens the door to provide a variety of financial benefit services and = cost-containment products to prospective clients on a national level." Based in Deerfield Beach, Florida, iBX Group Inc. develops and = deploys innovative, cost-effective methods for integrating financial, = administrative and information services for the healthcare industry. iBX = is a results- oriented company, consisting of four independent, yet = integrated, divisions -- Physician Services, Patient Services, Consumer = Products and IT Management. By creating and utilizing the latest = technologies, Internet-based communications and hands-on expertise, iBX = strives to meet the needs of hospitals, single and multi-specialty = physician group practices and healthcare service organizations seeking = to achieve the maximum financial benefit of their accounts receivables = by controlling workflow, consolidating administrative functions and = addressing compliance issues. Investor Relations Contact: Market Watch Corporation, 561-998-3435 = or info@marketwatchcorp.com Media Contact: Andrew M. Rose, President, Marketing Ink, Inc., = (954) 428-2678 or andy@marketingink.net This release is comprised of interrelated information that must be = interpreted in the context of all of the information provided and care = should be exercised not to consider portions of this release out of = context. This release contains certain "forward-looking statements and = information" (as defined in the Private Securities Litigation Reform Act = of 1995) concerning iBX Group, Inc. that are based on the beliefs of iBX = Group, Inc.'s management, as well as assumptions made by and information = currently available to iBX Group, Inc. Such statements reflect the = current views of iBX Group, Inc. with respect to future events and are = subject to certain assumptions, including those described in this = release. Should one or more of the underlying assumptions prove = incorrect, actual results may vary materially from those described = herein as anticipated, believed or expected. iBX Group, Inc. does not = intend to update these forward-looking statements prior to announcement = of quarterly or annual results.=20 SOURCE: iBX Group, Inc.=20 =20 To be removed from our Email distribution list, please E mail = remove@marketwatchcorp.com.=20 For further information contact info@marketwatchcorp.com=20 Disclaimer & Disclosure: Market Watch Corporation is not a = registered financial advisory. The information presented by Market Watch = Corporation is not an offer to buy or sell securities. Market Watch = Corporation accumulates information based from public sources and the = advertised company, then distributes opinions and comments. Penny stocks = are considered to be highly speculative and may be unsuitable for all = but very aggressive investors. Market Watch Corporation may hold = positions in companies mentioned and may buy or sell at any time. This = profile of iBXG was a paid advertisement by iBXG. iBXG has paid Market = Watch Corporation 750,000 restricted shares for investor awareness = services for one year, an affiliated company of Market Watch Corporation = has been paid 250,000 restricted shares of IBXG stock from a third party = shareholder. Please always consult a registered financial advisor before = making any decisions. Information within this advertisement contains = forward looking statements within the meaning of Section 27(e) of the = U.S. Securities Act of 1933 and Section 21(g) of the U.S. Securities = Exchange Act of 1934 and the Private Securities Litigation Reform Act Of = 1995. Forward looking statements are based on expectations, estimates = and projections at the time the statements are made that involve a = number of risks and uncertainties which could cause actual results or = events to differ materially from those presently anticipated. Forward = looking statements may be identified through the use of words such as = expects, will, anticipates, estimates, believes, or by statements = indicating certain actions may, could or might occur. We encourage our = readers to invest carefully and read the investor information available = at the Web sites of the U.S. Securities and Exchange Commission (SEC) at = http://www.sec.gov and/or the National Association of Securities Dealers = (NASD) at http://www.nasd.com. Readers can review all public filings by = companies at the SEC's EDGAR page. The NASD has published information on = how to invest carefully at its Web site.=20 ------=_NextPart_000_0075_01C20D48.AA0ADC00 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable IBXG EMAIL 6-5-02
If you received this email in error, and want = to be=20 removed permanently from our distribution list, please send an = email=20 to
remove@marketwatchcorp.com= .

Market=20 Watch Corporation

Health Care Sector Growth Opportunity: = Stock Trading=20 Symbol "IBXG" Trading around 23=20 Cents

EXPLOSIVE GROWTH EXPECTED FROM OTC BB: = "IBXG"
SIGNS=20 NATIONAL ALLIANCE WITH SUN CAPITAL=20 HEALTHCARE

Shares Outstanding = (Est.)
43,837,497
Float (Est.)
2,932,711
Recent Price
$ 0.23
Year Low/High
$ 0.10 - $ 0.90
Contact
561-998-3435
Websites

HEALTH CARE SECTOR GROWING, IBX Group, = OTC BB=20 "IBXG": Most investors desire to be in a stock from the beginning = of its=20 growth, "IBXG" is one of those opportunities. "IBXG" trading since = Jan. 4=20 it has already potentially increased annual revenues to over $ 3 = million.=20 We believe the potential is enormous for this expanding dynamic = Health=20 Care Information Technology Company. "IBXG" recently announced a = 73% gain=20 in first quarter year -to- year revenue. "IBXG" acquired www.sportshealthnet.com that = will bring additional revenues. Within one week two national = product=20 launches were announced, one for the $1.5 billion durable medical=20 equipment industry and the other a proprietary online consumer = medical=20 reports and information service and now the Sun Capital deal will = allow=20 IBXG to offer accounts receivable funding programs nationwide. = "IBXG"=20 specializes in health data management, in a huge market comprised = of over=20 1 million health care professionals. This company has emerged, = with=20 solutions to many problems facing the Health Care Industry, by = providing=20 health care professionals the ability to deliver outstanding = patient care=20 with optimum efficiency. In past years, venture capitalists have = invested=20 more than $20 billion in information technology companies, = confirming a=20 very large financial interest in the health care=20 sector.

HEALTH CARE IN THE US = REPRESENTS=20 15% of the total US GDP (gross domestic product). While = inflation in the US has been around 2% per year, the US Health = Care's=20 inflationary rate rose over 11% per year. Health care costs are = spiraling=20 out of control. "IBXG" provides technology based products and = services in=20 full compliance with newly mandated government requirements = (HIPAA), that=20 help medical professionals save time and money, by utilizing = "IBXG"s state=20 of the art multi-million dollar=20 equipment.

INCREASING = REVENUES:=20 "IBXG" recently announced favorable results of its latest quarter = and an=20 extended partnership alliance with Advanced Information = Technologies that=20 taps the $5 Billion document management industry also an alliance = with=20 Digital Ingenuity to provide Internet-protocol telephony services = (a=20 billion-dollar industry). These latest deals combined with = increased=20 revenues from award winning Millbrook Corporation announcement, = plus=20 signing a national service contract with MDVIP, ( MDVIP was = featured in an=20 NBC Tom Brokaw interview) the interview can be found at http://www.msnbc.com/news/7= 32472.asp=20 MDVIP is the latest in personalized health care that we believe = will=20 impact the way health care is administered, with this concept, = patients=20 won't be treated like cattle. "IBXG" has also extended its = agreements with=20 Intercoastal Health Systems and Providence Hospital (one of = Ascension=20 Health Group's 87 affiliated hospitals. Cerberus Capital = Management,=20 L.P.,(a multi-billion dollar New York hedge fund) has also = increased=20 revenues. Another "IBXG" client is the prestigious Boca Raton = Orthopedic=20 Group.

BASED IN DEERFIELD = BEACH,=20 FL: "IBXG" has developed and deployed innovative,=20 cost-effective methods for integrating financial, administrative = and=20 information services for the health care industry. Utilizing = in-house=20 development capabilities combined with the latest technologies and = Internet-based communication services, "IBXG" assists = hospital-based=20 physician groups, multi-physician specialty practice and health = care=20 service organizations in managing the efficiency of account = receivable,=20 workflow and = compliance.

"IBXG" TECHNOLOGY COULD=20 REVOLUTIONIZE virtually every aspect of the way health = care is=20 delivered. Imagine your doctor being able to access your medical = records=20 from any location, anywhere in the world . . . instantly! Within = seconds a=20 doctor will now have instant access to x-rays, prescription = records, or=20 any other pertinent patient information, all on handheld portable = wireless=20 devices and be able to respond to such information instantly from = any=20 location in the = world.

UNDERSTANDING = HIPAA: The=20 Health Insurance Portability and Accountability Act of 1996 = (Public Law=20 104-191), also known as HIPAA, was enacted as part of a broad=20 Congressional attempt at incremental healthcare reform. Part of = the law=20 requires the US Dept. of Health and Human Services (DHHS) to = develop=20 standards and requirements for maintenance and transmission of = health=20 information that identifies individual patients. The requirements = outlined=20 by the law are far-reaching--all healthcare organizations that = maintain or=20 transmit electronic health information must comply. "IBXG" offers = all=20 health care providers with a viable, already in place solution, to = "HIPAA"=20 compliance.

"IBXG" COULD BE JUST WHAT THE DOCTOR=20 ORDERED!

6-5-02 "IBXG" Press Release:=20

Wednesday June 5, 5:00 pm Eastern = Time

Press Release

SOURCE: iBX Group, Inc.

iBX Group, Inc. Announces National = Strategic Alliance=20 With Sun Capital Healthcare, = Inc.

DEERFIELD BEACH, Fla., June 5 = /PRNewswire-FirstCall/=20 -- iBX Group, Inc. (OTC Bulletin Board: IBXG - News), a publicly = held=20 Florida corporation, today announced the establishment of a = national=20 strategic alliance with Sun Capital HealthCare, Inc. (www.suncapitalinc.com) = to provide=20 accounts receivable financing and medical equipment leasing = services to=20 health care clients through the formation of iBX Financial=20 Services.

Sun Capital HealthCare's parent company, Sun Capital, = Inc.,=20 currently provides funding ranging from $50,000 per month minimum = to more=20 than $10 million per month. Sun Capital Group has provided more = than $500=20 million in accounts receivable funding since its inception in=20 1995.

"The healthcare market generates $1.3 trillion in volume = annually.=20 The industry's working capital needs are extremely large," said = Peter R.=20 Baronoff, chairman and Chief Executive officer of Sun Capital, = Inc. "As a=20 result of our alliance, iBX not only provides medical billing and=20 collections to help a company manage its capital requirements; it = also=20 supplies working capital while that company waits for third party = insurers=20 to provide payment. Most medical billing and collection companies = use=20 their services to provide administrative and collections support. = iBX is=20 unique in that it provides immediate capital based on a health = care=20 provider's current billings. Essentially, iBX is saying, 'We're = going to=20 put money in your hands when you need it = most.'"

Baronoff added: "We're looking forward to working with = iBX and=20 assisting them in offering this great service to their growing = roster of=20 clients."

Sun Capital HealthCare, Inc. is a widely respected = national=20 financial service provider, specializing in convenient,=20 bottom-line-effective one-stop medical accounts receivable = funding,=20 medical billing and collections, medical financial management = consulting=20 and equipment leasing services for all genres of the health care=20 industry.

"The alliance is a very positive step in the growth of = iBX," said=20 Evan Brovenick, president of iBX. "With this new arrangement with = Sun=20 Capital Healthcare firmly in place, we expect a bigger and better = 2002=20 than originally projected. We look forward to considerable growth = and=20 profitability in the upcoming quarters."

IBX Financial Services will offer accounts receivables = funding=20 programs for all types of medical related services, according to = Matthew=20 Sarnelli, director of the company's Physician Services Division. = As a=20 result, physician practices, hospitals, ancillary service = organizations=20 and other health care entities to take advantage of factoring, = receivable=20 buyouts, revolving lines of credit and working=20 capital.

"This is a true value-added service that significantly = expands our=20 capabilities and rounds out iBX's total solutions approach," said=20 Sarnelli. "In addition to filling an immediate need for our = clients, it=20 opens the door to provide a variety of financial benefit services = and=20 cost-containment products to prospective clients on a national=20 level."

Based in Deerfield Beach, Florida, iBX Group Inc. = develops and=20 deploys innovative, cost-effective methods for integrating = financial,=20 administrative and information services for the healthcare = industry. iBX=20 is a results- oriented company, consisting of four independent, = yet=20 integrated, divisions -- Physician Services, Patient Services, = Consumer=20 Products and IT Management. By creating and utilizing the latest=20 technologies, Internet-based communications and hands-on = expertise, iBX=20 strives to meet the needs of hospitals, single and multi-specialty = physician group practices and healthcare service organizations = seeking to=20 achieve the maximum financial benefit of their accounts = receivables by=20 controlling workflow, consolidating administrative functions and=20 addressing compliance issues.

Investor Relations Contact: Market Watch Corporation, = 561-998-3435=20 or info@marketwatchcorp.com

Media Contact: Andrew M. Rose, President, Marketing Ink, = Inc.,=20 (954) 428-2678 or andy@marketingink.net

This=20 release is comprised of interrelated information that must be = interpreted=20 in the context of all of the information provided and care should = be=20 exercised not to consider portions of this release out of context. = This=20 release contains certain "forward-looking statements and = information" (as=20 defined in the Private Securities Litigation Reform Act of 1995)=20 concerning iBX Group, Inc. that are based on the beliefs of iBX = Group,=20 Inc.'s management, as well as assumptions made by and information=20 currently available to iBX Group, Inc. Such statements reflect the = current=20 views of iBX Group, Inc. with respect to future events and are = subject to=20 certain assumptions, including those described in this release. = Should one=20 or more of the underlying assumptions prove incorrect, actual = results may=20 vary materially from those described herein as anticipated, = believed or=20 expected. iBX Group, Inc. does not intend to update these = forward-looking=20 statements prior to announcement of quarterly or annual = results.=20

SOURCE: iBX Group, Inc.


To be removed from our Email distribution = list,=20 please E mail remove@marketwatchcorp.com= .=20
For further information contact info@marketwatchcorp.com

Disclaimer & Disclosure: Market Watch Corporation is = not a=20 registered financial advisory. The information presented by Market = Watch=20 Corporation is not an offer to buy or sell securities. Market = Watch=20 Corporation accumulates information based from public sources and = the=20 advertised company, then distributes opinions and comments. Penny = stocks=20 are considered to be highly speculative and may be unsuitable for = all but=20 very aggressive investors. Market Watch Corporation may hold = positions in=20 companies mentioned and may buy or sell at any time. This profile = of iBXG=20 was a paid advertisement by iBXG. iBXG has paid Market Watch = Corporation=20 750,000 restricted shares for investor awareness services for one = year, an=20 affiliated company of Market Watch Corporation has been paid = 250,000=20 restricted shares of IBXG stock from a third party shareholder. = Please=20 always consult a registered financial advisor before making any = decisions.=20 Information within this advertisement contains forward looking = statements=20 within the meaning of Section 27(e) of the U.S. Securities Act of = 1933 and=20 Section 21(g) of the U.S. Securities Exchange Act of 1934 and the = Private=20 Securities Litigation Reform Act Of 1995. Forward looking = statements are=20 based on expectations, estimates and projections at the time the=20 statements are made that involve a number of risks and = uncertainties which=20 could cause actual results or events to differ materially from = those=20 presently anticipated. Forward looking statements may be = identified=20 through the use of words such as expects, will, anticipates, = estimates,=20 believes, or by statements indicating certain actions may, could = or might=20 occur. We encourage our readers to invest carefully and read the = investor=20 information available at the Web sites of the U.S. Securities and = Exchange=20 Commission (SEC) at http://www.sec.gov=20 and/or the National Association of Securities Dealers (NASD) at http://www.nasd.com. Readers can = review all=20 public filings by companies at the SEC's EDGAR page. The NASD has=20 published information on how to invest carefully at its Web=20 site.
------=_NextPart_000_0075_01C20D48.AA0ADC00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 8:35:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id 1B5B337B407 for ; Thu, 6 Jun 2002 08:35:21 -0700 (PDT) Received: (qmail 26093 invoked by uid 503); 6 Jun 2002 15:35:48 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 6 Jun 2002 15:35:48 -0000 Received: from greatoak.home (greatoak.home [192.168.1.2]) by gueway.home (8.12.2/8.12.2) with ESMTP id g56FYm0E070064 for ; Thu, 6 Jun 2002 17:34:52 +0200 (CEST) (envelope-from pcasidy@greatoak.home) Message-Id: <200206061534.g56FYm0E070064@gueway.home> Date: Thu, 6 Jun 2002 17:37:23 +0200 (CEST) From: Philippe CASIDY Subject: Part2: devel/imake-4: can everybody build it under a 4.6-RC? To: freebsd-questions@freebsd.org In-Reply-To: <200206061423.g56ENg0E001708@gueway.home> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am still having a problem with this port. Thanks to Stijn Hoop I have been able to go further but it cannot keep building it again and again: %cd /usr/ports/devel/imake-4 %make ===> Extracting for imake-4.2.0_1 >> Checksum OK for xc/X420src-1.tgz. ===> Patching for imake-4.2.0_1 ===> Applying FreeBSD patches for imake-4.2.0_1 ===> Configuring for imake-4.2.0_1 cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= in config/imake cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o rm -f ./config/makedepend/Makefile.proto including in config/makedepend... including in config/util... LD_LIBRARY_PATH=../../exports/lib cc -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -I../.. -I../../exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c makestrs.c rm -f makestrs LD_LIBRARY_PATH=../../exports/lib cc -o makestrs -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith makestrs.o -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib rm -f rman.c ln -s ../../extras/rman/rman.c rman.c rm -f rman.man ln -s ../../extras/rman/rman.1 rman.man including in config/pswrap... ===> Building for imake-4.2.0_1 ===> Extracting for imake-4.2.0_1 >> No MD5 checksum file. ===> Patching for imake-4.2.0_1 ===> Configuring for imake-4.2.0_1 ===> Building for imake-4.2.0_1 ===> Extracting for imake-4.2.0_1 >> No MD5 checksum file. ===> Patching for imake-4.2.0_1 ===> Configuring for imake-4.2.0_1 ===> Building for imake-4.2.0_1 ===> Extracting for imake-4.2.0_1 >> No MD5 checksum file. The system is 4.6-RC I have no WRKDIRPREFIX set /usr/ports is nfs mounted and cvsupped twice a day as it is over nfs, another user than root is building it [Usually, I have a system user I use to build ports, than I use root only to install them - I am using this system for 2 years now] Thanks for your help Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 8:39:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natwar.webmailer.de [192.67.198.70]) by hub.freebsd.org (Postfix) with ESMTP id 5128237B405 for ; Thu, 6 Jun 2002 08:39:18 -0700 (PDT) Received: from china (pD9E3BA20.dip.t-dialin.net [217.227.186.32]) by post.webmailer.de (8.9.3/8.8.7) with SMTP id RAA17312 for ; Thu, 6 Jun 2002 17:39:15 +0200 (MEST) Message-ID: <001a01c20dbc$5f6ce520$0f63a8c0@china> From: "DollarMaker.biz" To: Subject: Phone answering software for free BSD Date: Thu, 6 Jun 2002 17:43:41 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0017_01C20D81.B2AC3E10" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0017_01C20D81.B2AC3E10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Sirs: do You know a programm for the installing on freeBSD, that answer the = calling by phone ? For example like a callcenter ? Regards, Allan Best ------=_NextPart_000_0017_01C20D81.B2AC3E10 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear Sirs:
 
do You know a programm for the = installing on=20 freeBSD, that answer the calling by phone ?  For example like a = callcenter=20 ?
 
Regards,
 
Allan Best
------=_NextPart_000_0017_01C20D81.B2AC3E10-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 8:41: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from matt.MUNICH.v-net.org (u82n62.syd.eastlink.ca [24.222.82.62]) by hub.freebsd.org (Postfix) with ESMTP id CA2DA37B400 for ; Thu, 6 Jun 2002 08:40:58 -0700 (PDT) Received: from thematt ([192.168.8.3]) by matt.MUNICH.v-net.org (8.11.3/8.11.3) with ESMTP id g56Fepb00747 for ; Thu, 6 Jun 2002 12:40:52 -0300 (ADT) From: "Matt Rudderham" To: Subject: Web Based User Adding Date: Thu, 6 Jun 2002 12:39:28 -0300 Message-ID: <000201c20d70$58699d50$0308a8c0@thematt> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I was wondering if anyone knows of a solution in terms of a CGI program with a web interface for adding users to a system. I need a form that a novice webmaster can use to create e-mail accounts on our mail server (nologon). Any suggestions would be appreciated. Thanks! Matt Rudderham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 8:52:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sergievsky.cpmc.columbia.edu (sergievsky.cpmc.columbia.edu [156.145.114.95]) by hub.freebsd.org (Postfix) with ESMTP id 2A47B37B405 for ; Thu, 6 Jun 2002 08:52:06 -0700 (PDT) Received: from [156.145.114.51] (account gary HELO ph19wilson) by sergievsky.cpmc.columbia.edu (CommuniGate Pro SMTP 3.5.9) with ESMTP id 1189502; Thu, 06 Jun 2002 11:48:27 -0400 Message-ID: <118801c20d72$17a57f30$3372919c@ph19wilson> From: "Gary Wilson" To: "Matt Rudderham" , References: <000201c20d70$58699d50$0308a8c0@thematt> Subject: Re: Web Based User Adding Date: Thu, 6 Jun 2002 11:51:59 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Look at webmin (www.webmin.com). There is a port available. You can set up individual access and restrict it to only certain functions, like creating new accounts. Gary ----- Original Message ----- From: "Matt Rudderham" To: Sent: Thursday, June 06, 2002 11:39 AM Subject: Web Based User Adding Hi, I was wondering if anyone knows of a solution in terms of a CGI program with a web interface for adding users to a system. I need a form that a novice webmaster can use to create e-mail accounts on our mail server (nologon). Any suggestions would be appreciated. Thanks! Matt Rudderham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 9: 0:54 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 9070937B403 for ; Thu, 6 Jun 2002 09:00:39 -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 g56G0OU10356; Thu, 6 Jun 2002 12:00:26 -0400 Message-ID: <3CFF887C.30803@potentialtech.com> Date: Thu, 06 Jun 2002 12:06:20 -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: Matt Rudderham Cc: freebsd-questions@freebsd.org Subject: Re: Web Based User Adding References: <000201c20d70$58699d50$0308a8c0@thematt> 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 Matt Rudderham wrote: > Hi, > I was wondering if anyone knows of a solution in terms of a CGI program > with a web interface for adding users to a system. I need a form that a > novice webmaster can use to create e-mail accounts on our mail server > (nologon). Any suggestions would be appreciated. Thanks! qmailadmin + vpopmail + qmail has a web interface that gives you a lot of flexibility. vpopmail allows email users to be created that don't even exist in the UNIX password lists, thus no logon capability. They're in the ports. -- 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 Thu Jun 6 9: 3:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pimout2-int.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by hub.freebsd.org (Postfix) with ESMTP id E6ADB37B406 for ; Thu, 6 Jun 2002 09:03:19 -0700 (PDT) Received: from www4.prodigy.net (www4-ext.prodigy.net [207.115.61.60]) by pimout2-int.prodigy.net (8.11.0/8.11.0) with SMTP id g56G3J2124898 for freebsd-questions@freebsd.org; Thu, 6 Jun 2002 12:03:19 -0400 To: freebsd-questions@freebsd.org Message-Id: Date: Thu, 06 Jun 2002 12:03:19 -0500 From: CX157@prodigy.net Subject: Problem with PCMCIA cards. Sender: owner-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 having a problem getting my PCMCIA modem to work in FreeBSD 4.5. Computer is a Fujitsu Lifebook 420D. The modem is a Megahertz XJ- 1440. Windows recognised it as COM3 and Linux as /dev/ttyS2, so I tried /dev/cuaa2 first, which didn't work. The system reports that the modem is on sio4, which I didn't have set up. I recompiled the kernel using the information in the sio manpage to spport it and used MAKEDEV cuaa4. Now it says it's on sio5. Any clues as to what's going on? Thanks. -CX157 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 9:25:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pooh.ASARian.org (pooh.ASARian.org [216.21.171.83]) by hub.freebsd.org (Postfix) with ESMTP id 692FF37B405 for ; Thu, 6 Jun 2002 09:25:38 -0700 (PDT) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.11.6/8.11.6) with ESMTP id g56GPJs32121 for ; Thu, 6 Jun 2002 12:25:19 -0400 (EDT) (envelope-from fuzzy@pooh.ASARian.org) Date: Thu, 6 Jun 2002 12:25:19 -0400 (EDT) From: Fuzzy To: freebsd-questions@FreeBSD.ORG Subject: Re: Web Based User Adding In-Reply-To: <118801c20d72$17a57f30$3372919c@ph19wilson> Message-ID: X-No-Archive: Yes Organization: ASARian Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Jun 2002, Gary Wilson wrote: > Look at webmin (www.webmin.com). There is a port available. You can set > up individual access and restrict it to only certain functions, like > creating new accounts. I tried to set it up, but it fails no matter what I tell setup.sh?? Fuzzy (script log follows) FreeBSD 4.4-release perl 5.6.1 Script started on Thu Jun 6 12:21:04 2002 *********************************************************************** * Welcome to the Webmin setup script, version 0.980 * *********************************************************************** Webmin is a web-based interface that allows Unix-like operating systems and common Unix services to be easily administered. Installing Webmin in /http/webmin ... *********************************************************************** Webmin uses separate directories for configuration files and log files. Unless you want to run multiple versions of Webmin at the same time you can just accept the defaults. Config file directory [/etc/webmin]: Log file directory [/var/webmin]: /var/log/webmin *********************************************************************** Webmin is written entirely in Perl. Please enter the full path to the Perl 5 interpreter on your system. Full path to perl (default /usr/bin/perl): Testing Perl ... Perl seems to be installed ok *********************************************************************** For Webmin to work properly, it needs to know which operating system type and version you are running. Please select your system type by entering the number next to it from the list below --------------------------------------------------------------------------- 1) Sun Solaris 2) Caldera OpenLinux eServer 3) Caldera OpenLinux 4) Redhat Linux 5) Slackware Linux 6) Debian Linux 7) SuSE Linux 8) Corel Linux 9) TurboLinux 10) Cobalt Linux 11) Mandrake Linux 12) Mandrake Linux Corporate Server 13) Delix DLD Linux 14) Conectiva Linux 15) MSC Linux 16) MkLinux 17) LinuxPPC 18) XLinux 19) LinuxPL 20) Trustix 21) Cendio LBS Linux 22) Ute Linux 23) Lanthan Linux 24) Yellow Dog Linux 25) Corvus Latinux 26) Generic Linux 27) FreeBSD 28) OpenBSD 29) NetBSD 30) BSDI 31) HP/UX 32) SGI Irix 33) DEC/Compaq OSF/1 34) IBM AIX 35) SCO UnixWare 36) SCO OpenServer 37) Darwin 38) Mac OS X 39) Mac OS X / OS X Server 40) Cygwin --------------------------------------------------------------------------- Operating system: 27 Please choose which version of FreeBSD you are running, by entering the number next to it from the list below --------------------------------------------------------------------------- 1) FreeBSD 2.1 2) FreeBSD 2.2 3) FreeBSD 3.0 4) FreeBSD 3.1 5) FreeBSD 3.2 6) FreeBSD 3.3 7) FreeBSD 3.4 8) FreeBSD 3.5 9) FreeBSD 4.0 10) FreeBSD 4.1 11) FreeBSD 4.2 12) FreeBSD 4.3 13) FreeBSD 4.4 14) FreeBSD 4.5 15) FreeBSD 5.0 --------------------------------------------------------------------------- Version: 13 Operating system name: FreeBSD Operating system version: 4.4 *********************************************************************** Webmin uses its own password protected web server to provide access to the administration programs. The setup script needs to know : - What port to run the web server on. There must not be another web server already using this port. - The login name required to access the web server. - The password required to access the web server. - The hostname of this system that the web server should use. - If the webserver should use SSL (if your system supports it). - Whether to start webmin at boot time. Web server port (default 10000): Unsupported socket function "getprotobyname" called at -e line 1. ERROR: TCP port 10000 is already in use by another program Script done on Thu Jun 6 12:21:37 2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 9:40:18 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 D244F37B401 for ; Thu, 6 Jun 2002 09:40:11 -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 g56GdvU10584; Thu, 6 Jun 2002 12:39:57 -0400 Message-ID: <3CFF91C1.4090201@potentialtech.com> Date: Thu, 06 Jun 2002 12:45:53 -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: Fuzzy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Web Based User Adding 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 Fuzzy wrote: > On Thu, 6 Jun 2002, Gary Wilson wrote: > > >>Look at webmin (www.webmin.com). There is a port available. You can set >>up individual access and restrict it to only certain functions, like >>creating new accounts. > > > I tried to set it up, but it fails no matter what I tell setup.sh?? > > Fuzzy > > (script log follows) > Web server port (default 10000): > Unsupported socket function "getprotobyname" called at -e line 1. > ERROR: TCP port 10000 is already in use by another program What program is using port 10000? Use "sockstat" to find out and either shut down that other program or pick another port. -- 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 Thu Jun 6 10:13:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by hub.freebsd.org (Postfix) with ESMTP id 7F34337B401 for ; Thu, 6 Jun 2002 10:13:24 -0700 (PDT) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g56HDMW33874 for ; Thu, 6 Jun 2002 12:13:23 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020606121321.00fc2288@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 06 Jun 2002 12:13:21 -0500 To: freebsd-questions@freebsd.org From: "Jack L. Stone" Subject: KILL a Message Loop Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Help! How do I kill a message in the sendmail queue that is looping and won't go away...?? sendmail 8.11.6 I have read the man pages, but cannot find the command to send to remove a job... Any help please...??? Best regards, Jack L. Stone, Administrator Sage American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:21:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spin.web.net (spin.web.net [192.139.37.16]) by hub.freebsd.org (Postfix) with ESMTP id 3C28C37B406 for ; Thu, 6 Jun 2002 10:21:17 -0700 (PDT) Received: by spin.web.net (Postfix, from userid 1000) id 6FD8012E70C; Thu, 6 Jun 2002 13:21:28 -0400 (EDT) Date: Thu, 6 Jun 2002 13:21:28 -0400 From: Rob Ellis To: freebsd-questions@FreeBSD.ORG Subject: ipfw: 'out via fxp0' rules don't work Message-ID: <20020606172128.GH18966@web.ca> Mail-Followup-To: Rob Ellis , freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i have the following rules, on a box with 4 interfaces, that are intended to allow outbound connections... ipfw add allow udp from any to any out xmit fxp0 keep-state ipfw add allow tcp from any to any out xmit fxp0 setup keep-state but this doesn't work as i thought it would. for instance, 'in via xl0' packets are still being blocked. i also tried ipfw add allow udp from any to any out recv xl0 xmit fxp0 keep-state ipfw add allow tcp from any to any out recv xl0 xmit fxp0 setup keep-state which also didn't work. the packets i want to allow are indeed coming in via xl0 and out via fxp0, but the error is always like: > Jun 6 12:46:30 myname /kernel: ipfw: 22901 Deny TCP xxx.xxx.xxx.xxx:3325 yyy.yyy.yyy.yyy:80 in via xl0 a rule like ipfw add allow tcp from xxx.xxx.xxx.0/24 to any 80 setup keep-state does work, but i want to firewall off the internal networks from each other, and i didn't want to get into any more skipto rules... in short, interface-based in/out rules don't seem to work. anyone have any ideas? i am just not understanding how the interface-based rules are supposed to work? the firewall box is running 4.5-RELEASE-p4. thanks. - rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:22:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta1-3.us4.outblaze.com (205-158-62-44.outblaze.com [205.158.62.44]) by hub.freebsd.org (Postfix) with ESMTP id 610FD37B400 for ; Thu, 6 Jun 2002 10:22:47 -0700 (PDT) Received: from ws4-4.us4.outblaze.com (205-158-62-105.outblaze.com [205.158.62.105]) by mta1-3.us4.outblaze.com (8.12.3/8.12.3/us4-srs) with SMTP id g56HMkR6009270 for ; Thu, 6 Jun 2002 17:22:46 GMT Received: (qmail 30273 invoked by uid 1001); 6 Jun 2002 17:22:46 -0000 Message-ID: <20020606172246.30271.qmail@operamail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [66.75.97.210] by ws4-4.us4.outblaze.com with http for click46@operamail.com; Fri, 07 Jun 2002 01:22:46 +0800 From: "aaron g" To: freebsd-questions@freebsd.org Date: Fri, 07 Jun 2002 01:22:46 +0800 Subject: JDK in a Jail? X-Originating-Ip: 66.75.97.210 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 Well it seems the -java people have a lot more to worry about than getting a JDK working in a jail [with good reason! congrats to bill huey on HotSpot success] In anyevent, I was curious if anyone on the list has gotten or tried to get either the native 1.3 JDK or linux binary 1.4 JDK working in a jail environment. I googled and perused the handbook but found nothing helpful at all. Thanks - aarong -- _______________________________________________ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:23:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f192.law12.hotmail.com [64.4.19.192]) by hub.freebsd.org (Postfix) with ESMTP id EC2EE37B403 for ; Thu, 6 Jun 2002 10:23:26 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 6 Jun 2002 10:23:26 -0700 Received: from 213.175.73.112 by lw12fd.law12.hotmail.msn.com with HTTP; Thu, 06 Jun 2002 17:23:26 GMT X-Originating-IP: [213.175.73.112] From: "uwi mAn" To: questions@freebsd.org Subject: rehash Date: Thu, 06 Jun 2002 13:23:26 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 06 Jun 2002 17:23:26.0843 (UTC) FILETIME=[DE6B9CB0:01C20D7E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Why I must rehash everytime I install something? is it a csh-specific feature only? Thanks. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:27:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f9.law12.hotmail.com [64.4.19.9]) by hub.freebsd.org (Postfix) with ESMTP id 3E97C37B403 for ; Thu, 6 Jun 2002 10:27:31 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 6 Jun 2002 10:27:31 -0700 Received: from 213.175.73.112 by lw12fd.law12.hotmail.msn.com with HTTP; Thu, 06 Jun 2002 17:27:30 GMT X-Originating-IP: [213.175.73.112] From: "uwi mAn" To: questions@freebsd.org Subject: ctrl-z Date: Thu, 06 Jun 2002 13:27:30 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 06 Jun 2002 17:27:31.0063 (UTC) FILETIME=[6FFCA070:01C20D7F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thats basics but nonetheless, how to awake suspended [by shell Ctrl-Z] programs? Thanks guys. _________________________________________________________________ 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 Thu Jun 6 10:29:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f229.law12.hotmail.com [64.4.19.229]) by hub.freebsd.org (Postfix) with ESMTP id 8F7F637B406 for ; Thu, 6 Jun 2002 10:29:39 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 6 Jun 2002 10:29:39 -0700 Received: from 213.175.73.112 by lw12fd.law12.hotmail.msn.com with HTTP; Thu, 06 Jun 2002 17:29:39 GMT X-Originating-IP: [213.175.73.112] From: "uwi mAn" To: questions@freebsd.org Subject: ACPI sleep mode Date: Thu, 06 Jun 2002 13:29:39 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 06 Jun 2002 17:29:39.0494 (UTC) FILETIME=[BC89A460:01C20D7F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How to enable ACPI sleep mode on BSD? Appreciate it. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:32:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id 0677537B415 for ; Thu, 6 Jun 2002 10:32:14 -0700 (PDT) Received: from [68.64.98.90] (helo=lime.objectwerks.com) by hobbiton.shire.net with asmtp (Exim 3.36 #9) id 17G17N-000HSZ-00; Thu, 06 Jun 2002 13:32:13 -0400 Date: Thu, 6 Jun 2002 13:32:38 -0400 Subject: Re: JDK in a Jail? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: freebsd-questions@freebsd.org To: "aaron g" From: Chad Leigh -- Shire.Net LLC In-Reply-To: <20020606172246.30271.qmail@operamail.com> Message-Id: <6554AE52-7973-11D6-B30D-0003931BED80@shire.net> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, June 6, 2002, at 01:22 , aaron g wrote: > Well it seems the -java people have a lot more to worry > about than getting a JDK working in a jail [with good > reason! congrats to bill huey on HotSpot success] > > In anyevent, I was curious if anyone on the list has gotten > or tried to get either the native 1.3 JDK or linux binary > 1.4 JDK working in a jail environment. I googled and > perused the handbook but found nothing helpful at all. > > Since a running jail is kind of like its own machine, you should be able to just install one. I have not tried it but can think of nothing to stop it from working. I do have customers who have compiled apache and mod_perl and all sorts of things and they just work inside the jail. Just copy over the ports and try a make... The one thing that just occurred to me. Do you have the Linux compat stuff installed? best Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:38:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id E59D837B408 for ; Thu, 6 Jun 2002 10:38:29 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Thu, 6 Jun 2002 18:38:21 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 17G1CO-0001jM-00; Thu, 06 Jun 2002 18:37:24 +0100 Date: Thu, 6 Jun 2002 18:37:24 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: uwi mAn Cc: questions@freebsd.org Subject: Re: rehash In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Jun 2002, uwi mAn wrote: > Why I must rehash everytime I install something? > is it a csh-specific feature only? csh-derived shells keep a list of executable files on your PATH and use those to locate the right executable when you type a command, rather than searching every time you type a command. On a stable system with no new executables being installed, this is generally reasonable behaviour. You can turn off this behaviour by using the builtin command "unhash", which you can stick in your ~/.cshrc or ~/.tcshrc if you like. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk HP-unix: Open Sauce product, available in 57 distributions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:38:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id CBCBC37B406 for ; Thu, 6 Jun 2002 10:38:28 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Thu, 6 Jun 2002 18:38:21 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 17G1DA-0001jl-00; Thu, 06 Jun 2002 18:38:12 +0100 Date: Thu, 6 Jun 2002 18:38:12 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: uwi mAn Cc: questions@freebsd.org Subject: Re: ctrl-z In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Jun 2002, uwi mAn wrote: > thats basics but nonetheless, how to awake suspended [by shell Ctrl-Z] > programs? fg It's generally listed under the heading "job control" in the appropriate man page. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Random act of violence against bread: whole pint. -- extract from the "Hawk the Slayer" drinking game To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:43: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id 77E4E37B404 for ; Thu, 6 Jun 2002 10:43:01 -0700 (PDT) Received: from cs.umu.se (h26n1c1o1023.bredband.skanova.com [213.64.164.26]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 299722.385160.1023.1s5170475sheridan ; Thu, 06 Jun 2002 19:39:20 +0200 Message-ID: <3CFF9F23.270F4672@cs.umu.se> Date: Thu, 06 Jun 2002 19:42:59 +0200 From: Paul Everlund X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: uwi mAn Cc: questions@freebsd.org Subject: Re: ctrl-z References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG uwi mAn wrote: > > thats basics but nonetheless, how to awake suspended [by shell Ctrl-Z] > programs? An example: # ls | more ...pressed ctrl-Z as more "paused" output... Suspended [1] 18566 18567 # jobs [1] + Done ls | Suspended more # fg 1 Now job 1 is continuing, and 'more' are showing outout again. Hope this did help. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:46:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f247.law12.hotmail.com [64.4.19.247]) by hub.freebsd.org (Postfix) with ESMTP id 6F16C37B400 for ; Thu, 6 Jun 2002 10:46:21 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 6 Jun 2002 10:46:21 -0700 Received: from 213.175.73.112 by lw12fd.law12.hotmail.msn.com with HTTP; Thu, 06 Jun 2002 17:46:21 GMT X-Originating-IP: [213.175.73.112] From: "uwi mAn" To: questions@freebsd.org Subject: decompressing dvd music Date: Thu, 06 Jun 2002 13:46:21 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 06 Jun 2002 17:46:21.0306 (UTC) FILETIME=[11AA05A0:01C20D82] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had horrible experience with ac3dec... Anything else maybe? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:46:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta1-3.us4.outblaze.com (205-158-62-44.outblaze.com [205.158.62.44]) by hub.freebsd.org (Postfix) with ESMTP id 18FDB37B406 for ; Thu, 6 Jun 2002 10:46:28 -0700 (PDT) Received: from ws4-4.us4.outblaze.com (205-158-62-105.outblaze.com [205.158.62.105]) by mta1-3.us4.outblaze.com (8.12.3/8.12.3/us4-srs) with SMTP id g56HkRR6027938 for ; Thu, 6 Jun 2002 17:46:27 GMT Received: (qmail 29407 invoked by uid 1001); 6 Jun 2002 17:46:27 -0000 Message-ID: <20020606174627.29406.qmail@operamail.com> Content-Type: text/plain; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [66.75.97.210] by ws4-4.us4.outblaze.com with http for click46@operamail.com; Fri, 07 Jun 2002 01:46:27 +0800 From: "aaron g" To: "Chad Leigh -- Shire.Net LLC" Cc: freebsd-questions@freebsd.org Date: Fri, 07 Jun 2002 01:46:27 +0800 Subject: Re: JDK in a Jail? X-Originating-Ip: 66.75.97.210 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 Hmm, should have mentioned what I have tried already. The first thing I did was copy the ports tree over and just try a simple port install. I did not install linux_compat in the host environment and this is where I ran into problems. Many of the needed steps [notably "mknod"] are impossible to do in a jail environment. Would rebuilding the host environment with linux_compat and then rebuilding the jail resolve my problem? I haven't tried this yet since I've already rebuilt my apache jail thrice times now. thanks - aarong ----- Original Message ----- From: "Chad Leigh -- Shire.Net LLC" Date: Thu, 6 Jun 2002 13:32:38 -0400 To: "aaron g" Subject: Re: JDK in a Jail? > > On Thursday, June 6, 2002, at 01:22 , aaron g wrote: > > > Well it seems the -java people have a lot more to worry > > about than getting a JDK working in a jail [with good > > reason! congrats to bill huey on HotSpot success] > > > > In anyevent, I was curious if anyone on the list has gotten > > or tried to get either the native 1.3 JDK or linux binary > > 1.4 JDK working in a jail environment. I googled and > > perused the handbook but found nothing helpful at all. > > > > > > Since a running jail is kind of like its own machine, you should be able > to just install one. I have not tried it but can think of nothing to > stop it from working. I do have customers who have compiled apache and > mod_perl and all sorts of things and they just work inside the jail. > Just copy over the ports and try a make... > > The one thing that just occurred to me. Do you have the Linux compat > stuff installed? > > best > Chad > > -- _______________________________________________ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:54: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id 9AE3F37B407 for ; Thu, 6 Jun 2002 10:53:55 -0700 (PDT) Received: from [68.64.98.90] (helo=lime.objectwerks.com) by hobbiton.shire.net with asmtp (Exim 3.36 #9) id 17G1SM-000Hin-00; Thu, 06 Jun 2002 13:53:54 -0400 Date: Thu, 6 Jun 2002 13:54:21 -0400 Subject: Re: JDK in a Jail? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: freebsd-questions@freebsd.org To: "aaron g" From: Chad Leigh -- Shire.Net LLC In-Reply-To: <20020606174627.29406.qmail@operamail.com> Message-Id: <6E202D1E-7976-11D6-B30D-0003931BED80@shire.net> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, June 6, 2002, at 01:46 , aaron g wrote: > Hmm, should have mentioned what I have tried already. The first thing I > did was copy the ports tree over and just try a simple port install. I > did not install linux_compat in the host environment and this is where > I ran into problems. Many of the needed steps [notably "mknod"] are > impossible to do in a jail environment. > > Would rebuilding the host environment with linux_compat and then > rebuilding the jail resolve my problem? I haven't tried this yet since > I've already rebuilt my apache jail thrice times now. Try this. Install linux_compat in the host, install the jdks you want to run in the host, copy over the jdks from the host into the jail directory structure. Once built, they should work I would expect. I have not tried this yet but maybe I will in my test jail... Chad > > thanks > - aarong > > ----- Original Message ----- > From: "Chad Leigh -- Shire.Net LLC" > Date: Thu, 6 Jun 2002 13:32:38 -0400 > To: "aaron g" > Subject: Re: JDK in a Jail? > > >> >> On Thursday, June 6, 2002, at 01:22 , aaron g wrote: >> >>> Well it seems the -java people have a lot more to worry >>> about than getting a JDK working in a jail [with good >>> reason! congrats to bill huey on HotSpot success] >>> >>> In anyevent, I was curious if anyone on the list has gotten >>> or tried to get either the native 1.3 JDK or linux binary >>> 1.4 JDK working in a jail environment. I googled and >>> perused the handbook but found nothing helpful at all. >>> >>> >> >> Since a running jail is kind of like its own machine, you should be >> able >> to just install one. I have not tried it but can think of nothing to >> stop it from working. I do have customers who have compiled apache and >> mod_perl and all sorts of things and they just work inside the jail. >> Just copy over the ports and try a make... >> >> The one thing that just occurred to me. Do you have the Linux compat >> stuff installed? >> >> best >> Chad >> >> > > > -- > _______________________________________________ > Download the free Opera browser at http://www.opera.com/ > > Powered by Outblaze > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 10:57:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cs.selu.edu (cs.selu.edu [147.174.59.5]) by hub.freebsd.org (Postfix) with ESMTP id 4CBDD37B40A for ; Thu, 6 Jun 2002 10:57:23 -0700 (PDT) Received: from localhost (jholland@localhost) by cs.selu.edu (8.11.6/8.11.2) with ESMTP id g56Hus023147; Thu, 6 Jun 2002 12:56:54 -0500 Date: Thu, 6 Jun 2002 12:56:53 -0500 (CDT) From: Jason P Holland To: uwi mAn Cc: questions@FreeBSD.ORG Subject: Re: ctrl-z In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > thats basics but nonetheless, how to awake suspended [by shell Ctrl-Z] > > programs? > > fg > > It's generally listed under the heading "job control" in the appropriate > man page. > if you have more than 1 job in the background, you can type jobs to get a list, and then fg %1 or fg %2 to bring whichever job into the foreground. jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 11: 0:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bmyster.com (dsl-006.sacoriver.net [65.162.190.7]) by hub.freebsd.org (Postfix) with ESMTP id B7BC537B401 for ; Thu, 6 Jun 2002 11:00:21 -0700 (PDT) Received: from bmyster.com (www@localhost.bmyster.com [127.0.0.1]) by bmyster.com (8.12.2/8.12.2) with SMTP id g56I7H4l010723 for ; Thu, 6 Jun 2002 14:07:17 -0400 (EDT) From: Brent Bailey Received: from 206.98.60.1 (SquirrelMail authenticated user misterb) by bmyster.com with HTTP; Thu, 6 Jun 2002 14:07:17 -0400 (EDT) Message-ID: <25420.206.98.60.1.1023386837.squirrel@bmyster.com> Date: Thu, 6 Jun 2002 14:07:17 -0400 (EDT) Subject: ipfw & advanced statefull rules help!! To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Im using FBSD 4.5 release with IPFW & natd over my commercial DSL (no pppoe) ..everything runs great ..however i have noticed alot of connection attempts to various UDP & TCP ports (non-services) Is ther a good howto on advanced statefull rulez for IPFW and natd... i do have machines behind the BSD box..and i dont want to totally kill all access to the internet for them ...however i would like to block everything that isnt needed and or intiated from the inside. Ive played with differrent examples of rules that others from this mailing list have presented...but all the rules i have tried kills all traffic to the internet from my internal network...theres got to be some happy medium any help is greatly appreciated,,, thank you again for your help Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 11:14:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 4AE5437B401; Thu, 6 Jun 2002 11:14:15 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020606181415.URIF2751.rwcrmhc52.attbi.com@blossom.cjclark.org>; Thu, 6 Jun 2002 18:14:15 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g56IECL93337; Thu, 6 Jun 2002 11:14:12 -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: Thu, 6 Jun 2002 11:14:12 -0700 From: "Crist J. Clark" To: "a.s.gruner" Cc: Andre LeClaire , freebsd-ipfw@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: ipfw+natd+ppp problem Message-ID: <20020606111412.A93321@blossom.cjclark.org> Reply-To: "Crist J. Clark" References: <20020602200539.A1206@encephalon.de> <20020603003926.T335-100000@localhost> <20020603121452.A1685@encephalon.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020603121452.A1685@encephalon.de>; from plankalkuel@encephalon.de on Mon, Jun 03, 2002 at 12:14:52PM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jun 03, 2002 at 12:14:52PM +0200, a.s.gruner wrote: > > Hi. > > > I'm not sure about ppp, but natd works great with pppd. However, > > it looks to me like you need a "divert natd" rule in your firewall > > Thats it. I just did not see that, or, it was not described that you > need it to use ppp+natd. Thanks. > Maybe you can help me with another questions, is it able that the > windows box activates the ppp, so that ppp on the freebsd box is dialing > the number of the provider ? So, right now, i have to dial on the > freebsd box, and after that the windows box can connect. So can i dial > from the windows box (the modem is conected to freebsd box). I dont want > a permanent connection, just if i need it. You can use the '-auto' option to have ppp(8) bring up the link when it detects traffic that needs to go over it. -- 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 Thu Jun 6 11:14:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ntlworld.com (pc3-farn1-3-cust4.gfd.cable.ntl.com [213.107.74.4]) by hub.freebsd.org (Postfix) with ESMTP id 65ADF37B401 for ; Thu, 6 Jun 2002 11:14:39 -0700 (PDT) Received: from localhost (william@localhost) by ntlworld.com (8.12.3/8.12.2) with ESMTP id g56J38kL013868 for ; Thu, 6 Jun 2002 20:03:08 +0100 (BST) (envelope-from william@palfreman.com) X-Authentication-Warning: kmart.lan.palfreman.com: william owned process doing -bs Date: Thu, 6 Jun 2002 20:03:08 +0100 (BST) From: William Palfreman X-X-Sender: william@kmart.lan.palfreman.com To: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key In-Reply-To: Message-ID: <20020606190948.B155-100000@kmart.lan.palfreman.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 Thu, 6 Jun 2002, Jan Grant wrote: > On Thu, 6 Jun 2002, William Palfreman wrote: > > > There should be a simply way to map ^D to del. Usually any request to > > do this get fobbed off with "RTFM, man stty" Done that, googled for it, > > neither says simply how to make del behave like ^D on a console. > > There are lots of bits that might get in the way. If you're using tcsh > then you should look at the builting "bindkey", which maps control key > (and other sequences) to editor behaviour. Presumably bash has something > similar. I'm not using tsch. I'm actually using bash, but I would prefer something for sh as its installed as standard. Something like: $ keyset -s del=rdel I can't belive there is no way of setting this. Or if there is the documentation isn't throwing itself at me. stty seems like the right command, but what is it you put in? stty erase ^D does absolutely nothing at all, and the man page is extremely unhelpful. -- W. Palfreman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 11:18:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 1240237B407 for ; Thu, 6 Jun 2002 11:18:18 -0700 (PDT) Received: from sdn-ar-003dcwashp260.dialsprint.net ([206.133.15.150] helo=moo.holy.cow) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 17G1pj-0004Ej-00; Thu, 06 Jun 2002 11:18:04 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 2ECFF50CB8; Thu, 6 Jun 2002 14:20:38 -0400 (EDT) Date: Thu, 6 Jun 2002 14:20:38 -0400 From: parv To: Paul Everlund Cc: uwi mAn , questions@freebsd.org Subject: Re: ctrl-z Message-ID: <20020606182037.GA1920@moo.holy.cow> Mail-Followup-To: parv , Paul Everlund , uwi mAn , questions@freebsd.org References: <3CFF9F23.270F4672@cs.umu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CFF9F23.270F4672@cs.umu.se> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <3CFF9F23.270F4672@cs.umu.se>, wrote Paul Everlund thusly... > > An example: > > # ls | more > > ...pressed ctrl-Z as more "paused" output... > > Suspended > [1] 18566 18567 > # jobs > [1] + Done ls | > Suspended more > # fg 1 > > Now job 1 is continuing, and 'more' are showing outout again. syntax "fg 1" works only in bash, doesn't work in (freebsd) sh, ksh93, and zsh 4.0.4; didn't try any other shell. otoh, as stated in another message, "fg %1" -- note the % -- works in all the shells. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 11:21:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 0D11B37B40A for ; Thu, 6 Jun 2002 11:21:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g56IIn795095; Thu, 6 Jun 2002 15:18:49 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Thu, 6 Jun 2002 15:18:49 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Sheldon Hearn Cc: Subject: Re: Sniffing HTTP requests off the wire In-Reply-To: <3545.1023358851@axl.seasidesoftware.co.za> Message-ID: <20020606151525.U82269-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Jun 2002, Sheldon Hearn wrote: > > Hi folks, > > > I'm interested in the HTTP request and the IP address of the requesting > host. I'm also interested in the HTTP headers( like referer), cookie > contents etc, but that's all secondary. > > I know I can just use 'tcpdump -s 1500 -x -X dst port 80' and > cook the output myself, but I'm hoping there's already something out > there that does the cooking for me. Install tcpshow and it will cook the tcpdump output for you. I use it and works like a charm, but you won't get CLF output Fer > > First prize would be to get output in common log format, as used by > Apache, but obviously beggars can't be choosers. > > Anything in the ports tree? > > Ciao, > Sheldon. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 11:29:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with ESMTP id 88EA637B410 for ; Thu, 6 Jun 2002 11:29:36 -0700 (PDT) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.3/8.12.3) with ESMTP id g56IT4Gr024798; Thu, 6 Jun 2002 14:29:04 -0400 (EDT) (envelope-from culverk@yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.3/8.12.3/Submit) with ESMTP id g56IT3Km024795; Thu, 6 Jun 2002 14:29:04 -0400 (EDT) (envelope-from culverk@yumyumyum.org) X-Authentication-Warning: alpha.yumyumyum.org: culverk owned process doing -bs Date: Thu, 6 Jun 2002 14:29:03 -0400 (EDT) From: Kenneth Culver To: uwi mAn Cc: questions@FreeBSD.ORG Subject: Re: rehash In-Reply-To: Message-ID: <20020606142843.M24085-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tcsh must re-read the exec paths. Ken On Thu, 6 Jun 2002, uwi mAn wrote: > Why I must rehash everytime I install something? > is it a csh-specific feature only? > > > Thanks. > > _________________________________________________________________ > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 11:32:33 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 3264237B40D for ; Thu, 6 Jun 2002 11:32:21 -0700 (PDT) Received: by altair.mukappabeta.net (Postfix, from userid 1001) id 679416CF; Thu, 6 Jun 2002 18:18:35 +0200 (CEST) Date: Thu, 6 Jun 2002 18:18:35 +0200 From: Matthias Buelow To: tnu@chania.di.uoa.gr Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Restrict user access on FreeBSD Message-ID: <20020606161835.GB353@altair.mukappabeta.net> References: <20020605235934.Q45306-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tnu@chania.di.uoa.gr writes: >I have defined the user's PATH to a directory like "/usr/restr-bin" and >put there symlinks to the programs I wish them to execute. I have not >chmod-ed anything else, IIRC. It might also be beneficial to mount the user's home fs noexec, since otherwise he could just upload the programs he desires and run them off his homedir. --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 11:33:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ntlworld.com (pc3-farn1-3-cust4.gfd.cable.ntl.com [213.107.74.4]) by hub.freebsd.org (Postfix) with ESMTP id 4C10C37B406 for ; Thu, 6 Jun 2002 11:33:32 -0700 (PDT) Received: from localhost (william@localhost) by ntlworld.com (8.12.3/8.12.2) with ESMTP id g56JM26Y016704 for ; Thu, 6 Jun 2002 20:22:02 +0100 (BST) (envelope-from william@palfreman.com) X-Authentication-Warning: kmart.lan.palfreman.com: william owned process doing -bs Date: Thu, 6 Jun 2002 20:22:01 +0100 (BST) From: William Palfreman X-X-Sender: william@kmart.lan.palfreman.com To: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key In-Reply-To: Message-ID: <20020606200404.A155-100000@kmart.lan.palfreman.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 Thu, 6 Jun 2002 tnu@chania.di.uoa.gr wrote: > WP> $ stty erase [press ^V, press del, enter] > > Instead of Ctrl+v, the following is identical: > $ stty erase "^?" But neither has any effect on my virtual console! > WP> I can't understand the FreeBSD schizophrenia about del. > WP> It is a *PC* operating system. > > Perhaps, it's main target groups is PCs but this doesn't make it > a "PC operating system". It carries the history of BSD and BSD is/was not > a "PC operating system". Yeah, but that isn't an excuse for it to be unreasonably difficult to make a key do what it has done on that particular hardware platform for almost its entire history. I thought one of the principle design philosophies of FreeBSD is that the user is always right, and the OS didn't aim to remake the user in its own image. In this case, this user (me) wants to be able to use the del key for its traditional purpose on this hardware platform, and doesn't care what it was on DEC VT220 terminals or any of a mirriad of extinct platforms not supported by FreeBSD anyway. I don't need an extra backspace, I've already got one above enter. All I want to do be able to use sh and bash, and when I want to delete a word not to have to push the cursor to the other side of the word before I delete it. Del is convenient in that respect. It should at least be possible to configure this. > As for the issue, the following works for me: > > $ bindkey "^?" delete-char Works for me when I run csh - I never use it as a shell. What about in sh or bash? Regards, William. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 11:45:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 16FBF37B404 for ; Thu, 6 Jun 2002 11:45:00 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Thu, 6 Jun 2002 11:44:58 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Thu, 6 Jun 2002 11:44:58 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: slice/partition/disklabel/disk copy question Reply-To: pjklist@ekahuna.com Cc: Axel Scheepers In-reply-to: <20020606155541.L67863@mars.thuis> References: <20020606011859428.AAA484@empty1.ekahuna.com@pc02.ekahuna.com>; from pjklist@ekahuna.com on Wed, Jun 05, 2002 at 06:18:59PM -0700 X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020606184458205.AAA510@empty1.ekahuna.com@pc02.ekahuna.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 6 Jun 2002, at 15:55, Axel Scheepers boldly uttered: > On Wed, Jun 05, 2002 at 06:18:59PM -0700, Philip J. Koenig wrote: > > (perhaps because I split the DOS partition onto a smaller separate > > logical drive and now the slice offset is different) > > heh, indeed there it went wrong. > > > > > Anyway I booted up with the fixit CD, was going to install booteasy > > on the MBR of logical disk 1, but I noticed the following repeated > > several times in dmesg and wondered if its likely I can just change > > the disklabel and fix this? (ie change the slice offset?) Newlines > > added for readability: > > Yes. Change the values to the new ones. That should make things normal > again. So do you have any hints on this? IE, is there a way I can just reset the beginning partition offset (ie for amrd1c or amrd1s2c) and everything else just "moves to the left", or do I have to re- calculate all the numbers and re-create the whole disklabel from scratch? If the latter I have a feeling something will go wrong. (As it is, I rarely use disklabel, I usually use the more user-friendly version in sysinstall instead.) Here's part of the output of "disklabel -r /dev/amrd1s2": [...] 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 409600 417690 4.2BSD 2048 16384 97 # (Cyl. 26 - 51*) b: 1024000 827290 swap # (Cyl. 51*-115*) c: 17510850 417690 unused 0 0 # (Cyl. 26 - 1115) e: 2048000 1851290 4.2BSD 2048 16384 90 # (Cyl. 115*- 242*) f: 2048000 3899290 4.2BSD 2048 16384 90 # (Cyl. 242*- 370*) g: 11981250 5947290 4.2BSD 2048 16384 89 # (Cyl. 370*- 1115*) partition c: partition extends past end of unit Warning, partition c dosn't start at 0! Warning, An incorrect partition c may cause problems for standard system utilities partition g: partition extends past end of unit -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 12: 5:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdomng0.schlund.de (moutvdomng0.kundenserver.de [195.20.224.130]) by hub.freebsd.org (Postfix) with ESMTP id AC7DB37B405 for ; Thu, 6 Jun 2002 12:05:30 -0700 (PDT) Received: from [172.19.20.63] (helo=mrvdomng2.kundenserver.de) by moutvdomng0.schlund.de with esmtp (Exim 3.22 #2) id 17G2Z0-0004Dn-00 for freebsd-questions@freebsd.org; Thu, 06 Jun 2002 21:04:50 +0200 Received: from [217.1.114.51] (helo=pD9017233.dip.t-dialin.net) by mrvdomng2.kundenserver.de with esmtp (Exim 3.22 #2) id 17G2Yx-0004VN-00 for freebsd-questions@FreeBSD.ORG; Thu, 06 Jun 2002 21:04:47 +0200 Date: Thu, 6 Jun 2002 21:04:41 +0000 (GMT) From: Peter Ulrich Kruppa To: Subject: openoffice build stops in ../stlport Message-ID: <20020606205931.R7840-200000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1158913823-1023397481=:7840" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1158913823-1023397481=:7840 Content-Type: TEXT/PLAIN; charset=US-ASCII In case anybody is interested: I attached openoffice build's last words. I am running today's -STABLE . Regards, Uli. *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* --0-1158913823-1023397481=:7840 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=ttt Content-Transfer-Encoding: BASE64 Content-ID: <20020606210441.V7840@small.pukruppa.de> Content-Description: Content-Disposition: attachment; filename=ttt PT09PiAgQnVpbGRpbmcgZm9yIG9wZW5vZmZpY2UtMS4wLjANCi0tLS0tLS0t LS0tLS0NCmdlbmVyYXRlZCBtYWtlZmlsZS5yYyBkZXRlY3RlZA0KLS0tLS0t LS0tLS0tLQ0KLS0tLS0tLS0tLS0tLQ0KZ2VuZXJhdGVkIG1ha2VmaWxlLnJj IGRldGVjdGVkDQotLS0tLS0tLS0tLS0tDQotLS0tLS0tLS0tLS0tDQotLS0t LS0tLS0tLS0tDQpnZW5lcmF0ZWQgbWFrZWZpbGUucmMgZGV0ZWN0ZWQNCi0t LS0tLS0tLS0tLS0NCmdlbmVyYXRlZCBtYWtlZmlsZS5yYyBkZXRlY3RlZA0K LS0tLS0tLS0tLS0tLQ0KLS0tLS0tLS0tLS0tLQ0KYHBhdGNoaW5mJyBpcyB1 cCB0byBkYXRlDQotLS0tLS0tLS0tLS0tDQotLS0tLS0tLS0tLS0tDQotLS0t LS0tLS0tLS0tDQpnZW5lcmF0ZWQgbWFrZWZpbGUucmMgZGV0ZWN0ZWQNCi0t LS0tLS0tLS0tLS0NCi0tLS0tLS0tLS0tLS0NCmBwYXRjaGluZicgaXMgdXAg dG8gZGF0ZQ0KLS0tLS0tLS0tLS0tLQ0KLS0tLS0tLS0tLS0tLQ0KZ2VuZXJh dGVkIG1ha2VmaWxlLnJjIGRldGVjdGVkDQotLS0tLS0tLS0tLS0tDQpnZW5l cmF0ZWQgbWFrZWZpbGUucmMgZGV0ZWN0ZWQNCi0tLS0tLS0tLS0tLS0NCmJ1 aWxkIC0tIHZlcnNpb246IDEuNDENCi91c3IvcG9ydHMvZWRpdG9ycy9vcGVu b2ZmaWNlL3dvcmsvb29fMS4wX3NyYy9leHRlcm5hbC9ncGMNCi91c3IvcG9y dHMvZWRpdG9ycy9vcGVub2ZmaWNlL3dvcmsvb29fMS4wX3NyYy9leHRlcm5h bC9ucHNkaw0KL3Vzci9wb3J0cy9lZGl0b3JzL29wZW5vZmZpY2Uvd29yay9v b18xLjBfc3JjL2V4dGVybmFsL25wc2RrL3J0dWZpbGVzDQovdXNyL3BvcnRz L2VkaXRvcnMvb3Blbm9mZmljZS93b3JrL29vXzEuMF9zcmMvZXh0ZXJuYWwv Z2xpYmMNCi91c3IvcG9ydHMvZWRpdG9ycy9vcGVub2ZmaWNlL3dvcmsvb29f MS4wX3NyYy9leHRlcm5hbC9nbGliYy9ydHVmaWxlcw0KL3Vzci9wb3J0cy9l ZGl0b3JzL29wZW5vZmZpY2Uvd29yay9vb18xLjBfc3JjL2V4dGVybmFsL3c0 dw0KL3Vzci9wb3J0cy9lZGl0b3JzL29wZW5vZmZpY2Uvd29yay9vb18xLjBf c3JjL2V4dGVybmFsL2V4cGF0DQovdXNyL3BvcnRzL2VkaXRvcnMvb3Blbm9m ZmljZS93b3JrL29vXzEuMF9zcmMvZXh0ZXJuYWwvbmVvbg0KL3Vzci9wb3J0 cy9lZGl0b3JzL29wZW5vZmZpY2Uvd29yay9vb18xLjBfc3JjL2V4dGVybmFs L25lb24vcnR1ZmlsZXMNCi91c3IvcG9ydHMvZWRpdG9ycy9vcGVub2ZmaWNl L3dvcmsvb29fMS4wX3NyYy9leHRlcm5hbC90d2Fpbg0KL3Vzci9wb3J0cy9l ZGl0b3JzL29wZW5vZmZpY2Uvd29yay9vb18xLjBfc3JjL2V4dGVybmFsL2V4 cGF0L3J0dWZpbGVzL3htbHBhcnNlDQovdXNyL3BvcnRzL2VkaXRvcnMvb3Bl bm9mZmljZS93b3JrL29vXzEuMF9zcmMvZXh0ZXJuYWwvcHNwcmludC9hZm0N Ci91c3IvcG9ydHMvZWRpdG9ycy9vcGVub2ZmaWNlL3dvcmsvb29fMS4wX3Ny Yy9leHRlcm5hbC9leHBhdC9ydHVmaWxlcy94bWx0b2sNCi91c3IvcG9ydHMv ZWRpdG9ycy9vcGVub2ZmaWNlL3dvcmsvb29fMS4wX3NyYy9leHRlcm5hbC9q cGVnDQovdXNyL3BvcnRzL2VkaXRvcnMvb3Blbm9mZmljZS93b3JrL29vXzEu MF9zcmMvZXh0ZXJuYWwvanBlZy9ydHVmaWxlcw0KL3Vzci9wb3J0cy9lZGl0 b3JzL29wZW5vZmZpY2Uvd29yay9vb18xLjBfc3JjL2V4dGVybmFsL3NhbmUN Ci91c3IvcG9ydHMvZWRpdG9ycy9vcGVub2ZmaWNlL3dvcmsvb29fMS4wX3Ny Yy9leHRlcm5hbC9wc3ByaW50L3BwZHMNCi91c3IvcG9ydHMvZWRpdG9ycy9v cGVub2ZmaWNlL3dvcmsvb29fMS4wX3NyYy9leHRlcm5hbC9wc3ByaW50DQov dXNyL3BvcnRzL2VkaXRvcnMvb3Blbm9mZmljZS93b3JrL29vXzEuMF9zcmMv ZXh0ZXJuYWwvZHQNCi91c3IvcG9ydHMvZWRpdG9ycy9vcGVub2ZmaWNlL3dv cmsvb29fMS4wX3NyYy9leHRlcm5hbC9vZGJjDQpkZWxpdmVyIC0tIHZlcnNp b246IDEuMTcNClN0YXRpc3RpY3M6DQpGaWxlcyBjb3BpZWQ6IDANCkZpbGVz IHVuY2hhbmdlZC9ub3QgbWF0Y2hpbmc6IDEzNQ0KLS0tLS0tLS0tLS0tLQ0K bWtkaXIgLi91bnhmYnNkLnByby9taXNjL2J1aWxkL1NUTHBvcnQtNC41L3Ny Yw0KY2QgLi91bnhmYnNkLnByby9taXNjL2J1aWxkL1NUTHBvcnQtNC41L3Ny YyAmJiBnbWFrZSAtZiBnY2MtZnJlZWJzZC5tYWsgJiYgdG91Y2ggc29fYnVp bHQNCmVjaG8gIk5vdGUgOiB0aGlzIG1ha2VmaWxlIHJlcXVpcmVzIGdtYWtl IG9uIEZyZWVCU0QiDQpOb3RlIDogdGhpcyBtYWtlZmlsZSByZXF1aXJlcyBn bWFrZSBvbiBGcmVlQlNEDQpjKysgLURfVEhSRUFEX1NBRkUgLWZleGNlcHRp b25zIC1JLi4vc3RscG9ydCAtV2FsbCAtVyAtV25vLXNpZ24tY29tcGFyZSAt V25vLXVudXNlZCAtV25vLXVuaW5pdGlhbGl6ZWQgLWZ0ZW1wbGF0ZS1kZXB0 aC0zMiAgLWZQSUMgZGxsX21haW4uY3BwIC1jIC1vIC4uL2xpYi9vYmovR0ND LUZSRUVCU0QvUmVsZWFzZUQvZGxsX21haW4ubw0KLS0tKiBUR19TTE8uTUsg Ki0tLQ0KYnVpbGQgLS0gdmVyc2lvbjogMS40MQ0KL3Vzci9wb3J0cy9lZGl0 b3JzL29wZW5vZmZpY2Uvd29yay9vb18xLjBfc3JjL3N0bHBvcnQNCi0tLS0t LS0tLS0tLS0NCmRlbGl2ZXIgLS0gdmVyc2lvbjogMS4xNw0KU3RhdGlzdGlj czoNCkZpbGVzIGNvcGllZDogMA0KRmlsZXMgdW5jaGFuZ2VkL25vdCBtYXRj aGluZzogNTQNCi0tLS0tLS0tLS0tLS0NCmRlbGl2ZXIucGwNCmRlbGl2ZXIg LS0gdmVyc2lvbjogMS4xNw0KU3RhdGlzdGljczoNCkZpbGVzIGNvcGllZDog MA0KRmlsZXMgdW5jaGFuZ2VkL25vdCBtYXRjaGluZzogMTINCmRlbGl2ZXIg LS0gdmVyc2lvbjogMS4xNw0KU3RhdGlzdGljczoNCkZpbGVzIGNvcGllZDog MA0KRmlsZXMgdW5jaGFuZ2VkL25vdCBtYXRjaGluZzogMTINCi0tLS0tLS0t LS0tLS0NCm1rZGlyIC4vdW54ZmJzZC5wcm8vbWlzYy9idWlsZC9TVExwb3J0 LTQuNS9zcmMNCmNkIC4vdW54ZmJzZC5wcm8vbWlzYy9idWlsZC9TVExwb3J0 LTQuNS9zcmMgJiYgZ21ha2UgLWYgZ2NjLWZyZWVic2QubWFrICYmIHRvdWNo IHNvX2J1aWx0DQplY2hvICJOb3RlIDogdGhpcyBtYWtlZmlsZSByZXF1aXJl cyBnbWFrZSBvbiBGcmVlQlNEIg0KTm90ZSA6IHRoaXMgbWFrZWZpbGUgcmVx dWlyZXMgZ21ha2Ugb24gRnJlZUJTRA0KYysrIC1EX1RIUkVBRF9TQUZFIC1m ZXhjZXB0aW9ucyAtSS4uL3N0bHBvcnQgLVdhbGwgLVcgLVduby1zaWduLWNv bXBhcmUgLVduby11bnVzZWQgLVduby11bmluaXRpYWxpemVkIC1mdGVtcGxh dGUtZGVwdGgtMzIgIC1mUElDIGRsbF9tYWluLmNwcCAtYyAtbyAuLi9saWIv b2JqL0dDQy1GUkVFQlNEL1JlbGVhc2VEL2RsbF9tYWluLm8NCi0tLSogVEdf U0xPLk1LICotLS0NCmJ1aWxkIC0tIHZlcnNpb246IDEuNDENCg0KPT09PT09 PT09PT09PQ0KQnVpbGRpbmcgcHJvamVjdCBmcmVldHlwZQ0KPT09PT09PT09 PT09PQ0KL3Vzci9wb3J0cy9lZGl0b3JzL29wZW5vZmZpY2Uvd29yay9vb18x LjBfc3JjL2ZyZWV0eXBlDQoNCj09PT09PT09PT09PT0NCkJ1aWxkaW5nIHBy b2plY3QgemxpYg0KPT09PT09PT09PT09PQ0KL3Vzci9wb3J0cy9lZGl0b3Jz L29wZW5vZmZpY2Uvd29yay9vb18xLjBfc3JjL3psaWINCg0KPT09PT09PT09 PT09PQ0KQnVpbGRpbmcgcHJvamVjdCBzdGxwb3J0DQo9PT09PT09PT09PT09 DQovdXNyL3BvcnRzL2VkaXRvcnMvb3Blbm9mZmljZS93b3JrL29vXzEuMF9z cmMvc3RscG9ydA0KLS0tKiBUR19TTE8uTUsgKi0tLQ0KKioqIEVycm9yIGNv ZGUgMjU1DQoNClN0b3AgaW4gL3Vzci9wb3J0cy9lZGl0b3JzL29wZW5vZmZp Y2UuDQo= --0-1158913823-1023397481=:7840-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 12: 6:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from arcor.de (ACB018F4.ipt.aol.com [172.176.24.244]) by hub.freebsd.org (Postfix) with SMTP id 2040A37B404 for ; Thu, 6 Jun 2002 12:05:35 -0700 (PDT) From: "phoengeist38259@arcor.de" To: Subject: Entschuldigen Sie bitte die St顤ung! Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Thu, 6 Jun 2002 21:05:41 +0200 Reply-To: "phoengeist38259@arcor.de" Content-Transfer-Encoding: 8bit Message-Id: <20020606190535.2040A37B404@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Entschuldigen Sie bitte die St顤ung! Mir ist etwas zu Ohren gekommen. Eine relativ aussergew鐬nliche Gerchtekche, aus der man mir ein schwerverdauliches Sppchen vorgesetzt hat, ist der Grund meiner Mail. Unappetitlich ist gar kein Ausdruck! Ist es m鐷lich auf funktechnischem Wege(in welchen Frequenzbereichen?) jemanden zu beeinflussen oder zu manipulieren? Oder sogar zu schikanieren und terrorisieren? Unter dem Motto:"Einen am Sender?Nich ganz alleine? Kleine Mannim Ohr?Falsche Wellenl鄚ge?Bohnen in den Ohren? Auf den Zahn gefhlt(Amalgam)?Mal unverbindlich reinh顤en? Der Pullacher Wanzentanz? Ist das Spinnerei?Das geht doch gar nicht,oder? Und wenn wie sieht das ethisch moralisch aus? Zur technischen Seite der Sache gibt es zwar Berichte und Webseiten: Totalitaer,de - Die Waffe gegen die Kritik http://www.fosar-bludorf.com/Tempelhof/ http://jya.com/haarp.htm http://www.zeitenschrift.at/magazin/zs_24_15/1_mikrowaffen.htm http://www.bse-plus.de/d/doc/lbrief/lbmincontr.htm http://home.nexgo.de/kraven/bigb/big3.html http://w3.nrl.navy.mil/projects/haarp/index.html http://cryptome.org/ http://www.parascope.com/ds/mkultra0.htm http://www.trufax.org/menu/mind.html http://www.trufax.org/menu/elect.html http://mindcontrolforum.com/ http://www.trufax.org/menu/elect.html usw. usw. usw. ,aber,das kann doch nicht sein,das soetwas gemacht wird,oder? Eine Menschenrechtsverletzung sonder gleichen!?! Ist es m鐷lich,durch Pr鄡aration,der Ohren und im Zusammenspiel mit eventuell vorhandenem Zahnersatz? Mit relativ einfacher Funktechnik?? In diesem Land?Hier und heute??? Unter welchen Motiven? Wo ist eigentlich die Abteilung 5 des BND und des Verfassungsschutzes? Kann es sein,da es Leute gibt,die dem BND/Verfassungsschutz,auf funktechnischem Wege permanent einen Situationsbericht abliefern,ohne es selbst zu merken,im Kindesalter machbar gemacht?? Werden durch solche inoffiziellen Mitarbeiter,beim BND und Verfassungsschutz,nach Stasimanier, Informationen von und ber,rein theoretisch, jeden Bundesbrger,gesammelt? Gibt es dann noch ein Recht auf Privatsphere? Wer kontrolliert eigentlich den BND,MAD und Verfassungsschutz auf Unterwanderung??? In der Mail geht es mir eigentlich um die Frage,ob es kriminellen Elementen, aus dem Motiv der Bereicherung,oder Gruppierungen aus ideologischen Motiven, m鐷lich ist ,sich Wissen und Technik anzueignen,die zu anderen Zeiten, aus anderen Motiven(Westfernsehen?),entwickelt wurde. Und stellt der technische Wissensstand, der der Allgemeinheit bekannt ist wirklich das Ende der Fahnenstange dar? Ist es denn nicht kriminellen Elementen genauso m鐷lich, ich sage das jetzt mal verharmlost und verniedlichend, einzelne Personen oder Gruppen mit relativ einfachen Mitteln, aus welchen Motiven auch immer, auszuspionieren? Und stellt diese "Ausspioniererei" nicht einen erheblichen Eingriff in die Privatsph酺e dar? Ist es m鐷lich einzelne Personen oder Gruppen, eine Akzeptans einer gewissen 猈fentlichkeit(suggeriert?), die z.B. mit Hilfe von Internetseiten,wie zum Beispiel dem "Pranger"geschaffen werden k霵nte, mal vorausgestzt,zu terroriesieren und oder zu schikanieren, und das in aller (suggerierten)猈fentlichkeit?Haben die Leute die da am Pranger, oder auf irgendeiner anderen Seite verunglimpft,oder gar Verleumdet werden, eigentlich eine Chance zur Gegen鐪fentlichkeit?Ist das nicht Rufmord? Vor einigen Jahren bin ich per Zufall auf die Seite "Der Pranger" gesto絽n, damals lief das noch nicht unter dem Deckmantel der Partnervermittlung. K霵nen sich einzelne Personen,oder Interessengemeinschaften, aus reinem Selbstzweck,solcher Seiten bedienen, um unter dem Deckmantel einer fragwrdigen Zivilkourage, durch anzetteln irgendwelcher Hetzkampagnen,eigene, ganz pers鐬nliche Interessen durchsetzen? K霵nen solche Seiten zur Koordination von kriminellen machenschaften dienen? Die Frage,ist es M鐷lichkeit oder Unm鐷lichkeit,technisch und gesellschaftlich, einzelne Personen,oder auch Gruppierungen,aus einer kriminellen/ideologischen Energei heraus,zu manipulieren oder zu beeinflussen,terrorisieren oder zu schickanieren,und zwar gezielt. Zielgruppenmanipulation durch Massenmedien sind allt輍liche Manipulation, der mansich,mehr oder weniger,entziehen kann. Wird das Recht auf Privatsph酺e,schleichend,tiefenpsychologisch, durch Sendungen,wie,zum Beispiel "Big brother",untergraben? Sollte bei einem der Angemailten ein gewisser Wissensstand zum Thema vorhanden sein, w酺e ich ber Hinweise zum Thema froh. Auf der Suche nach Antworten auf meine Fragen maile ich verschiedene Adressen aus dem Internet an, und hoffe aufkonstruktive Antworten und Kritiken. 鈁er einen Besuch auf der Seite wrde ich mich freuen. Sollten Sie von mir mehrfach angeschrieben worden sein,so bitte ich Sie,mir dies zu entschuldigen, das war nicht beabsichtigt. Der Grund fr meine Anonymit酹 ist die Tatsache, da bei derlei Fragenstellerei, verst鄚dlicherweise,schnell der Ruf nach der Psychatrie laut wird. Was auch Methode hat(ist). Sollten Sie die Mail als Bel酲tigung empfinden, m鐼hte ich mich hiermit dafr entschuldigen! Big brother is watching you? Excuse please the disturbance! Me something came to ears. A relatively unusual rumor kitchen, from which one put forward to me a heavydigestible soup, is the reason of my Mail. Unappetizing is no printout! Is it possible on radio Wege(in for which frequency ranges?) to influence or manipulate someone? Terrorize or to even chicane and? Under the Motto:"Einen at the Sender?Nich quite alone? Small Mannim Ohr?Fal Wellenlaenge?Bohnen in the ears? On the tooth clean-hear gefuehlt(Amalgam)?Mal witthout obligation? The Pullacher bug wanzentanz? Isn't the Spinnerei?Das goes nevertheless at all, or? And if as looks ethicalally morally? For the technical page of the thing there is to report and web page: Totalitaer,de - Die Waffe gegen die Kritik http://www.fosar-bludorf.com/Tempelhof/ http://jya.com/haarp.htm http://www.zeitenschrift.at/magazin/zs_24_15/1_mikrowaffen.htm http://www.bse-plus.de/d/doc/lbrief/lbmincontr.htm http://home.nexgo.de/kraven/bigb/big3.html http://w3.nrl.navy.mil/projects/haarp/index.html http://cryptome.org/ http://www.parascope.com/ds/mkultra0.htm http://www.trufax.org/menu/mind.html http://www.trufax.org/menu/elect.html http://mindcontrolforum.com/ http://www.trufax.org/menu/elect.html usw. usw. usw. but, that cannot be nevertheless, which is made soetwas, or? A violation of human rights resemble special!?! Is it possible, by preparation, the ears and in interaction with possibly available artificial dentures? With relatively simple radio engineering?? In this Land?Hier and today??? Under which motives? Where is the department actually 5 of the BND and the protection of the constitution? Can it be that there are people, which deliver the Federal Intelligence Service/protection of the constitution, on radio way permanently a situation report, without noticing it, in the infancy feasiblly made? By such unofficial coworkers, with the BND and protection of the constitution, after Stasimanier, is information collected of and over,purely theoretically, each Federal citizen? Is there then still another right to Privatsphere? Who actually checks the BND, WAD and protection of the constitution for infiltration??? Into the Mail actually concerns it to me the question whether it criminal items, from which motive of enriching, or groupings from ideological motives is possible, to acquire itself knowledge and technique which were developed at other times, from other Motiven(Westfernsehen?).And does the technical knowledge status place, to that the public admits is really the end of the flag bar? Is it not to criminal items just as possible, I legend that now times played down and does nice-end, individual persons or groups with relatively simple means, to spy from whatever motives always? And doesn't this " Ausspioniererei " represent a substantial intervention into the privatsphaere? It is possible individual persons or groups, one acceptance to of a certain Oeffentlichkeit(suggeriert?), e.g. by Internet pages, how for example the " Pranger"geschaffen could become, times vorausgestzt, to terroriesieren and or chicane, and in everything (the people suggerierten)Oeffentlichkeit?Haben there at the Pranger, or on any other page to be reviled, or slandered, actually a chance to the Gegenoeffentlichkeit?Ist that not character assassination? Some years ago I am by coincidence the page " the Pranger " encountered, at that time ran not yet under the cover of the partner switching.Itself can individual persons, or communities of interests, from pure self purpose, such pages to serve, over under the cover of a doubtful Zivilkourage, through plot any rushing campaigns, own, quite persoehnliche interests to intersperse? Can such pages serve for the co-ordination of criminal machinations? The question, is it possibility or impossibility, technically and socially, individual persons, or also groupings of manipulating or of influencing from an criminal/ideological Energei, terrorizes or to schickanieren, directed.Target group manipulation by mass media are everyday manipulation, from which, more or less, can extract itself. Does the right to privatsphaere, creeping, by transmissions become deep psychological, how, for example " Big undermine brother"? If the Angemailten should be available a certain knowledge status to the topic with one, I would be glad over notes to the topic On the search for responses to my questions maile I different addresses from the Internet on, and hope up-constructional responses and criticisms.Over an attendance on the page wuerde I are pleased.If you should have been written down by me several times, then please I you to excuse me this that was not intended. The reason for my anonymity is the fact that with such Fragenstellerei, understandably, fast after the call the Psychatrie loud becomes. Which also method hat(ist). If you should feel the Mail as annoyance, I would like to apologize hereby for it! Big is watching you? Veuillez excuser le d廨angement! Moi quelque chose concernant des oreilles est venu. Une cuisine de bruit relativement inhabituelle, dont on m'a plac un Sueppchen schwerverdauliches devant, est la raison de mes Mail.Aucune expression n'est peu app彋issante! Il est possible sur un Wege(in funktechnischem pour quelles r廧onses fr廦uentielles?) quelqu'un influencer ou manipuler? Ou m瘱e schikanieren et terroriser? Sous le Motto:"Einen au Sender?Nich tout fait seulement? Petits Mannim Ohr?Falsche Wellenlaenge?Bohnen dans les oreilles? Sur la dent gefuehlt(Amalgam)?Mal non contraignant reinhoeren? Le Pullacher Wanzentanz? Le Spinnerei?Das n'est-il quand m瘱e pas du tout va, ou? Et si comme cela para褾 彋hiquement moralement? Au c矌 technique de la chose, il y a certes des rapports et des Webseiten: Totalitaer,de - Die Waffe gegen die Kritik http://www.fosar-bludorf.com/Tempelhof/ http://jya.com/haarp.htm http://www.zeitenschrift.at/magazin/zs_24_15/1_mikrowaffen.htm http://www.bse-plus.de/d/doc/lbrief/lbmincontr.htm http://home.nexgo.de/kraven/bigb/big3.html http://w3.nrl.navy.mil/projects/haarp/index.html http://cryptome.org/ http://www.parascope.com/ds/mkultra0.htm http://www.trufax.org/menu/mind.html http://www.trufax.org/menu/elect.html http://mindcontrolforum.com/ http://www.trufax.org/menu/elect.html usw. usw. usw. toutefois qui ne peut quand m瘱e pas 皻re qui on fait soetwas, ou? Une violation des droits de l'homme s廧arer ressembler!?! Il est possible, par la pr廧aration, des oreilles et dans l'effet avec la proth鋊e dentaire 憝entuellement existante? Avec la technique de radio relativement simple?? Dans ce Land?Hier et aujourd'hui Sous quels motifs? O le d廧artement est-il en r嶧lit 5 du BND et de la protection d'constitution? peut il 皻re qu'il y a les personnes qui livrent en permanence le BND/Verfassungsschutz, de mani鋨e funktechnischem un rapport de situation, sans le remarquer le -m瘱e , dans l'enfance rendu possible?? Par de tels collaborateurs officieux, avec le BND et la protection d'constitution, apr鋊 mani鋨e, des informations sont-elles rassembl嶪s et plus de, purement th廩riquement, chaque citoyen allemand? Il y a alors encore un droit des Privatsphere? Qui contr犨e en r嶧lit le BND, mad et protection d'constitution sur une infiltration??? Il s'agit en r嶧lit dans le Mail me la question de savoir si lui 幨幦ents criminels, dont le motif de l'enrichissement, ou de groupements des motifs id廩logiques, possible de s'acqu廨ir le savoir et la technique qui d'autres temps, est autre MotivenEt place-t-il le savoir technique dont le public vraiment la fin la barre de drapeau a connaissance ? Il n'est pas donc exactement la m瘱e chose possible pour des 幨幦ents criminels, moi cela maintenant fois verharmlost et minimisant une l嶲ende, personnes ou groupes particuliers avec des moyens relativement simples, de quels motifs aussi toujours, auszuspionieren?(Westfernsehen?), a 彋 d憝elopp. Et ce "Ausspioniererei" ne repr廥ente-t-il pas une intervention consid廨able dans la vie priv嶪? Il est possible personnes ou groupes particuliers, pour certain Oeffentlichkeit(suggeriert?), celui p. ex. l'aide des c矌廥 Internet, comme par exemple "le Pranger"geschaffen pourrait, fois vorausgestzt schikanieren terroriesieren et ou , et qui toute (suggerierten)Oeffentlichkeit?Haben les personnes ceux l, ou d'un autre c矌 verunglimpft, ou on ne pas calomnie, en r嶧lit une chance au Gegenoeffentlichkeit?Ist qui meurtre d'appel? Il y a quelques ann嶪s, je ne suis pas encore par hasard sur le c矌 "celui" pouss, fonctionnais alors cela sous la couche de pont de l'entremise partenaire. Des personnes particuli鋨es, ou des communaut廥 d'int廨皻s le peuventelles, d'un autobut pur, de tels c矌廥 servent, sous la couche de pont d'un Zivilkourage douteux, tracent plus de des campagnes de pr嶰ipitation, propres int廨皻s tout fait persoehnliche entrem瘭ent? De tels c矌廥 peuvent-ils servir la coordination des manoeuvres criminelles? Question, est lui possibilit ou impossibilit de manipuler ou d'influencer techniquement et socialement, particuli鋨e personnes, ou aussi groupements, criminelle/ponctuel id廩logique Energei dehors, , terroriser ou schickanieren, et ce.Une manipulation de groupe cible par des masse-m嶮ias 皻re la manipulation quotidienne qui peut extraire mansich, plus ou moins. Le droit la vie priv嶪 est-il min, ramment, tiefenpsychologisch, par des envois, comme, par exemple "des Big brother"? Avec un les Angemailten si un certain savoir devait exister sur le th鋗e, je serais heureux sur des indications sur le th鋗e.Sur la recherche des r廧onses mes questions je diff廨entes adresses maile d'Internet dessus, et esp鋨e r廧onses et critiques aufkonstruktive. Sur une visite du c矌 http://hometown.aol.de/reinerhohn38259/homepage/index.html> je me r嶴ouirais. Si vous deviez avoir 彋 嶰rit diff廨entes reprises par moi, je vous demande de m'excuser cela qui n'彋ait pas envisag. La raison de mon anonymat est le fait qu'avec telle des Fragenstellerei, l'appel devient ce qui est bien compr嶭ensible, rapidement bruyant apr鋊 le Psychatrie. Ce que la m彋hode a 嶲alement (ist). Si vous deviez ressentir les Mail comme un ennui, je voudrais m'excuser par ceci pour cela! Big brother is watching you? K霵nte mir jemand bei der korrekten 鈁erstzung helfen? Could someone help me with the correct translation? Quelqu'un pourrait-il m'aider lors du Ueberstzung correct? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 12: 8:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 68C4437B40D for ; Thu, 6 Jun 2002 12:08:35 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Thu, 6 Jun 2002 12:08:33 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Thu, 6 Jun 2002 12:08:33 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: slice/partition/disklabel/disk copy question Reply-To: pjklist@ekahuna.com Cc: Axel Scheepers In-reply-to: <20020606155541.L67863@mars.thuis> References: <20020606011859428.AAA484@empty1.ekahuna.com@pc02.ekahuna.com>; from pjklist@ekahuna.com on Wed, Jun 05, 2002 at 06:18:59PM -0700 X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020606190833849.AAA495@empty1.ekahuna.com@pc02.ekahuna.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 6 Jun 2002, at 15:55, Axel Scheepers boldly uttered: > On Wed, Jun 05, 2002 at 06:18:59PM -0700, Philip J. Koenig wrote: > > Anyway I booted up with the fixit CD, was going to install booteasy > > on the MBR of logical disk 1, but I noticed the following repeated > > several times in dmesg and wondered if its likely I can just change > > the disklabel and fix this? (ie change the slice offset?) Newlines > > added for readability: > > Yes. Change the values to the new ones. That should make things normal > again. OK, so I'm sitting here with the emergency shell booting from the fixit CD. I decided to try editing the disklabel, which looked easier than creating one from scratch. Something about the fixit environment is unfriendly though - this is what I got: Fixit# disklabel -er /dev/amrd1s2 disklabel: /mnt2/stand/vi: No such file or directory vi works if I invoke it manually, I was able to create, edit and save a tempfile on / without a problem. Also I'm not sure if I should be passing the "entire disk" parameter to disklabel (ie /dev/amrd1) or just the FreeBSD slice. (ie /dev/amrd1s2) If I run disklabel without the -r option, I can't pass it the specific slice identifier, I get this, maybe because the kernel rejected the label?: Fixit# disklabel /dev/amrd1s2 disklabel: ioctl DIOCGDINFO: Invalid argument However if I run disklabel WITH the -r option, I can't pass it the "entire disk" parameter, or I get this: Fixit# disklabel -r /dev/amrd1 disklabel: bad pack magic number (label is damaged, or pack is unlabeled) Thx, Phil -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 12:19:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id 31DDB37B400 for ; Thu, 6 Jun 2002 12:19:32 -0700 (PDT) Received: from unknown (HELO z5z5t3) (eberwein@63.237.217.7 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 6 Jun 2002 19:19:32 -0000 Message-ID: <007801c20d8f$105fe680$8404000a@bpsi> Reply-To: "WWE" From: "WWE" To: Subject: Serious concern about your partner, Prohosters Date: Thu, 6 Jun 2002 12:19:22 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0075_01C20D54.63CEB3E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0075_01C20D54.63CEB3E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am writing to bring to your attention the actions of your partner, = Prohosters. On their website, they list you prominently as one of their = partners. (http://www.prohosters.com/partners.php) On their main page, http://prohosters.com/pearl/ they boldly present the = "snuff film" of reporter Daniel Pearl's murder. They cloak this = indiscretion in language of "First Ammendment rights." Then they point = one to a public letter (http://prohosters.com/pearl/press.htm) in which = they appallingly and sophmorically declare that morality is based on = personal opinion and personal judgement. Would they hold this position = if I "personally" thought that software theft, or theft of service was = "right for me?" I urge you to remove your partnership from them, and urge them to remove = this horrific video - which is consistent with the family of the = deceased and this country's civil authorities. Thank you, William W. Eberwein ------=_NextPart_000_0075_01C20D54.63CEB3E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am writing to bring to your attention = the actions=20 of your partner, Prohosters. On their website, they list you prominently = as one=20 of their partners. (http://www.prohosters.com= /partners.php)
 
On their main page, http://prohosters.com/pearl/&nb= sp;they=20 boldly present the "snuff film" of reporter Daniel Pearl's murder.  = They=20 cloak this indiscretion in language of "First Ammendment rights." Then = they=20 point one to a public letter (http://prohosters.com/pear= l/press.htm)=20 in which they appallingly and sophmorically declare that morality is = based on=20 personal opinion and personal judgement. Would they hold this position = if I=20 "personally" thought that software theft, or theft of service was "right = for=20 me?"
 
I urge you to remove your partnership = from them,=20 and urge them to remove this horrific video - which is consistent with = the=20 family of the deceased and this country's civil = authorities.
 
Thank you,
 
William W.=20 Eberwein
------=_NextPart_000_0075_01C20D54.63CEB3E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 12:28:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id 24CD937B433 for ; Thu, 6 Jun 2002 12:28:31 -0700 (PDT) Received: from ocsinternet.com ([10.0.0.140]) by ra.upan.org (8.12.3/8.11.6) with ESMTP id g56JSTNQ034472 for ; Thu, 6 Jun 2002 15:28:29 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3CFFC5E9.3000705@ocsinternet.com> Date: Thu, 06 Jun 2002 15:28:25 -0500 From: Mikel King User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: [Fwd: syslog-ng] 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 Anyone have cisco routers logging to syslog-ng? trying to find a quick config to capture all info from the router... cheers, mikel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 12:29:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tltodd.com (badger.tltodd.com [208.133.92.209]) by hub.freebsd.org (Postfix) with ESMTP id 0BC1637B404 for ; Thu, 6 Jun 2002 12:29:23 -0700 (PDT) Received: (from tlt@localhost) by tltodd.com (8.9.3/8.9.3) id OAA19243 for freebsd-questions@freebsd.org; Thu, 6 Jun 2002 14:29:20 -0500 (CDT) (envelope-from tlt) Date: Thu, 6 Jun 2002 14:29:20 -0500 From: Terry Todd To: freebsd-questions@freebsd.org Subject: Re: Recommendation for Windows SSH Client Message-ID: <20020606142920.A18690@badger.tltodd.com> References: <000c01c20cc7$0cc75350$fe01a8c0@armageddon> <004101c20cc1$1d8ebb70$0200a8c0@capm> <000c01c20cc7$0cc75350$fe01a8c0@armageddon> <20020605222748.A89543@badger.tltodd.com> <5.1.1.2.0.20020606102008.01c35fd8@mail.infinitebubble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <5.1.1.2.0.20020606102008.01c35fd8@mail.infinitebubble.com>; from jason@infinitebubble.com on Thu, Jun 06, 2002 at 10:21:29AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 10:21:29AM -0700, Jason wrote: > Go to the www.ssh.com and then search around for a non-commercial license > version. It does force you to register before you can download the free > version. I did that and found that the non-commercial version is for Linux, FreeBSD NetBSD, OpenBSD only. There appears to be no really free Windows version there. Putty works for me and it really is free. Terry Todd > > At 10:27 PM 6/5/2002 -0500, Terry Todd wrote: > >On Wed, Jun 05, 2002 at 02:27:28PM -0500, Eric F Crist wrote: > > > Have you tried the ssh client? You can get it here: > > > > > > ftp://ftp.ssh.org/pub/ssh/SSHSecureShellClient-3.1.1.exe > > > >I downloaded it and it has a legal notice that it can only be used > >for 30 days. > > > >Terry Todd > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 12:50:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.190.223.9]) by hub.freebsd.org (Postfix) with ESMTP id 624EC37B403 for ; Thu, 6 Jun 2002 12:50:36 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by shockwave.systems.pipex.net (Postfix) with ESMTP id C9776160009CB for ; Thu, 6 Jun 2002 20:50:33 +0100 (BST) Subject: Portupgrade of xscreensaver-gnome-4.02 fails From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: FreeBSD-Questions Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jb3Lo6241WLi8fbVZN8U" X-Mailer: Ximian Evolution 1.0.5 Date: 06 Jun 2002 20:45:37 +0100 Message-Id: <1023392738.304.127.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 --=-jb3Lo6241WLi8fbVZN8U Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, Just tried upgrading xscreensaver-gnome-4.02 and it barfs with the following: /usr/libexec/elf/ld: cannot find -lgtk gmake[1]: *** [xscreensaver-demo-Gtk] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/xscreensaver/work/xscreensaver-4.04/driver' gmake: *** [all] Error 5 *** Error code 2 Stop in /usr/ports/x11/xscreensaver. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! x11/xscreensaver (xscreensaver-gnome-4.02) (unknown build error) #=20 What gives? Here's the uname info: # uname -a FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST 2002 :/usr/obj/usr/src/sys/ i386 #=20 Stacey --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-jb3Lo6241WLi8fbVZN8U 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, Just tried upgrading xscreensaver-gnome-4.02 and it barfs with the following: /usr/libexec/elf/ld: cannot find -lgtk gmake[1]: *** [xscreensaver-demo-Gtk] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/xscreensaver/work/xscreensaver-4.04/driver' gmake: *** [all] Error 5 *** Error code 2 Stop in /usr/ports/x11/xscreensaver. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! x11/xscreensaver (xscreensaver-gnome-4.02) (unknown build error) #=20 What gives? Here's the uname info: # uname -a FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST 2002 :/usr/obj/usr/src/sys/ i386 #=20 Stacey - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPP+73/dn4A8qiCO5EQLpygCg5+QcXxfSeDpc8B4srpqzxcZ0s4EAoJ96 23Uu2YisNS+PJp85DHVVlOgw =8h5D -----END PGP SIGNATURE----- --=-jb3Lo6241WLi8fbVZN8U-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 12:59:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.navitaire.com (mail.navitaire.com [205.182.62.81]) by hub.freebsd.org (Postfix) with ESMTP id AA40337B400 for ; Thu, 6 Jun 2002 12:59:14 -0700 (PDT) Received: from exchange.Navitaire.com (exch.navitaire.com [149.122.4.14]) by mail.navitaire.com (Switch-2.1.4/Switch-2.1.0) with ESMTP id g56JxEr08926 for ; Thu, 6 Jun 2002 14:59:14 -0500 (CDT) Received: by exchange.Navitaire.com with Internet Mail Service (5.5.2653.19) id ; Thu, 6 Jun 2002 14:57:44 -0500 Message-ID: From: "Henning, Brian" To: questions@FreeBSD.ORG Subject: partitioning question Date: Thu, 6 Jun 2002 14:57:43 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello- I am confused about partitioning my hard drive. I have one disk with the following partitions. Primary 1 - Windows 2000 Pro - NTFS : 5G Primary 2 - FreeBSD - UFS : 5G Primary 3 - Minix - MinixFS : 200M Exented: Logical 5 - Grub menu.list - EXT2FS 8M Logical 6 - Swap - Linux Swap : 192M Logical 7 - Debian - EXT2FS : 5G Logical 8 - Redhat - EXT2FS : 5G Logical 9 - BeOS - BFS : 4G Logical 10 - Free Space - Fat32 : 3.5G Is this the proper way to partitions this disk? I was told that only one primary partition should exist on a disk. I am confused with debian because it thinks it exists on /dev/hda11. I can't get it to boot with grub. Should I create a couple of extended partitions and put freebsd and minix in those partitions? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13: 1:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spin.web.net (spin.web.net [192.139.37.16]) by hub.freebsd.org (Postfix) with ESMTP id 2B31937B40C for ; Thu, 6 Jun 2002 13:00:55 -0700 (PDT) Received: by spin.web.net (Postfix, from userid 1000) id 251E012E7B7; Thu, 6 Jun 2002 16:01:06 -0400 (EDT) Date: Thu, 6 Jun 2002 16:01:06 -0400 From: Rob Ellis To: freebsd-questions@freebsd.org Subject: Re: Recommendation for Windows SSH Client Message-ID: <20020606200105.GI18966@web.ca> Mail-Followup-To: Rob Ellis , freebsd-questions@freebsd.org References: <000c01c20cc7$0cc75350$fe01a8c0@armageddon> <004101c20cc1$1d8ebb70$0200a8c0@capm> <000c01c20cc7$0cc75350$fe01a8c0@armageddon> <20020605222748.A89543@badger.tltodd.com> <5.1.1.2.0.20020606102008.01c35fd8@mail.infinitebubble.com> <20020606142920.A18690@badger.tltodd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606142920.A18690@badger.tltodd.com> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ttssh is free and good, an extension to teraterm... http://www.zip.com.au/~roca/ttssh.html - rob On Thu, Jun 06, 2002 at 02:29:20PM -0500, Terry Todd wrote: > On Thu, Jun 06, 2002 at 10:21:29AM -0700, Jason wrote: > > Go to the www.ssh.com and then search around for a non-commercial license > > version. It does force you to register before you can download the free > > version. > > I did that and found that the non-commercial version is for Linux, FreeBSD > NetBSD, OpenBSD only. There appears to be no really free Windows version > there. > > Putty works for me and it really is free. > > Terry Todd > > > > > At 10:27 PM 6/5/2002 -0500, Terry Todd wrote: > > >On Wed, Jun 05, 2002 at 02:27:28PM -0500, Eric F Crist wrote: > > > > Have you tried the ssh client? You can get it here: > > > > > > > > ftp://ftp.ssh.org/pub/ssh/SSHSecureShellClient-3.1.1.exe > > > > > >I downloaded it and it has a legal notice that it can only be used > > >for 30 days. > > > > > >Terry Todd > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13: 5:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id E63E037B401 for ; Thu, 6 Jun 2002 13:05:34 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 104B742 for ; Thu, 6 Jun 2002 16:08:07 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: Postfix & no MX host error Date: Thu, 6 Jun 2002 16:05:32 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Since I replied to this guy from the questions list I keep getting this postfix error message every 30 minutes from my postfix server. Jun 5 12:11:14 gateway postfix/smtp[1473]: warning: no MX host for samuelstn.dhs.org has a valid A record Jun 5 12:11:14 gateway postfix/smtp[1473]: 566CD1BE: to=, relay=none, delay=1953, status=deferred (Name service error for mail.samuelstn.dhs.org: Host not found, try again) I know it's a problem with his dsn server conf. Now that I am getting this error message from postfix about this email, how do I tell postfix to stop it? How do I tell postfix not to check outbound and inbound emails for dns mx records in the future? Thanks Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:12:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.simrad.no (mail.simrad.no [193.69.73.2]) by hub.freebsd.org (Postfix) with ESMTP id 3463337B408 for ; Thu, 6 Jun 2002 13:12:39 -0700 (PDT) To: freebsd-questions@freebsd.org Subject: urgent - sendmail question MIME-Version: 1.0 X-Mailer: Lotus Notes Build V60_M13_04302002 Pre-release 2 April 30, 2002 Message-ID: From: chip.wiegand@simrad.com Date: Thu, 6 Jun 2002 13:13:56 -0700 X-MIMETrack: Serialize by Router on S_INET01/S_EXT(Release 5.0.6a |January 17, 2001) at 06.06.2002 22:14:01, Serialize complete at 06.06.2002 22:14:01 Content-Type: multipart/alternative; boundary="=_alternative 006F2F5C88256BD0_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 006F2F5C88256BD0_= Content-Type: text/plain; charset="US-ASCII" I stopped the sendmail service on our server, now can't get it restarted. I tried sendmail -bd & but that doesn't work. This has been running for almost a year without stopping, how do I get it to start again? I looked at sendmail.org docs and can't find any command to start sendmail. I looked at the freebsd handbook sendmail chapter and in 18.5.4 it says to restart sendmail after making changes to relay-domains file, but I cannot find anywhere the command to do a restart. Can someone please help me with this? I dont' want to reboot the server to just restart sendmail. -- Chip Wiegand Computer Services Simrad, Inc www.simradusa.com chip.wiegand@simrad.com "There is no reason anyone would want a computer in their home." --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977 (They why do I have 9? Somebody help me!) --=_alternative 006F2F5C88256BD0_= Content-Type: text/html; charset="US-ASCII"
I stopped the sendmail service on our server, now can't get it restarted. I tried sendmail -bd & but that doesn't work.
This has been running for almost a year without stopping, how do I get it to start again? I looked at sendmail.org docs
and can't find any command to start sendmail. I looked at the freebsd handbook sendmail chapter and in 18.5.4 it
says to restart sendmail after making changes to relay-domains file, but I cannot find anywhere the command to do
a restart.
Can someone please help me with this? I dont' want to reboot the server to just restart sendmail.

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

"There is no reason anyone would want a computer in their home."
    --Ken Olson, president, chairman and founder of Digital Equipment Corporation, 1977
(They why do I have 9? Somebody help me!)
--=_alternative 006F2F5C88256BD0_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:16:15 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 449BD37B401 for ; Thu, 6 Jun 2002 13:16:08 -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 g56KFjU11862; Thu, 6 Jun 2002 16:15:45 -0400 Message-ID: <3CFFC456.4030203@potentialtech.com> Date: Thu, 06 Jun 2002 16:21:42 -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: WWE Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Serious concern about your partner, Prohosters References: <007801c20d8f$105fe680$8404000a@bpsi> 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 WWE wrote: > I am writing to bring to your attention the actions of your partner, > Prohosters. On their website, they list you prominently as one of their > partners. (http://www.prohosters.com/partners.php) I wonder what their definition of "partner" is? Notice, that they also list Linux, and Microsoft as "partners", while each of those can be considered "competitors" to FreeBSD (depending on how you look at it) Let me give you a little background on what FreeBSD is, so you understand what this is all about. If you're not computer-literate, you may not understand what FreeBSD is by a cursory visit to the web site, here's the layman's term answer: FreeBSD is an alternative to software such as Windows or MacOS. There is no company named "FreeBSD". The software is written by a plethora of volunteer developers worldwide. The software is freely available to anyone who wants to use it. Thus "partner" is a somewhat wrong term for prohosters.com to use, since there's no company to partner with. It's impractical, unfortunately, for members of the FreeBSD project to contact prohosters.com and demand that they remove FreeBSD from their partner's list, since there's really no single person authorized to make such a demand. According to www.netcraft.com, prohosters.com has been using FreeBSD to power their servers for some time. Apparently, they feel this is good reason to list FreeBSD as a "partner", although (as I said before) that term is inaccurate. > On their main page, http://prohosters.com/pearl/ they boldly present the > "snuff film" of reporter Daniel Pearl's murder. They cloak this > indiscretion in language of "First Ammendment rights." Then they point > one to a public letter (http://prohosters.com/pearl/press.htm) in which > they appallingly and sophmorically declare that morality is based on > personal opinion and personal judgement. Would they hold this position > if I "personally" thought that software theft, or theft of service was > "right for me?" Personally, I agree with you. However, there are several thousand developers in the FreeBSD project. Most have considerably more reason to voice their opinion than I, (I haven't contributed very much to the project so far) and I seriously doubt any grand consensus can be reached with regard to this issue. Even if there was, I don't know what (if anything) could be done. I hope you don't, but you may get some flames about this. Understand that free speech is a touchy issue. There are those that believe *any* infringement on the right to free speech will lead to further infringement until there is no free speech left. (It has already happened in other societies) If you get any emails, please realize that when you emailed questions@freebsd.org you emailed several thousand software developers around the world, representing a wide array of legal, social, religious and other backgrounds. You are bound to get all manner of responses. Good luck in you pursuits. -- 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 Thu Jun 6 13:18:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneers1.mts.mb.ca (pioneers1.mts.mb.ca [142.160.2.11]) by hub.freebsd.org (Postfix) with ESMTP id 8293537B404; Thu, 6 Jun 2002 13:18:44 -0700 (PDT) Received: from knuth.mts.mb.ca (knuth.mts.mb.ca [142.160.165.207]) by pioneers1.mts.mb.ca (8.9.2/8.9.2) with ESMTP id PAA06083; Thu, 6 Jun 2002 15:18:42 -0500 (CDT) Received: from knuth.mts.mb.ca (localhost [127.0.0.1]) by knuth.mts.mb.ca (8.12.3/8.12.3) with ESMTP id g56KIJcp093627; Thu, 6 Jun 2002 15:18:19 -0500 (CDT) (envelope-from cbajus@knuth.mts.mb.ca) Received: (from cbajus@localhost) by knuth.mts.mb.ca (8.12.3/8.12.3/Submit) id g56KIJ5s093626; Thu, 6 Jun 2002 15:18:19 -0500 (CDT) Date: Thu, 6 Jun 2002 15:18:18 -0500 From: Cory Bajus To: freebsd-questions@freebsd.org Cc: DougB@freebsd.org Subject: Problem with xscreensaver port Message-ID: <20020606151818.A67068@knuth.mts.mb.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is anyone else having problems building the xscreensaver 4.04.2 port? On my 4-STABLE system, the port seems to be confused about the location of the gtk and glib libraries: cc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format -std=c89 -U__STRICT_ANSI__ -c -I. -I. -I./../utils -I.. -I/usr/local/include/glib12/glib-1.2 -I/usr/local/lib/glib/include -I/usr/X11R6/include/gtk12/gtk-1.2 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -DHAVE_CONFIG_H -DDEFAULT_PATH_PREFIX='"/usr/X11R6/bin/xscreensaver-hacks"' -I./../utils/images \ -DHAVE_CONFIG_H -DDEFAULT_ICONDIR='"/usr/share/xscreensaver"' -DLOCALEDIR=\"/usr/X11R6/share/locale\" -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include \ ./demo-Gtk.c ./demo-Gtk.c:74: gtk/gtk.h: No such file or directory ./demo-Gtk.c:81: gdk/gdkx.h: No such file or directory In file included from ./demo-Gtk.c:106: demo-Gtk-support.h:9: gtk/gtk.h: No such file or directory In file included from ./demo-Gtk.c:105: The '-I/usr/X11R6/include/gtk12/gtk-1.2' seems incorrect - on my system, the gtk includes are in /usr/X11R6/include/gtk12. Same with glib - my includes are in /usr/local/include/glib12, not /usr/local/include/glib12/glib-1.2. Creating symbolic links to fix the include problem causes the following error at link time: cc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format -std=c89 -U__STRICT_ANSI__ -L/usr/X11R6/lib -o xscreensaver-demo-Gtk prefs.o dpms.o remote.o exec.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o demo-Gtk.o demo-Gtk-conf.o demo-Gtk-widgets.o demo-Gtk-support.o -L/usr/local/lib -L/usr/X11R6/lib \ -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lintl -lXext -lX11 -lm -lglib -lXmu -lSM -lICE -lXt -lX11 \ -lXext /usr/libexec/elf/ld: cannot find -lgtk gmake[1]: *** [xscreensaver-demo-Gtk] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/xscreensaver/work/xscreensaver-4.04/driver' gmake: *** [all] Error 5 *** Error code 2 Here, the problem seems to be using -lgtk -lglib -lgdk instead of -lgtk12 -lglib12 -lgdk12. Removing the symbolic links and editing work/xscreensaver-4.04/driver/Makefile (change INCLUDES and GTK_LIBS) seems to allow the port to build. There also seems to be a problem with XML support, because the descriptions in the 'Settings' dialog of xscreensaver-demo do not seem to work. I wish I could suggest a patch, but this is beyond my ability... I notice a PR (ports/3894) that looks similar has been filed against xscreensaver-gnome. Cory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:24:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by hub.freebsd.org (Postfix) with ESMTP id D57A937B404 for ; Thu, 6 Jun 2002 13:24:39 -0700 (PDT) Received: from dc.cis.okstate.edu (localhost [127.0.0.1]) by dc.cis.okstate.edu (8.11.6/8.11.6) with ESMTP id g56KOXw26107 for ; Thu, 6 Jun 2002 15:24:34 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200206062024.g56KOXw26107@dc.cis.okstate.edu> Reply-To: martin@dc.cis.okstate.edu Cc: freebsd-questions@freebsd.org Subject: /dev/random Date: Thu, 06 Jun 2002 15:24:33 -0500 From: Martin McCormick Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After installing a new version of bind, I got the following error in the system log: named[82]: could not open entropy source /dev/random: file not found This appears to make bind9.2.1 sick. This system was recently upgraded to FreeBSD4.5 and seemed okay until now. I was able to upgrade three other systems to 4.5 and they all have /dev/random. A look at the kernel configuration does not even have the letters rand in any form in the configuration so it isn't like I missed it or something. What should I look for to get /dev/random fixed as this system can't seem to do zone transfers or update other name servers any longer. Martin McCormick WB5AGZ Stillwater, OK OSU Center for Computing and Information Services Network Operations Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:25:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m02.mx.aol.com (imo-m02.mx.aol.com [64.12.136.5]) by hub.freebsd.org (Postfix) with ESMTP id CE77E37B403 for ; Thu, 6 Jun 2002 13:25:40 -0700 (PDT) Received: from BOYMAKING@aol.com by imo-m02.mx.aol.com (mail_out_v32.5.) id n.2d.1e434c25 (16484) for ; Thu, 6 Jun 2002 16:25:29 -0400 (EDT) From: BOYMAKING@aol.com Message-ID: <2d.1e434c25.2a311f38@aol.com> Date: Thu, 6 Jun 2002 16:25:28 EDT Subject: Re: Prohosters To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 7.0 for Windows US sub 10509 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Your continued support of Prohosters after they chose to broadcast a video of the decapitation of Daniel Pearl is inexcusable. I urge you to remove your support from the service immediately in the name of decency. No one truly needs to have access to a video of the death of an innocent man. This video, carrying the message of the terrorists, should not be protected under first amendment rights any more than child pronography. The message is not from ProHoster, it is from the murderers of Daniel Pearl. If it strikes fear in the heart of even a single American, it is furthering their cause. Lorna Waterman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:28: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id DC9C237B40B for ; Thu, 6 Jun 2002 13:27:46 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 87F3942 for ; Thu, 6 Jun 2002 16:30:20 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: adelphia cable dhcp Date: Thu, 6 Jun 2002 16:27:45 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Since recently getting internet access through Adelphia cable service my ipfw firewall has been logging these two recurring packets. Deny P:2 192.168.100.1 224.0.0.1 in via rl0 Deny UDP 10.21.68.1:67 255.255.255.255:68 in via rl0 Both 192.168.100.1 & 10.21.68.1 are reserved private ip ranges and should not be coming in over the internet interface. I am guessing they are part of Adelphia's dhcp process, but want confirmation before allowing then in through my firewall. Are there any FBSD IPFW Adelphia cable users out there who have seen this and know what they are? Thanks Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:39: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from excmrl01.conversent.com (excmrl01.conversent.com [216.41.100.225]) by hub.freebsd.org (Postfix) with ESMTP id D605B37B400 for ; Thu, 6 Jun 2002 13:38:58 -0700 (PDT) Received: from conversent.com (SHIRE [10.0.4.133]) by excmrl01.conversent.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id K9H0KCAN; Thu, 6 Jun 2002 16:44:13 -0400 Message-ID: <3CFFC860.1050509@conversent.com> Date: Thu, 06 Jun 2002 16:38:56 -0400 From: Brian Jackson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: barbish@a1poweruser.com Cc: FBSDQ Subject: Re: adelphia cable dhcp 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 Hi Joe - When I used to have Adelphia (I've since given up on them and gone to Verizon DSL) my traceroutes would lead out to a 10.x.x.x address. In other words, my address was on the 10.x space, as was my default router. From there it was blackholed as it traversed their network, and would I would get globally routed addresses at their ingress/egress point. I never saw any 192.168.x.x addresses. HTH Brian Joe & Fhe Barbish wrote: >Since recently getting internet access through Adelphia cable >service my ipfw firewall has been logging these two recurring packets. > >Deny P:2 192.168.100.1 224.0.0.1 in via rl0 >Deny UDP 10.21.68.1:67 255.255.255.255:68 in via rl0 > >Both 192.168.100.1 & 10.21.68.1 are reserved private ip ranges and >should not be coming in over the internet interface. > >I am guessing they are part of Adelphia's dhcp process, but want >confirmation before allowing then in through my firewall. > >Are there any FBSD IPFW Adelphia cable users out there who have seen >this and know what they are? > >Thanks >Joe > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:39:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by hub.freebsd.org (Postfix) with ESMTP id 8AA6A37B405 for ; Thu, 6 Jun 2002 13:39:07 -0700 (PDT) Received: from dc.cis.okstate.edu (localhost [127.0.0.1]) by dc.cis.okstate.edu (8.11.6/8.11.6) with ESMTP id g56Kd6w27801; Thu, 6 Jun 2002 15:39:06 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200206062039.g56Kd6w27801@dc.cis.okstate.edu> Reply-To: martin@dc.cis.okstate.edu To: martin@dc.cis.okstate.edu Cc: freebsd-questions@freebsd.org Subject: /dev/random Date: Thu, 06 Jun 2002 15:39:06 -0500 From: Martin McCormick Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just after I posted my first question, I remembered the documentation on MAKEDEV. Nowhere does it mention /dev/random as one of the standard devices, but I ran ./MAKEDEV std and got it. As I said, this system was recently upgraded to FreeBSD4.5 and the upgrade was done on the system when it was in multi-user mode. I guess all the standard devices did not get made at that time. Is there any kind of script that one can run to make sure there are not any other nasty omitions? I recently upgraded 3 more systems to 4.5 and it definitely pays to go to single-user mode as the documentation says. Martin McCormick WB5AGZ Stillwater, OK OSU Center for Computing and Information Services Network Operations Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:43: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 12-234-22-238.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by hub.freebsd.org (Postfix) with ESMTP id EF21937B405 for ; Thu, 6 Jun 2002 13:42:56 -0700 (PDT) Received: from master.gorean.org (master.gorean.org [10.0.0.2]) by 12-234-22-238.client.attbi.com (8.12.3/8.12.3) with ESMTP id g56KgqXN046705; Thu, 6 Jun 2002 13:42:52 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.12.3/8.12.3/Submit) with ESMTP id g56KgleL004934; Thu, 6 Jun 2002 13:42:52 -0700 (PDT) Date: Thu, 6 Jun 2002 13:42:47 -0700 (PDT) From: Doug Barton To: Cory Bajus Cc: freebsd-questions@FreeBSD.org Subject: Re: Problem with xscreensaver port In-Reply-To: <20020606151818.A67068@knuth.mts.mb.ca> Message-ID: <20020606134002.O4933-100000@master.gorean.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 On Thu, 6 Jun 2002, Cory Bajus wrote: > Is anyone else having problems building the xscreensaver 4.04.2 port? Yes, lots of people. Most commonly when A) the user has gnome installed, and/or B) the user has both gtk 1 and gtk 2 installed. Since neither of the above pertains to me, I didn't notice either problem when committing the port. I was busy fixing mergemaster to stop using perl in -current, so I haven't had a chance to debug this yet, but it's next on my list. The xml problem seems to be happening only when pkgconfig is installed. If I delete pkgconfig from my system, xscreensaver's configure program picks up the fact that I have xml installed, and I'm good to go. I also need to debug this problem. Sorry for the inconvenience, Doug -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:44:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id D489E37B403 for ; Thu, 6 Jun 2002 13:44:14 -0700 (PDT) Received: from cs.umu.se (h26n1c1o1023.bredband.skanova.com [213.64.164.26]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 7135.396021.1023.1s5215394sheridan ; Thu, 06 Jun 2002 22:40:21 +0200 Message-ID: <3CFFC991.836BCE8F@cs.umu.se> Date: Thu, 06 Jun 2002 22:44:01 +0200 From: Paul Everlund X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: parv Cc: uwi mAn , questions@freebsd.org Subject: Re: ctrl-z References: <3CFF9F23.270F4672@cs.umu.se> <20020606182037.GA1920@moo.holy.cow> 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 parv wrote: > > in message <3CFF9F23.270F4672@cs.umu.se>, > wrote Paul Everlund thusly... > > > > An example: > > > > # ls | more > > > > ...pressed ctrl-Z as more "paused" output... > > > > Suspended > > [1] 18566 18567 > > # jobs > > [1] + Done ls | > > Suspended more > > # fg 1 > > > > Now job 1 is continuing, and 'more' are showing outout > > again. > > syntax "fg 1" works only in bash, doesn't work in (freebsd) > sh, ksh93, and zsh 4.0.4; didn't try any other shell. otoh, > as stated in another message, "fg %1" -- note the % -- works > in all the shells. You are most certainly correct, but with tcsh, which I'm using, it seems to work ok with 'fg 1'. At least it has done so up to this very moment. Should probably write which shell I'm using next time I'm ans- wering a shell-question. :-) Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:45:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.hirshfields.com (mailhost.hirshfields.com [63.226.159.37]) by hub.freebsd.org (Postfix) with ESMTP id E29F837B403 for ; Thu, 6 Jun 2002 13:45:38 -0700 (PDT) Received: from ultra.hirshfields.com (ultra.hirshfields.com [192.168.195.101]) by mailhost.hirshfields.com (8.11.4/8.11.4) with SMTP id g56KjZe55067 for ; Thu, 6 Jun 2002 15:45:35 -0500 (CDT) Received: (qmail 19974 invoked from network); 6 Jun 2002 20:45:32 -0000 Received: from rockford.hirshfields.com (HELO hirshfields.com) (192.168.195.251) by ultra.hirshfields.com with SMTP; 6 Jun 2002 20:45:32 -0000 Message-ID: <3CFFC9EF.4060501@hirshfields.com> Date: Thu, 06 Jun 2002 15:45:35 -0500 From: "Roger P. Johnson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions Subject: Can someone e-mail libintl.so from FreeBSD 4.5?? 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 It is missing from the system to run Mozilla 1.0rc3 (?). Thanks, -Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:47:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by hub.freebsd.org (Postfix) with ESMTP id A599237B404 for ; Thu, 6 Jun 2002 13:47:11 -0700 (PDT) Received: from scaryg.shacknet.nu ([64.231.136.121]) by tomts9-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020606204710.VLVX21842.tomts9-srv.bellnexxia.net@scaryg.shacknet.nu>; Thu, 6 Jun 2002 16:47:10 -0400 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.35 #1) id 17G49w-000Bo7-00; Thu, 06 Jun 2002 16:47:04 -0400 Date: Thu, 6 Jun 2002 16:47:04 -0400 From: ScaryG To: chip.wiegand@simrad.com Cc: freebsd-questions@freebsd.org Subject: Re: urgent - sendmail question Message-Id: <20020606164704.6c0a75b8.freymann@scaryg.shacknet.nu> In-Reply-To: References: X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Jun 2002 13:13:56 -0700 chip.wiegand@simrad.com wrote: > I stopped the sendmail service on our server, now can't get it > restarted. I tried sendmail -bd & but that doesn't work. Er /usr/bin/sendmail -bd -q30m Check /var/log/maillog for error messages? Check /var/log/messages for error messages? =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Scary Gerry -- Senior Systems Manager freymann@scaryg.shacknet.nu -For web-hosting, DNS Services or PHP & MySql programming see www.interpool.ca -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:51:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 45B1C37B403 for ; Thu, 6 Jun 2002 13:51:17 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id QAA84531; Thu, 6 Jun 2002 16:51:23 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Thu, 6 Jun 2002 16:51:10 -0400 (EDT) From: Stephen Hovey To: Joe & Fhe Barbish Cc: FBSDQ Subject: Re: adelphia cable dhcp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cable modems are cracker havens - I wouldnt let any unknown traffic in. On Thu, 6 Jun 2002, Joe & Fhe Barbish wrote: > Since recently getting internet access through Adelphia cable > service my ipfw firewall has been logging these two recurring packets. > > Deny P:2 192.168.100.1 224.0.0.1 in via rl0 > Deny UDP 10.21.68.1:67 255.255.255.255:68 in via rl0 > > Both 192.168.100.1 & 10.21.68.1 are reserved private ip ranges and > should not be coming in over the internet interface. > > I am guessing they are part of Adelphia's dhcp process, but want > confirmation before allowing then in through my firewall. > > Are there any FBSD IPFW Adelphia cable users out there who have seen > this and know what they are? > > Thanks > Joe > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:53:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id D92F637B403 for ; Thu, 6 Jun 2002 13:53:44 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id QAA85145; Thu, 6 Jun 2002 16:53:51 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Thu, 6 Jun 2002 16:53:38 -0400 (EDT) From: Stephen Hovey To: Brian Jackson Cc: barbish@a1poweruser.com, FBSDQ Subject: Re: adelphia cable dhcp In-Reply-To: <3CFFC860.1050509@conversent.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 192.168 is used by dsl and cable routers for the internal addresses when doin nat, as 10.x.x.x often is. The problem with a dhcp network where everybody is sittin on the same line, as in a cable modem situation, is that if someone on your segment puts up a bogus dhcp server that responds more quickly that the proper one - everybody who connects up gets fed bogus IP/DNS/etc data and basically cant route to anywhere. On Thu, 6 Jun 2002, Brian Jackson wrote: > Hi Joe - > > When I used to have Adelphia (I've since given up on them and gone to > Verizon DSL) my traceroutes would lead out to a 10.x.x.x address. In > other words, my address was on the 10.x space, as was my default router. > From there it was blackholed as it traversed their network, and would I > would get globally routed addresses at their ingress/egress point. > > I never saw any 192.168.x.x addresses. > > HTH > > Brian > > Joe & Fhe Barbish wrote: > > >Since recently getting internet access through Adelphia cable > >service my ipfw firewall has been logging these two recurring packets. > > > >Deny P:2 192.168.100.1 224.0.0.1 in via rl0 > >Deny UDP 10.21.68.1:67 255.255.255.255:68 in via rl0 > > > >Both 192.168.100.1 & 10.21.68.1 are reserved private ip ranges and > >should not be coming in over the internet interface. > > > >I am guessing they are part of Adelphia's dhcp process, but want > >confirmation before allowing then in through my firewall. > > > >Are there any FBSD IPFW Adelphia cable users out there who have seen > >this and know what they are? > > > >Thanks > >Joe > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 13:54:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from richard.eu.org (adsl-213-190-48-167.takas.lt [213.190.48.167]) by hub.freebsd.org (Postfix) with ESMTP id 78E5037B400 for ; Thu, 6 Jun 2002 13:54:20 -0700 (PDT) Received: from richard.eu.org (localhost [127.0.0.1]) by richard.eu.org (8.12.3/8.12.3) with ESMTP id g56KsGw6014914 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 6 Jun 2002 22:54:17 +0200 (EET) (envelope-from rch@richard.eu.org) Received: (from rch@localhost) by richard.eu.org (8.12.3/8.12.3/Submit) id g56KsF72014910 for freebsd-questions@FreeBSD.ORG; Thu, 6 Jun 2002 22:54:15 +0200 (EET) Date: Thu, 6 Jun 2002 22:54:15 +0200 From: Richard =?utf-8?B?xIxlcGFz?= To: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key Message-ID: <20020606205415.GI13604@richard.eu.org> References: <20020606200404.A155-100000@kmart.lan.palfreman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20020606200404.A155-100000@kmart.lan.palfreman.com> User-Agent: Mutt/1.5.0i X-OS: FreeBSD 4.6-RC i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu Jun 6 20:22:01 2002 +0100 William Palfreman wrote: <..> > >> As for the issue, the following works for me: >> >> $ bindkey "^?" delete-char > >Works for me when I run csh - I never use it as a shell. What about in >sh or bash? > As far as I know sh doesn't have that. Bash have extensive info manual where is described 'bind' command. Though in my humble opinion most people prefer adding something like this below to ~/.inputrc as this works in other "readline" programms as well: "\e[3~": delete-char What is actual character for Delete key depends on TERM - you can make it conditional as some terms have chosen to use ^? for backspace. Don't ask me why readline is unable to use ncurses for that. -- Riardas epas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14: 1:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from reiher.informatik.uni-wuerzburg.de (wi4d22.informatik.uni-wuerzburg.de [132.187.101.122]) by hub.freebsd.org (Postfix) with ESMTP id 8E4B237B401 for ; Thu, 6 Jun 2002 14:01:19 -0700 (PDT) Received: by reiher.informatik.uni-wuerzburg.de (Postfix, from userid 1001) id 05D02AF7C; Thu, 6 Jun 2002 23:01:18 +0200 (CEST) Date: Thu, 6 Jun 2002 23:01:18 +0200 From: Matthias Buelow To: William Palfreman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key Message-ID: <20020606210117.GA1639@reiher.informatik.uni-wuerzburg> References: <20020606200404.A155-100000@kmart.lan.palfreman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606200404.A155-100000@kmart.lan.palfreman.com> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG William Palfreman writes: >Works for me when I run csh - I never use it as a shell. What about in >sh or bash? sh is using editline, bash is using readline, both of which can bind keysyms to actions, iirc. editrc(5) and readline(3) (or rather, the readline info document) should get you going. might be a bit complex tho, since what the DEL key actually delivers to the application depends on what kind of terminal you use (xterm is different from the fbsd console, for example.) I'd recommend to just use ctrl+d in that case[, or just use vi bindings, in which case you're completely independent from any non-typewriter keys except the Escape key ;)]. --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14: 7:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from arpa.com (arpa.com [199.245.173.5]) by hub.freebsd.org (Postfix) with ESMTP id B48ED37B400 for ; Thu, 6 Jun 2002 14:07:27 -0700 (PDT) Received: by arpa.com (Postfix, from userid 103) id 42CFBF0402; Thu, 6 Jun 2002 16:07:27 -0500 (CDT) Date: Thu, 6 Jun 2002 16:07:27 -0500 From: Chip Norkus To: Peter Leftwich Cc: FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] Message-ID: <20020606160727.R1929@arpa.com> References: <20020603010926.K1929@arpa.com> <20020605232535.R45306-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020605232535.R45306-100000@earl-grey.cloud9.net>; from Hostmaster@Video2Video.Com on Wed, Jun 05, 2002 at 11:30:02PM -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 Wed Jun 05, 2002; 11:30PM -0400 Peter Leftwich propagated the following: > On Mon, 3 Jun 2002, Chip Norkus wrote: > > > > 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: > > I need clarification here... when you say "IRC server software," do you > mean the program running at the destination or on my PC? > I mean the program running at the destination (the IRC server). > > > a) Tries to hide your real IP address, from the logs. > > > b) Can not resolve your IP address, or similar. > > > 'a' is correct here. Most IRC servers basically avoid ever outputting the > > real IP address of.. well.. anything, to just about anyone. > > b is incorrect. > > > As for identd and IRC servers, when using the internal inetd auth service, be sure to change the '-o UNKNOWN' option to '-o UNIX', or the IRC server won't believe your ident reply comes from a correct rfc1413 source. This is silliness on the part of the IRC server. -wd > > -- > > chip norkus; unix geek and programmer; wd@arpa.com > > "question = (to) ? be : !be;" --Shakespeare http://telekinesis.org/ > > I made the change to "-o UNIX" then tried connecting to some IRC servers > listed as EFnet ones, such as irc.mindspring.com and irc.umich.edu and > irc.easynews.com but still having that same problem with 255's and it > saying "banned." Bizarre. Any other ideas? > If you're IRCing as root, or using some other poor choice for a username, you may incur this problem. Also, a lot of EFnet servers are restricted to most users. You'll have to bounce around to find out which ones you can use. > -- > 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 -wd -- chip norkus; unix geek and programmer; wd@arpa.com "question = (to) ? be : !be;" --Shakespeare http://telekinesis.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:14: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from arpa.com (arpa.com [199.245.173.5]) by hub.freebsd.org (Postfix) with ESMTP id 101A637B406 for ; Thu, 6 Jun 2002 14:13:58 -0700 (PDT) Received: by arpa.com (Postfix, from userid 103) id AAFAAF0406; Thu, 6 Jun 2002 16:13:57 -0500 (CDT) Date: Thu, 6 Jun 2002 16:13:57 -0500 From: Chip Norkus To: "Chad Leigh -- Shire. Net LLC" Cc: aaron g , freebsd-questions@freebsd.org Subject: Re: JDK in a Jail? Message-ID: <20020606161357.S1929@arpa.com> References: <20020606174627.29406.qmail@operamail.com> <6E202D1E-7976-11D6-B30D-0003931BED80@shire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <6E202D1E-7976-11D6-B30D-0003931BED80@shire.net>; from chad@shire.net on Thu, Jun 06, 2002 at 01:54:21PM -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 Thu Jun 06, 2002; 01:54PM -0400 Chad Leigh -- Shire. Net LLC propagated the following: > > On Thursday, June 6, 2002, at 01:46 , aaron g wrote: > > > Hmm, should have mentioned what I have tried already. The first thing I > > did was copy the ports tree over and just try a simple port install. I > > did not install linux_compat in the host environment and this is where > > I ran into problems. Many of the needed steps [notably "mknod"] are > > impossible to do in a jail environment. > > > > Would rebuilding the host environment with linux_compat and then > > rebuilding the jail resolve my problem? I haven't tried this yet since > > I've already rebuilt my apache jail thrice times now. > > Try this. Install linux_compat in the host, install the jdks you want > to run in the host, copy over the jdks from the host into the jail > directory structure. Once built, they should work I would expect. I > have not tried this yet but maybe I will in my test jail... > You might also try simply compiling the (FreeBSD native) jdk in the host environment, and doing a 'make package', then copying the package itself into the jail and doing a pkg_add. Just don't redistribute your package, or the flying monkeys will get you. > Chad > [snip] > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -wd -- chip norkus; unix geek and programmer; wd@arpa.com "question = (to) ? be : !be;" --Shakespeare http://telekinesis.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:18:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 9303937B404 for ; Thu, 6 Jun 2002 14:18:15 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2653B66C49; Thu, 6 Jun 2002 14:18:15 -0700 (PDT) Date: Thu, 6 Jun 2002 14:18:15 -0700 From: Kris Kennaway To: rinto@rnpa-online.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: adsl modem Message-ID: <20020606141814.B25918@xor.obsecurity.org> References: <200206061015.HMG03141@vmms4.verisignmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="i0/AhcQY5QxfSsSZ" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206061015.HMG03141@vmms4.verisignmail.com>; from rinto@rnpa-online.net on Thu, Jun 06, 2002 at 06:15:47AM -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 --i0/AhcQY5QxfSsSZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 06, 2002 at 06:15:47AM -0400, rinto@rnpa-online.net wrote: > Hallo >=20 > I would like to know, what type of adsl modem that has been=20 > supported by FreeBSD. Any of the ethernet-connected ones. Kris --i0/AhcQY5QxfSsSZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/9GWWry0BWjoQKURAspNAJ4+iFRR/omxpxZM8EQJ8nw5SpLUogCgkI/Q W2fDHYV4saFG6eDdK8bSnDQ= =E6Q0 -----END PGP SIGNATURE----- --i0/AhcQY5QxfSsSZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:21:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id C943F37B401 for ; Thu, 6 Jun 2002 14:21:12 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6106766D68; Thu, 6 Jun 2002 14:21:12 -0700 (PDT) Date: Thu, 6 Jun 2002 14:21:12 -0700 From: Kris Kennaway To: Martin McCormick Cc: freebsd-questions@freebsd.org Subject: Re: /dev/random Message-ID: <20020606142112.C25918@xor.obsecurity.org> References: <200206062024.g56KOXw26107@dc.cis.okstate.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="aT9PWwzfKXlsBJM1" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206062024.g56KOXw26107@dc.cis.okstate.edu>; from martin@dc.cis.okstate.edu on Thu, Jun 06, 2002 at 03:24:33PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --aT9PWwzfKXlsBJM1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 06, 2002 at 03:24:33PM -0500, Martin McCormick wrote: > After installing a new version of bind, I got the > following error in the system log: >=20 > named[82]: could not open entropy source /dev/random: file not found Well, does it exist? If not, you either forgot to run MAKEDEV when upgrading your system, or it was somehow deleted at a later time. Kris --aT9PWwzfKXlsBJM1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/9JHWry0BWjoQKURAtuWAKD1dSIsIwo2l9Xaq+sIwacq+bLqXgCg7ZPk 6qycdIYJvZ5dYcL/hxY0/ts= =OUc3 -----END PGP SIGNATURE----- --aT9PWwzfKXlsBJM1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:21:59 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 18ADF37B40C for ; Thu, 6 Jun 2002 14:21:47 -0700 (PDT) Received: from hades.hell.gr (patr530-a088.otenet.gr [212.205.215.88]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g56LLcZN012814 for ; Fri, 7 Jun 2002 00:21:40 +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 g56LLZbm021756 for ; Fri, 7 Jun 2002 00:21:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g56Kd7wV021426; Thu, 6 Jun 2002 23:39:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 6 Jun 2002 23:39:07 +0300 From: Giorgos Keramidas To: William Palfreman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Delete Key Message-ID: <20020606203906.GA21264@hades.hell.gr> References: <20020606044110.GH4964@hal9000.halplant.com> <20020606134647.K179-100000@kmart.lan.palfreman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606134647.K179-100000@kmart.lan.palfreman.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-06-06 14:29 +0100, William Palfreman wrote: > There should be a simply way to map ^D to del. Usually any request > to do this get fobbed off with "RTFM, man stty" Done that, googled > for it, neither says simply how to make del behave like ^D on a > console. There is. Please read the manpage of bash(1) and see the section that talks about readline, and binding of "character sequences" to readline "functions"... - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:22:12 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 555E537B406 for ; Thu, 6 Jun 2002 14:21:57 -0700 (PDT) Received: from hades.hell.gr (patr530-a088.otenet.gr [212.205.215.88]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g56LLjZN013064; Fri, 7 Jun 2002 00:21:47 +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 g56LLebm021765; Fri, 7 Jun 2002 00:21:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g56KhDtt021452; Thu, 6 Jun 2002 23:43:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 6 Jun 2002 23:43:12 +0300 From: Giorgos Keramidas To: Peter Leftwich Cc: Chip Norkus , FreeBSD LIST Subject: Re: Fwd: IRC vs identd vs inetd.conf vs me! [255...?] Message-ID: <20020606204312.GB21264@hades.hell.gr> References: <20020603010926.K1929@arpa.com> <20020605232535.R45306-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020605232535.R45306-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 [ Attributions fixed. Please keep them instead of deleting them. ] On 2002-06-05 23:30 -0400, Peter Leftwich wrote: > On Mon, 3 Jun 2002, Chip Norkus wrote: > > Giorgos Keramidas wrote: > > > Peter Leftwich wrote: > > > > 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: > > I need clarification here... when you say "IRC server software," do > you mean the program running at the destination or on my PC? Yes, that's what I meant. The "IRC server software" is the program that runs on the remote machine, on the "IRC server". When you fire up your favorite "IRC client", you are are using your client program to connect to the "IRC server", and issue commands or send text to other users connected to the same "IRC server". Why are you so confused about it? ;-) - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:23:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 9E20937B400 for ; Thu, 6 Jun 2002 14:23:20 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 37C4566C49; Thu, 6 Jun 2002 14:23:20 -0700 (PDT) Date: Thu, 6 Jun 2002 14:23:20 -0700 From: Kris Kennaway To: Martin McCormick Cc: freebsd-questions@freebsd.org Subject: Re: /dev/random Message-ID: <20020606142319.D25918@xor.obsecurity.org> References: <200206062039.g56Kd6w27801@dc.cis.okstate.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="6WlEvdN9Dv0WHSBl" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206062039.g56Kd6w27801@dc.cis.okstate.edu>; from martin@dc.cis.okstate.edu on Thu, Jun 06, 2002 at 03:39:06PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --6WlEvdN9Dv0WHSBl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 06, 2002 at 03:39:06PM -0500, Martin McCormick wrote: > As I said, this system was recently upgraded to > FreeBSD4.5 and the upgrade was done on the system when it was in > multi-user mode. I guess all the standard devices did not get > made at that time. Well, it depends on how you "upgraded" it. I would claim that if you forgot to run MAKEDEV you haven't actually upgraded the system completely :-) > Is there any kind of script that one can run > to make sure there are not any other nasty omitions? The official upgrade procedure is documented in the handbook, and includes running the mergemaster tool, which will update /etc and /dev/MAKEDEV, and take care of regenerating generated files as needed. > I recently upgraded 3 more systems to 4.5 and it > definitely pays to go to single-user mode as the documentation > says. Single-user has no bearing on the problem, although it's still a good idea for other reasons. Kris --6WlEvdN9Dv0WHSBl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/9LHWry0BWjoQKURAqoJAJ9tMDM2k0jYjehl9ATY6cw8bkPyFwCg0qTr Tg/tkj5+gMrau5fCwCTHawo= =4Tml -----END PGP SIGNATURE----- --6WlEvdN9Dv0WHSBl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:24: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from Danovitsch.dnsq.org (b74143.upc-b.chello.nl [212.83.74.143]) by hub.freebsd.org (Postfix) with ESMTP id 180CF37B408 for ; Thu, 6 Jun 2002 14:23:55 -0700 (PDT) Received: from FreeBSD.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Danovitsch.dnsq.org (8.11.3/8.11.3) with SMTP id g56LMM114136; Thu, 6 Jun 2002 23:22:22 +0200 (CEST) (envelope-from Danovitsch@Danovitsch.dnsq.org) Content-Type: text/plain; charset="iso-8859-1" From: "Daan Vreeken [PA4DAN]" Reply-To: Danovitsch@Danovitsch.dnsq.org To: "uwi mAn" Subject: Re: ACPI sleep mode Date: Thu, 6 Jun 2002 23:31:56 +0200 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: FreeBSD-Questions@FreeBSD.org MIME-Version: 1.0 Message-Id: <02060623315602.03660@FreeBSD.Danovitsch.LAN> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 06 June 2002 19:29, you wrote: > How to enable ACPI sleep mode on BSD? > Appreciate it. Try the "zzz" command. (You should have apm in your kernel for this to work) grtz, Daan -- Control the lights in my room: http://www.Danovitsch.dnsq.org/webcam Moo, ]:8) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:25:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id AF44F37B400 for ; Thu, 6 Jun 2002 14:25:15 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4FE4D66C49; Thu, 6 Jun 2002 14:25:15 -0700 (PDT) Date: Thu, 6 Jun 2002 14:25:15 -0700 From: Kris Kennaway To: "Roger P. Johnson" Cc: freebsd-questions Subject: Re: Can someone e-mail libintl.so from FreeBSD 4.5?? Message-ID: <20020606142515.E25918@xor.obsecurity.org> References: <3CFFC9EF.4060501@hirshfields.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="phCU5ROyZO6kBE05" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CFFC9EF.4060501@hirshfields.com>; from rjohnson@hirshfields.com on Thu, Jun 06, 2002 at 03:45:35PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --phCU5ROyZO6kBE05 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 06, 2002 at 03:45:35PM -0500, Roger P. Johnson wrote: > It is missing from the system to run Mozilla 1.0rc3 (?). libintl is not part of the base system, it's a package. If it's missing from your system then your ports collection or packages are inconsistent, because the dependency should be taken care of by the usual build processes. Double-check that your ports collection is completely up-to-date, and use a tool like portupgrade to manage your package upgrades, since it will properly take care of dependencies (if you let it). Kris --phCU5ROyZO6kBE05 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/9M6Wry0BWjoQKURAtswAKCFhUtw6L627E8v2VV9L++We1xANQCgl2gt 7ri2W2c/xaAIa1zQTMQQa+8= =VUba -----END PGP SIGNATURE----- --phCU5ROyZO6kBE05-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:26:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow034o.blueyonder.co.uk [195.188.53.122]) by hub.freebsd.org (Postfix) with ESMTP id A2D1C37B400 for ; Thu, 6 Jun 2002 14:26:41 -0700 (PDT) Received: from pcow034o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 6 Jun 2002 22:26:40 +0100 Received: from gdmckee.local (unverified [62.30.47.46]) by pcow034o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id for ; Thu, 6 Jun 2002 22:26:39 +0100 Received: from [192.168.0.200] (helo=p1000) by gdmckee.local with smtp (Exim 3.36 #1) id 17G4m3-0003fW-01 for freebsd-questions@freebsd.org; Thu, 06 Jun 2002 22:26:27 +0100 Message-ID: <00a101c20da0$dcdf5ef0$c800a8c0@p1000> From: "G D McKee" To: "Freebsd-Questions@Freebsd. Org (E-mail)" Subject: cvsup-mirror Date: Thu, 6 Jun 2002 21:44:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-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 got the port installed and it has downloaded the source - however every time I try to update a machines src from the newly created server I get the following error on the server? Jun 6 19:53:17 fastdell cvsupd[137]: CVSup server started Jun 6 19:53:17 fastdell cvsupd[137]: Software version: SNAP_16_1f Jun 6 19:53:17 fastdell cvsupd[137]: Protocol version: 17.0 Jun 6 19:53:17 fastdell cvsupd[137]: Ready to service requests Jun 6 21:42:11 fastdell cvsupd[424]: +0 gdm@192.168.0.196 (fastdell.gdmckee.loc al) [SNAP_16_1f/17.0] Jun 6 21:42:11 fastdell cvsupd[424]: =0 Unknown collection "src-all" Jun 6 21:42:11 fastdell cvsupd[424]: -0 [0Kin+0Kout] Finished successfully Jun 6 21:42:11 fastdell cvsupd[426]: +1 gdm@192.168.0.196 (fastdell.gdmckee.loc al) [SNAP_16_1f/17.0] Jun 6 21:42:11 fastdell cvsupd[426]: =1 Unknown collection "ports-all" Jun 6 21:42:12 fastdell cvsupd[426]: -1 [0Kin+0Kout] Finished successfully Jun 6 21:42:12 fastdell cvsupd[428]: +2 gdm@192.168.0.196 (fastdell.gdmckee.loc al) [SNAP_16_1f/17.0] Jun 6 21:42:12 fastdell cvsupd[428]: =2 Unknown collection "doc-all" Jun 6 21:42:12 fastdell cvsupd[428]: -2 [0Kin+0Kout] Finished successfully and on the client - Server message: Unknown collection "ports-all" . Does anyone have any ideas? Gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:27: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow034o.blueyonder.co.uk [195.188.53.122]) by hub.freebsd.org (Postfix) with ESMTP id B1F9737B404 for ; Thu, 6 Jun 2002 14:26:41 -0700 (PDT) Received: from pcow034o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 6 Jun 2002 22:26:40 +0100 Received: from gdmckee.local (unverified [62.30.47.46]) by pcow034o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id for ; Thu, 6 Jun 2002 22:26:40 +0100 Received: from [192.168.0.200] (helo=p1000) by gdmckee.local with smtp (Exim 3.36 #1) id 17G4m3-0003fW-00; Thu, 06 Jun 2002 22:26:27 +0100 Message-ID: <00a001c20da0$dcdaa400$c800a8c0@p1000> From: "G D McKee" To: "DollarMaker.biz" , References: <001a01c20dbc$5f6ce520$0f63a8c0@china> Subject: Re: Phone answering software for free BSD Date: Thu, 6 Jun 2002 18:03:36 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0076_01C20D84.7AF313B0" 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_0076_01C20D84.7AF313B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi vgetty I think is what you are after - not managed to configure it yet = mind. Gordon ----- Original Message -----=20 From: DollarMaker.biz=20 To: freebsd-questions@FreeBSD.ORG=20 Sent: Friday, June 07, 2002 1:43 AM Subject: Phone answering software for free BSD Dear Sirs: do You know a programm for the installing on freeBSD, that answer the = calling by phone ? For example like a callcenter ? Regards, Allan Best ------=_NextPart_000_0076_01C20D84.7AF313B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
 
vgetty I think is what you are after - = not managed=20 to configure it yet mind.
 
Gordon
----- Original Message -----
From:=20 DollarMaker.biz
To: freebsd-questions@FreeBSD.O= RG=20
Sent: Friday, June 07, 2002 = 1:43 AM
Subject: Phone answering = software for=20 free BSD

Dear Sirs:
 
do You know a programm for the = installing on=20 freeBSD, that answer the calling by phone ?  For example like a=20 callcenter ?
 
Regards,
 
Allan = Best
------=_NextPart_000_0076_01C20D84.7AF313B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:51:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.simrad.no (mail.simrad.no [193.69.73.2]) by hub.freebsd.org (Postfix) with ESMTP id 7B26B37B405 for ; Thu, 6 Jun 2002 14:50:52 -0700 (PDT) To: shovey@buffnet.net Cc: freebsd-questions@freebsd.org Subject: Thanks - Was: Re: urgent - sendmail question MIME-Version: 1.0 X-Mailer: Lotus Notes Build V60_M13_04302002 Pre-release 2 April 30, 2002 Message-ID: From: chip.wiegand@simrad.com Date: Thu, 6 Jun 2002 14:52:11 -0700 X-MIMETrack: Serialize by Router on S_INET01/S_EXT(Release 5.0.6a |January 17, 2001) at 06.06.2002 23:52:18, Serialize complete at 06.06.2002 23:52:18 Content-Type: multipart/alternative; boundary="=_alternative 00782DD788256BD0_=" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multipart message in MIME format. --=_alternative 00782DD788256BD0_= Content-Type: text/plain; charset="US-ASCII" Stephen Hovey wrote on 06/06/2002 01:15:57 PM: > You show an error in your logs? Sure its on your path? I use > /usr/sbin/sendmail -bd -q30m > which says - run as a daemon (-bd) and push out the queue stuff every 30 > minutes. Thanks, seems like it should've worked without the -q30m but it didn't, maybe that's required? Anyway, it's working now. -- Chip > On Thu, 6 Jun 2002 chip.wiegand@simrad.com wrote: > > I stopped the sendmail service on our server, now can't get it restarted. > > I tried sendmail -bd & but that doesn't work. > > This has been running for almost a year without stopping, how do I get it > > to start again? I looked at sendmail.org docs > > and can't find any command to start sendmail. I looked at the freebsd > > handbook sendmail chapter and in 18.5.4 it > > says to restart sendmail after making changes to relay-domains file, but I > > cannot find anywhere the command to do > > a restart. > > Can someone please help me with this? I dont' want to reboot the server to > > just restart sendmail. > > > > -- > > Chip Wiegand > > Computer Services > > Simrad, Inc > > www.simradusa.com > > chip.wiegand@simrad.com > > > > "There is no reason anyone would want a computer in their home." > > --Ken Olson, president, chairman and founder of Digital Equipment > > Corporation, 1977 > > (They why do I have 9? Somebody help me!) --=_alternative 00782DD788256BD0_= Content-Type: text/html; charset="US-ASCII"
Stephen Hovey <shovey@buffnet.net> wrote on 06/06/2002 01:15:57 PM:

> You show an error in your logs?  Sure its on your path?  I use

> /usr/sbin/sendmail -bd -q30m

> which says - run as a daemon (-bd) and push out the queue stuff every 30
> minutes.

Thanks, seems like it should've worked without the -q30m but it didn't,
maybe that's required? Anyway, it's working now.

--
Chip

> On Thu, 6 Jun 2002 chip.wiegand@simrad.com wrote:

> > I stopped the sendmail service on our server, now can't get it restarted.
> > I tried sendmail -bd & but that doesn't work.
> > This has been running for almost a year without stopping, how do I get it
> > to start again? I looked at sendmail.org docs
> > and can't find any command to start sendmail. I looked at the freebsd
> > handbook sendmail chapter and in 18.5.4 it
> > says to restart sendmail after making changes to relay-domains file, but I
> > cannot find anywhere the command to do
> > a restart.
> > Can someone please help me with this? I dont' want to reboot the server to
> > just restart sendmail.
> >
> > --
> > Chip Wiegand
> > Computer Services
> > Simrad, Inc
> > www.simradusa.com
> > chip.wiegand@simrad.com
> >
> > "There is no reason anyone would want a computer in their home."
> >      --Ken Olson, president, chairman and founder of Digital Equipment
> > Corporation, 1977
> >  (They why do I have 9? Somebody help me!)
--=_alternative 00782DD788256BD0_=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:53:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id 1CEDC37B40A for ; Thu, 6 Jun 2002 14:53:08 -0700 (PDT) Received: from aracnet.com (216-99-194-142.dial.spiritone.com [216.99.194.142]) by mail3.aracnet.com (8.12.3/8.12.1) with ESMTP id g56Lr5CW018227; Thu, 6 Jun 2002 14:53:06 -0700 Message-ID: <3CFF6B01.3080500@aracnet.com> Date: Thu, 06 Jun 2002 14:00:33 +0000 From: henry tieman User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020509 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: gcc -O and xsane crash Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I found a compiler problem with optimizations in Xsane-0.85. Gcc generates a test against an uninitialised variable in the function preview_autoselect_scanarea which can cause a memory overrun. Turning off optimazations cures the problem. The details are: the second loop in the function generates a stopping comparison of (x < y), y is a register variable, and not (x < p->image_width) like the source code says. I used ddd's "Machine Code Window" to see this. y is uninitialized at this point so the memory overrun seems to depend on the picture being scanned. Since I have a workaround, I'm not too interested in solving this myself. I just thought it would be helpfull to other users to pass the information on. I had a friend in collage that always complained the compiler was wrong and he was never right. So I really really hate to say it myself. I should probably include I'm using FreeBSD 4.5 with gcc version 2.95.3 20010315 (release) [FreeBSD] -- Henry Tieman You may have to remove the _NOSPAM to reply to this message. Objects in the mirror are closer than they appear. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:53:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alchemistry.net (alchemistry.net [66.114.66.158]) by hub.freebsd.org (Postfix) with ESMTP id 10F9C37B40D for ; Thu, 6 Jun 2002 14:53:19 -0700 (PDT) Received: from amavis by alchemistry.net with scanned-ok (Exim 3.36 #1) id 17G5C2-000CSf-00 for freebsd-questions@freebsd.org; Thu, 06 Jun 2002 17:53:18 -0400 Received: from ilya by alchemistry.net with local (Exim 3.36 #1) id 17G5C1-000CSV-00 for freebsd-questions@freebsd.org; Thu, 06 Jun 2002 17:53:17 -0400 Date: Thu, 6 Jun 2002 17:53:17 -0400 From: Ilya To: freebsd-questions@freebsd.org Subject: ports fail to compile with :C compiler cannot create executables Message-ID: <20020606215317.GA46447@krel.org> Reply-To: mail@krel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-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, Since upgrade to FreeBSD alchemistry.net 4.6-RC FreeBSD 4.6-RC i386 i386 I cannot upgrade several of my ports, they all fail on configure with: make configure ===> Configuring for BitchX-1.0c19 configure: WARNING: you should use --build, --host, --target Welcome to the BitchX-1.0c19 configuration checking for i386-portbld-freebsd4.6-gcc... cc checking for C compiler default output... configure: error: C compiler cannot create executables here is what config.log says: configure:1270: checking for i386-portbld-freebsd4.6-gcc configure:1296: result: cc configure:1578: checking for C compiler version configure:1581: cc --version &5 2.95.3 configure:1584: $? = 0 configure:1586: cc -v &5 Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] configure:1589: $? = 0 configure:1591: cc -V &5 cc: argument to `-V' is missing configure:1594: $? = 1 configure:1620: checking for C compiler default output configure:1623: cc -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib >&5 /usr/lib/crt1.o: In function `_start': /usr/lib/crt1.o(.text+0x79): undefined reference to `main' configure:1626: $? = 1 configure: failed program was: configure:1653: error: C compiler cannot create executables but most of the ports I was able to upgrade. any suggestions or points? thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:57: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.npubs.com (npubs.com [207.111.208.224]) by hub.freebsd.org (Postfix) with ESMTP id 8308837B401 for ; Thu, 6 Jun 2002 14:56:51 -0700 (PDT) Received: 8.12.2-(Neptune) From: "Nielsen" To: "unix developper" , References: <20020606142214.A41337@euclyde.cwglobal.ch> Subject: Re: sis driver and mac address on freebsd 4.5 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 Message-Id: <20020606215651.8308837B401@hub.freebsd.org> Date: Thu, 6 Jun 2002 14:56:51 -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 Quick and simple fix: http://memberwebs.com/nielsen/freebsd/docs/sis_mac_addr.html ----- Original Message ----- From: "unix developper" To: Sent: Thursday, June 06, 2002 6:22 Subject: sis driver and mac address on freebsd 4.5 > hi, > i have a motherboard that has the integrated network > card that is recognized with sis0 on a freebsd 4.5 and > this is correct. > > but i am facing a problem with the mac address, > it is set to 00:00... > > i read the freebsd archives that recommend to update > the files : > > /usr/src/sys/pci/if_sis.c > src/sys/pci/if_sis.c,v 1.50 2002/04/04 21:03:31 > > /usr/src/sys/pci/if_sisreg.h > src/sys/pci/if_sisreg.h,v 1.1.4.10 2002/02/19 15:59:38 > > however there must be some other depedencies to also > get up to date because somme structures in the code > are not recognized. > > here is what is gcc complains about: > [...] > /usr/src/sys/modules/sis/../../pci/if_sis.c:1628: structure has no member named `sis_tag' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1628: structure has no member named `sis_map' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1632: structure has no member named `sis_map' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1632: structure has no member named `sis_tag' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1632: structure has no member named `sis_map' > /usr/src/sys/modules/sis/../../pci/if_sis.c:1644: request for member `sis_tx_list' in something not a structure or union > /usr/src/sys/modules/sis/../../pci/if_sis.c:1645: request for member `sis_tx_list' in something not a structure or union > [...] > > > has anyone a tip for me which will tell me what > files do i also need to update to make the kernel > compile well? > > thank you very much. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:58:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.npubs.com (npubs.com [207.111.208.224]) by hub.freebsd.org (Postfix) with ESMTP id 6B29237B406 for ; Thu, 6 Jun 2002 14:58:33 -0700 (PDT) Received: 8.12.2-(Neptune) From: "Nielsen" To: "aaron g" , References: <20020606172246.30271.qmail@operamail.com> Subject: Re: JDK in a Jail? 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 Message-Id: <20020606215833.6B29237B406@hub.freebsd.org> Date: Thu, 6 Jun 2002 14:58:33 -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 I've had 1.3 running for a while. This was back when you had to compile it all from source (and install like 3 other JDK's to do so) so it was a bitch to install. But after that it worked just fine. Nate ----- Original Message ----- From: "aaron g" To: Sent: Thursday, June 06, 2002 11:23 Subject: JDK in a Jail? > Well it seems the -java people have a lot more to worry > about than getting a JDK working in a jail [with good > reason! congrats to bill huey on HotSpot success] > > In anyevent, I was curious if anyone on the list has gotten > or tried to get either the native 1.3 JDK or linux binary > 1.4 JDK working in a jail environment. I googled and > perused the handbook but found nothing helpful at all. > > Thanks > - aarong > -- > _______________________________________________ > Download the free Opera browser at http://www.opera.com/ > > Powered by Outblaze > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 14:58:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 8B6A537B401; Thu, 6 Jun 2002 14:58:42 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.3/8.12.3) with ESMTP id g56LwZNg073563; Fri, 7 Jun 2002 09:58:35 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.3/8.12.3/Submit) id g56LwYac073562; Fri, 7 Jun 2002 09:58:34 +1200 (NZST) Date: Fri, 7 Jun 2002 09:58:34 +1200 From: Jonathan Chen To: Huang wen hui Cc: freebsd-questions , mbr@FreeBSD.ORG Subject: Re: openoffice 1.0 run problem Message-ID: <20020607095834.A73521@grimoire.chen.org.nz> References: <3CFECD03.1020704@mail.gddsn.org.cn> <3CFF0BFF.3040102@mail.gddsn.org.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CFF0BFF.3040102@mail.gddsn.org.cn>; from huang@ns.gddsn.org.cn on Thu, Jun 06, 2002 at 03:15:11PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jun 06, 2002 at 03:15:11PM +0800, Huang wen hui wrote: [...] > forgot to mention, I use system gcc, not use ports. > > After build again, I got different error msg: [...] Use the ports! Your only other choice would be to apply all the patches that mbr@freebsd.org has done. -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 15: 2:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 8AFEF37B405; Thu, 6 Jun 2002 15:02:39 -0700 (PDT) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g56M2b620592; Fri, 7 Jun 2002 00:02:38 +0200 (CEST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g56M2b9013808030; Fri, 7 Jun 2002 00:02:37 +0200 (MES) Date: Fri, 7 Jun 2002 00:03:47 +0200 (CEST) From: Martin Blapp To: Jonathan Chen Cc: Huang wen hui , freebsd-questions , Subject: Re: openoffice 1.0 run problem In-Reply-To: <20020607095834.A73521@grimoire.chen.org.nz> Message-ID: <20020607000157.C11797-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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, > Use the ports! Your only other choice would be to apply all the > patches that mbr@freebsd.org has done. I have some news. Only STABLE works at the moment. And only if you do a make USE_GCC=3.1 Installation. This works fine. You'll have to install the posted system patch tough. CURRENT is broken to non working exceptions in the system gcc, which make stlport coredump. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 15: 6:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (nexus.root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id AAD0337B48C for ; Thu, 6 Jun 2002 15:05:49 -0700 (PDT) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g56M4mG16804; Thu, 6 Jun 2002 15:04:48 -0700 (PDT) (envelope-from dg) Date: Thu, 6 Jun 2002 15:04:48 -0700 From: David Greenman-Lawrence To: BOYMAKING@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Prohosters Message-ID: <20020606150448.F2300@nexus.root.com> References: <2d.1e434c25.2a311f38@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2d.1e434c25.2a311f38@aol.com>; from BOYMAKING@aol.com on Thu, Jun 06, 2002 at 04:25:28PM -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 >Your continued support of Prohosters after they chose to broadcast a video of >the decapitation of Daniel Pearl is inexcusable. I urge you to remove your >support from the service immediately in the name of decency. No one truly >needs to have access to a video of the death of an innocent man. This video, >carrying the message of the terrorists, should not be protected under first >amendment rights any more than child pronography. The message is not from >ProHoster, it is from the murderers of Daniel Pearl. If it strikes fear in >the heart of even a single American, it is furthering their cause. > >Lorna Waterman "ProHosters" is not affiliated with the FreeBSD Project. They may chose to use our software, but they are not a partner with us and have no other relationship to us. -DG David Greenman-Lawrence Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 15: 8:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from prima.connect1.ca (prima.connect1.ca [216.138.233.232]) by hub.freebsd.org (Postfix) with ESMTP id 7ABB737B404 for ; Thu, 6 Jun 2002 15:08:18 -0700 (PDT) Received: from connect1.ca (localhost.connect1.ca [127.0.0.1]) by prima.connect1.ca (Postfix) with SMTP id 2BCE564C01; Thu, 6 Jun 2002 18:06:36 -0400 (EDT) Received: from 216.254.135.133 (SquirrelMail authenticated user franka) by www.connect1.ca with HTTP; Thu, 6 Jun 2002 18:06:36 -0400 (EDT) Message-ID: <39919.216.254.135.133.1023401196.squirrel@www.connect1.ca> Date: Thu, 6 Jun 2002 18:06:36 -0400 (EDT) Subject: Re: Postfix & no MX host error From: "BSD Questions" To: In-Reply-To: References: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: Reply-To: bsdquestions@connect1.ca X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can delete the message from your deferred queue, or you can wait and after a few more days of being deferred, it will delete the mail. Joe & Fhe Barbish said: > Since I replied to this guy from the questions list I keep > getting this postfix error message every 30 minutes from my postfix > server. > > Jun 5 12:11:14 gateway postfix/smtp[1473]: warning: no MX host > for samuelstn.dhs.org has a valid A record > Jun 5 12:11:14 gateway postfix/smtp[1473]: 566CD1BE: > to=, > relay=none, delay=1953, status=deferred > (Name service error for mail.samuelstn.dhs.org: Host not found, try > again) > > > I know it's a problem with his dsn server conf. > > Now that I am getting this error message from postfix about this email, > how do > I tell postfix to stop it? > > How do I tell postfix not to check outbound and inbound emails > for dns mx records in the future? > > Thanks > Joe > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 15:33:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pa.edu.tr (mail.pa.edu.tr [193.255.217.3]) by hub.freebsd.org (Postfix) with SMTP id 119EB37B406 for ; Thu, 6 Jun 2002 15:33:14 -0700 (PDT) Received: (qmail 5631 invoked from network); 6 Jun 2002 22:21:41 -0000 Received: from unknown (HELO raistlin) (193.255.217.210) by 0 with SMTP; 6 Jun 2002 22:21:41 -0000 From: "=?iso-8859-9?B?QmFy/f4gSElaSVI=?=" To: Subject: hi Date: Fri, 7 Jun 2002 01:32:53 +0300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0047_01C20DC3.3E91EDD0" X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: High X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Disposition-Notification-To: "=?iso-8859-9?B?QmFy/f4gSElaSVI=?=" Sender: owner-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_0047_01C20DC3.3E91EDD0 Content-Type: multipart/related; boundary="----=_NextPart_001_0048_01C20DC3.3E939B80" ------=_NextPart_001_0048_01C20DC3.3E939B80 Content-Type: multipart/alternative; boundary="----=_NextPart_002_0049_01C20DC3.3E939B80" ------=_NextPart_002_0049_01C20DC3.3E939B80 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: 8bit i am tyring to configure a ipf based firewall system. i have 3 network card. And i will did all of them configuration and they are works. But i have get this error. "arp: 193.255.217.1 is on dc0 but got reply from 00:30:94:3d:16:00 on de0 " dc0 is my first ethernet device end de0 is the second. when i try to send a packet to dc0 it gibes this error. if you can help me i will be very happy. Thanks For Helps Hi from Turkey. ------------------------------------------------------------ Bar (Raistlin) HIZIR Polis Akademisi Sistem Y霵eticisi bhizir@pa.edu.tr http://www.pa.edu.tr ------=_NextPart_002_0049_01C20DC3.3E939B80 Content-Type: text/html; charset="iso-8859-9" Content-Transfer-Encoding: quoted-printable
i = am tyring to=20 configure a ipf based firewall system. i have 3 network card. And i will = did all=20 of them configuration and they are works.
But i have get this = error.
"arp: 193.255.217.1 is on = dc0 but=20 got reply from 00:30:94:3d:16:00 on de0 = "
dc0 is my first ethernet = device end=20 de0 is the second.
when i try to send a = packet to dc0=20 it gibes this error.
 
if you can help me i will = be very=20 happy.
Thanks For=20 Helps
Hi from=20 Turkey.
 

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

Bar=FD=FE (Raistlin) HIZIR
Polis Akademisi Sistem=20 Y=F6neticisi
bhizir@pa.edu.tr
http://www.pa.edu.tr

------=_NextPart_002_0049_01C20DC3.3E939B80-- ------=_NextPart_001_0048_01C20DC3.3E939B80 Content-Type: image/jpeg; name="Notebook.jpg" Content-Transfer-Encoding: base64 Content-ID: <952512922@06062002-1ddb> /9j/4AAQSkZJRgABAgEASABIAAD/7QSyUGhvdG9zaG9wIDMuMAA4QklNA+kAAAAAAHgAAwAAAEgA SAAAAAADBgJS//f/9wMPAlsDRwUoA/wAAgAAAEgASAAAAAAC2AIoAAEAAABkAAAAAQADAwMAAAAB Jw8AAQABAAAAAAAAAAAAAAAAYAgAGQGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4 QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQABOEJJTQPzAAAAAAAIAAAAAAAAAAA4QklNBAoAAAAA AAEAADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEA L2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklN A/gAAAAAAHAAAP////////////////////////////8D6AAAAAD///////////////////////// ////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////// //8D6AAAOEJJTQQAAAAAAAACAAA4QklNBAIAAAAAAAIAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAAC QAAAAAA4QklNBAkAAAAAAqIAAAABAAAAgAAAAAIAAAGAAAADAAAAAoYAGAAB/9j/4AAQSkZJRgAB AgEASABIAAD//gAnRmlsZSB3cml0dGVuIGJ5IEFkb2JlIFBob3Rvc2hvcKggNC4wAP/uAA5BZG9i ZQBkgAAAAAH/2wCEAAwICAgJCAwJCQwRCwoLERUPDAwPFRgTExUTExgRDAwMDAwMEQwMDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwBDQsLDQ4NEA4OEBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwR DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIAAIAgAMBIgACEQEDEQH/3QAEAAj/xAE/ AAABBQEBAQEBAQAAAAAAAAADAAECBAUGBwgJCgsBAAEFAQEBAQEBAAAAAAAAAAEAAgMEBQYHCAkK CxAAAQQBAwIEAgUHBggFAwwzAQACEQMEIRIxBUFRYRMicYEyBhSRobFCIyQVUsFiMzRygtFDByWS U/Dh8WNzNRaisoMmRJNUZEXCo3Q2F9JV4mXys4TD03Xj80YnlKSFtJXE1OT0pbXF1eX1VmZ2hpam tsbW5vY3R1dnd4eXp7fH1+f3EQACAgECBAQDBAUGBwcGBTUBAAIRAyExEgRBUWFxIhMFMoGRFKGx QiPBUtHwMyRi4XKCkkNTFWNzNPElBhaisoMHJjXC0kSTVKMXZEVVNnRl4vKzhMPTdePzRpSkhbSV xNTk9KW1xdXl9VZmdoaWprbG1ub2JzdHV2d3h5ent8f/2gAMAwEAAhEDEQA/APROif0Kv6X81T9L j+ar/m/5K0F8rJJIfqlJfKySKn6pSXyskkp+qUl8rJJKfqlJfKySSn6pSXyskkp+qUl8rJJKfqlJ fKySSn//2ThCSU0EBgAAAAAABwABAAAAAQEA//4AJ0ZpbGUgd3JpdHRlbiBieSBBZG9iZSBQaG90 b3Nob3CoIDQuMAD/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgNCQ0VDAwVGhQQFBogGxoaGyAiFxcX FxciEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0NDREOERsRERsUDg4OFBQO Dg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAYBaAD ASIAAhEBAxEB/90ABABa/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEB AQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYU kaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5Sk hbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQAC EQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RF VTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMB AAIRAxEAPwCv0T+n4/8AxrP+qavW15J0U/r+P/xrP+qavWg8eKElsWSHZfXWYe4A+ZUMjIFTJBE/ Fc1kXbg63mJP+amk0uesGqdc19Sup2ZrLmWGQxwLR4B35v8A0V0qKlJJJIqUkkkkpSSSSSlJJJJK UkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSS SSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJ KUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpS SSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJ JKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkp SSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJJJKUkkkkpSSSSSlJJ JJKUkkkkpSSSSSn/0J9G6oKn04zKKXOdYA6x7d1kOP8Ag/3Hs/MXY/sOl/0hYfCT/wCQavnZJArQ /S1HTXVN21+weYa7/vqzcroeQ+Q3XcYOn/mbF89pIaJfpboXRK+k1uDQPUsILyONPotZ/JatRfKq SSX6qSXyqkip+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJ KfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp +qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6 qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqp JfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl 8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXy qkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKq SSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJ KfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp +qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn6 qSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qpJKfqpJfKqSSn/2Q== ------=_NextPart_001_0048_01C20DC3.3E939B80-- ------=_NextPart_000_0047_01C20DC3.3E91EDD0 Content-Type: text/x-vcard; name="=?iso-8859-9?Q?Bar=FD=FE_HIZIR.vcf?=" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="=?iso-8859-9?Q?Bar=FD=FE_HIZIR.vcf?=" BEGIN:VCARD VERSION:2.1 N:HIZIR;Bar=FD=FE FN:Bar=FD=FE HIZIR NICKNAME:Raistlin Majere ORG:Polis Akademisi;Bilgi =DD=FElem B=FCro Amirli=F0i TITLE:=D6=F0renci TEL;WORK;VOICE:+903124997002 /4222 TEL;CELL;VOICE:+905355261198 ADR;WORK:;;Polis Akademisi = Ba=FEkanl=FD=F0=FD;G=F6lba=FE=FD;ANKARA;;T=FCrkiye LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:Polis Akademisi = Ba=3DFEkanl=3DFD=3DF0=3DFD=3D0D=3D0AG=3DF6lba=3DFE=3DFD, = ANKARA=3D0D=3D0AT=3DFCrkiye URL;WORK:http://www.raistlinmajere.net ROLE:=D6=F0renci EMAIL;PREF;INTERNET:bhizir@pa.edu.tr EMAIL;INTERNET:netmaster@pa.edu.tr EMAIL;INTERNET:raist@raistlinmajere.net REV:20020604T190843Z END:VCARD ------=_NextPart_000_0047_01C20DC3.3E91EDD0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 15:45:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id D45AE37B40A for ; Thu, 6 Jun 2002 15:45:47 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.3/8.12.3) with ESMTP id g56MjkNg073862; Fri, 7 Jun 2002 10:45:46 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.3/8.12.3/Submit) id g56MjjFW073861; Fri, 7 Jun 2002 10:45:45 +1200 (NZST) Date: Fri, 7 Jun 2002 10:45:45 +1200 From: Jonathan Chen To: Baris HIZIR Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hi Message-ID: <20020607104545.A73825@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from bhizir@pa.edu.tr on Fri, Jun 07, 2002 at 01:32:53AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jun 07, 2002 at 01:32:53AM +0300, Baris HIZIR wrote: > i am tyring to configure a ipf based firewall system. i have 3 network card. > And i will did all of them configuration and they are works. > But i have get this error. > "arp: 193.255.217.1 is on dc0 but got reply from 00:30:94:3d:16:00 on de0 " > dc0 is my first ethernet device end de0 is the second. > when i try to send a packet to dc0 it gibes this error. Sounds like dc0 and de0 are connected on the same network - unless you've got a *very* good reason why this is so, you shouldn't do this. Present the list with the output of "ifconfig -a" and tell us what you're trying to do. -- Jonathan Chen ---------------------------------------------------------------------- Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 15:51:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailix.net (smtp.mailix.net [216.148.213.132]) by hub.freebsd.org (Postfix) with ESMTP id B628A37B405 for ; Thu, 6 Jun 2002 15:51:52 -0700 (PDT) Received: from [216.164.225.145] (helo=fritz) by smtp.mailix.net with asmtp (Exim 4.01) id 17G66i-0002wW-00 for questions@freebsd.org; Thu, 06 Jun 2002 15:51:52 -0700 Message-ID: <003501c20dc6$180ebd20$0301a8c0@uminafamily.com> From: "Christopher J. Umina" To: "FreeBSD Questions" Subject: Aurora Technologies - Explorer Multiport Date: Thu, 6 Jun 2002 18:53:16 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello people, I've recently obtained a 4-port network card from a friend and it's an Aurora Technologies Explorer Multiport. I put it in a 4.1 server and the thing went crazy. It made the 4 devices fine, but the problem was that it would never get the card any power or anything. If I plugged it into the network not lights came on after BSD booted or anything at all. I'm just wondering if anybody has ever gotten one of these cards running in BSD. Any information would be greatly appreciated. Thank you. ---------------------------------- Christopher J. Umina FJU@Fritzilldo.com http://www.fritzilldo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 15:52:15 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 1997637B400 for ; Thu, 6 Jun 2002 15:52:04 -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 g56MprU12646; Thu, 6 Jun 2002 18:51:54 -0400 Message-ID: <3CFFE8EE.70801@potentialtech.com> Date: Thu, 06 Jun 2002 18:57:50 -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: =?ISO-8859-9?Q?Bar=FD=FE_HIZIR?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hi References: Content-Type: text/plain; charset=ISO-8859-9; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'd recommend against sending fancy, multipart, HTML mail to this list. It generally is ignored by most. Bar HIZIR wrote: > i am tyring to configure a ipf based firewall system. i have 3 network > card. And i will did all of them configuration and they are works. > But i have get this error. > "*arp: 193.255.217.1 is on dc0 but got reply from 00:30:94:3d:16:00 on > de0* *"* > *dc0 is my first ethernet device end de0 is the second. * > *when i try to send a packet to dc0 it gibes this error.* You haven't supplied much detail on your network config. Either your netmask is wrong, or you've got the wrong wire plugged into the wrong NIC. That message is telling you that the IP address 193.255.217.1 is on the wire connected to de0, but according to your config it should be on the wire connected to dc0. You need to correct your network config. If you send the output of "ifconfig" to the list, I'm sure folks will be able to tell you exactly what's wrong. -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 15:59:56 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 F20BD37B404 for ; Thu, 6 Jun 2002 15:59:53 -0700 (PDT) Received: (qmail 28268 invoked by uid 1001); 6 Jun 2002 22:59:53 -0000 Message-ID: <20020606225953.28267.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.197.219.156] by ws4-4.us4.outblaze.com with http for rafter@linuxmail.org; Fri, 07 Jun 2002 06:59:53 +0800 From: "Rafter Man" To: freebsd-questions@freebsd.org Date: Fri, 07 Jun 2002 06:59:53 +0800 Subject: IPv6 socket programming X-Originating-Ip: 80.197.219.156 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 again I have asked this before, but no one answered, so I will try again. To program with IPv6 (sockets), we need some new functions and struct's. So my question is if: RFC 2553 and RFC 2292 define these new thing? So that this is the FreeBSD socket programming standard for IPv6? 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 Thu Jun 6 16: 5:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id C555837B401 for ; Thu, 6 Jun 2002 16:05:17 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2256866C45; Thu, 6 Jun 2002 16:05:17 -0700 (PDT) Date: Thu, 6 Jun 2002 16:05:16 -0700 From: Kris Kennaway To: henry tieman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: gcc -O and xsane crash Message-ID: <20020606160516.B30792@xor.obsecurity.org> References: <3CFF6B01.3080500@aracnet.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="aM3YZ0Iwxop3KEKx" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CFF6B01.3080500@aracnet.com>; from henryt_NOSPAM@aracnet.com on Thu, Jun 06, 2002 at 02:00:33PM +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 --aM3YZ0Iwxop3KEKx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 06, 2002 at 02:00:33PM +0000, henry tieman wrote: > I found a compiler problem with optimizations in Xsane-0.85. Gcc=20 > generates a test against an uninitialised variable in the function=20 > preview_autoselect_scanarea which can cause a memory overrun. Turning=20 > off optimazations cures the problem. You should report this to the xsane developers and the gcc developers, not the FreeBSD tech support list. Kris --aM3YZ0Iwxop3KEKx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/+qrWry0BWjoQKURAvkwAKDp5lFlzCKExcxPcbK9QcyqCRKY2QCgwXK6 xk3I2RybBEJbU+FaUGjRBtE= =oMj7 -----END PGP SIGNATURE----- --aM3YZ0Iwxop3KEKx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 16: 7:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 1713137B406 for ; Thu, 6 Jun 2002 16:07:06 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BEEA466C45; Thu, 6 Jun 2002 16:07:01 -0700 (PDT) Date: Thu, 6 Jun 2002 16:07:01 -0700 From: Kris Kennaway To: Ilya Cc: freebsd-questions@freebsd.org Subject: Re: ports fail to compile with :C compiler cannot create executables Message-ID: <20020606160700.C30792@xor.obsecurity.org> References: <20020606215317.GA46447@krel.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Sr1nOIr3CvdE5hEN" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020606215317.GA46447@krel.org>; from mail@krel.org on Thu, Jun 06, 2002 at 05:53:17PM -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 --Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 06, 2002 at 05:53:17PM -0400, Ilya wrote: > Hi, Since upgrade to FreeBSD alchemistry.net 4.6-RC FreeBSD 4.6-RC i386 i386 > I cannot upgrade several of my ports, they all fail on configure with: > configure:1623: cc -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib > >&5 > /usr/lib/crt1.o: In function `_start': > /usr/lib/crt1.o(.text+0x79): undefined reference to `main' Sounds like you've managed to mess up your compiler toolchain or your installed libraries. Try reinstalling; I don't believe this is a bug in 4.6-RC Kris --Sr1nOIr3CvdE5hEN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/+sUWry0BWjoQKURArK+AKCvVpO4cy81ilZzYCtQyCBlKRt+wwCgsSCB pCGXSE1PndR5ueA0IEDWVIM= =T3qv -----END PGP SIGNATURE----- --Sr1nOIr3CvdE5hEN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 16:11:40 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 2F1E137B40B for ; Thu, 6 Jun 2002 16:11:36 -0700 (PDT) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 9409E2B6BF; Fri, 7 Jun 2002 01:11:32 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 9C9026A7123; Fri, 7 Jun 2002 09:11:06 +1000 (EST) Date: Fri, 7 Jun 2002 09:11:06 +1000 From: Edwin Groothuis To: Rafter Man Cc: freebsd-questions@freebsd.org Subject: Re: IPv6 socket programming Message-ID: <20020607091106.H552@k7.mavetju> Mail-Followup-To: Edwin Groothuis , Rafter Man , freebsd-questions@freebsd.org References: <20020606225953.28267.qmail@linuxmail.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: <20020606225953.28267.qmail@linuxmail.org>; from rafter@linuxmail.org on Fri, Jun 07, 2002 at 06:59:53AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jun 07, 2002 at 06:59:53AM +0800, Rafter Man wrote: > Hi again > > I have asked this before, but no one answered, so I will try again. > > To program with IPv6 (sockets), we need some new functions and struct's. So my question is if: > RFC 2553 > and RFC 2292 > define these new thing? So that this is the FreeBSD socket programming standard for IPv6? It's not that difficult. Instead of using struct sockaddr_in you use struct sockaddr_in6, instead of AF_INET/PF_INET you use AF_INET6/PF_INET6, instead of .sin_addr you use .sin6_addr. 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 Thu Jun 6 16:22:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from DNS2.alterity.net (dns2.alterity.net [198.63.17.11]) by hub.freebsd.org (Postfix) with ESMTP id 8436937B404 for ; Thu, 6 Jun 2002 16:22:38 -0700 (PDT) Received: from prime.gushi.org (root@prime.gushi.org [208.23.118.172]) by DNS2.alterity.net (8.11.6/8.11.6) with ESMTP id g56NKTr26357 for ; Thu, 6 Jun 2002 19:20:31 -0400 (EDT) (envelope-from danm@prime.gushi.org) Received: from localhost (danm@localhost [127.0.0.1]) by prime.gushi.org (8.12.3/8.12.3) with ESMTP id g56NQUo2006731 for ; Thu, 6 Jun 2002 19:26:30 -0400 (EDT) Date: Thu, 6 Jun 2002 19:26:29 -0400 (EDT) From: "Dan Mahoney, System Admin" To: questions@freebsd.org Subject: utmp Message-ID: <20020606124159.J94094-100000@prime.gushi.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey all, I was wondering, by the way I see 16 characters allocated for the remote host in utmp.h, that it should only store IP addresses. However, I frequently (when using things like logsentry) see hostnames try to get stored there. Are there any plans to expand this field and/or to make things ONLY store hostname? Thanks, Dan Mahoney -- "GO HOME AND COOK!!!" Donielle Cocossa, Taco Bell, 2:30 AM --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Web: http://prime.gushi.org finger danm@prime.gushi.org for pgp public key and tel# --------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 16:37: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id 76D4E37B405 for ; Thu, 6 Jun 2002 16:37:00 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id D6DA4DB; Thu, 6 Jun 2002 19:39:35 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "Brent Bailey" Cc: "FBSDQ" Subject: RE: ipfw & advanced statefull rules help!! Date: Thu, 6 Jun 2002 19:36:58 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <25420.206.98.60.1.1023386837.squirrel@bmyster.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Advanced stateful rules and IPFW's built in divert natd function is very hard to get to function correctly for an LAN behind the firewall. I have stumbled into the solution to this problem after many months of testing. This solution has only been tested on FBSD version 4.5. All private LAN Nic interface devices must have keep-state on the rule so they get in sync with the keep-state dynamic table rules for the DSL or Cable internet connection interface. The order of private Lan rules before the public out & in rules, both which have to come after the divert natd rule is very important. See rule 500 below. Content of /etc/ipfw.rules.conf # These rules can be reloaded with out rebooting by issuing this command # sh /etc/ipfw.rules.conf /sbin/ipfw -q -f flush # Set rules command prefix # The -q option on the command is for quite mode. # Do not display rules as they load. Remove during development to see. cmd="/sbin/ipfw -q add" # Set defaults oif="rl0" # Nic card to DSL modem public internet connection odns1="241.250.241.250" # ISP's dns server IP address $cmd 00200 divert natd all from any to any via $oif ######## control section ############################################ # Start of IPFW advanced Stateful Filtering using "dynamic" rules. # The check-state statement behavior is to match bi-directional packet traffic # flow between source and destination using protocol/IP/port/sequence number. # Allow the packet through if it has previous been added to the # the "dynamic" rules table by an allow keep-state statement. $cmd 00400 check-state # Run all private LAN xl0 packet traffic through the dynamic rules # table so the IP address are in sync with Natd. You would have one rule like # this for each Nic card you have for private lans. $cmd 00500 allow all from any to any via xl0 keep-state # Deny all fragments coming in as bogus packets $cmd 00530 deny all from any to any frag in via $oif # Deny ACK packets that did not match the dynamic rule table $cmd 00540 deny tcp from any to any established in via $oif ######## outbound section ############################################ # Interrogate packets originating from behind the firewall, private net. # Upon a rule match, it's keep-state option will create a dynamic rule. # Allow out non-secure standard http function $cmd 00600 allow tcp from any to any 80 out via $oif setup keep-state # Allow out secure www function https over TLS SSL $cmd 00601 allow tcp from any to any 443 out via $oif setup keep-state # Allow out access to my ISP's Domain name server. $cmd 00610 allow tcp from any to $odns1 53 out via $oif setup keep-state $cmd 00611 allow udp from any to $odns1 53 out via $oif keep-state # Allow out send & get email function $cmd 00630 allow tcp from any to any 25,110 out via $oif setup keep-state # Allow out FBSD (make install & CVSUP) functions # Basically give user id [ROOT] "GOD" privileges. $cmd 00640 allow tcp from me to any out via $oif setup keep-state uid root ######## inbound section ############################################ # Interrogate packets originating from in front of the firewall, public net. # Allow in www http access to my apache server $cmd 00800 allow tcp from any to any 80 in via $oif setup keep-state limit src-addr 4 # Allow TCP FTP control channel in & data channel out $cmd 00810 allow tcp from any to me 21 in via $oif setup keep-state limit src-addr 4 $cmd 00811 allow tcp from any 20 to any 1024-49151 out via $oif setup keep limit src-addr 4 # Allow in ssh function $cmd 00820 allow log tcp from any to me 22 in via $oif setup keep-state limit src-addr 4 # Allow in Telnet $cmd 00830 allow tcp from any to me 23 in via $oif setup keep-state limit src-addr 4 This is just a sample from which you can build from. The main thing is it demonstrates how to code and organize your advanced stateful rules file to meet your stated needs. Joe -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Brent Bailey Sent: Thursday, June 06, 2002 2:07 PM To: freebsd-questions@freebsd.org Subject: ipfw & advanced statefull rules help!! Im using FBSD 4.5 release with IPFW & natd over my commercial DSL (no pppoe) ..everything runs great ..however i have noticed alot of connection attempts to various UDP & TCP ports (non-services) Is ther a good howto on advanced statefull rulez for IPFW and natd... i do have machines behind the BSD box..and i dont want to totally kill all access to the internet for them ...however i would like to block everything that isnt needed and or intiated from the inside. Ive played with differrent examples of rules that others from this mailing list have presented...but all the rules i have tried kills all traffic to the internet from my internal network...theres got to be some happy medium any help is greatly appreciated,,, thank you again for your help Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 16:45:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vvi.com (vvionly.penn.com [208.22.30.250]) by hub.freebsd.org (Postfix) with ESMTP id 1D1D937B403 for ; Thu, 6 Jun 2002 16:45:32 -0700 (PDT) Received: from [206.229.112.1] (HELO vvih001) by vvi.com (CommuniGate Pro SMTP 3.5) with ESMTP id 930852 for freebsd-questions@freebsd.org; Thu, 06 Jun 2002 19:50:25 -0400 Date: Thu, 6 Jun 2002 19:50:25 -0400 Mime-Version: 1.0 (Apple Message framework v472) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: socket latency time? From: Lance Bland To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <2BDC6F8D-79A8-11D6-BFE8-0030659A531A@vvi.com> X-Mailer: Apple Mail (2.472) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi- does anyone know what the resolution for send() and recv() is for two FreeBSD computer connected directly via ethernet on a 1000baseT crossed cable? How is it determined by the kernel? Roughly speaking, if I send on one computer with a send() and receive it on the other with a recv() what can I expect as far as timing? Is it nearest to nano, micro, milli second or *gasp* whenever the system decides to do it. thanks for any information. -lance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 17: 3:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id 6E68537B400 for ; Thu, 6 Jun 2002 17:02:20 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 6781ADB; Thu, 6 Jun 2002 20:04:55 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "Rob Ellis" Cc: "FBSDQ" Subject: RE: ipfw: 'out via fxp0' rules don't work Date: Thu, 6 Jun 2002 20:02: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.2911.0) In-Reply-To: <20020606172128.GH18966@web.ca> 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 Rob You are not clear about what you are trying to do. Saying you have 4 interfaces that are intended to allow outbound connections leaves one guessing. Does this mean you have 4 Nic cards each connected to different isp account, or 4 Nic cards servicing private internal Lans? The keep-state option builds a entry in the dynamic rules table for automatic bi-directional packet exchange and is normally used just on the public interface. Advanced stateful rules and IPFW's built in divert natd function is very hard to get to function correctly for an LAN behind the firewall. I have stumbled into the solution to this problem after many months of testing. This solution has only been tested on FBSD version 4.5. All private LAN Nic interface devices must have an keep-state rule so they get in sync with the keep-state dynamic table rules for the DSL or Cable internet connection interface. The order of private Lan rules before the public out & in rules, both which have to come after the divert natd rule is very important. See rule 500 below. Content of /etc/ipfw.rules.conf # These rules can be reloaded with out rebooting by issuing this command # sh /etc/ipfw.rules.conf /sbin/ipfw -q -f flush # Set rules command prefix # The -q option on the command is for quite mode. # Do not display rules as they load. Remove during development to see. cmd="/sbin/ipfw -q add" # Set defaults oif="rl0" # Nic card to DSL modem public internet connection odns1="241.250.241.250" # ISP's dns server IP address $cmd 00200 divert natd all from any to any via $oif ######## control section ############################################ # Start of IPFW advanced Stateful Filtering using "dynamic" rules. # The check-state statement behavior is to match bi-directional packet traffic # flow between source and destination using protocol/IP/port/sequence number. # Allow the packet through if it has previous been added to the # the "dynamic" rules table by an allow keep-state statement. $cmd 00400 check-state # Run all private LAN xl0 packet traffic through the dynamic rules # table so the IP address are in sync with Natd. You would have one # rule like this for each Nic card you have for private lans. $cmd 00500 allow all from any to any via xl0 keep-state # Deny all fragments coming in as bogus packets $cmd 00530 deny all from any to any frag in via $oif # Deny ACK packets that did not match the dynamic rule table $cmd 00540 deny tcp from any to any established in via $oif ######## outbound section ############################################ # Interrogate packets originating from behind the firewall, private net. # Upon a rule match, it's keep-state option will create a dynamic rule. # Allow out non-secure standard http function $cmd 00600 allow tcp from any to any 80 out via $oif setup keep-state # Allow out secure www function https over TLS SSL $cmd 00601 allow tcp from any to any 443 out via $oif setup keep-state # Allow out access to my ISP's Domain name server. $cmd 00610 allow tcp from any to $odns1 53 out via $oif setup keep-state $cmd 00611 allow udp from any to $odns1 53 out via $oif keep-state # Allow out send & get email function $cmd 00630 allow tcp from any to any 25,110 out via $oif setup keep-state # Allow out FBSD (make install & CVSUP) functions # Basically give user id [ROOT] "GOD" privileges. $cmd 00640 allow tcp from me to any out via $oif setup keep-state uid root ######## inbound section ############################################ # Interrogate packets originating from in front of the firewall, public net. # Allow in www http access to my apache server $cmd 00800 allow tcp from any to any 80 in via $oif setup keep-state limit src-addr 4 # Allow TCP FTP control channel in & data channel out $cmd 00810 allow tcp from any to me 21 in via $oif setup keep-state limit src-addr 4 $cmd 00811 allow tcp from any 20 to any 1024-49151 out via $oif setup keep l imit src-addr 4 # Allow in ssh function $cmd 00820 allow log tcp from any to me 22 in via $oif setup keep-state limit src-addr 4 # Allow in Telnet $cmd 00830 allow tcp from any to me 23 in via $oif setup keep-state limit src-addr 4 This is just a sample from which you can build from. The main thing is it demonstrates how to code and organize your advanced stateful rules file. Joe -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Rob Ellis Sent: Thursday, June 06, 2002 1:21 PM To: freebsd-questions@FreeBSD.ORG Subject: ipfw: 'out via fxp0' rules don't work i have the following rules, on a box with 4 interfaces, that are intended to allow outbound connections... ipfw add allow udp from any to any out xmit fxp0 keep-state ipfw add allow tcp from any to any out xmit fxp0 setup keep-state but this doesn't work as i thought it would. for instance, 'in via xl0' packets are still being blocked. i also tried ipfw add allow udp from any to any out recv xl0 xmit fxp0 keep-state ipfw add allow tcp from any to any out recv xl0 xmit fxp0 setup keep-state which also didn't work. the packets i want to allow are indeed coming in via xl0 and out via fxp0, but the error is always like: > Jun 6 12:46:30 myname /kernel: ipfw: 22901 Deny TCP xxx.xxx.xxx.xxx:3325 yyy.yyy.yyy.yyy:80 in via xl0 a rule like ipfw add allow tcp from xxx.xxx.xxx.0/24 to any 80 setup keep-state does work, but i want to firewall off the internal networks from each other, and i didn't want to get into any more skipto rules... in short, interface-based in/out rules don't seem to work. anyone have any ideas? i am just not understanding how the interface-based rules are supposed to work? the firewall box is running 4.5-RELEASE-p4. thanks. - rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 17:41: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx.znet.net.au (mx.znet.net.au [203.87.59.5]) by hub.freebsd.org (Postfix) with ESMTP id C832E37B401 for ; Thu, 6 Jun 2002 17:40:54 -0700 (PDT) Received: from swegg (dialup-221.189.220.203.acc01-apli-cai.comindico.com.au [203.220.189.221]) by mx.znet.net.au (8.9.3/8.9.3) with SMTP id KAA14581 for ; Fri, 7 Jun 2002 10:40:21 +1000 (EST) (envelope-from robbak@comnorth.com.au) Message-ID: <000a01c20dbb$f2bca550$fa6318ac@swegg> From: "Robert" To: Subject: ip trafic accounting for Internt Cafe Date: Fri, 7 Jun 2002 10:39:46 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am have recently installed a router in an internet cafe which has just now got adsl broadband access (yes, we are terrifically behind the times here in far north Queensland - it became available just last month!) as there are traffic limits and charges (14c Aust over 3G) they need to keep track of traffic used and charge extra to large downloaders. They are also kitted out with Burners etc, so anything's possible. Can anyone give me the best way to do this? I need to supply them with a web page that gives them the traffic used, and a function to clear the counter. I could accomplish this with an ipfw rule (count log any from any vie ed0) and tail /var/logfile | myprog, which would parse the logs into counters for each ip address, write it to a file etc, and cgi to produce the page. But the constant disk writes sound inefficient to me. so 1 - would using a small memory file system be a good stable solution? 2 - am I on the wrong track entirely? 3 - am I re-inventing a very common wheel? Thanks for your help. If you could cc. me at robbak@biz.net.au it would be a help, but I'll keep up with the list via the web page. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 17:45:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by hub.freebsd.org (Postfix) with ESMTP id D286437B401 for ; Thu, 6 Jun 2002 17:45:12 -0700 (PDT) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 0A5DF52; Fri, 7 Jun 2002 08:45:06 +0800 (CST) Message-ID: <3D000211.9000104@mail.gddsn.org.cn> Date: Fri, 07 Jun 2002 08:45:05 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: Martin Blapp Cc: Jonathan Chen , freebsd-questions Subject: Re: openoffice 1.0 run problem References: <20020607000157.C11797-100000@levais.imp.ch> 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 Martin Blapp wrote: >Hi, > > > >>Use the ports! Your only other choice would be to apply all the >>patches that mbr@freebsd.org has done. >> >> > >I have some news. > >Only STABLE works at the moment. And only if you do a > >make USE_GCC=3.1 > >Installation. This works fine. You'll have to install the posted >system patch tough. > >CURRENT is broken to non working exceptions in the system gcc, >which make stlport coredump. > >Martin > > > > > OK, First I make system patch and rebuild world, and I use " USE_GCC=3.1" . I can not compile idl files now: ============= Building project udkapi ============= /home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script mkout -- version: 1.3 idlc @/var/tmp/mkEIrJuU Segmentation fault (core dumped) dmake: Error code 139, while making '../../../../unxfbsd.pro/misc/urd_cssscript.don' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /home/ports/editors/openoffice. #ldd ./solver/641/unxfbsd.pro/bin/idlc ./solver/641/unxfbsd.pro/bin/idlc: libsal.so.3 => /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libsal.so.3 (0x480b4000) libsalhelper3gcc3.so => /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libsalhelper3gcc3.so (0x48286000) libstlport_gcc.so => /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libstlport_gcc.so (0x4828a000) libm.so.2 => /usr/lib/libm.so.2 (0x4833c000) libc_r.so.4 => /usr/lib/libc_r.so.4 (0x48358000) #gdb ./solver/641/unxfbsd.pro/bin/idlc GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. (gdb) run Starting program: /home/ports/editors/openoffice/work/oo_1.0_src/./solver/641/unxfbsd.pro/bin/idlc Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x480d9525 in ?? () (gdb) bt #0 0x480d9525 in ?? () #1 0x480f62f5 in ?? () #2 0x80831d7 in ?? () #3 0x805ee59 in ?? () #4 0x805ef73 in ?? () #5 0x80831a5 in ?? () #6 0x805a952 in ?? () (gdb) quit --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 17:46:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx.znet.net.au (mx.znet.net.au [203.87.59.5]) by hub.freebsd.org (Postfix) with ESMTP id 084F737B40B for ; Thu, 6 Jun 2002 17:46:51 -0700 (PDT) Received: from swegg (dialup-221.189.220.203.acc01-apli-cai.comindico.com.au [203.220.189.221]) by mx.znet.net.au (8.9.3/8.9.3) with SMTP id KAA15314 for ; Fri, 7 Jun 2002 10:46:14 +1000 (EST) (envelope-from robbak@comnorth.com.au) Message-ID: <001201c20dbc$c8a71100$fa6318ac@swegg> From: "Robert" To: Subject: Addendum to iip Traffic Accounting for Internet Cafe Date: Fri, 7 Jun 2002 10:45:42 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Just noted an error in my post. My address is robert@biz.net.au . I use robbak at other places. sorry/thanks, Robert Backhaus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 17:50: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by hub.freebsd.org (Postfix) with ESMTP id E4D2A37B407 for ; Thu, 6 Jun 2002 17:49:55 -0700 (PDT) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id B96861AF; Fri, 7 Jun 2002 08:49:54 +0800 (CST) Message-ID: <3D000332.3040300@mail.gddsn.org.cn> Date: Fri, 07 Jun 2002 08:49:54 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: Martin Blapp Cc: Huang wen hui , questions@freebsd.org Subject: Re: openoffice 1.0 run problem References: <20020607024710.J11797-100000@levais.imp.ch> 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 Martin Blapp wrote: >Which OS version do you use ? Do you have a recent STABLE ? > yes, STABLE( today cvsup). FreeBSD 4.6-RC #2: Fri Jun 7 07:09:40 CST 2002 > >Martin > >Martin Blapp, >------------------------------------------------------------------ >ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH >Phone: +41 061 826 93 00: +41 61 826 93 01 >PGP: >PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E >------------------------------------------------------------------ > >On Fri, 7 Jun 2002, Huang wen hui wrote: > > > >>Martin Blapp wrote: >> >> >> >>>Hi, >>> >>> >>> >>> >>> >>>>Use the ports! Your only other choice would be to apply all the >>>>patches that mbr@freebsd.org has done. >>>> >>>> >>>> >>>> >>>I have some news. >>> >>>Only STABLE works at the moment. And only if you do a >>> >>>make USE_GCC=3.1 >>> >>>Installation. This works fine. You'll have to install the posted >>>system patch tough. >>> >>>CURRENT is broken to non working exceptions in the system gcc, >>>which make stlport coredump. >>> >>>Martin >>> >>> >>> >>> >>> >>> >>> >>OK, First I make system patch and rebuild world, and I use " USE_GCC=3.1" . >>I can not compile idl files now: >> >>============= >>Building project udkapi >>============= >>/home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script >>mkout -- version: 1.3 >>idlc @/var/tmp/mkEIrJuU >>Segmentation fault (core dumped) >>dmake: Error code 139, while making '../../../../unxfbsd.pro/misc/urd_cssscript.don' >>---* TG_SLO.MK *--- >> >>ERROR: Error 65280 occurred while making /home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script >>dmake: Error code 1, while making 'build_all' >>---* TG_SLO.MK *--- >>*** Error code 255 >> >>Stop in /home/ports/editors/openoffice. >> >> #ldd ./solver/641/unxfbsd.pro/bin/idlc >>./solver/641/unxfbsd.pro/bin/idlc: >> libsal.so.3 => /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libsal.so.3 (0x480b4000) >> libsalhelper3gcc3.so => /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libsalhelper3gcc3.so (0x48286000) >> libstlport_gcc.so => /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/lib/libstlport_gcc.so (0x4828a000) >> libm.so.2 => /usr/lib/libm.so.2 (0x4833c000) >> libc_r.so.4 => /usr/lib/libc_r.so.4 (0x48358000) >> >> >>#gdb ./solver/641/unxfbsd.pro/bin/idlc >>GNU gdb 4.18 (FreeBSD) >>Copyright 1998 Free Software Foundation, Inc. >>GDB is free software, covered by the GNU General Public License, and you are >>welcome to change it and/or distribute copies of it under certain conditions. >>Type "show copying" to see the conditions. >>There is absolutely no warranty for GDB. Type "show warranty" for details. >>This GDB was configured as "i386-unknown-freebsd"... >> >>Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. >> >>(gdb) run >>Starting program: /home/ports/editors/openoffice/work/oo_1.0_src/./solver/641/unxfbsd.pro/bin/idlc >>Error while reading shared library symbols: >>Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. >>Error while reading shared library symbols: >>Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. >>Error while reading shared library symbols: >>Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. >>(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... >>Program received signal SIGSEGV, Segmentation fault. >>0x480d9525 in ?? () >>(gdb) bt >>#0 0x480d9525 in ?? () >>#1 0x480f62f5 in ?? () >>#2 0x80831d7 in ?? () >>#3 0x805ee59 in ?? () >>#4 0x805ef73 in ?? () >>#5 0x80831a5 in ?? () >>#6 0x805a952 in ?? () >>(gdb) quit >> >> >> >>--hwh >> >> >> >> >> >> > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 17:54:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 2FDA137B404 for ; Thu, 6 Jun 2002 17:54:51 -0700 (PDT) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g570so633632; Fri, 7 Jun 2002 02:54:50 +0200 (CEST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g570sn9013729249; Fri, 7 Jun 2002 02:54:49 +0200 (MES) Date: Fri, 7 Jun 2002 02:55:59 +0200 (CEST) From: Martin Blapp To: Huang wen hui Cc: Subject: Re: openoffice 1.0 run problem In-Reply-To: <3D000332.3040300@mail.gddsn.org.cn> Message-ID: <20020607025500.Q11797-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm, > yes, STABLE( today cvsup). > FreeBSD 4.6-RC #2: Fri Jun 7 07:09:40 CST 2002 And you rebuild world ? It seems that you still use an old gcc. Can you rebuild your gcc3 port please ? Remove the old package and build a fresh gcc31 Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 17:59:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by hub.freebsd.org (Postfix) with ESMTP id 6FB2837B407 for ; Thu, 6 Jun 2002 17:59:48 -0700 (PDT) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 67FA81AF; Fri, 7 Jun 2002 08:59:47 +0800 (CST) Message-ID: <3D000583.4050209@mail.gddsn.org.cn> Date: Fri, 07 Jun 2002 08:59:47 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: Martin Blapp Cc: Huang wen hui , questions@freebsd.org Subject: Re: openoffice 1.0 run problem References: <20020607025500.Q11797-100000@levais.imp.ch> 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 Martin Blapp wrote: >Hmm, > > > >>yes, STABLE( today cvsup). >>FreeBSD 4.6-RC #2: Fri Jun 7 07:09:40 CST 2002 >> >> > >And you rebuild world ? It seems that you still use an >old gcc. Can you rebuild your gcc3 port please ? > >Remove the old package and build a fresh gcc31 > >Martin > > > > > yes, I removed old gcc31 package. I rebuild world and rebuid gcc31 before build openoffice. any way, I try again. --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 18: 0:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 5437637B408 for ; Thu, 6 Jun 2002 18:00:39 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Thu, 6 Jun 2002 18:00:39 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Thu, 6 Jun 2002 18:00:38 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: slice/partition/disklabel/disk copy question Reply-To: pjklist@ekahuna.com Cc: Axel Scheepers X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020607010039037.AAA494@empty1.ekahuna.com@pc02.ekahuna.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > OK, so I'm sitting here with the emergency shell booting from the > fixit CD. I decided to try editing the disklabel, which looked easier > than creating one from scratch. Something about the fixit environment > is unfriendly though - this is what I got: > > > Fixit# disklabel -er /dev/amrd1s2 > disklabel: /mnt2/stand/vi: No such file or directory OK, fixed this problem - for some reason when using the fixit CD from 4.5-RELEASE, it sets an invalid "EDITOR" variable. I reset that and disklabel -e now works. (maybe I should file a bug report?) I fixed the disklabel by manually adjusting the values so the system doesn't complain on boot, and I installed booteasy on the first (MSDOS) partition. But now the problem is that it thinks there's no slice 1 on disk2, only a slice 2, so it won't boot. (The freebsd boot manager shows 2 options: F1: MSDOS, and F2: disk 2) If I try to run fdisk from the fixit CD, I get: Fixit# fdisk -s fdisk: cannot open any disk: no such file or directory The disklabel actually was changed by the system when I edited it to reflect what should be the correct slice, but when the system boots it doesn't think slice 1 exists: Fixit# disklabel -r amrd1s2 (note the disk: line) # /dev/amrd1s2 type: SCSI disk: amrd1s1 [...] Fixit# disklabel -r amrd1s1 disklabel: /dev/amrd1s1: no such file or directory Any ideas how I can fix this? Thx, Phil -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 18: 9:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta-1.gci.net (mta-1.gci.net [208.138.130.82]) by hub.freebsd.org (Postfix) with ESMTP id C24C237B411 for ; Thu, 6 Jun 2002 18:08:51 -0700 (PDT) Received: from mmp-2.gci.net ([208.138.130.81]) by mta-1.gci.net (Netscape Messaging Server 4.15) with ESMTP id GXB9UN02.HBI for ; Thu, 6 Jun 2002 17:08:47 -0800 Received: from [24.237.15.200] ([24.237.15.200]) by mmp-2.gci.net (Netscape Messaging Server 4.15) with ESMTP id GXB9UN00.298; Thu, 6 Jun 2002 17:08:47 -0800 User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Thu, 06 Jun 2002 17:08:48 -0800 Subject: Re: active ftp on ipfw and natd? From: Mark-Nathaniel Weisman To: Axel Scheepers Cc: Message-ID: In-Reply-To: <20020606141121.E67863@mars.thuis> 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 Those ports are not addressable from the outside are they? Could someone use that open port range to exploit the box? His Faithful Servant, Mark > From: Axel Scheepers > Reply-To: Axel Scheepers > Date: Thu, 6 Jun 2002 14:11:21 +0200 > To: Mark-Nathaniel Weisman > Cc: questions@freebsd.org > Subject: Re: active ftp on ipfw and natd? > > On Wed, Jun 05, 2002 at 11:47:19PM -0800, Mark-Nathaniel Weisman wrote: >> List, >> I was looking through the archives, and it would seem that a potential >> solution for my problem is punch_fw? I haven't read the man about it yet, >> however, I'm trying to run an active ftp connection through a natd/ipfw box >> to my webserver, I've got ports 20 and 21 open, and yet I can't seem to >> connect through the box, any assistance would be greatly appreciated, and >> yes I will go and read the man file on this. ;-) >> >> His Faithful Servant, >> Mark Weisman >> >> > Hi Mark, > > I think you have to open up ports 49152-65535 too for ftp to work; > also check these: > 02:10pm axel@mars:~ $sysctl -a | grep range > net.inet.ip.portrange.lowfirst: 1023 > net.inet.ip.portrange.lowlast: 600 > net.inet.ip.portrange.first: 1024 > net.inet.ip.portrange.last: 5000 > net.inet.ip.portrange.hifirst: 49152 > net.inet.ip.portrange.hilast: 65535 > > If you want that hole to be less big. > > Gr, > - > Axel Scheepers > UNIX System Administrator > > email: axel@axel.truedestiny.net > a.scheepers@iae.nl > http://axel.truedestiny.net/~axel > ------------------------------------------ > Seminars, n.: > From "semi" and "arse", hence, any half-assed discussion. > ------------------------------------------ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 18:22: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx.znet.net.au (mx.znet.net.au [203.87.59.5]) by hub.freebsd.org (Postfix) with ESMTP id 4B5CA37B403 for ; Thu, 6 Jun 2002 18:21:54 -0700 (PDT) Received: from swegg (dialup-77.120.221.203.acc02-apli-cai.comindico.com.au [203.221.120.77]) by mx.znet.net.au (8.9.3/8.9.3) with SMTP id LAA19521 for ; Fri, 7 Jun 2002 11:21:49 +1000 (EST) (envelope-from robbak@comnorth.com.au) Message-ID: <001c01c20dc1$b19ef8b0$fa6318ac@swegg> From: "Robert" To: "FreeBSD Support" Subject: OT - Some Name strangeness Date: Fri, 7 Jun 2002 10:54:49 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recently (as noted in other post) been involved in a telstra (australia) bigpond installation. the strangness i have seen is in the names fo the pop and smtp server names. pop mail comes from pop-mail (No .bigpond.com.) and mail goes to mail-hub (again, not a FQDN). I didn't think that too strange - the DNS could treat them as local names, or could be hacked to supply the ip addresses from these apparently invalid names. However, I became competely confused when these names continued to work after I installed my BSD router and changed to it's DNS server. Also, nslookup canot resolve these names, no matter where i send the request. What is happening? how is this working??? thanks, Robert Backhaus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 18:24:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id DAC2F37B40C for ; Thu, 6 Jun 2002 18:24:49 -0700 (PDT) Received: from dialup-63.214.212.223.dial1.philadelphia1.level3.net ([63.214.212.223] helo=sparky) by avocet.prod.itd.earthlink.net with smtp (Exim 3.33 #2) id 17G8Uh-0001BL-00; Thu, 06 Jun 2002 18:24:47 -0700 From: Jud To: "Scott Robbins" , "Gautham Ganapathy" Cc: "FreeBSD.org - Questions" Date: Thu, 06 Jun 2002 21:25:08 -0400 X-Priority: 3 (Normal) In-Reply-To: <74B85YBKHGAD0OIQNIGGC97WU0KEA0.3cfed2b9@sparky> Message-Id: Subject: RE: Spontaneous Reboot on Startx (was Re: Problem with "shutdown -p now") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.04 build 1120 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 6/5/2002 11:10:49 PM, Jud wrote: >6/5/2002 11:04:17 PM, "Gautham Ganapathy" >wrote: > >[snip] >>Hi Scott, Jud >> >>Adding that return statement to i686_mem.c worked. Thanx a lot. Pretty >cool. > >Excellent news. Guess I'll be trying it now that you've paved the way. I tried it. It worked. Life is good. :) Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 18:27:29 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 ED3A337B403 for ; Thu, 6 Jun 2002 18:27:24 -0700 (PDT) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id g571ROM54764; Thu, 6 Jun 2002 21:27:24 -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 g571RMH54755; Thu, 6 Jun 2002 21:27:22 -0400 (EDT) (envelope-from timothyk@serv1.wallnet.com) X-Authentication-Warning: serv1.wallnet.com: timothyk owned process doing -bs Date: Thu, 6 Jun 2002 21:27:22 -0400 (EDT) From: Tim Kellers To: Alexander V Zubchenko Cc: Michael Sharp , Subject: Re: php.ini In-Reply-To: <20020606155857.O57872-100000@server.hermes-comp.zp.ua> Message-ID: <20020606212652.O50660-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 /usr/local/etc/php.ini-dist on my box. (4.6 RC) Tim On Thu, 6 Jun 2002, Alexander V Zubchenko wrote: > > > On Thu, 6 Jun 2002, Michael Sharp wrote: > > > I just installed the apache+mod_ssl port (apache+mod_ssl-1.3.24+2.8.8) , > > as well as mod_php4 (mod_php4-4.2.1_1) and mod_perl (mod_perl-1.26) > > after doing a fresh CVsup of ports on FreeBSD 4.6-RC. I need to edit > > php.ini for an app I want to install, but find / -name php.ini > > says there is no php.ini on the system, yet php functionality IS working > > in apache. Am I missing something, or is mod_php4 not using a php.ini > > anymore? > In /usr/ports/mod_php4/pkg-plist php.ini not found. Mayb mod using some > defaults, and you must create php.ini by yourself to override settings. > I'm not sure, 'cos i install my php module from sources from www.php.net > And php.ini _was_ created in this case. > > > > > michael > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Alexander > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 18:29:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chat.ru (pax2-168.cis.ru [212.109.194.168]) by hub.freebsd.org (Postfix) with SMTP id 2365537B407; Thu, 6 Jun 2002 18:28:55 -0700 (PDT) From: Saber Software Subject: Looking for software development alternatives? Look no further. Reply-To: SaberSoftware@cmail.ru X-Priority: 3 X-MSMail-Priority: Normal Organization: Saber Software X-Mailer: Microsoft Outlook Express 4.72.3110.5 Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Date: Fri, 7 Jun 2002 08:28:21 +0700 Message-Id: <20020607012855.2365537B407@hub.freebsd.org> To: undisclosed-recipients:; Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! If you need to develop, maintain or add more functionality to your own software then our offer might interest you. We at SaberSoftware develop software products meeting the client's requirements. Our team has more than eight years of experience in this area. This helps us deliver reliable results at reasonable costs. Because of the flexible approach a customer can choose preferable conditions of project implementation and control the work progress. Knowing that time is the most valuable resource for a business we help saving it by strictly following our client's requirements. Price of the project is negotiable in each particular case and is based on one of two options: + Fixed fee + Hourly rate (average rate is $20 per hour) For more info contact us at SaberSoftware@cmail.ru or visit our site http://www.sabersoftware.com Our experience: Application areas: Application Re-Engineering Business Applications Customer Relationships Management Database design and administration Device Drivers (for Win XP/2000/NT/98/95, Unix, Linux) Distributed data processing E-Commerce (b2b, b2c) Games N-Tier Application Development Porting Product/application customization and support Computer Languages: C/C++ Delphi FORTRAN HTML Ix86 Assembly Languages Java JavaScript Pascal Perl PL/SQL PHP SQL UML Visual Basic XML, XSL Various Standards: ActiveX CORBA Java2 Enterprise Edition (EJB, JMS, JMX, JSP etc) Microsoft DNA (DCOM/COM+) LDAP JDBC TCP/IP protocols Your email address was taken from public resources. This is a one time mailing. There is no need to unsubscribe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 18:31:48 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 4C53037B405 for ; Thu, 6 Jun 2002 18:31:42 -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 g571V5U13421; Thu, 6 Jun 2002 21:31:07 -0400 Message-ID: <3D000E3E.4010601@potentialtech.com> Date: Thu, 06 Jun 2002 21:37: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: Robert Cc: FreeBSD Support Subject: Re: OT - Some Name strangeness References: <001c01c20dc1$b19ef8b0$fa6318ac@swegg> 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 Robert wrote: > I recently (as noted in other post) been involved in a telstra (australia) > bigpond installation. > > the strangness i have seen is in the names fo the pop and smtp server names. > > pop mail comes from pop-mail (No .bigpond.com.) and mail goes to mail-hub > (again, not a FQDN). I didn't think that too strange - the DNS could treat > them as local names, or could be hacked to supply the ip addresses from > these apparently invalid names. > > However, I became competely confused when these names continued to work > after I installed my BSD router and changed to it's DNS server. Also, > nslookup canot resolve these names, no matter where i send the request. > > What is happening? how is this working??? It seems to me that most systems will append their domain name to the host name if it's not fully qualified. i.e.: My hostname is me.domain.com I'm trying to resolve smtp-server and it fails, so I try smtp-server.domain.com. Would that explain what's happening? I believe this is a standard action for any resolver library to take. nslookup won't do it, however. nslookup only attempts to resolve exactly what you tell it to. -- 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 Thu Jun 6 18:49:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx.znet.net.au (mx.znet.net.au [203.87.59.5]) by hub.freebsd.org (Postfix) with ESMTP id 591F537B406 for ; Thu, 6 Jun 2002 18:48:56 -0700 (PDT) Received: from swegg (dialup-77.120.221.203.acc02-apli-cai.comindico.com.au [203.221.120.77]) by mx.znet.net.au (8.9.3/8.9.3) with SMTP id LAA23825 for ; Fri, 7 Jun 2002 11:48:48 +1000 (EST) (envelope-from robbak@comnorth.com.au) Message-ID: <002701c20dc5$76eff170$fa6318ac@swegg> From: "Robert" To: "FreeBSD Support" Subject: Re: OT - Some Name strangeness Date: Fri, 7 Jun 2002 11:48:43 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Yes That's what I thought. But when I installed the router, and dhcpd'ed with the routers DNS and domain, it didn't kill it. If that was the answer, it would be looking up mail-hub.flexi.robbak.com, which I _know_doesn't exist. strange. >>It seems to me that most systems will append their domain name to the host name if it's not fully qualified. i.e.: My hostname is me.domain.com I'm trying to resolve smtp-server and it fails, so I try smtp-server.domain.com. Would that explain what's happening? I believe this is a standard action for any resolver library to take. nslookup won't do it, however. nslookup only attempts to resolve exactly what you tell it to To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 18:54:11 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 110FD37B404 for ; Thu, 6 Jun 2002 18:54:07 -0700 (PDT) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id g571s6H58254; Thu, 6 Jun 2002 21:54:06 -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 g571s4m58242; Thu, 6 Jun 2002 21:54:05 -0400 (EDT) (envelope-from timothyk@serv1.wallnet.com) X-Authentication-Warning: serv1.wallnet.com: timothyk owned process doing -bs Date: Thu, 6 Jun 2002 21:54:04 -0400 (EDT) From: Tim Kellers To: David Greenman-Lawrence Cc: , Subject: Re: Prohosters In-Reply-To: <20020606150448.F2300@nexus.root.com> Message-ID: <20020606215235.E50660-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 And, of course, e-mail rants even when justified, draw more eyes to the offending target --which, cynically, I wonder if it might be the intent, anyway. Tim On Thu, 6 Jun 2002, David Greenman-Lawrence wrote: > >Your continued support of Prohosters after they chose to broadcast a video of > >the decapitation of Daniel Pearl is inexcusable. I urge you to remove your > >support from the service immediately in the name of decency. No one truly > >needs to have access to a video of the death of an innocent man. This video, > >carrying the message of the terrorists, should not be protected under first > >amendment rights any more than child pronography. The message is not from > >ProHoster, it is from the murderers of Daniel Pearl. If it strikes fear in > >the heart of even a single American, it is furthering their cause. > > > >Lorna Waterman > > "ProHosters" is not affiliated with the FreeBSD Project. They may chose to > use our software, but they are not a partner with us and have no other > relationship to us. > > -DG > > David Greenman-Lawrence > Co-founder, The FreeBSD Project - http://www.freebsd.org > President, TeraSolutions, Inc. - http://www.terasolutions.com > President, Download Technologies, Inc. - http://www.downloadtech.com > Pave the road of life with opportunities. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 18:57:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mhub-w2.tc.umn.edu (mhub-w2.tc.umn.edu [160.94.160.45]) by hub.freebsd.org (Postfix) with ESMTP id CB93037B400 for ; Thu, 6 Jun 2002 18:57:29 -0700 (PDT) Received: from [65.25.216.17] by mhub-w2.tc.umn.edu for questions@FreeBSD.org; Thu, 6 Jun 2002 20:57:29 -0500 MIME-Version: 1.0 Message-Id: <3D0012FF.000005.11929@kabuki.mn.rr.com> Date: Thu, 6 Jun 2002 20:57:19 -0500 (Central Daylight Time) Content-Type: Multipart/Alternative; boundary="------------Boundary-00=_J3CB6RO0000000000000" X-Mailer: IncrediMail 2001 (1400174) From: "Ryan Wold" X-Priority: 3 X-FID: FLAVOR00-NONE-0000-0000-000000000000 To: Subject: disks not found Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_J3CB6RO0000000000000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When installing FreeBSD, I get the following message: "No disks found! Please Verify that your disk controller is being proper= ly probed at boot time." =20 When I scroll back up to view the boot time messages, it seems that the d= isk and controllers are being found: "ata0: at 0x1f0 irq 14 on atapci0" "ata1: at 0x170 irq 15 on atapci0" "ad0: 28629 MB at ata1-master using PIO4" Any ideas as to the problem? --------------Boundary-00=_J3CB6RO0000000000000 Content-Type: Text/HTML; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
When installing FreeBSD, I get the following message:
 
"No disks found!  Please Verify that your disk controller= is=20 being properly probed at boot time." 
 
When I scroll back up to view the boot time messages, it seems= that=20 the disk and controllers are being found:
 
"ata0: at 0x1f0 irq 14 on atapci0"
"ata1: at 0x170 irq 15 on atapci0"
"ad0: 28629 MB <WD ...> at ata1-master using PIO4"
 
Any ideas as to the problem?
=09 =09 =09 =09 =09 =09 =09
____________________________________________________
3D""=20 Inc= rediMail=20 - Email has finally evolved -
Click=20 Here
--------------Boundary-00=_J3CB6RO0000000000000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 19: 4:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id 0012E37B423; Thu, 6 Jun 2002 19:04:09 -0700 (PDT) Received: from [68.64.98.90] (helo=lime.objectwerks.com) by hobbiton.shire.net with asmtp (Exim 3.36 #9) id 17G96m-000OMn-00; Thu, 06 Jun 2002 22:04:09 -0400 Date: Thu, 6 Jun 2002 22:04:34 -0400 Subject: Re: ASUS a7m266-d dual Athlon board? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: freebsd-hardware@freebsd.org To: freebsd-questions@FreeBSD.ORG From: Chad Leigh -- Shire.Net LLC In-Reply-To: <3CFFBA52.3060700@home.se> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >> Any problems with the Asus a7m266-d dual Athlon board? I actually >> want to run it with just one XP processor but I want the ECC and this >> chipset is one of the few to run with ECC and an Athlon it appears. > Thanks to all who replied. Turns out I can't use this board or the Tyan 2466 I was looking at since I noticed that two of the PCI slots, right where I need to stick the riser for my rack case, are 3.3v and I need 5v there. So I found the slightly older Tyan 2460 board and will be using that one instead. Thanks to all who replied! I appreciate it. best regards Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 19:31:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 609F837B400; Thu, 6 Jun 2002 19:30:47 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net; Thu, 6 Jun 2002 19:30:46 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795; Thu, 06 Jun 2002 19:26:17 -0700 From: "Corey Snow" To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Date: Thu, 6 Jun 2002 19:30:52 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Bridging Firewall Message-ID: <3CFFB86C.31738.5BECA9F@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG So I'm being a total masochist. I've never used FreeBSD before, and got it installed on a truly ancient 486 DX2/66 with 32 MB RAM yesterday night. It seems to run well (a helluva lot faster than I thought it would on such ancient hardware) and I'm pleased so far. I'm reasonably certain it can handle what I want it to do, based on the research I've done. I was surprised at how little horsepower it takes to run a decent firewall. Goal: To add a second NIC to this beast (it has one currently) and turn it into a bridging firewall using ipfw and the bridging kernel options. I've never built a custom kernel before, so I'm diving in, waiting for the appropriate chapters to get spat out of the printer before going any further. :) Secondary Goal: To add support for my Panasonic CDROM drive, which is accessed through an old Creative Labs SoundBlaster. I don't care about sound support, and I haven't installed X (don't need it on a firewall box) so the only reason the card is in the machine is that it can't be driven by any other type of card (even though it has a 40- pin interface like an IDE drive- that was quite annoying). I think I'm pretty comfortable with the process as described, and worst-case is I have to blow my install away and start over (no big deal at this stage). However, there's one question I'm not certain about. If I want to add a second ISA Ethernet NIC (I have two GeniusLAN 10BaseT NICS that work as NE2000 NICS) do I have to run the MAKEDEV shell script before or after rebuilding the kernel, or does it matter? I assume it's after, from what I've read. Anyway, the plan is to back up my kernel, follow the directions on the web site and configure an new one, rebuild, then use MAKEDEV to add the second NIC. After that, assuming it all goes well, I guess I'll start playing with bridging and the firewall rules on a dummy network I have here. Comments, suggestions, and/or belly laughs at my ignorance would be appreciated. :) Thanks, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 19:34:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns1.state.ar.us (dns1.state.ar.us [170.94.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 7C6C637B404 for ; Thu, 6 Jun 2002 19:34:34 -0700 (PDT) Received: from popelib.state.ar.us (popelib.state.ar.us [170.94.150.231]) by dns1.state.ar.us (8.9.3/8.9.3) with SMTP id VAA26977; Thu, 6 Jun 2002 21:34:17 -0500 Date: Thu, 6 Jun 2002 21:34:17 -0500 From: cristos3@hotmail.com Message-Id: <200206070234.VAA26977@dns1.state.ar.us> Received: from Spooler by popelib.state.ar.us (Mercury/32 v2.16); 6 Jun 02 21:58:18 -0500 To: undisclosed-recipients:; Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 19:53: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [206.29.169.27]) by hub.freebsd.org (Postfix) with ESMTP id CA82B37B407 for ; Thu, 6 Jun 2002 19:52:57 -0700 (PDT) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.12.3/8.12.3) with ESMTP id g572qKSx015096; Thu, 6 Jun 2002 19:52:21 -0700 (PDT) (envelope-from list@ns.museum.rain.com) Received: (from list@localhost) by ns.museum.rain.com (8.12.3/8.12.3/Submit) id g572qKcr015095; Thu, 6 Jun 2002 19:52:20 -0700 (PDT) (envelope-from list) Date: Thu, 6 Jun 2002 19:52:20 -0700 From: James Long To: Robert Cc: FreeBSD Support Subject: Re: OT - Some Name strangeness Message-ID: <20020606195220.A15065@ns.museum.rain.com> References: <002701c20dc5$76eff170$fa6318ac@swegg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002701c20dc5$76eff170$fa6318ac@swegg>; from robbak@comnorth.com.au on Fri, Jun 07, 2002 at 11:48:43AM +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 Fri, Jun 07, 2002 at 11:48:43AM +1000, Robert wrote: > Yes That's what I thought. But when I installed the router, and dhcpd'ed > with the routers DNS and domain, it didn't kill it. If that was the answer, > it would be looking up mail-hub.flexi.robbak.com, which I _know_doesn't > exist. strange. (please don't top post.) Is there a "search" line in your /etc/resolv.conf, if so, what? What is the output from 'ping -c3 mail-hub'? And I forget if anyone asked the obvious, what is the output of grep -i mail-hub /etc/hosts ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 19:56: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by hub.freebsd.org (Postfix) with ESMTP id 5BD2C37B406 for ; Thu, 6 Jun 2002 19:55:55 -0700 (PDT) Received: from dc.cis.okstate.edu (localhost [127.0.0.1]) by dc.cis.okstate.edu (8.11.6/8.11.6) with ESMTP id g572tsw22117 for ; Thu, 6 Jun 2002 21:55:54 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200206070255.g572tsw22117@dc.cis.okstate.edu> Reply-To: martin@dc.cis.okstate.edu To: freebsd-questions@freebsd.org Subject: dst_read_key: error reading key Date: Thu, 06 Jun 2002 21:55:54 -0500 From: Martin McCormick Sender: owner-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 not sure if this is a FreeBSD issue or a bind issue. I asked about it on the ISC bind users list and didn't get any answers of any kind. In the domain name server software, is a method of protecting updates to domain name servers via a key used to sign the updates. The application that one can use to dynamically update a running DNS is called nsupdate and uses one of a number of different style keys. The key I am attempting to use works in other parts of the dns maintenance process so it should work with nsupdate. The documentation is straight-forward enough as to how to use one's key nsupdate -k /var/named/keys:the_key_name assuming, of course that the key is where you say it is. I always get the error I showed in the subject line no matter what I do. The only time I get a different error is if I run the command from my userID and I get an access denied error because the directory is only accessible from root. I even removed the keys temporarily and got the same error which I expected to change to a "file not found" error. Has anybody seen this behavior before and fixed it? I am running out of things to try and there is never enough time to be totally stuck.:-) DNS runs as a low-level userID but root is where I try to run the nsupdate command. I even thought nsupdate might assume the named root directory as its root, but that's not true either. Martin McCormick WB5AGZ Stillwater, OK OSU Center for Computing and Information Services Network Operations Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 20:10: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts22-srv.bellnexxia.net (tomts22.bellnexxia.net [209.226.175.184]) by hub.freebsd.org (Postfix) with ESMTP id 1816337B406 for ; Thu, 6 Jun 2002 20:09:57 -0700 (PDT) Received: from there ([64.231.172.38]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with SMTP id <20020607030956.NWOY25645.tomts22-srv.bellnexxia.net@there>; Thu, 6 Jun 2002 23:09:56 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Steve Brown To: Danovitsch@Danovitsch.dnsq.org, "uwi mAn" Subject: Re: ACPI sleep mode Date: Thu, 6 Jun 2002 23:09:55 -0400 X-Mailer: KMail [version 1.3.2] Cc: FreeBSD-Questions@FreeBSD.ORG References: <02060623315602.03660@FreeBSD.Danovitsch.LAN> In-Reply-To: <02060623315602.03660@FreeBSD.Danovitsch.LAN> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020607030956.NWOY25645.tomts22-srv.bellnexxia.net@there> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have this part working (I type zzz and it goes to sleep). But I'd like the 'puter to fall asleep by itself after I put it down and leave it for a while. Windows, Linux, OpenBSD and NetBSD can do it, so I'm guessing FreeBSD can too. Is there anyone out there who knows how to make this happen, or even is it or is it not possible? Thanks, Steve On June 6, 2002 05:31 pm, Daan Vreeken [PA4DAN] wrote: > On Thursday 06 June 2002 19:29, you wrote: > > How to enable ACPI sleep mode on BSD? > > Appreciate it. > > Try the "zzz" command. > (You should have apm in your kernel for this to work) > > grtz, > Daan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 20:18: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21501.mail.yahoo.com (web21501.mail.yahoo.com [66.163.169.12]) by hub.freebsd.org (Postfix) with SMTP id 2A40B37B407 for ; Thu, 6 Jun 2002 20:18:03 -0700 (PDT) Message-ID: <20020607031802.1722.qmail@web21501.mail.yahoo.com> Received: from [64.56.226.78] by web21501.mail.yahoo.com via HTTP; Thu, 06 Jun 2002 23:18:02 EDT Date: Thu, 6 Jun 2002 23:18:02 -0400 (EDT) From: Oi Yan Subject: dual boot To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-66339558-1023419882=:96889" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-66339558-1023419882=:96889 Content-Type: text/plain; charset=us-ascii Hello After installing RH7.3, i couldn't boot freebsd 4.5 How can I do it? Please help Thank you --------------------------------- Movies, Music, Sports, Games! Yahoo! Canada Entertainment --0-66339558-1023419882=:96889 Content-Type: text/html; charset=us-ascii

Hello

After installing RH7.3, i couldn't boot freebsd 4.5

How can I do it?

Please help

Thank you



Movies, Music, Sports, Games! Yahoo! Canada Entertainment
--0-66339558-1023419882=:96889-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 20:33:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.121]) by hub.freebsd.org (Postfix) with ESMTP id 7FE8837B400 for ; Thu, 6 Jun 2002 20:33:49 -0700 (PDT) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out3.mx.nwbl.wi.voyager.net (8.12.3/8.11.4/1.7) with ESMTP id g573XlX5029506 for ; Thu, 6 Jun 2002 22:33:47 -0500 Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g573Xkh18330 for ; Thu, 6 Jun 2002 22:33:46 -0500 (CDT) Date: Thu, 6 Jun 2002 22:33:46 -0500 (CDT) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Virtual PC for FreeBSD?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I've just found a new playtoy in windows called Virtual PC. Very cool program. Now, I'm wondering, is there something like this in freebsd? That would be so cool. And no, I'm not talking about Wine either. hehe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 20:38:12 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 9E17837B401 for ; Thu, 6 Jun 2002 20:38:08 -0700 (PDT) Received: from there (dialup-13.pasa.apana.org.au [203.14.158.142]) by tierzero.apana.org.au (8.11.1/8.11.1) with SMTP id g573c6143932 for ; Fri, 7 Jun 2002 13:08:06 +0930 (CST) (envelope-from bastill@sa.apana.org.au) Message-Id: <200206070338.g573c6143932@tierzero.apana.org.au> Content-Type: text/plain; charset="iso-8859-1" From: Brian Astill Reply-To: bastill@sa.apana.org.au To: questions@FREEBSD.org Subject: 300M/Mth too small? Date: Fri, 7 Jun 2002 19:23:53 +0930 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am considering "going broadband" using ADSL. The cheapest offering has a 300M/Mth limit (you pay extra if you download more than that in any one month) I am running FBSD 4.5. Q. Is 300M/Mth sufficient to keep FBSD up to date, collect e-mail, do a little web-surfing, and download the odd port or two occasionally? If not, what would you suggest as a reasonable limit? -- Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 20:38:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.aem.umn.edu (mail.aem.umn.edu [128.101.142.239]) by hub.freebsd.org (Postfix) with ESMTP id 94C2E37B409 for ; Thu, 6 Jun 2002 20:38:30 -0700 (PDT) Received: from nova.aem.umn.edu (nova.aem.umn.edu [128.101.143.13]) by mail.aem.umn.edu (8.11.3/8.11.3) with ESMTP id g573cUt78257 for ; Thu, 6 Jun 2002 22:38:30 -0500 (CDT) (envelope-from wold@aem.umn.edu) Received: from localhost (wold@localhost) by nova.aem.umn.edu (8.11.6+Sun) with ESMTP id g573cTX01438 for ; Thu, 6 Jun 2002 22:38:29 -0500 (CDT) X-Authentication-Warning: nova.aem.umn.edu: wold owned process doing -bs Date: Thu, 6 Jun 2002 22:37:04 -0500 (CDT) From: Ryan Wold To: Subject: "No disks found!" Error Message Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am in the process of installing FreeBSD 4.5 and while running the sysinstall program, I get the following error message: "No disks found! Please verify that your disk controller is being properly probed at boot time" When I look at the boot time messages it appears that the disk and the disk controller are being found, as I get the following messages: "ata0: at 0x1f0 irq 14 on atapci0" "ata1: at 0x170 irq 15 on atapci0" "ad0: 28629 MB at ata1-master using PIO4" These irqs are correct, so I don't know what the problem could be. I am using a 30GB Western Digital Hardrive with standard IDE controllers. Thanks for any help. Ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 20:46:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lsh103.siteprotect.com (lsh103.siteprotect.com [66.113.134.246]) by hub.freebsd.org (Postfix) with ESMTP id 3C29B37B41A for ; Thu, 6 Jun 2002 20:46:55 -0700 (PDT) Received: from mswolf (ca-crlsbd-u4-c6a-a-108.crlsca.adelphia.net [68.66.136.108]) by lsh103.siteprotect.com (8.9.3/8.9.3) with SMTP id WAA04599; Thu, 6 Jun 2002 22:46:48 -0500 Message-ID: <013a01c20dd5$a9d18170$0a01a8c0@mswolf> From: "Michael Wells" To: "Steven Lake" , References: Subject: Re: Virtual PC for FreeBSD?? Date: Thu, 6 Jun 2002 20:44:40 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG We just used this product on OS X to emulate FreeBSD so we could test some code. It was great! I also have been in communication with the company who makes this www.connectix.com with some questions and they answered straight away. Michael ----- Original Message ----- From: "Steven Lake" To: Sent: Thursday, June 06, 2002 8:33 PM Subject: Virtual PC for FreeBSD?? > Ok, I've just found a new playtoy in windows called Virtual PC. > Very cool program. Now, I'm wondering, is there something like this in > freebsd? That would be so cool. And no, I'm not talking about Wine > either. hehe. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 20:57:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wonkity.com (wonkity.com [63.93.4.4]) by hub.freebsd.org (Postfix) with ESMTP id 7014637B407 for ; Thu, 6 Jun 2002 20:57:29 -0700 (PDT) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id g573vJuF076333; Thu, 6 Jun 2002 21:57:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id g573vIGo076330; Thu, 6 Jun 2002 21:57:19 -0600 (MDT)?g (envelope-from wblock@wonkity.com) Date: Thu, 6 Jun 2002 21:57:18 -0600 (MDT) From: Warren Block To: Nino Dehne Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Epson Perfection 1240 USB + SANE trouble In-Reply-To: <3CFE4D30.9080508@0x54434D.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My Epson 1640 works on USB... comments interspersed: On Wed, 5 Jun 2002, Nino Dehne wrote: > # usbdevs -v > Controller /dev/usb0: > addr 1: self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev > 0x0100 > port 1 addr 2: self powered, config 1, Perfection 1240U / 1240Photo > scanner(0x010b), Seiko Epson Corp.(0x04b8), rev 0x0104 > port 2 powered Similar, but I get "Perfection1640(0x010a), EPSON(0x04b8), rev 0x0103". > # pkg_info | grep sane > sane-backends-1.0.8 API for access to scanners, digitals camera, frame > grabbers Version 1.0.7_1. I also have xsane installed. > # cat /usr/local/etc/sane.d/epson.conf > usb /dev/uscanner0 Mine also has a "scsi EPSON" entry before the usb line (some comments not shown): # epson.conf # SCSI scanner: scsi EPSON # USB scanner usb /dev/uscanner0 > # scanimage -L > [sanei_debug] Setting debug level of epson to 128. > [epson] sane_init: sane-backends 1.0.8 > [epson] sane_init, >usb /dev/uscanner0< > [epson] sane_init, >usb /dev/uscanner0< > [epson] attach(usb /dev/uscanner0) > [epson] SANE Epson Backend v0.2.21 - 2002-04-22 > [epson] attach(usb /dev/uscanner0) > [epson] attach: opening usb /dev/uscanner0 > [epson] send buf, size = 2 > [epson] buf[0] 1b . > [epson] buf[1] 40 @ I get no debug messages, just: device `epson:/dev/uscanner0' is a Epson Perfection1640 flatbed scanner > and this is it. stuck at this point. scanner is powered on before boot. > how do you get an usb scanner working? what am i missing? The only difference I see is versions and the "scsi Epson" line in the epson.conf file. On mine, it doesn't care if it's on at boot, it'll detect the attachment of a USB device. -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 20:57:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speaker.rodsbooks.com (ip68-14-7-118.ri.ri.cox.net [68.14.7.118]) by hub.freebsd.org (Postfix) with ESMTP id AD24A37B401 for ; Thu, 6 Jun 2002 20:57:49 -0700 (PDT) Received: by speaker.rodsbooks.com (Postfix, from userid 500) id C180B2B8B9; Thu, 6 Jun 2002 23:57:48 -0400 (EDT) To: freebsd-questions@FreeBSD.ORG Reply-To: rodsmith@rodsbooks.com Subject: Re: Virtual PC for FreeBSD?? In-Reply-To: Date: Thu, 06 Jun 2002 23:57:48 -0400 (EDT) X-Mailer: XCmail 1.3 - with PGP support, PGP engine version 0.5 (Linux) X-Mailerorigin: http://www.fsai.fh-trier.de/~schmitzj/Xclasses/XCmail/ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20020607035748.C180B2B8B9@speaker.rodsbooks.com> From: rodsmith@rodsbooks.com (Rod Smith) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ---Reply to mail from Steven Lake about Virtual PC for FreeBSD?? > Ok, I've just found a new playtoy in windows called Virtual PC. > Very cool program. Now, I'm wondering, is there something like this in > freebsd? That would be so cool. And no, I'm not talking about Wine > either. hehe. Check out Bochs and Plex86. The former is the most like Virtual PC in that it emulates the x86 CPU, and so runs on non-x86 systems as well as on x86 computers. The latter is more like VMware, in that it "just" virtualizes the machine, so it only runs on x86 hardware, but is faster. For that matter, VMware is also an option, but AFAIK it's only available as a Linux program, so you need to run it with the Linux support libraries. Bochs and Plex86 are open source, but VMware is commercial. -- Rod Smith rodsmith@rodsbooks.com http://www.rodsbooks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 21: 8:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id 05FBB37B412 for ; Thu, 6 Jun 2002 21:08:11 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GXB00I73HWNV4@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Fri, 7 Jun 2002 12:02:47 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GXBHZR00.LFF for ; Fri, 07 Jun 2002 12:04:39 +0800 Date: Fri, 07 Jun 2002 14:04:39 +1000 From: BSD Freak Subject: Converting decimal dotted subnet mask to CIDR in a script To: FreeBSD Questions Message-id: MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have a variable in a script we use $MASK=255.255.255.0 Is there a utility or an easy way to process $MASK and get $MASKCIDR=24 the CIDR value of 255.255.255.0 Many thanks... --------------------------------------------------------------------- Faxes delivered directly to any email address, new to mBox! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 21:32:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ares.blahz.ab.ca (h24-64-95-168.cg.shawcable.net [24.64.95.168]) by hub.freebsd.org (Postfix) with SMTP id 92ABD37B400 for ; Thu, 6 Jun 2002 21:32:31 -0700 (PDT) Received: (qmail 13303 invoked by uid 508); 7 Jun 2002 04:32:39 -0000 Received: from bsd-lists@blahz.ab.ca by ares.blahz.ab.ca by uid 505 with qmail-scanner-1.12 (sweep: 2.10/3.58. . Clear:. Processed in 1.470417 secs); 07 Jun 2002 04:32:39 -0000 Received: from unknown (HELO zeus) (24.64.93.70) by h24-64-95-168.cg.shawcable.net with SMTP; 7 Jun 2002 04:32:37 -0000 From: "Mike Roest" To: "'BSD Freak'" , "'FreeBSD Questions'" Subject: RE: Converting decimal dotted subnet mask to CIDR in a script Date: Thu, 6 Jun 2002 22:32:03 -0600 Message-ID: <000001c20ddc$4916c370$465d4018@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can 1)split each of the octects at the decimals. 2)convert each resulting numbers to binary 3)count the number of ones in the 4 binary numbers. 4)bang you have the result. This procedure "should" work for all subnet masks -Mike -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of BSD Freak Sent: Thursday, June 06, 2002 10:05 PM To: FreeBSD Questions Subject: Converting decimal dotted subnet mask to CIDR in a script Hi all, I have a variable in a script we use $MASK=255.255.255.0 Is there a utility or an easy way to process $MASK and get $MASKCIDR=24 the CIDR value of 255.255.255.0 Many thanks... --------------------------------------------------------------------- Faxes delivered directly to any email address, new to mBox! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 21:51: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu08.email.msn.com (cpimssmtpu08.email.msn.com [207.46.181.83]) by hub.freebsd.org (Postfix) with ESMTP id AD34837B408 for ; Thu, 6 Jun 2002 21:50:57 -0700 (PDT) Received: from thebe ([67.24.227.187]) by cpimssmtpu08.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Thu, 6 Jun 2002 21:50:10 -0700 From: "Aaron Burke" To: "FreeBSD-Questions" , "Corey Snow" Subject: RE: Bridging Firewall Date: Thu, 6 Jun 2002 21:50:12 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3CFFB86C.31738.5BECA9F@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-OriginalArrivalTime: 07 Jun 2002 04:50:11.0371 (UTC) FILETIME=[CE3B9FB0:01C20DDE] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > So I'm being a total masochist. I've never used FreeBSD before, and > got it installed on a truly ancient 486 DX2/66 with 32 MB RAM > yesterday night. It seems to run well (a helluva lot faster than I > thought it would on such ancient hardware) and I'm pleased so far. > I'm reasonably certain it can handle what I want it to do, based on > the research I've done. I was surprised at how little horsepower it > takes to run a decent firewall. FreeBSD was my first version of unix, and it runs great on my Pentuim 233-mmx. > > Goal: To add a second NIC to this beast (it has one currently) and > turn it into a bridging firewall using ipfw and the bridging kernel > options. I've never built a custom kernel before, so I'm diving in, > waiting for the appropriate chapters to get spat out of the printer > before going any further. :) Ok, You will need to recompile the kernel with support for the other NIC. Since its going to run the ed? driver, you will basically copy much of the existing ed0 code to ed1. device ed0 at isa? port 0x300 irq 10 iomem 0xd8000 # change the port ???, irq ?? and iomem ?????? to match the # settings on your other nic hardware. I think that PCI nics # wouldnt need this info, but since they are ISA, you will # need to change these. device ed1 at isa? port 0x??? irq ?? iomem 0x????? > > Secondary Goal: To add support for my Panasonic CDROM drive, which is > accessed through an old Creative Labs SoundBlaster. I don't care > about sound support, and I haven't installed X (don't need it on a > firewall box) so the only reason the card is in the machine is that > it can't be driven by any other type of card (even though it has a 40- > pin interface like an IDE drive- that was quite annoying). Because the CDROM is being driven by your sound card, you will have to make a kernel config change. Be aware that this may not be suppored by FreeBSD. > I think I'm pretty comfortable with the process as described, and > worst-case is I have to blow my install away and start over (no big > deal at this stage). However, there's one question I'm not certain > about. > > If I want to add a second ISA Ethernet NIC (I have two GeniusLAN > 10BaseT NICS that work as NE2000 NICS) do I have to run the MAKEDEV > shell script before or after rebuilding the kernel, or does it > matter? I assume it's after, from what I've read. Anyway, the plan is > to back up my kernel, follow the directions on the web site and > configure an new one, rebuild, then use MAKEDEV to add the second > NIC. After that, assuming it all goes well, I guess I'll start > playing with bridging and the firewall rules on a dummy network I > have here. I am not completly sure on this, but I dont think that you will even have to mess with /dev/MAKEDEV for this issue. If I am wrong, just re-ask this list. Someone else would know for sure. > Comments, suggestions, and/or belly laughs at my ignorance would be > appreciated. :) > > Thanks, No problem. And let me describe how to modify the kernel. You must have the kernel sources installed. cd /sys/i386/conf cp GENERIC YourKernelName vi YourKernelName # make changed for ed1, and feel free to trim a bunch of # useless code in here after you have a working box. When # done save and exit vi (or your favorite editor). config YourKernelName # this will build some info for your source. cd ../../compile/YourKernelName make depend make make install # under an optimized kernel this will take about 15 min on # my pentium 233-mmx with 64mb ram. if all goes well, then reboot and you should now have a ed1 network interface. Run ifconfig it will tell you if the computer found the card. > Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 21:52:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 3C59837B405 for ; Thu, 6 Jun 2002 21:52:49 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Thu, 6 Jun 2002 21:52:43 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795 for ; Thu, 06 Jun 2002 21:48:14 -0700 From: "Corey Snow" To: freebsd-questions@freebsd.org Date: Thu, 6 Jun 2002 21:52:48 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Adding second NIC to FreeBSD Message-ID: <3CFFD9B0.18832.640BC4E@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-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 editing my kernel configuration file and want to add a second NIC. Both NICs are GeniusLAN NE2000 compatible 10BaseT NICs. The first one has worked fine with the ed driver. My question is this- In the kernel configuration file, there is a line like so: device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 I assume that if I want to add a second one, I should add the following: device ed1 at isa? port 0x260 irq 12 iomem 0xd8000 (the IRQ and port are set on the new card.) I guess the question is, is this the right way to do it, and what does the "iomem" setting do? It's the only one I don't understand. Thanks, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 21:53:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 0613737B400 for ; Thu, 6 Jun 2002 21:53:25 -0700 (PDT) Received: (qmail 430 invoked by uid 0); 7 Jun 2002 04:53:21 -0000 Received: from unknown (HELO corrsl7vs6l3tz) (203.200.184.66) by mail.gmx.net (mp014-rz3) with SMTP; 7 Jun 2002 04:53:21 -0000 Message-ID: <01c701c20ddf$3d350c30$846dc5cb@corrsl7vs6l3tz> From: "Sanjay Bhattacharya" To: "William Palfreman" Cc: References: <20020606190948.B155-100000@kmart.lan.palfreman.com> Subject: Re: Delete Key Date: Fri, 7 Jun 2002 10:22:34 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 William, You are extremely right. I tried man readline and then I created ~/.inputrc containing the lines "\e[3~": delete-char , but nothing happened. And as you said, man stty doesn't throw any pointers to get rid of the problem either. I tried to do stty erase '^?' and stty erase '^D' but no luck out there as well. I tried a lot of hours yesterday to make the damned DEL key work but nothing. It seems bash won't let me handle the DEL key at all. I managed it in tcsh though by using bindkey "^?" delete-char as pointed to by one of our friends. But why wouldn't bash let me do it. All I want is to map ^D action to the DEL key and ^H action to the backspace key. I guess bash is surely powerful enough to cater to simple needs like that. Regards, Sanjay > I can't belive there is no way of setting this. Or if there is the documentation isn't throwing itself at me. > > stty seems like the right command, but what is it you put >in? > stty erase ^D does absolutely nothing at all, and the >man page is > extremely unhelpful. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 21:56:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu09.email.msn.com (cpimssmtpu09.email.msn.com [207.46.181.84]) by hub.freebsd.org (Postfix) with ESMTP id 59C9A37B403 for ; Thu, 6 Jun 2002 21:56:10 -0700 (PDT) Received: from thebe ([67.24.227.187]) by cpimssmtpu09.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Thu, 6 Jun 2002 21:55:24 -0700 From: "Aaron Burke" To: "FreeBSD-Questions" , "Corey Snow" Subject: RE: Adding second NIC to FreeBSD Date: Thu, 6 Jun 2002 21:55:26 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3CFFD9B0.18832.640BC4E@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-OriginalArrivalTime: 07 Jun 2002 04:55:24.0981 (UTC) FILETIME=[8928B650:01C20DDF] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That should work. Take a look at the other email I just sent you. It describes this exact situation. (I think it was you.) > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Corey Snow > Sent: Thursday, June 06, 2002 09:53 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Adding second NIC to FreeBSD > > > I'm editing my kernel configuration file and want to add a second > NIC. Both NICs are GeniusLAN NE2000 compatible 10BaseT NICs. The > first one has worked fine with the ed driver. My question is this- > > In the kernel configuration file, there is a line like so: > > device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 > > I assume that if I want to add a second one, I should add the > following: > > device ed1 at isa? port 0x260 irq 12 iomem 0xd8000 > > (the IRQ and port are set on the new card.) > > I guess the question is, is this the right way to do it, and what > does the "iomem" setting do? It's the only one I don't understand. > > Thanks, > > Corey Snow > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 22: 2:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu03.email.msn.com (cpimssmtpu03.email.msn.com [207.46.181.79]) by hub.freebsd.org (Postfix) with ESMTP id 50BF837B407 for ; Thu, 6 Jun 2002 22:02:42 -0700 (PDT) Received: from thebe ([67.24.227.187]) by cpimssmtpu03.email.msn.com with Microsoft SMTPSVC(5.0.2195.4617); Thu, 6 Jun 2002 22:01:56 -0700 From: "Aaron Burke" To: "FreeBSD-Questions" , "Corey Snow" Subject: RE: Adding second NIC to FreeBSD Date: Thu, 6 Jun 2002 22:01:58 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3CFFD9B0.18832.640BC4E@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-OriginalArrivalTime: 07 Jun 2002 05:01:57.0071 (UTC) FILETIME=[72DCE5F0:01C20DE0] Sender: owner-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 editing my kernel configuration file and want to add a second > NIC. Both NICs are GeniusLAN NE2000 compatible 10BaseT NICs. The > first one has worked fine with the ed driver. My question is this- > > In the kernel configuration file, there is a line like so: > > device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 > > I assume that if I want to add a second one, I should add the > following: > > device ed1 at isa? port 0x260 irq 12 iomem 0xd8000 > > (the IRQ and port are set on the new card.) > > I guess the question is, is this the right way to do it, and what > does the "iomem" setting do? It's the only one I don't understand. Oh yeah, forgot to mention. I am not an expert on iomem information, but I dont think that they can both use the same information. One of the iomem's will have to change. They cant both use 0xd8000, the other card may decide to use iomem 0xd0000 instead. But that has just been my experience in the past with two ed nic drivers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 22:10:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ares.blahz.ab.ca (h24-64-95-168.cg.shawcable.net [24.64.95.168]) by hub.freebsd.org (Postfix) with SMTP id EEF6F37B411 for ; Thu, 6 Jun 2002 22:10:17 -0700 (PDT) Received: (qmail 14376 invoked by uid 508); 7 Jun 2002 04:50:25 -0000 Received: from bsd-lists@blahz.ab.ca by ares.blahz.ab.ca by uid 505 with qmail-scanner-1.12 (sweep: 2.10/3.58. . Clear:. Processed in 1.486473 secs); 07 Jun 2002 04:50:25 -0000 Received: from unknown (HELO zeus) (24.64.93.70) by h24-64-95-168.cg.shawcable.net with SMTP; 7 Jun 2002 04:50:23 -0000 From: "Mike Roest" To: "'BSD Freak'" , "'FreeBSD Questions'" Subject: RE: Converting decimal dotted subnet mask to CIDR in a script Date: Thu, 6 Jun 2002 22:49:49 -0600 Message-ID: <000101c20dde$c4914230$465d4018@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <000001c20ddc$4916c370$465d4018@zeus> 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 Here's a quick python script that does it. You should be able to port this to any language fairly easily --code-- #!/usr/local/bin/python from string import * subnet = "255.255.255.0" (octet1,octet2,octet3,octet4) = subnet.split(".") octet1 = int(octet1) octet2 = int(octet2) octet3 = int(octet3) octet4 = int(octet4) worker = octet1 count = 0 while worker != 0: if worker % 2 == 1: count = count + 1 worker = worker/2 worker = octet2 while worker != 0: if worker % 2 == 1: count = count +1 worker = worker/2 worker = octet3 while worker != 0: if worker % 2 == 1: count = count +1 worker = worker/2 worker = octet4 while worker != 0: if worker % 2 == 1: count= count+1 worker = worker/2 print count --end code-- --Mike -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Mike Roest Sent: Thursday, June 06, 2002 10:32 PM To: 'BSD Freak'; 'FreeBSD Questions' Subject: RE: Converting decimal dotted subnet mask to CIDR in a script You can 1)split each of the octects at the decimals. 2)convert each resulting numbers to binary 3)count the number of ones in the 4 binary numbers. 4)bang you have the result. This procedure "should" work for all subnet masks -Mike -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of BSD Freak Sent: Thursday, June 06, 2002 10:05 PM To: FreeBSD Questions Subject: Converting decimal dotted subnet mask to CIDR in a script Hi all, I have a variable in a script we use $MASK=255.255.255.0 Is there a utility or an easy way to process $MASK and get $MASKCIDR=24 the CIDR value of 255.255.255.0 Many thanks... --------------------------------------------------------------------- Faxes delivered directly to any email address, new to mBox! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 22:40:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 5751837B40A for ; Thu, 6 Jun 2002 22:40:46 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA01344; Fri, 7 Jun 2002 08:38:19 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 27B3038306; Fri, 7 Jun 2002 08:34:45 +0300 (EEST) Date: Fri, 7 Jun 2002 08:34:45 +0300 (EEST) From: Alexander V Zubchenko To: David LeCount Cc: freebsd-questions Subject: Re: ppp.linkup and linkdown In-Reply-To: <3CFF6F8E.7040504@linuxorbit.com> Message-ID: <20020607083346.Q60781-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Thu, 6 Jun 2002, David LeCount wrote: > Hello. I have tried to send this twice, but apparently the mailing list > doesn't accept mail from my local server. I run ppp with the auto > option, and I want fetchmail and tspc (for IPv6) to run when it > connects, and fetchmail to be killed when disconnected so it doesn't > reconnect every few minutes. For some reason though, they don't seem to > run. I've examined sample files and did mine as close as I could to > them. Other than that, there's little to go on. The command I use to > connect is "ppp -nat -auto internet". Here is are my files. Thanks. > > [ppp.linkup] > internet: > ifconfig gif0 create Shouldn't b this 'ifconfig gif0 up'? > tspc > fetchmail -d 1200 > > [ppp.linkdown] > internet: > ifconfig gif0 destroy and this 'ifconfig gif0 down'? > killall fetchmail > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > With all the best, with FBSD Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 22:43:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wonkity.com (wonkity.com [63.93.4.4]) by hub.freebsd.org (Postfix) with ESMTP id 5659037B404 for ; Thu, 6 Jun 2002 22:43:27 -0700 (PDT) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id g575hQuF076856; Thu, 6 Jun 2002 23:43:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id g575hQuC076853; Thu, 6 Jun 2002 23:43:26 -0600 (MDT)?g (envelope-from wblock@wonkity.com) Date: Thu, 6 Jun 2002 23:43:26 -0600 (MDT) From: Warren Block To: BSD Freak Cc: FreeBSD Questions Subject: Re: Converting decimal dotted subnet mask to CIDR in a script In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Jun 2002, BSD Freak wrote: > I have a variable in a script we use > > $MASK=255.255.255.0 > > Is there a utility or an easy way to process $MASK and get > > $MASKCIDR=24 > > the CIDR value of 255.255.255.0 Okay: #!/usr/bin/perl -w ($byte1, $byte2, $byte3, $byte4) = split(/\./, $ARGV[0].".0.0.0.0"); $num = ($byte1 * 16777216) + ($byte2 * 65536) + ($byte3 * 256) + $byte4; $bin = unpack("B*", pack("N", $num)); $count = ($bin =~ tr/1/1/); print "$bin = $count bits\n"; The first line is fluff to allow command-line operation. The second line converts dotted quad to plain decimal. The third line converts decimal to a binary string. Line four counts the set bits. However, no test is made on the validity of the mask--the bits should be contiguous from the left. I'm pretty sure there's an easy regular expression which would do that, but it's getting late. -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 22:51:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pa.edu.tr (mail.pa.edu.tr [193.255.217.3]) by hub.freebsd.org (Postfix) with SMTP id 3FF1337B404 for ; Thu, 6 Jun 2002 22:51:17 -0700 (PDT) Received: (qmail 9673 invoked from network); 7 Jun 2002 05:39:43 -0000 Received: from unknown (HELO raistlin) (193.255.217.210) by 0 with SMTP; 7 Jun 2002 05:39:43 -0000 From: "=?iso-8859-9?B?QmFy/f4gSElaSVI=?=" To: Subject: about network configuration problem. Date: Fri, 7 Jun 2002 08:50:55 +0300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0006_01C20E00.6F79D740" X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: High X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Disposition-Notification-To: "=?iso-8859-9?B?QmFy/f4gSElaSVI=?=" Sender: owner-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_0006_01C20E00.6F79D740 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: 8bit ifconfig output is here; dc0: flags=8843 mtu 1500 inet 193.255.217.254 netmask 0xffffff00 broadcast 193.255.217.255 inet6 fe80::280:adff:fe85:c881%dc0 prefixlen 64 scopeid 0x1 ether 00:80:ad:85:c8:81 media: Ethernet autoselect (10baseT/UTP) status: active de0: flags=8843 mtu 1500 inet 192.168.0.1 netmask 0xffff0000 broadcast 192.168.255.255 inet6 fe80::280:c8ff:fe7e:e1eb%de0 prefixlen 64 scopeid 0x2 ether 00:80:c8:7e:e1:eb media: Ethernet autoselect (10baseT/UTP) status: active dc1: flags=8802 mtu 1500 ether 00:80:ad:85:e1:ef media: Ethernet autoselect (10baseT/UTP) status: active lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 faith0: flags=8002 mtu 1500 i am not configure dc1 and i am trying to 3 zone. first is real second so de0 for DMZ thirth is dc1 for my lan to connect the internet. ipnat workds bur ipf not working good. i hope so this error cant send a reply same eth. packes send to dc0 but reply is comming from de0. ------------------------------------------------------------ Bar (Raistlin) HIZIR Polis Akademisi Sistem Y霵eticisi bhizir@pa.edu.tr http://www.pa.edu.tr ------=_NextPart_000_0006_01C20E00.6F79D740 Content-Type: text/x-vcard; name="=?iso-8859-9?Q?Bar=FD=FE_HIZIR.vcf?=" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="=?iso-8859-9?Q?Bar=FD=FE_HIZIR.vcf?=" BEGIN:VCARD VERSION:2.1 N:HIZIR;Bar=FD=FE FN:Bar=FD=FE HIZIR NICKNAME:Raistlin Majere ORG:Polis Akademisi;Bilgi =DD=FElem B=FCro Amirli=F0i TITLE:=D6=F0renci TEL;WORK;VOICE:+903124997002 /4222 TEL;CELL;VOICE:+905355261198 ADR;WORK:;;Polis Akademisi = Ba=FEkanl=FD=F0=FD;G=F6lba=FE=FD;ANKARA;;T=FCrkiye LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:Polis Akademisi = Ba=3DFEkanl=3DFD=3DF0=3DFD=3D0D=3D0AG=3DF6lba=3DFE=3DFD, = ANKARA=3D0D=3D0AT=3DFCrkiye URL;WORK:http://www.raistlinmajere.net ROLE:=D6=F0renci EMAIL;PREF;INTERNET:bhizir@pa.edu.tr EMAIL;INTERNET:netmaster@pa.edu.tr EMAIL;INTERNET:raist@raistlinmajere.net REV:20020604T190843Z END:VCARD ------=_NextPart_000_0006_01C20E00.6F79D740-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 22:51:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 338BC37B40A for ; Thu, 6 Jun 2002 22:51:33 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA02068; Fri, 7 Jun 2002 08:49:50 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id E6A6538302; Fri, 7 Jun 2002 08:46:06 +0300 (EEST) Date: Fri, 7 Jun 2002 08:46:06 +0300 (EEST) From: Alexander V Zubchenko To: uwi mAn Cc: Subject: Re: rehash In-Reply-To: Message-ID: <20020607084508.P60781-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Thu, 6 Jun 2002, uwi mAn wrote: > Why I must rehash everytime I install something? > is it a csh-specific feature only? Yes it is. More exactly, it is feature, specific to csh-derived shells. > > > Thanks. > > _________________________________________________________________ > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 23:21:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id B6F4237B401; Thu, 6 Jun 2002 23:21:12 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id JAA04035; Fri, 7 Jun 2002 09:19:38 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id B932638302; Fri, 7 Jun 2002 09:16:03 +0300 (EEST) Date: Fri, 7 Jun 2002 09:16:03 +0300 (EEST) From: Alexander V Zubchenko To: Corey Snow Cc: , Subject: Re: Bridging Firewall In-Reply-To: <3CFFB86C.31738.5BECA9F@localhost> Message-ID: <20020607090727.L60781-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Thu, 6 Jun 2002, Corey Snow wrote: > So I'm being a total masochist. I've never used FreeBSD before, and > got it installed on a truly ancient 486 DX2/66 with 32 MB RAM No You are not. My first FreeBSD box was 486DX2/80 with 8 MB RAM and it was really fast. I even worked with X wthout _very_ annoying delays ;-) > yesterday night. It seems to run well (a helluva lot faster than I > thought it would on such ancient hardware) and I'm pleased so far. > I'm reasonably certain it can handle what I want it to do, based on > the research I've done. I was surprised at how little horsepower it > takes to run a decent firewall. If You are not using X, RDBMS or other processor/memory consuming processes like this, real min to run at acceptable speed is 486DX40/8 > > Goal: To add a second NIC to this beast (it has one currently) and > turn it into a bridging firewall using ipfw and the bridging kernel > options. I've never built a custom kernel before, so I'm diving in, > waiting for the appropriate chapters to get spat out of the printer > before going any further. :) Yes, You need to recompile your kernel (this is well documented either in previous answer or in handbook. And b sured to rem/del out any junkj from there (there r a lot of junk in GENERIC kernel). > > Secondary Goal: To add support for my Panasonic CDROM drive, which is > accessed through an old Creative Labs SoundBlaster. I don't care > about sound support, and I haven't installed X (don't need it on a > firewall box) so the only reason the card is in the machine is that > it can't be driven by any other type of card (even though it has a 40- > pin interface like an IDE drive- that was quite annoying). Get a look at supported hardware list. It is in Handbook also. AFAIR, Panasonic CD-ROM is supported, but this also depend on fbsd version (of course ;)) > > I think I'm pretty comfortable with the process as described, and > worst-case is I have to blow my install away and start over (no big > deal at this stage). However, there's one question I'm not certain > about. > > If I want to add a second ISA Ethernet NIC (I have two GeniusLAN > 10BaseT NICS that work as NE2000 NICS) do I have to run the MAKEDEV > shell script before or after rebuilding the kernel, or does it > matter? I assume it's after, from what I've read. Anyway, the plan is > to back up my kernel, follow the directions on the web site and > configure an new one, rebuild, then use MAKEDEV to add the second > NIC. After that, assuming it all goes well, I guess I'll start > playing with bridging and the firewall rules on a dummy network I > have here. No, You shouldn't to play with MAKEDEV, because NIC devices is virtual. They r not present in /dev or any other place, excepting kernel mind ;) Just rebuild kernel, check info on bootstage and ifconfig appropriate device... > > Comments, suggestions, and/or belly laughs at my ignorance would be > appreciated. :) > > Thanks, > > Corey Snow > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Always at your service, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 6 23:32:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id C0BF937B400 for ; Thu, 6 Jun 2002 23:32:31 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id JAA04459; Fri, 7 Jun 2002 09:24:43 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 6079438307; Fri, 7 Jun 2002 09:21:10 +0300 (EEST) Date: Fri, 7 Jun 2002 09:21:10 +0300 (EEST) From: Alexander V Zubchenko To: Oi Yan Cc: Subject: Re: dual boot In-Reply-To: <20020607031802.1722.qmail@web21501.mail.yahoo.com> Message-ID: <20020607091747.G60781-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! On Thu, 6 Jun 2002, Oi Yan wrote: > > Hello > > After installing RH7.3, i couldn't boot freebsd 4.5 > > How can I do it? Either edit LILO configuration to add FreeBSD, or boot from installation media (if this is possible) and in /stand/sysinstall through 'Custom'->'Partition' get in fdisk and press 'W' to write data (change nothing). It must ask You to what write to MBR. Write appropriate BootManager... Another way to get in is dos utility to boot fbsd. Or LILO-edit->Boot FreeBSD->/stand/sysinstall > > Please help > > Thank you > > > > --------------------------------- > Movies, Music, Sports, Games! Yahoo! Canada Entertainment > I hope this will b in assistance... Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 0: 2:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from volcanus.org (24-158-60-82.charternc.net [24.158.60.82]) by hub.freebsd.org (Postfix) with ESMTP id 4433E37B404 for ; Fri, 7 Jun 2002 00:02:12 -0700 (PDT) Received: from [12.150.148.117] (account ) by volcanus.org (CommuniGate Pro WebUser 3.5.8) with HTTP id 890255 for ; Fri, 07 Jun 2002 03:03:51 -0400 From: "BSDNews" Subject: To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.5.8 Date: Fri, 07 Jun 2002 03:03:51 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been doing some investigation into dial-in ppp. My goal is to dial in to a remote bsd box via a phone line. I did some reading in the BSD handbook but wasn't able to successfully get my modem to auto answer incoming calls. Anyone got any ideas on how to do such or have any how-to links? My modem is a Hayes Accura 56k external via serial port. I'm running 4.5-STABLE. Thanks, RAW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 0:23:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id C64E237B405 for ; Fri, 7 Jun 2002 00:23:18 -0700 (PDT) Received: from sdn-ar-007dcwashp215.dialsprint.net ([63.178.90.129] helo=moo.holy.cow) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17GE5Y-0007hd-00; Fri, 07 Jun 2002 00:23:13 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 9A75450CB8; Fri, 7 Jun 2002 03:25:46 -0400 (EDT) Date: Fri, 7 Jun 2002 03:25:46 -0400 From: parv To: BSD Freak Cc: FreeBSD Questions Subject: Re: Converting decimal dotted subnet mask to CIDR in a script Message-ID: <20020607072546.GA6108@moo.holy.cow> Mail-Followup-To: BSD Freak , FreeBSD Questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message , wrote BSD Freak thusly... > > I have a variable in a script we use > > $MASK=255.255.255.0 > > Is there a utility or an easy way to process $MASK and get > > $MASKCIDR=24 > > the CIDR value of 255.255.255.0 in addition to a general solution, python & perl programs, there is at least one port on the subject: net/ipcalc ... # ipcalc -b 0/255.255.255.0 Address: 0.0.0.0 Netmask: 255.255.255.0 = 24 Wildcard: 0.0.0.255 => Network: 0.0.0.0/24 Broadcast: 0.0.0.255 HostMin: 0.0.0.1 HostMax: 0.0.0.254 Hosts/Net: 254 -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 0:23:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from munkboxen.mine.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by hub.freebsd.org (Postfix) with ESMTP id 0AB7C37B403 for ; Fri, 7 Jun 2002 00:23:18 -0700 (PDT) Received: (from root@localhost) by munkboxen.mine.nu (8.11.6/8.11.6) id g577PGk79768 for freebsd-questions@freebsd.org; Fri, 7 Jun 2002 08:25:16 +0100 (BST) (envelope-from munk) Date: Fri, 7 Jun 2002 08:25:15 +0100 From: Jez Hancock To: freebsd-questions@freebsd.org Subject: quoting spaces in .netrc file Message-ID: <20020607082515.A79758@munkboxen.mine.nu> Reply-To: jezhanco@munkboxen.mine.nu Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have a remote server password that contains spaces and I need to add an entry for this server in my ~/.netrc file. Presently I am trying this: machine myserver.com login myuser password "my password" which fails miserably when I invoke fetchmail ;(. Whilst I'm fairly certain I can solve this issue by modifying my .fetchmailrc file, I'd like to be able to just modify the .netrc file if possible. Is it possible to quote spaces in a .netrc field? Many thanks in advance, Jez -- Favourite pickup line: Hey baby, wanna synchronize sequence numbers? Warning: not always effective To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 0:39:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cwb.pacific.net.hk (cwb.pacific.net.hk [202.14.67.92]) by hub.freebsd.org (Postfix) with ESMTP id 0174137B400 for ; Fri, 7 Jun 2002 00:39:34 -0700 (PDT) Received: from aster ([210.17.159.53]) by cwb.pacific.net.hk with SMTP id g577jY206763 for ; Fri, 7 Jun 2002 15:45:34 +0800 (CST) Message-ID: <003701c20df6$75006030$0200a8c0@aster> From: "Gallium" To: Subject: problem with gnupg Date: Fri, 7 Jun 2002 15:39:28 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello I am using FreeBSD 5.0-DP1. Recently I have installed gnupg from the cvs ports tree. I know that gpg need to be setuid root in order to get rid of the ``using insecure memory'' warning, so I did a chmod u+s /usr/local/bin/gpg. However, gpg still give me such warning when it is executed by a non-privileged user. I have done the exactly same things on a 4.5-RELEASE, and gpg do not warn me any more. I don't want to use the ``no-secmem-warning'' option. Could anyone give me some hints? Thanks in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 0:50:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wn1.sci.kun.nl (wn1.sci.kun.nl [131.174.8.1]) by hub.freebsd.org (Postfix) with ESMTP id 987E637B405 for ; Fri, 7 Jun 2002 00:50:49 -0700 (PDT) Received: from wn4.sci.kun.nl by wn1.sci.kun.nl via wn4.sci.kun.nl [131.174.8.3] with ESMTP for id g577omt09135 (8.11.3/3.19); Fri, 7 Jun 2002 09:50:48 +0200 (MET DST) Date: Fri, 7 Jun 2002 09:50:47 +0200 (MET DST) From: Adriaan de Groot Reply-To: adridg@cs.kun.nl To: freebsd-questions@freebsd.org Subject: Myson MT803 status 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 A ways back, I brought up the Myson MT803 NIC and the fact that there was a driver for FBSD 2.x on the floppy disk that accompanied it. I sent one NIC off to bpaul for safekeeping, and then forgot about it. Until I noticed that Myson itself was offering a beta driver on the FreeBSD Driver Database Page, and was asking for testers. I haven't heard anything back from them after signing up, but their driver works: The beta driver available direct from Myson works with 4.5-RELEASE and 4.6-PRE, although you do have to remove a spurious #include to get it to compile. It's not compatible with 4.4-RELEASE. My card has handled some 300M of traffic in the past 3 days w/ no sign of instability. I haven't yet tried to saturate the link or really stress test it, though. -- +------------------------------+--------------------------------------------+ + Adriaan de Groot + Project: FRESCoS + + adridg@cs.kun.nl + Private: adridg@sci.kun.nl + + Kamer A6020 tel. 024 3652272 + http://www.cs.kun.nl/~adridg/frescos/ + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 1:10:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from stargate.sse-erfurt.de (stargate.sse-erfurt.de [62.132.15.253]) by hub.freebsd.org (Postfix) with SMTP id 752AA37B401 for ; Fri, 7 Jun 2002 01:10:10 -0700 (PDT) Received: (1367 bytes) by stargate.sse-erfurt.de via sendmail with P:stdio/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 7 Jun 2002 10:12:46 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #7 built DST-Jul-30) Received: from (master [192.105.75.4]) by stargate.sse-erfurt.de via smap (V2.1) id xma027350; Fri, 7 Jun 02 10:12:25 +0200 Received: (from kittler@localhost) by master.sse-erfurt.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id KAA22623; Fri, 7 Jun 2002 10:09:45 +0200 From: Lutz Kittler MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15616.27209.412078.126729@master.sse-erfurt.de> Date: Fri, 7 Jun 2002 10:09:45 +0200 (MEST) To: freebsd-questions@FreeBSD.ORG Subject: NIS/YP X-Mailer: VM 6.75 under 21.1 (patch 7) "Biscayne" XEmacs Lucid Sender: owner-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, 1. I have a FreeBSD-box and want it to make a client of a Linux ypserver. I prepared the master.passwd.byname table in the same format as /etc/master.passwd. Format of passwd-tables is the same as on linux. I can do ypcat master.passwd and ypcat group. But I cannot login and output of bash-2.05a# id kittler id: kittler: no such user If I do "ls -l" the groups of yp will be shown, but the users are displayed numerical. What can I do ? 2. Permanently I got in /var/log/messages: syslogd: /dev/:0: No such file or directory I think its only when running kde. Thanks , lutz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 1:15:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id E768937B403 for ; Fri, 7 Jun 2002 01:15:21 -0700 (PDT) Received: (qmail 30208 invoked by uid 0); 7 Jun 2002 08:15:19 -0000 Received: from unknown (HELO corrsl7vs6l3tz) (203.197.109.2) by mail.gmx.net (mp014-rz3) with SMTP; 7 Jun 2002 08:15:19 -0000 Message-ID: <002101c20dfb$72afc730$026dc5cb@corrsl7vs6l3tz> From: "Sanjay Bhattacharya" To: References: <20020606200404.A155-100000@kmart.lan.palfreman.com> Subject: DEL key problem solved Date: Fri, 7 Jun 2002 13:44:58 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have finally managed to solve the problem with the DEL key. I have created a file .inputrc in my home directory. I have added these two lines: RUBOUT: backward-delete-char DEL: delete-char I guess these two lines tell readline to use these two keys in the proper manner while running bash. And thats it. My DEL and backspace keys are working like they should. I must thank all you guys who replied for providing me with valuable pointers as to how to solve the problem. Thank you very much guys. Regards, Sanjay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 1:27:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 6485137B401 for ; Fri, 7 Jun 2002 01:27:27 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.36 #1) id 17GF6E-00094m-00 for freebsd-questions@FreeBSD.org; Fri, 07 Jun 2002 10:27:58 +0200 From: Sheldon Hearn To: freebsd-questions@FreeBSD.org Subject: Re: Sniffing HTTP requests off the wire In-reply-to: Your message of "Thu, 06 Jun 2002 12:20:51 +0200." <3545.1023358851@axl.seasidesoftware.co.za> Date: Fri, 07 Jun 2002 10:27:58 +0200 Message-ID: <34891.1023438478@axl.seasidesoftware.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 06 Jun 2002 12:20:51 +0200, Sheldon Hearn wrote: > There are times when I'd like to sniff the HTTP requests seen by my > firewall. [...] > First prize would be to get output in common log format, as used by > Apache, but obviously beggars can't be choosers. And first prize goes to urlsnarf, distributed with the dsniff package, available in the ports tree as ports/security/dsniff . Thanks to the person who pointed it out in private mail! Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 2: 2: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 9FCB237B412 for ; Fri, 7 Jun 2002 02:01:51 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.3/8.12.3) with ESMTP id g5791nNg075404; Fri, 7 Jun 2002 21:01:49 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.3/8.12.3/Submit) id g5791m7V075403; Fri, 7 Jun 2002 21:01:48 +1200 (NZST) Date: Fri, 7 Jun 2002 21:01:48 +1200 From: Jonathan Chen To: Brian Astill Cc: questions@FreeBSD.ORG Subject: Re: 300M/Mth too small? Message-ID: <20020607210148.A75359@grimoire.chen.org.nz> References: <200206070338.g573c6143932@tierzero.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206070338.g573c6143932@tierzero.apana.org.au>; from bastill@sa.apana.org.au on Fri, Jun 07, 2002 at 07:23:53PM +0930 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jun 07, 2002 at 07:23:53PM +0930, Brian Astill wrote: > I am considering "going broadband" using ADSL. > The cheapest offering has a 300M/Mth limit (you pay extra if you download > more than that in any one month) > I am running FBSD 4.5. > Q. Is 300M/Mth sufficient to keep FBSD up to date, collect e-mail, do a > little web-surfing, and download the odd port or two occasionally? > If not, what would you suggest as a reasonable limit? I get by with 400Mb/month. This includes several freebsd lists (including -questions), staying -stable, and keeping about 150 ports up to date. -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 2:58:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.ehsrealtime.com (eris.ehsrealtime.com [213.52.146.130]) by hub.freebsd.org (Postfix) with ESMTP id 3729937B400 for ; Fri, 7 Jun 2002 02:58:39 -0700 (PDT) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.ehsrealtime.com with esmtp (Exim 3.33 #2) id 17GGVs-000LCL-01 for freebsd-questions@freebsd.org; Fri, 07 Jun 2002 10:58:32 +0100 Received: from byrons (helo=localhost) by pan.ehsrealtime.com with local-esmtp (Exim 3.35 #1) id 17GGVQ-0000LB-00 for freebsd-questions@freebsd.org; Fri, 07 Jun 2002 10:58:04 +0100 Date: Fri, 7 Jun 2002 10:58:04 +0100 (BST) From: Byron Schlemmer To: freebsd-questions@freebsd.org Subject: ADSL - Alcatel Speedtouch PCI Message-ID: <20020607105621.S1275-100000@pan.ehsbrann.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, anyone here know if the Alacatel Speedtouch PCI card works with FreeBSD? I know the USB one does. Thanks, -byron -- "Those who do not understand Unix are condemned to reinvent it, poorly." -- Henry Spencer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 3: 8:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.ehsrealtime.com (eris.ehsrealtime.com [213.52.146.130]) by hub.freebsd.org (Postfix) with ESMTP id 5460937B406 for ; Fri, 7 Jun 2002 03:08:28 -0700 (PDT) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.ehsrealtime.com with esmtp (Exim 3.33 #2) id 17GGfT-000LE9-01 for freebsd-questions@freebsd.org; Fri, 07 Jun 2002 11:08:27 +0100 Received: from byrons (helo=localhost) by pan.ehsrealtime.com with local-esmtp (Exim 3.35 #1) id 17GGf2-0000Ln-00 for freebsd-questions@freebsd.org; Fri, 07 Jun 2002 11:08:00 +0100 Date: Fri, 7 Jun 2002 11:08:00 +0100 (BST) From: Byron Schlemmer To: freebsd-questions@freebsd.org Subject: AMI Megaraid + Reboot problems Message-ID: <20020607110001.C1332-100000@pan.ehsbrann.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, I have a AMI MegaRaid controller : amr0: mem 0xffff0000-0xffffffff irq 11 at device 11.0 on pci0 amr0: Firmware E161, BIOS 3.13, 32MB RAM running on : $ uname -a FreeBSD machine 4.6-RC FreeBSD 4.6-RC #0: Tue May 28 15:35:17 BST 2002 root@machine:/usr/src/sys/compile/EHSB i386 Now the problem is whenever I reboot, or shutdown, the box seems to shutdown correctly, then I get a message saying : amr0 flushing cache ... done Rebooting... And the machine seems to hang there, never actually rebooting? Has anyone else experienced this? Any solutions to actually get the box to reboot? -byron -- "Those who do not understand Unix are condemned to reinvent it, poorly." -- Henry Spencer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 3:28:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fikkie.sion.themirror.nl (ip503c4ea3.speed.planet.nl [80.60.78.163]) by hub.freebsd.org (Postfix) with ESMTP id 6387537B403 for ; Fri, 7 Jun 2002 03:28:21 -0700 (PDT) Received: from blaat (intel.sion.themirror.nl [10.0.0.170]) by fikkie.sion.themirror.nl (Postfix) with SMTP id CBE05570 for ; Fri, 7 Jun 2002 12:28:27 +0200 (CEST) Message-ID: <00be01c20e0e$1aad6f20$aa00000a@blaat> From: "Ruben Kerkhof" To: References: <20020606212652.O50660-100000@serv1.wallnet.com> Subject: Re: php.ini Date: Fri, 7 Jun 2002 12:28:45 +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 You can make a little php-file in your document_root: Then php shows you the path to your php.ini file Hope this helps, Ruben > > On Thu, 6 Jun 2002, Michael Sharp wrote: > > > > > I just installed the apache+mod_ssl port (apache+mod_ssl-1.3.24+2.8.8) , > > > as well as mod_php4 (mod_php4-4.2.1_1) and mod_perl (mod_perl-1.26) > > > after doing a fresh CVsup of ports on FreeBSD 4.6-RC. I need to edit > > > php.ini for an app I want to install, but find / -name php.ini > > > says there is no php.ini on the system, yet php functionality IS working > > > in apache. Am I missing something, or is mod_php4 not using a php.ini > > > anymore? > > In /usr/ports/mod_php4/pkg-plist php.ini not found. Mayb mod using some > > defaults, and you must create php.ini by yourself to override settings. > > I'm not sure, 'cos i install my php module from sources from www.php.net > > And php.ini _was_ created in this case. > > > > > > > > michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 3:30:32 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 7E40837B405 for ; Fri, 7 Jun 2002 03:30:29 -0700 (PDT) Received: from spark.techno.pagans (spark.techno.pagans [4.61.202.145]) by spork.pantherdragon.org (Postfix) with ESMTP id A3129471DA for ; Fri, 7 Jun 2002 03:30:27 -0700 (PDT) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by spark.techno.pagans (Postfix) with ESMTP id 21256FEBE for ; Fri, 7 Jun 2002 03:30:22 -0700 (PDT) Message-ID: <3D008B3C.A5944FF7@pantherdragon.org> Date: Fri, 07 Jun 2002 03:30:21 -0700 From: Darren Pilgrim X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: How many files in a directory is "a large number"? 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 building a file archive, and I know that when you have a large number of files in directory, that lookups get really slow. I've only ever heard people say "a large number." No real qualification. How many files can one have before the slow downs become readily apparent? Thousands? Tens of thousands? Millions? I need to know in order to set my archive with as few segmentations in the collections as possible without running into excessively slow lookups. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 3:39:15 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 939F337B403 for ; Fri, 7 Jun 2002 03:39:12 -0700 (PDT) Received: (qmail 29167 invoked from network); 7 Jun 2002 10:39:11 -0000 Received: from unknown (HELO linuxorbit.com) (208.18.255.39) by 0004.info with SMTP; 7 Jun 2002 10:39:11 -0000 Message-ID: <3D008D4F.2070207@linuxorbit.com> Date: Fri, 07 Jun 2002 05:39:11 -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: Re: ppp.linkup and linkdown 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 >Shouldn't b this 'ifconfig gif0 up'? >and this 'ifconfig gif0 down'? gif0 is the tunnel for IPv6 packets. It's not created by the system at bootup and must be created before running tspc. tspc will bring the interface up though. And I don't want programs trying to route to IPv6 destinations when the connection is down, so I destroy it. I could have chosen to create gif0 in a boot script and simply downed it in ppp.linkdown, but I've already chosen this method and it works basically the same. Nevertheless, either way it doesn't solve why nothing in either file is being executed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 3:43: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id B218037B404 for ; Fri, 7 Jun 2002 03:42:57 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Fri, 7 Jun 2002 03:42:57 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Fri, 7 Jun 2002 03:42:57 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Adding second NIC to FreeBSD Reply-To: pjklist@ekahuna.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020607104257123.AAA526@empty1.ekahuna.com@pc02.ekahuna.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Thu, 6 Jun 2002 21:52:48 -0700 > From: "Corey Snow" > > I'm editing my kernel configuration file and want to add a second > NIC. Both NICs are GeniusLAN NE2000 compatible 10BaseT NICs. The > first one has worked fine with the ed driver. My question is this- > > In the kernel configuration file, there is a line like so: > > device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 > > I assume that if I want to add a second one, I should add the > following: > > device ed1 at isa? port 0x260 irq 12 iomem 0xd8000 > > (the IRQ and port are set on the new card.) Bear in mind that IRQ 12 is the default IRQ for a PS/2 mouse, so if you have one of those you should probably pick a different IRQ. Here is a list of IRQs and their default assignments: IRQ 1 - [used by system] IRQ 2 - Cascade Interrupt - see IRQ 9 IRQ 3 - Serial 2/COM2 IRQ 4 - Serial 1/COM1 IRQ 5 - open/expansion card IRQ 6 - floppy controller IRQ 7 - Parallel port IRQ 8 - [used by system] IRQ 9 - Cascade from IRQ 2, often usable IRQ 10 - open/expansion card IRQ 11 - open/expansion card IRQ 12 - PS/2 mouse IRQ 13 - [used by system] IRQ 14 - IDE port 1 IRQ 15 - IDE port 2 If you're short IRQ's but have serial or parallel ports you don't need, you can often disable those and use their IRQ. (unless you have one of those motherboards that doesn't fully disable something when you turn it off in the BIOS) Phil -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 4: 2:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from charon.0x54434D.net (pD953576B.dip.t-dialin.net [217.83.87.107]) by hub.freebsd.org (Postfix) with ESMTP id 66C1B37B404 for ; Fri, 7 Jun 2002 04:02:50 -0700 (PDT) Received: from 0x54434D.net (powerbox.tcm.lan [192.168.1.11]) by charon.0x54434D.net (Postfix) with ESMTP id A7E943E28; Fri, 7 Jun 2002 13:02:37 +0200 (CEST) Message-ID: <3D0092CD.6050906@0x54434D.net> Date: Fri, 07 Jun 2002 13:02:37 +0200 From: Nino Dehne User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warren Block Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Epson Perfection 1240 USB + SANE trouble 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 Warren Block wrote: > My Epson 1640 works on USB... comments interspersed: > > On Wed, 5 Jun 2002, Nino Dehne wrote: >># cat /usr/local/etc/sane.d/epson.conf >>usb /dev/uscanner0 > > > Mine also has a "scsi EPSON" entry before the usb line (some comments > not shown): > > # epson.conf > # SCSI scanner: > scsi EPSON > # USB scanner > usb /dev/uscanner0 i tried adding that line, same effect. >># scanimage -L >>[sanei_debug] Setting debug level of epson to 128. >>[epson] sane_init: sane-backends 1.0.8 >>[epson] sane_init, >usb /dev/uscanner0< >>[epson] sane_init, >usb /dev/uscanner0< >>[epson] attach(usb /dev/uscanner0) >>[epson] SANE Epson Backend v0.2.21 - 2002-04-22 >>[epson] attach(usb /dev/uscanner0) >>[epson] attach: opening usb /dev/uscanner0 >>[epson] send buf, size = 2 >>[epson] buf[0] 1b . >>[epson] buf[1] 40 @ > > > I get no debug messages, just: > > device `epson:/dev/uscanner0' is a Epson Perfection1640 flatbed scanner i forgot to mention i did: # export SANE_DEBUG_EPSON=128 > -Warren Block * Rapid City, South Dakota USA regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 4:17:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 6049D37B401 for ; Fri, 7 Jun 2002 04:17:44 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id OAA25843; Fri, 7 Jun 2002 14:02:34 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 22E5238308; Fri, 7 Jun 2002 13:58:58 +0300 (EEST) Date: Fri, 7 Jun 2002 13:58:58 +0300 (EEST) From: Alexander V Zubchenko To: David LeCount Cc: Subject: Re: ppp.linkup and linkdown In-Reply-To: <3D008D4F.2070207@linuxorbit.com> Message-ID: <20020607135258.S62165-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Fri, 7 Jun 2002, David LeCount wrote: > >Shouldn't b this 'ifconfig gif0 up'? > >and this 'ifconfig gif0 down'? > > gif0 is the tunnel for IPv6 packets. It's not created by the system at > bootup and must be created before running tspc. tspc will bring the > interface up though. And I don't want programs trying to route to IPv6 > destinations when the connection is down, so I destroy it. I could have Mayb i don't understand something, but my ifconfig simply don't understand keyword 'destroy' (and 'create') and when i issue cmd 'ifconfig rl0 down' it also delete route (and create it after 'ifconfig rl0 up'). > chosen to create gif0 in a boot script and simply downed it in > ppp.linkdown, but I've already chosen this method and it works basically > the same. Nevertheless, either way it doesn't solve why nothing in > either file is being executed. I think they r. But AFAIU, content of ppp.link(up|down) is special ppp commands, not shell. And to execute latter, try shell (ppp paused up to end of execution), or bg (run command in background). C ppp(8) for details. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 4:32: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from astnet.astelit.ru (astnet.astelit.ru [195.96.64.250]) by hub.freebsd.org (Postfix) with ESMTP id 91BCF37B400 for ; Fri, 7 Jun 2002 04:32:02 -0700 (PDT) Received: from ISAEV (cq.astelit.ru [195.96.64.172]) by astnet.astelit.ru (8.12.2/8.12.2) with ESMTP id g57BW40B096808 for ; Fri, 7 Jun 2002 15:32:05 +0400 (MSD) Date: Thu, 6 Jun 2002 16:37:36 +0400 From: Alexander Isaev X-Mailer: The Bat! (v1.60m) UNREG / CD5BF9353B3B7091 Reply-To: Alexander Isaev X-Priority: 3 (Normal) Message-ID: <17127155838.20020606163736@astelit.ru> To: FreeBSD-Questions@FreeBSD.ORG Subject: Big HDD (80 Gb) under FreeBSD 4.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello FreeBSD-Questions, I'm trying to install FreeBSD 4.5 on 80 GB HDD (on ASUS TUSI-M mother board). FDisk in sysinstall tells me that the disk geometry for my HDD is incorrect and I should enter it manually. Fdisk advises to use CHS (Cylinder/Heads/Sectors) settings from BIOS Setup. BIOS Setup gives me the following numbers: Cyl - 1204 Heads - 255 Sectors - 63 CHS capacity - 8422 MB Maximum LBA capacity - 82348 MB Numbers on the top of HDD disk itself give the following: Cyl - 16383 Heads - 16 Sectors - 63 So, what "magic" numbers should I enter into Sysinstall's Fdisk? Best regards, Alexander Isaev mailto:A.Isaev@astelit.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 4:48:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 9981037B401 for ; Fri, 7 Jun 2002 04:48:30 -0700 (PDT) Received: (qmail 28286 invoked by uid 0); 7 Jun 2002 11:48:29 -0000 Received: from acb303fd.ipt.aol.com (HELO bowman.gmx.net) (172.179.3.253) by mail.gmx.net (mp002-rz3) with SMTP; 7 Jun 2002 11:48:29 -0000 Message-Id: <5.1.0.14.0.20020607134058.00a49700@pop.gmx.net> X-Sender: 12223972@pop.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 07 Jun 2002 13:48:27 +0200 To: "DollarMaker.biz" , From: Daniel Geske Subject: Re: Phone answering software for free BSD In-Reply-To: <001a01c20dbc$5f6ce520$0f63a8c0@china> 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 Dear Allan: I have installed an IVR on a linux machine with ISDN. I have made great experience using vbox3. Other software (all linux) I have been considering during my research was: - asterisk - vocp As far as I know, asterisk can be used with purty much NE hardware, vocp is based on vgetty, which is for modems, and vbox contains vboxgetty, a vgetty modified for ISDN. Get more info on these progs, that ought to help you out a little. I think there were one or two more, but I don't recall their names, sorry. Much success and a nice weekend all! Greetings from Berlin, Germany, Daniel >both. isdn and analogu, but mostly for ISDN line. >Allan ----- Original Message ----- From: "Daniel Geske" To: "DollarMaker.biz" Sent: Friday, June 07, 2002 3:40 AM Subject: Re: Phone answering software for free BSD > ISDN or analog lines? > > Greetings, > > Daniel > > At 05:43 PM 6/6/02 -0700, you wrote: > >Dear Sirs: > > > >do You know a programm for the installing on freeBSD, that answer the > >calling by phone ? For example like a callcenter ? > > > >Regards, > > > >Allan Best To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 5:16:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id BE56137B400 for ; Fri, 7 Jun 2002 05:16:15 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 82D3CB2; Fri, 7 Jun 2002 08:18:57 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "BSDNews" Cc: "FBSDQ" Subject: RE: dial-in to FBSD Date: Fri, 7 Jun 2002 08:16:12 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You did not state if the modem was working at all, so do this first. Determining if your modem is connected to FBSD. FBSD has a built in program called 'tip'. This program talks directly to the physical PC com ports and to the logical serial com ports, commonly referred to as com1, com2, com3, and com4. External modems use com1 and com2 because there are only two com port nipples on the back of the PC. Logical serial com ports com3 and com4 are internal ISA or PCI modems. On the command line enter tip comx where x is the com port your modem is on. For an external modem your chooses are com1 or com2. For internal modems start with com1 and cycle through to com4. If you get "/dev/cauu : Device not configured" message for com1 through com4 that means you have not configured your hardware correctly. If you get a connected message, this means you talking to the modems internal configuration setup. You can use the modems manufactures Hayes commands to change the modems hardware configuration. You should be able to enter AT and hit the enter key and the modem should respond with ok . Use ~ followed by ctrl + d keys at same time to exit tip command. Telling the modem to answer calls. By default all modems do not answer when it rings. The inbound modem must be told to answer when it rings. Use the about instruction to talk to the modem hardware. Enter AT&F0 to load the factory default0 into current profile. Enter ATS0=1 to tell current profile to answer on first ring. Enter AT&W0 to write current profile to saved profile0. Enter AT&Y0 to load saved profile0 into the current profile on power up. The 0 in all of the above commands is a zero. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of BSDNews Sent: Friday, June 07, 2002 3:04 AM To: freebsd-questions@freebsd.org Subject: I've been doing some investigation into dial-in ppp. My goal is to dial in to a remote bsd box via a phone line. I did some reading in the BSD handbook but wasn't able to successfully get my modem to auto answer incoming calls. Anyone got any ideas on how to do such or have any how-to links? My modem is a Hayes Accura 56k external via serial port. I'm running 4.5-STABLE. Thanks, RAW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 5:28:15 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 D8FED37B401 for ; Fri, 7 Jun 2002 05:28:02 -0700 (PDT) Received: (qmail 5590 invoked from network); 7 Jun 2002 12:28:01 -0000 Received: from unknown (HELO linuxorbit.com) (208.18.255.39) by 0004.info with SMTP; 7 Jun 2002 12:28:01 -0000 Message-ID: <3D00A6CD.6030001@linuxorbit.com> Date: Fri, 07 Jun 2002 07:27:57 -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: ppp.linkup and linkdown 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 Whoo hoo! I got it fixed. What I did was make a seperate script named /etc/ppp/link.sh which takes start and stop parameters like a startup script. Then I put a line "!bg /etc/ppp/link.sh start" in ppp.linkup and the equivelant in ppp.linkdown. It works perfectly now. The difference between ifconfig down and destroy is that down just marks a network interface as down or unusable, while destroy completely removes the interface so it doesn't even show up in ifconfig. Up and create are basically the same. Like I said before, gif0 doesn't exist when I boot so I have to create it. But I don't have to destroy it when I disconnect; I could down it. I may change that later but I don't care enough right now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 5:35:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t138.citlink.net [207.173.251.138]) by hub.freebsd.org (Postfix) with ESMTP id F25F637B401 for ; Fri, 7 Jun 2002 05:35:06 -0700 (PDT) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 66A61EE639; Fri, 7 Jun 2002 05:35:05 -0700 (PDT) Message-ID: <004e01c20e1f$c0670ff0$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "Alexander Isaev" , References: <17127155838.20020606163736@astelit.ru> Subject: Re: Big HDD (80 Gb) under FreeBSD 4.5 Date: Fri, 7 Jun 2002 05:35:05 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Alexander Isaev" To: Sent: Thursday, June 06, 2002 5:37 AM Subject: Big HDD (80 Gb) under FreeBSD 4.5 > Hello FreeBSD-Questions, > > I'm trying to install FreeBSD 4.5 on 80 GB HDD (on ASUS TUSI-M > mother board). FDisk in sysinstall tells me that the disk geometry > for my HDD is incorrect and I should enter it manually. Fdisk > advises to use CHS (Cylinder/Heads/Sectors) settings from BIOS > Setup. BIOS Setup gives me the following numbers: > > Cyl - 1204 > Heads - 255 > Sectors - 63 > CHS capacity - 8422 MB > Maximum LBA capacity - 82348 MB > > Numbers on the top of HDD disk itself give the following: > Cyl - 16383 > Heads - 16 > Sectors - 63 > > So, what "magic" numbers should I enter into Sysinstall's Fdisk? I just did this myself about a week ago. I remember getting the same message but I don't remember doing anything special. I think I just ignored it and told Fdisk to create a slice using the entire disk. Anyway, the numbers that Fdisk used were the like the ones on your HDD, 16383/16/63, not the ones the BIOS reported. Once I did the Fdisk and then disklabel, I mounted the drive and FBSD (using df -h) saw it as a 72G drive with 66G available. I wasn't sure if I was getting all the drive space I should be so I asked in -questions. Many responded saying that 72G was probably correct as many drive manufacturers count 1G as 1,000,000,000 (do I have the 0's right?) and not 1,024,000,000 or something like that. And then the difference between the 72G and only 66G available was because of the 8% free space that the filesystem reserves for fragmentation. Good Luck! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 5:43:39 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 4E95937B417 for ; Fri, 7 Jun 2002 05:43:27 -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 g57CgvU15097; Fri, 7 Jun 2002 08:43:05 -0400 Message-ID: <3D00ABB6.8010009@potentialtech.com> Date: Fri, 07 Jun 2002 08:48:54 -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: =?ISO-8859-9?Q?Bar=FD=FE_HIZIR?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: about network configuration problem. References: Content-Type: text/plain; charset=ISO-8859-9; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When you reply, please keep enough of the original message that people can understand what you're adding. I had to go hunting through my email trash to figure out what this was about. Bar HIZIR wrote: > ifconfig output is here; > > dc0: flags=8843 mtu 1500 > inet 193.255.217.254 netmask 0xffffff00 broadcast 193.255.217.255 > inet6 fe80::280:adff:fe85:c881%dc0 prefixlen 64 scopeid 0x1 > ether 00:80:ad:85:c8:81 > media: Ethernet autoselect (10baseT/UTP) > status: active > de0: flags=8843 mtu 1500 > inet 192.168.0.1 netmask 0xffff0000 broadcast 192.168.255.255 > inet6 fe80::280:c8ff:fe7e:e1eb%de0 prefixlen 64 scopeid 0x2 > ether 00:80:c8:7e:e1:eb > media: Ethernet autoselect (10baseT/UTP) > status: active The error message you were getting was: > "*arp: 193.255.217.1 is on dc0 but got reply from 00:30:94:3d:16:00 on de0* *"* Looks to me like you've got the wrong wire plugged into the wrong card. Your configuration tells FreeBSD that 193.255.217.* should be on dc0, but in actuality, the system is finding IP addys in that range connected to de0. You don't have both of these plugged into the same hub, do you? -- 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 Fri Jun 7 6:30:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9105.mail.yahoo.com (web9105.mail.yahoo.com [216.136.128.242]) by hub.freebsd.org (Postfix) with SMTP id 2BE9F37B407 for ; Fri, 7 Jun 2002 06:30:13 -0700 (PDT) Message-ID: <20020607133013.22877.qmail@web9105.mail.yahoo.com> Received: from [217.128.26.161] by web9105.mail.yahoo.com via HTTP; Fri, 07 Jun 2002 15:30:13 CEST Date: Fri, 7 Jun 2002 15:30:13 +0200 (CEST) From: =?iso-8859-1?q?AnGeL?= Reply-To: angelbocal@yahoo.fr Subject: Portables. To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bonjours, je viens d'achetter un Ordinateur portable, "Compaq Armada 7400 PII 266,,," Je me suis enpresser d'installer FreeBsd 4.5, Et je ne reussi vraiment pas a mettre le bon clavier, tous les touche ou je doit faire un "Alt gr" ne marche pas, Je suis allez sur le site au japon qui parle de portable, mais pas de solution pour moi, alors comme je despere un peut de devoire faire "man ascii" pour utiliser les caractere qui me manque je vous demande un peut d'aide merci, ===== -_-_- Powered By *BSD -_-_- #AnGeL# #AnGeLiCq 75878703# ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran蓷is ! Yahoo! Mail : http://fr.mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 7: 0:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from MAIL.NYSED.GOV (mail.nysed.gov [149.10.176.86]) by hub.freebsd.org (Postfix) with SMTP id DF3DE37B49B for ; Fri, 7 Jun 2002 06:59:58 -0700 (PDT) Received: from DOMAIN1-Message_Server by MAIL.NYSED.GOV with Novell_GroupWise; Fri, 07 Jun 2002 09:58:59 -0400 Message-Id: X-Mailer: Novell GroupWise 5.5.5 Date: Fri, 07 Jun 2002 09:58:34 -0400 From: "OP4INFO" To: Subject: Re: License Verification Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I could not open the attachment for license verification, please resubmit = your request. >>> questions 06/06/02 07:06PM >>> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 7:10:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by hub.freebsd.org (Postfix) with ESMTP id 1FDE737B401 for ; Fri, 7 Jun 2002 07:10:02 -0700 (PDT) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 4033E52; Fri, 7 Jun 2002 22:09:58 +0800 (CST) Message-ID: <3D00BEB5.90401@mail.gddsn.org.cn> Date: Fri, 07 Jun 2002 22:09:57 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: Martin Blapp Cc: questions@freebsd.org Subject: Re: openoffice 1.0 run problem References: <20020607025500.Q11797-100000@levais.imp.ch> 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 Martin Blapp wrote: >Hmm, > > > >>yes, STABLE( today cvsup). >>FreeBSD 4.6-RC #2: Fri Jun 7 07:09:40 CST 2002 >> >> > >And you rebuild world ? It seems that you still use an >old gcc. Can you rebuild your gcc3 port please ? > >Remove the old package and build a fresh gcc31 > >Martin > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > > > God, I got the same problem after rebuild word and gcc31. ============= Building project udkapi ============= /home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script idlc @/var/tmp/mkeydh1A Segmentation fault (core dumped) dmake: Error code 139, while making '../../../../unxfbsd.pro/misc/urd_cssscript.don' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /home/ports/editors/openoffice. wfdb# gdb52 idlc GNU gdb 5.2 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-portbld-freebsd4.6"... (gdb) run Starting program: /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/bin/idlc Program received signal SIGSEGV, Segmentation fault. 0x480d9525 in osl_incrementInterlockedCount (pCount=0x48271d40) at interlck.c:81 81 __asm__ __volatile__ ( Current language: auto; currently c (gdb) bt #0 0x480d9525 in osl_incrementInterlockedCount (pCount=0x48271d40) at interlck.c:81 #1 0x480f62f5 in rtl_string_new (ppThis=0x8097510) at strtmpl.c:1234 #2 0x080831d7 in OString (this=0x8097510) at /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/inc/rtl/string.hxx:137 #3 0x0805ee59 in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at ../unxfbsd.pro/misc/stripped_scanner.ll:83 #4 0x0805ef73 in _GLOBAL__I_yyleng () at /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/inc/stl/stl/_alloc.h:251 #5 0x080831a5 in __do_global_ctors_aux () at /home/ports/editors/openoffice/work/oo_1.0_src/idlc/source/astexpression.cxx:1638 #6 0x0805a952 in _init () (gdb) any suggestion? --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 7:27:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by hub.freebsd.org (Postfix) with ESMTP id 0A04837B403 for ; Fri, 7 Jun 2002 07:27:25 -0700 (PDT) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g57ERO847426 for ; Fri, 7 Jun 2002 09:27:24 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020607092722.00fc2288@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 07 Jun 2002 09:27:22 -0500 To: freebsd-questions@freebsd.org From: "Jack L. Stone" Subject: List email bomb Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yesterday morning, one of our lists were subjected to a sort of a "flood attack" or mail bomb which was apparently using the majordomo "help" command most likely run by a batch program by the attacker. The Log file was filled with hundreds of the following "help" commands froma a single source. The help command in turn was creating a flood of jobs in the sendmail queue. I would kill the job and another would appear (before I figured out what was happening). Jun 06 12:31:31 ten-ten.org majordomo[34487] {"MUHARREM TOY" } help Jun 06 12:31:39 ten-ten.org majordomo[34498] {"MUHARREM TOY" } help Jun 06 12:31:47 ten-ten.org majordomo[34509] {"MUHARREM TOY" } help Jun 06 12:31:55 ten-ten.org majordomo[34521] {"MUHARREM TOY" } help Jun 06 12:32:05 ten-ten.org majordomo[34536] {"MUHARREM TOY" } help I was able to stop it be stopping the sandmail daemon, deleting the jobs from the mqueue, placing a block of the bomber's IP (193.140.20.20) in the firewall to break the loop. Then restarted the sendmail daemon. I waited for a while and then opened up the FW again... it started the attack again. I placed the FW block back and left it overnight. Today, so far no attacks after removing the block. Has anyone else experienced this...??? ...and, if so, what did you do...?? Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 7:30:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maple.canadian.net (maple.canadian.net [216.123.178.4]) by hub.freebsd.org (Postfix) with ESMTP id 9012437B407 for ; Fri, 7 Jun 2002 07:30:29 -0700 (PDT) Received: from snowowl (snowowl.canadian.net [216.123.178.14]) by maple.canadian.net (8.9.3/8.9.3) with SMTP id KAA77722; Fri, 7 Jun 2002 10:30:26 -0400 (EDT) (envelope-from dave@canadian.net) Message-ID: <00b801c20e2f$ddf35a00$0eb27bd8@canadian.net> From: "Dave Foster (Sysadmin)" To: "DollarMaker.biz" , , "Daniel Geske" References: <5.1.0.14.0.20020607134058.00a49700@pop.gmx.net> Subject: Re: Phone answering software for free BSD Date: Fri, 7 Jun 2002 10:30:26 -0400 Organization: Canadian Net MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG A worthy project is Asterisk PNX which exists to compine several technologies into one, its page is http://www.file-sure.com/AsteriskPNX_proj/ And they are in need of developers. > As far as I know, asterisk can be used with purty much NE hardware, vocp is > based on vgetty, which is for modems, and vbox contains vboxgetty, a vgetty > modified for ISDN. > Get more info on these progs, that ought to help you out a little. > I think there were one or two more, but I don't recall their names, sorry. > Much success and a nice weekend all! > > Greetings from Berlin, Germany, > > Daniel > > >both. isdn and analogu, but mostly for ISDN line. > >Allan > > ----- Original Message ----- > From: "Daniel Geske" > To: "DollarMaker.biz" > Sent: Friday, June 07, 2002 3:40 AM > Subject: Re: Phone answering software for free BSD > > > ISDN or analog lines? > > > > Greetings, > > > > Daniel > > > > At 05:43 PM 6/6/02 -0700, you wrote: > > >Dear Sirs: > > > > > >do You know a programm for the installing on freeBSD, that answer the > > >calling by phone ? For example like a callcenter ? > > > > > >Regards, > > > > > >Allan Best > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 7:46:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spin.web.net (spin.web.net [192.139.37.16]) by hub.freebsd.org (Postfix) with ESMTP id DB7EB37B40B for ; Fri, 7 Jun 2002 07:45:21 -0700 (PDT) Received: by spin.web.net (Postfix, from userid 1000) id 6136A12E709; Fri, 7 Jun 2002 10:45:32 -0400 (EDT) Date: Fri, 7 Jun 2002 10:45:32 -0400 From: Rob Ellis To: Joe & Fhe Barbish Cc: freebsd-questions@freebsd.org Subject: Re: ipfw: 'out via fxp0' rules don't work Message-ID: <20020607144532.GD83160@web.ca> Mail-Followup-To: Rob Ellis , Joe & Fhe Barbish , freebsd-questions@freebsd.org References: <20020606172128.GH18966@web.ca> <20020607144408.GC83160@web.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020607144408.GC83160@web.ca> 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 the box is set up like this: routable-network --| routable-network --| 192.168.1.1 --| |-- internet what i was trying to do is allow any outbound traffic out to the internet from the internal routable networks with a keep-state rule. i've already sorted out natd and the rules for the 192.168 network. for the routable (class c) networks, i thought from reading the ipfw man page that it should be possible to do ipfw add allow tcp from any to any out via fxp0 setup keep-state to allow outbound tcp traffic that wasn't already being allowed. but it didn't work. i don't want to do just ipfw add allow tcp from $net1 to any setup keep-state because "any" in this case also includes my other internal networks which i want to keep firewalled off from each other. so i end up doing something like ipfw add 20000 skipto 20003 tcp from $net1 to $net2 ipfw add 20001 skipto 20004 tcp from $net1 to $net3 ipfw add 20002 allow tcp from $net1 to any setup keep-state ipfw add 20003 count tcp from $net1 to $net2 ipfw add 20004 count tcp from $net1 to $net3 repeated for each network, which works, but seems kludgey. - rob On Thu, Jun 06, 2002 at 08:02:17PM -0400, Joe & Fhe Barbish wrote: > Rob > You are not clear about what you are trying to do. > Saying you have 4 interfaces that are intended to allow outbound > connections leaves one guessing. Does this mean you have 4 Nic cards > each connected to different isp account, or 4 Nic cards servicing > private internal Lans? > > The keep-state option builds a entry in the dynamic rules table for > automatic bi-directional packet exchange and is normally used just > on the public interface. > > > Advanced stateful rules and IPFW's built in divert natd function is > very hard to get to function correctly for an LAN behind the firewall. > > I have stumbled into the solution to this problem after many months of > testing. > This solution has only been tested on FBSD version 4.5. > All private LAN Nic interface devices must have an keep-state rule > so they get in sync with the keep-state dynamic table rules for the > DSL or Cable internet connection interface. > > The order of private Lan rules before the public out & in rules, > both which have to come after the divert natd rule is very important. > > See rule 500 below. > > > Content of /etc/ipfw.rules.conf > > # These rules can be reloaded with out rebooting by issuing this command > # sh /etc/ipfw.rules.conf > > /sbin/ipfw -q -f flush > > # Set rules command prefix > # The -q option on the command is for quite mode. > # Do not display rules as they load. Remove during development to see. > cmd="/sbin/ipfw -q add" > > # Set defaults > oif="rl0" # Nic card to DSL modem public internet > connection > odns1="241.250.241.250" # ISP's dns server IP address > > $cmd 00200 divert natd all from any to any via $oif > > > ######## control section ############################################ > # Start of IPFW advanced Stateful Filtering using "dynamic" rules. > # The check-state statement behavior is to match bi-directional packet > traffic > # flow between source and destination using protocol/IP/port/sequence > number. > > # Allow the packet through if it has previous been added to the > # the "dynamic" rules table by an allow keep-state statement. > $cmd 00400 check-state > > # Run all private LAN xl0 packet traffic through the dynamic rules > # table so the IP address are in sync with Natd. You would have one > # rule like this for each Nic card you have for private lans. > $cmd 00500 allow all from any to any via xl0 keep-state > > # Deny all fragments coming in as bogus packets > $cmd 00530 deny all from any to any frag in via $oif > > # Deny ACK packets that did not match the dynamic rule table > $cmd 00540 deny tcp from any to any established in via $oif > > ######## outbound section ############################################ > # Interrogate packets originating from behind the firewall, private net. > # Upon a rule match, it's keep-state option will create a dynamic rule. > > # Allow out non-secure standard http function > $cmd 00600 allow tcp from any to any 80 out via $oif setup keep-state > > # Allow out secure www function https over TLS SSL > $cmd 00601 allow tcp from any to any 443 out via $oif setup keep-state > > # Allow out access to my ISP's Domain name server. > $cmd 00610 allow tcp from any to $odns1 53 out via $oif setup keep-state > $cmd 00611 allow udp from any to $odns1 53 out via $oif keep-state > > # Allow out send & get email function > $cmd 00630 allow tcp from any to any 25,110 out via $oif setup keep-state > > # Allow out FBSD (make install & CVSUP) functions > # Basically give user id [ROOT] "GOD" privileges. > $cmd 00640 allow tcp from me to any out via $oif setup keep-state uid root > > ######## inbound section ############################################ > # Interrogate packets originating from in front of the firewall, public net. > > # Allow in www http access to my apache server > $cmd 00800 allow tcp from any to any 80 in via $oif setup keep-state limit > src-addr 4 > > # Allow TCP FTP control channel in & data channel out > $cmd 00810 allow tcp from any to me 21 in via $oif setup keep-state limit > src-addr 4 > $cmd 00811 allow tcp from any 20 to any 1024-49151 out via $oif setup keep l > imit src-addr 4 > > # Allow in ssh function > $cmd 00820 allow log tcp from any to me 22 in via $oif setup keep-state > limit src-addr 4 > > # Allow in Telnet > $cmd 00830 allow tcp from any to me 23 in via $oif setup keep-state limit > src-addr 4 > > This is just a sample from which you can build from. The main thing is it > demonstrates how to code and organize your advanced stateful rules file. > > Joe > > > > > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Rob Ellis > Sent: Thursday, June 06, 2002 1:21 PM > To: freebsd-questions@FreeBSD.ORG > Subject: ipfw: 'out via fxp0' rules don't work > > i have the following rules, on a box with 4 interfaces, > that are intended to allow outbound connections... > > ipfw add allow udp from any to any out xmit fxp0 keep-state > ipfw add allow tcp from any to any out xmit fxp0 setup keep-state > > but this doesn't work as i thought it would. for instance, > 'in via xl0' packets are still being blocked. > > i also tried > > ipfw add allow udp from any to any out recv xl0 xmit fxp0 keep-state > ipfw add allow tcp from any to any out recv xl0 xmit fxp0 setup keep-state > > which also didn't work. the packets i want to allow are indeed coming > in via xl0 and out via fxp0, but the error is always like: > > > Jun 6 12:46:30 myname /kernel: ipfw: 22901 Deny TCP xxx.xxx.xxx.xxx:3325 > yyy.yyy.yyy.yyy:80 in via xl0 > > a rule like > > ipfw add allow tcp from xxx.xxx.xxx.0/24 to any 80 setup keep-state > > does work, but i want to firewall off the internal networks > from each other, and i didn't want to get into any more > skipto rules... > > in short, interface-based in/out rules don't seem to work. > > anyone have any ideas? i am just not understanding how the interface-based > rules are supposed to work? > > the firewall box is running 4.5-RELEASE-p4. > > thanks. > > - rob > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 7:51:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by hub.freebsd.org (Postfix) with ESMTP id AA84E37B406 for ; Fri, 7 Jun 2002 07:51:17 -0700 (PDT) Received: from pooh.int (mail@pooh.int [10.0.1.2]) by kanga.honeypot.net (8.12.3/8.12.3) with ESMTP id g57EpBX5089142 for ; Fri, 7 Jun 2002 09:51:11 -0500 (CDT) (envelope-from kirk@strauser.com) Received: from kirk by pooh.int with local (Exim 3.35 #1 (Debian)) id 17GL54-00060l-00 for ; Fri, 07 Jun 2002 09:51:10 -0500 To: freebsd-questions@freebsd.org Subject: Re: Epson Perfection 1240 USB + SANE trouble References: <3CFE4D30.9080508@0x54434D.net> From: Kirk Strauser Date: 07 Jun 2002 09:51:10 -0500 In-Reply-To: <3CFE4D30.9080508@0x54434D.net> Message-ID: <874rgfdtwh.fsf@pooh.int> Lines: 13 X-Mailer: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 2002-06-05T17:41:04Z, Nino Dehne writes: > and this is it. stuck at this point. scanner is powered on before boot. > how do you get an usb scanner working? what am i missing? I used to have almost the same setup: Epson 1240U, VIA chipset, FreeBSD 4.x., and the scanner worked correctly with xscanimage. Unfortunately, I no longer have that configuration, so I can't tell you exactly what my settings were. I only mention all this to give you a little hope. :) -- Kirk Strauser The Strauser Group - http://www.strausergroup.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 7:59:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.hirshfields.com (mailhost.hirshfields.com [63.226.159.37]) by hub.freebsd.org (Postfix) with ESMTP id 9C1B037B405 for ; Fri, 7 Jun 2002 07:59:09 -0700 (PDT) Received: from ultra.hirshfields.com (ultra.hirshfields.com [192.168.195.101]) by mailhost.hirshfields.com (8.11.4/8.11.4) with SMTP id g57Ex8e57473 for ; Fri, 7 Jun 2002 09:59:08 -0500 (CDT) Received: (qmail 23132 invoked from network); 7 Jun 2002 14:59:05 -0000 Received: from spicer.hirshfields.com (HELO hirshfields.com) (192.168.195.244) by ultra.hirshfields.com with SMTP; 7 Jun 2002 14:59:05 -0000 Message-ID: <3D00CA3C.7050106@hirshfields.com> Date: Fri, 07 Jun 2002 09:59:08 -0500 From: C Peter Biessener User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Subject: amd link behavior 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 How do I get amd created links to behave the same way as user created links? Please read the example below. If I create a link to a directory myself, when I cd to the link and then ask what my pwd is, the answer shows I am in the 'link' for a directory: # pwd /home/peter # ln -s template/util util # ls -l . . . lrwxrwxrwx 1 root wheel 25 Jun 6 16:46 util -> /home/peter/template/util . . . # cd util # pwd /home/peter/util However, if I set up amd to automount a filesystem, the behavior is different. amd does create a link, but when you cd there, and ask for the pwd, it reports the 'internal' mount directory. # amd -r -l syslog /net /etc/net.map # cat /etc/net.map history type:=nfs;rhost:=server;rfs:=/data/history;sublink:={host.} # cd /net # ls -l lrwxrwxrwx 1 root wheel 29 Jun 6 16:49 history -> /a/server/data/history/host_a # cd history # pwd /a/server/data/history/host_a The behavior I would like to see is if the amd created links behaved the same way as a user created link. In the above example, when I cd'd to history, I would like pwd to report my directory as '/net/history'. My reasoning is: from the amd internal mount point, I can cd ../host_b and mess with the files belonging to host_b. That behavior is MOST undesirable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 8: 0:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from federation.addy.com (addy.com [208.11.142.20]) by hub.freebsd.org (Postfix) with ESMTP id B751037B400 for ; Fri, 7 Jun 2002 08:00:33 -0700 (PDT) Received: from localhost (jim@localhost) by federation.addy.com (8.9.3/8.9.3) with ESMTP id LAA85286 for ; Fri, 7 Jun 2002 11:00:25 -0400 (EDT) (envelope-from jim@federation.addy.com) Date: Fri, 7 Jun 2002 11:00:25 -0400 (EDT) From: Jim Sander Cc: freebsd-questions@FreeBSD.ORG Subject: Re: List email bomb In-Reply-To: <3.0.5.32.20020607092722.00fc2288@mail.sage-one.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > lists were subjected to a sort of a "flood attack" It wasn't necessarily a malicious attack. I've seen this happen a few times, and the perpetrators were usually just clueless and often suffered more inconvenience as they caused me. What you did is as close to "correct" as I think you can get. (if anyone has a better plan, I'd love to hear- now that I think about it, using sendmail's access features might be more appropriate) I usually add a step of emailing the admin of the server in question, just to be safe. What I think you might be seeing is a typical loop scenario, caused by brain-dead autoresponders or mail servers. Someone subs to a list on your server, and when majordomo sends them something it generates a response (either a bounce, or a "we got your mail" message) that is (probably improperly) sent to 'majordomo' - which of course majordomo doesn't understand, so it thoughtfully sends them the 'help' message. The help message then causes the generation of another response. And so on... -=Jim=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 8: 1:46 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 AC72037B400 for ; Fri, 7 Jun 2002 08:01:41 -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 g57F1RU16026; Fri, 7 Jun 2002 11:01:28 -0400 Message-ID: <3D00CC2C.6010203@potentialtech.com> Date: Fri, 07 Jun 2002 11:07:24 -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: Darren Pilgrim Cc: freebsd-questions@freebsd.org Subject: Re: How many files in a directory is "a large number"? References: <3D008B3C.A5944FF7@pantherdragon.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 Darren Pilgrim wrote: > I'm building a file archive, and I know that when you have a large > number of files in directory, that lookups get really slow. I've only > ever heard people say "a large number." No real qualification. How > many files can one have before the slow downs become readily apparent? > Thousands? Tens of thousands? Millions? I need to know in order to > set my archive with as few segmentations in the collections as possible > without running into excessively slow lookups. I seem to remember someone quoting the number 20,000. Hopefully I'm not leading you astray with that number, because I can't remember where I heard/found it. On the flip side, I have some personal experience with directories with lots of files ... I have a client who has ~100,000 files on the shared portion of their fileserver. While I've argued and pushed to keep things organized in directories, there are still a few directories here and there that have 6000-7000 files in them. These directories are unmanagable for the most part. Directly accessing a file in them is fast enough, but if you want a directory listing over the network (SMB) it takes forever ( 15+ seconds just to bring up the list in explorer and how long does it take to scroll through the files to find the one you want?) If you're going to have some method to directly access the file, then the 20,000 is probably ok, but if folks are going to be browsing these directories, I would consider 2000-3000 a more practical maximum. Hope this helps, and I hope I'm remembering correctly with the 20,000 figure. -- 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 Fri Jun 7 8: 7: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.swbanktx.com (mail2.swbanktx.com [63.89.83.247]) by hub.freebsd.org (Postfix) with ESMTP id 8BA4637B406 for ; Fri, 7 Jun 2002 08:06:58 -0700 (PDT) Received: from swbtexcn1.swbanktx.com (unverified) by mail2.swbanktx.com (Content Technologies SMTPRS 4.1.5) with ESMTP id for ; Fri, 7 Jun 2002 10:00:59 -0500 Received: by swbtexcn1.swbanktx.com with Internet Mail Service (5.5.2653.19) id ; Fri, 7 Jun 2002 10:00:59 -0500 Message-ID: <9F560B2FB311D6119A7D00204840E20501D152EE@swbtexch2.swbanktx.com> From: Ronald Clark To: "'Freebsd-questions@freebsd.org'" Subject: Cisco VPN Linux client & FreeBSD 4.x Date: Fri, 7 Jun 2002 10:00:59 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative ; boundary="----_=_NextPart_001_01C20E33.F2661B7B" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C20E33.F2661B7B Content-Type: text/plain I am trying to load Cisco's vpn client to use with the 3030 concentrator. I get this message when installing and do not know how to respond: In order to build the VPN kernel module, you must have the kernel headers for the version of the kernel you are running. For RedHat 6.x users these files are installed in /usr/src/linux by default For RedHat 7.x users these files are installed in /usr/src/linux-2.4 by default Directory containing linux kernel source code [] What or how should I answer? Any one get this work? Any ideas? Please help. Thanks in advance. :) +--------------------------+ |Thank you, | |Ron Clark | |Network Security Engineer | |Southwest Bank of Texas | |Phone: (713)232-6127 | +--------------------------+ CONFIDENTIALITY NOTICE: ************************************************************************ The information contained in this ELECTRONIC MAIL transmission is confidential. It may also be privileged work product or proprietary information. This information is intended for the exclusive use of the addressee(s). If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution [other than to the addressee(s)], copying or taking of any action because of this information is strictly prohibited. ************************************************************************ ------_=_NextPart_001_01C20E33.F2661B7B Content-Type: text/html Content-Transfer-Encoding: quoted-printable Cisco VPN Linux client & FreeBSD 4.x

I am trying to load Cisco's vpn client to use with the 30= 30 concentrator. I get this message when installing and do not know how to = respond:


In order to build the VPN kernel module, you must have th= e
kernel headers for the version of the kernel you are run= ning.

For RedHat 6.x users these files are installed in /usr/sr= c/linux by default
For RedHat 7.x users these files are installed in /usr/s= rc/linux-2.4 by default

Directory containing linux kernel source code []

What or how should I answer? Any one get this work? Any i= deas? Please help. Thanks in advance. :)


+--------------------------+
|Thank you,       &nb= sp;        |
|Ron Clark       &nbs= p;         |
|Network Security Engineer |
|Southwest Bank of Texas   |
|Phone: (713)232-6127      |
+--------------------------+





CONFIDENTIALITY NOTICE:

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

The information contained in this ELECTRONIC MAIL transmission
is confidential. It may also be privileged work product or proprietary
information. This information is intended for the exclusive use of the
addressee(s). If you are not the intended recipient, you are hereby
notified that any use, disclosure, dissemination, distribution [other
than to the addressee(s)], copying or taking of any action because
of this information is strictly prohibited.

************************************************************************
------_=_NextPart_001_01C20E33.F2661B7B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 8:18:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 8779B37B403 for ; Fri, 7 Jun 2002 08:18:11 -0700 (PDT) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g57FI9a77867; Fri, 7 Jun 2002 17:18:09 +0200 (CEST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g57FI99013833875; Fri, 7 Jun 2002 17:18:09 +0200 (MES) Date: Fri, 7 Jun 2002 17:19:18 +0200 (CEST) From: Martin Blapp To: Huang wen hui Cc: Subject: Re: openoffice 1.0 run problem In-Reply-To: <3D00BEB5.90401@mail.gddsn.org.cn> Message-ID: <20020607171855.D11797-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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, Do you have any special CFLAGS set or something like this ? martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ On Fri, 7 Jun 2002, Huang wen hui wrote: > Martin Blapp wrote: > > >Hmm, > > > > > > > >>yes, STABLE( today cvsup). > >>FreeBSD 4.6-RC #2: Fri Jun 7 07:09:40 CST 2002 > >> > >> > > > >And you rebuild world ? It seems that you still use an > >old gcc. Can you rebuild your gcc3 port please ? > > > >Remove the old package and build a fresh gcc31 > > > >Martin > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > God, I got the same problem after rebuild word and gcc31. > > ============= > Building project udkapi > ============= > /home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script > idlc @/var/tmp/mkeydh1A > Segmentation fault (core dumped) > dmake: Error code 139, while making > '../../../../unxfbsd.pro/misc/urd_cssscript.don' > ---* TG_SLO.MK *--- > > ERROR: Error 65280 occurred while making > /home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script > dmake: Error code 1, while making 'build_all' > ---* TG_SLO.MK *--- > *** Error code 255 > > Stop in /home/ports/editors/openoffice. > > wfdb# gdb52 idlc > GNU gdb 5.2 (FreeBSD) > Copyright 2002 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-portbld-freebsd4.6"... > (gdb) run > Starting program: > /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/bin/idlc > > > Program received signal SIGSEGV, Segmentation fault. > 0x480d9525 in osl_incrementInterlockedCount (pCount=0x48271d40) at > interlck.c:81 > 81 __asm__ __volatile__ ( > Current language: auto; currently c > (gdb) bt > #0 0x480d9525 in osl_incrementInterlockedCount (pCount=0x48271d40) at > interlck.c:81 > #1 0x480f62f5 in rtl_string_new (ppThis=0x8097510) at strtmpl.c:1234 > #2 0x080831d7 in OString (this=0x8097510) at > /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/inc/rtl/string.hxx:137 > #3 0x0805ee59 in __static_initialization_and_destruction_0 > (__initialize_p=1, __priority=65535) at > ../unxfbsd.pro/misc/stripped_scanner.ll:83 > #4 0x0805ef73 in _GLOBAL__I_yyleng () at > /home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/inc/stl/stl/_alloc.h:251 > #5 0x080831a5 in __do_global_ctors_aux () at > /home/ports/editors/openoffice/work/oo_1.0_src/idlc/source/astexpression.cxx:1638 > #6 0x0805a952 in _init () > (gdb) > > any suggestion? > > --hwh > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 8:19: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from y3k.shacknet.nu (ts9m-pool0-238.gti.net [208.216.115.238]) by hub.freebsd.org (Postfix) with ESMTP id F089037B405 for ; Fri, 7 Jun 2002 08:18:56 -0700 (PDT) Received: from shacknet.nu (localhost.gti.net [127.0.0.1]) by y3k.shacknet.nu (8.11.6/8.11.6) with SMTP id g57FSIF04855 for ; Fri, 7 Jun 2002 11:28:19 -0400 (EDT) (envelope-from y3k@gti.net) Received: from 65.205.87.208 (SquirrelMail authenticated user mark) by y3k.shacknet.nu with HTTP; Fri, 7 Jun 2002 11:28:19 -0400 (EDT) Message-ID: <2154.65.205.87.208.1023463699.squirrel@y3k.shacknet.nu> Date: Fri, 7 Jun 2002 11:28:19 -0400 (EDT) Subject: bdm device From: "Mark Yeck" To: questions@freebsd.org X-Mailer: SquirrelMail (version 1.0.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I'm trying to use a Motorola BDM debugger with gdb. I found this page with patches for putting a bdm device in the kernel, except they are written for freebsd 3.4. Does anyone know if the files work with 4.1.1-R? http://bdm.thehousleys.net/ Thanks. -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 8:30:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pandora.cs.kun.nl (pandora.cs.kun.nl [131.174.33.4]) by hub.freebsd.org (Postfix) with ESMTP id 916F837B427 for ; Fri, 7 Jun 2002 08:30:27 -0700 (PDT) Received: from odin.cs.kun.nl by pandora.cs.kun.nl via odin.cs.kun.nl [131.174.33.33] with ESMTP for id g57FUQC14610 (8.11.3/3.19); Fri, 7 Jun 2002 17:30:26 +0200 (MET DST) Date: Fri, 7 Jun 2002 17:30:25 +0200 (MET DST) From: Adriaan de Groot Reply-To: adridg@cs.kun.nl To: freebsd-questions@freebsd.org Subject: Loading an mfs_root image from HDD 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 [Synopsis: how do you load a kernel *and* an mfs_root image from a hard disk and get it to boot? load /kernel ; load -t mfs_root /mfsroot when both are on the HDD doesn't work for me.] For whatever reasons, I'd like to spin down the HDD in one of my systems shortly after boot and keep it that way. Using MFS seems like a sensible approach. Regular diskless operation isn't an option here, because there's no NFS server that could serve out the root FS for me. Something I've tried and that works reasonably well is to just boot off the HDD and in rc.local make an MFS copy of all the top-level directories (/usr, /var, /tmp, ...). That leaves me with: /dev/ad0s1a mounted on / and a bunch of MFS mounted on the top-level directories. Since almost nothing changes things in / (like the mtime of top-level directories, or adding files there), the HDD spins down after a while and things are OK. All this is with a stripped-down install of 4.5-RELEASE and with enough memory to hold all that in memory. What I'd *like* to do, and what seems most natural, is just make an MFS image -- one single image including the root -- and stick that on the HDD. At boot, load the kernel from the HDD, and the MFS image, and make that root. Just like the kern.flp boot process, which loads the MFS image from the mfsroot.flp. This doesn't work for me with a GENERIC kernel, nor with the kernel off the kern.flp either. I end up at the mountboot> prompt, where ufs:/dev/md0 fails, ufs:mem panics, and ufs:/dev/ad0s1a boots normally off the hard disk. Hmph. What's the required magic here? Is the trick to jack up options MD_ROOT_SIZE=10 to the correct (enormous) number to accomodate this large MD? -- +------------------------------+--------------------------------------------+ + Adriaan de Groot + Project: FRESCoS + + adridg@cs.kun.nl + Private: adridg@sci.kun.nl + + Kamer A6020 tel. 024 3652272 + http://www.cs.kun.nl/~adridg/frescos/ + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 8:33: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by hub.freebsd.org (Postfix) with ESMTP id ECDEC37B426 for ; Fri, 7 Jun 2002 08:32:46 -0700 (PDT) Received: from nicki.comrite.co.za (rdg-dial-196-2-33-214.mweb.co.za [196.2.33.214]) by cerebellum.za.net (8.11.6/8.11.3) with ESMTP id g57FdoG31426 for ; Fri, 7 Jun 2002 15:39:54 GMT (envelope-from ian@cerebellum.za.net) Content-Type: text/plain; charset="us-ascii" From: Ian Barnes To: questions@freebsd.org Subject: kde Date: Fri, 7 Jun 2002 20:02:33 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206072002.33759.ian@cerebellum.za.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, i was wondering how i could do it that when i boot up, it takes me to a kde login screen, instead of a console (for workstation use)? What programs must i set up and how ... thanks Ian Barnes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 9:10:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes03-hme0.telusplanet.net (fepout1.telus.net [199.185.220.236]) by hub.freebsd.org (Postfix) with ESMTP id 0B88637B401 for ; Fri, 7 Jun 2002 09:10:12 -0700 (PDT) Received: from box.ici.net ([161.184.28.34]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020607161011.VSGN2350.priv-edtnes03-hme0.telusplanet.net@box.ici.net> for ; Fri, 7 Jun 2002 10:10:11 -0600 Date: Sat, 8 Jun 2002 10:15:27 -0600 From: James Earl To: freebsd-questions@FreeBSD.org Subject: PPP dial-in to LAN Message-Id: <20020608101527.0f67ca1d.kim-james@telusplanet.net> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've set up a FreeBSD 4.5 (192.168.1.1) server which I dial-in to from my home FreeBSD 4.6 (192.168.1.4) machine. I've become stumped in that I can't communicate with the rest of the LAN which is on the same subnet. I have tried setting up the server as a gateway, but I don't think it should have to be, right? The other thing I should mention, is that originally I set up the Dial-in Service on a WinNT machine and had the exact same problem, except now I could get from the WinNT machine to the FreeBSD machine (and the rest of the LAN)! This kinda makes me think it may be my settings on my home machine, but I have no idea what to do different. It would seem to me that if I'm on the same subnet, and I can ping 192.168.1.1, I should be able to ping 192.168.1.2? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 9:32:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id B631637B408 for ; Fri, 7 Jun 2002 09:32:25 -0700 (PDT) Received: from mailgate.aphnet.co.uk ([62.49.140.130] helo=aph2k.aphinternal.aphnet.co.uk) by anchor-post-30.mail.demon.net with esmtp (Exim 3.35 #1) id 17GMew-0003p9-0U; Fri, 07 Jun 2002 17:32:18 +0100 Received: from aph2k ([62.49.140.130]) by aph2k.aphinternal.aphnet.co.uk with Microsoft SMTPSVC(5.0.2195.3779); Fri, 7 Jun 2002 17:35:13 +0100 Message-Id: <3.0.1.32.20020607173246.009c8f90@aph2k> X-Sender: rob@aph2k X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Fri, 07 Jun 2002 17:32:46 +0100 To: "Drew Tomlinson" , "Alexander Isaev" , From: Rob O'Donnell Subject: Re: Big HDD (80 Gb) under FreeBSD 4.5 In-Reply-To: <004e01c20e1f$c0670ff0$0301a8c0@bigdaddy> References: <17127155838.20020606163736@astelit.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-OriginalArrivalTime: 07 Jun 2002 16:35:13.0109 (UTC) FILETIME=[4C089850:01C20E41] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 05:35 07/06/2002 -0700, Drew Tomlinson wrote: >----- Original Message ----- >From: "Alexander Isaev" >> I'm trying to install FreeBSD 4.5 on 80 GB HDD (on ASUS TUSI-M >I just did this myself about a week ago. I remember getting the same >message but I don't remember doing anything special. I think I just >ignored it and told Fdisk to create a slice using the entire disk. >Anyway, the numbers that Fdisk used were the like the ones on your >HDD, 16383/16/63, not the ones the BIOS reported. > I've put 120Gb discs on FBSD (4.3 as it happens). used the interface through sysinstall. FDISK was fine, but disklabel fell over on the default settings. Had to fiddle about with inodes and block sizes. (Sorry can't remember details - this was at home, and I'm not on this list there.) As an aside, will i need to recompile kernal or do anything special to add additional IDE interfaces bar the two normal ones? I've got an add-in pci ata100 board that I might need to use to add more drives to the fileserver. rob -- APH Computers Ltd. Tel: 0161-442 2603 Fax: 0161-443 1162 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 9:39:34 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 3F69237B404 for ; Fri, 7 Jun 2002 09:39:27 -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 g57GdJU16728; Fri, 7 Jun 2002 12:39:20 -0400 Message-ID: <3D00E31C.8030805@potentialtech.com> Date: Fri, 07 Jun 2002 12:45:16 -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: James Earl Cc: freebsd-questions@FreeBSD.org Subject: Re: PPP dial-in to LAN References: <20020608101527.0f67ca1d.kim-james@telusplanet.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG James Earl wrote: > I've set up a FreeBSD 4.5 (192.168.1.1) server which I dial-in to > from my home FreeBSD 4.6 (192.168.1.4) machine. I've become stumped > in that I can't communicate with the rest of the LAN which is on the > same subnet. I have tried setting up the server as a gateway, but I > don't think it should have to be, right? No, you either need a gateway or a bridge. The network traffic isn't going to "magically" traverse the machine, FreeBSD has to be told to forward it. You don't describe your network in much detail, so I'll tell you a good way to do it and you can either learn from this or duplicate it exactly. The gateway should have something like this (hypothetically) NIC to internal network IP=192.168.1.1, netmask 255.255.255.0 Modem IP=192.168.2.1, netmask 255.255.255.0 Make sure gateway service is turned on Your home machine (assuming there's no home network, only a modem) Modem IP=192.168.2.2, netmask 255.255.255.0 Set 192.168.2.1 as your default gateway You should now be able to reach any computer your dial-in server can reach. If you've got a home network and another default gateway (such as your ISP) it gets just a little more complicated. In that case, your routing table should look something like this: default your.isps.gateways.IP 192.168.2.1 192.168.2.2 192.168.1 192.168.2.1 You may have to add routing statements manually to accomplish this. You may also have routes to your home network (if you have one), just make sure none of the ip/netmasks overlap or conflict. > The other thing I should mention, is that originally I set up the > Dial-in Service on a WinNT machine and had the exact same problem, > except now I could get from the WinNT machine to the FreeBSD machine > (and the rest of the LAN)! I don't understand what you're describing here. But if you had the same problem, it's like that you've made a similar configuration mistake on both the NT and the BSD machine. > This kinda makes me think it may be my settings on my home machine, > but I have no idea what to do different. It would seem to me that > if I'm on the same subnet, and I can ping 192.168.1.1, I should be > able to ping 192.168.1.2? Not automatically. Use "netstat -rn" to see how your routes are set up, if you don't have a route to those other machines, you'll not get to them. -- 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 Fri Jun 7 9:43:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id B0E9937B40A for ; Fri, 7 Jun 2002 09:43:08 -0700 (PDT) Received: (qmail 9939 invoked by uid 0); 7 Jun 2002 16:43:05 -0000 Received: from unknown (HELO ghods) (62.217.100.184) by mail.gmx.net (mp006-rz3) with SMTP; 7 Jun 2002 16:43:05 -0000 Message-ID: <000801c20e42$6005f9f0$8119fea9@ghods> From: "Voyager" To: Subject: a Synatx question! Date: Fri, 7 Jun 2002 21:12:40 +0430 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C20E68.0E9AAA40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C20E68.0E9AAA40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Sir, I have some problem with freebsd syntax specialy using wget. If som body want to use wget to get a file from an ftp while the user = name or password contains @ charachter. what should be done? for example from a link is this form: ftp://abc:A@B@x.x.x.x where A@B is the pass for that ftp account. Another question if the ftp address contains special charachters like ; = or + or =3D wget get confused. How could one access such ftp addresses = using wget ? Best Ragards, Farzad Voyager@gmx.net ------=_NextPart_000_0005_01C20E68.0E9AAA40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear Sir,
I have some problem with freebsd syntax = specialy=20 using wget.
 
If som body want to use wget to get a = file from an=20 ftp while the user name or password contains @ charachter. what should = be=20 done?
for example from a link is this = form:
ftp://abc:A@B@x.x.x.x
where A@B is = the pass for=20 that ftp account.
 
Another question if the ftp address = contains=20 special charachters like ; or + or =3D wget get confused. How could = one=20 access such ftp addresses using wget ?
 
Best Ragards,
Farzad
Voyager@gmx.net
------=_NextPart_000_0005_01C20E68.0E9AAA40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 9:52:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by hub.freebsd.org (Postfix) with ESMTP id 7F93F37B400 for ; Fri, 7 Jun 2002 09:52:06 -0700 (PDT) Received: from nicki.comrite.co.za (rdg-dial-196-2-33-214.mweb.co.za [196.2.33.214]) by cerebellum.za.net (8.11.6/8.11.3) with ESMTP id g57GxBG31628 for ; Fri, 7 Jun 2002 16:59:15 GMT (envelope-from ian@cerebellum.za.net) Content-Type: text/plain; charset="us-ascii" From: Ian Barnes To: questions@freebsd.org Subject: error at bootup ? Date: Fri, 7 Jun 2002 21:22:00 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206072122.00466.ian@cerebellum.za.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I get these error messages when i boot up. It only occured since i recompiled my kernel from 4.5 stable to 4.6rc Configuring syscons: blank_timevidcontrol: must be on virtual console: Innapropriate ioctl for device screensaver mousevidcontrol: must be on virtual console: Innapropriate ioctl for device Thanks Ian Barnes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10: 2:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 21EB537B4D8 for ; Fri, 7 Jun 2002 10:01:55 -0700 (PDT) Received: from wash by ns2.wananchi.com with local (Exim 3.36 #1 (FreeBSD)) id 17GN7R-000Nnx-00 for ; Fri, 07 Jun 2002 20:01:45 +0300 Date: Fri, 7 Jun 2002 20:01:45 +0300 From: Odhiambo Washington To: freebsd-questions@FreeBSD.ORG Subject: Multiple USB Devices Message-ID: <20020607170145.GA90840@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: WHERE CAN THE MATTER BE Oh, dear, where can the matter be When it's converted to energy? There is a slight loss of parity. Johnny's so long at the fair. X-Operating-System: FreeBSD 4.5-STABLE i386 X-Best-Window-Manager: Blackbox X-Mailer: Mutt http://www.mutt.org/ X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 8:00PM up 4 days, 10:44, 2 users, load averages: 0.16, 0.22, 0.20 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know of the most convenient way to connect 10 USB devices to a PC all at the same time? Some adapter to take multiple devices?? My PC has just 2 USB ports but I have 10 devices!!! tia -Wash -- Odhiambo Washington "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: 254 2 313985-9 Fax: 254 2 313922 so I installed FreeBSD." GSM: 254 72 743 223 GSM: 254 733 744 121 This sig is McQ! :-) Don't worry about the world coming to an end today. It's already tomorrow in Australia. -- Charles Schultz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10: 4:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.montanavision.net (hermes.montanavision.net [216.220.30.7]) by hub.freebsd.org (Postfix) with ESMTP id CD26C37B407 for ; Fri, 7 Jun 2002 10:04:31 -0700 (PDT) Received: from leroy.whyureadin.dis (hh1124194.direcpc.com [206.71.124.194]) by hermes.montanavision.net (8.9.3/8.9.3) with SMTP id LAA06204 for ; Fri, 7 Jun 2002 11:03:20 -0600 (MDT) (envelope-from rfreidel@3rivers.net) Date: Fri, 7 Jun 2002 11:04:41 -0600 From: Ron Freidel To: freebsd-questions@FreeBSD.ORG Subject: network tweaks? Message-Id: <20020607110441.6f8ad742.rfreidel@3rivers.net> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am attempting to tweak the network settings so I can have the same download speed on my FreeBSD 4.5 box as I do on the "router" that has win2k installed. I need to use a win based router since I use direcpc. With Linux I have found that all I have to do is to reset a few things, this is what works in Linux... echo 0 > /proc/sys/net/ipv4/tcp_timestamps echo 0 > /proc/sys/net/ipv4/tcp_window_scaling Here is what I have done for this box /etc/sysctl.conf net.inet.tcp.rfc1323=0 vfs.vmiodirenable=1 kern.ipc.maxsockbuf=2097152 kern.ipc.somaxconn=8192 kern.ipc.maxsockets=16424 kern.maxfiles=65536 kern.maxfilesperproc=32768 net.inet.tcp.delayed_ack=0 net.inet.tcp.sendspace=65535 net.inet.tcp.recvspace=65535 net.inet.udp.recvspace=65535 net.inet.udp.maxdgram=57344 net.local.stream.recvspace=65535 net.local.stream.sendspace=65535 With these settings I am close to matching the download speed, but am not there yet. While downloading a test file the windows box will download at about 72.5kbps while the FreeBSD box will download the same file at 51kbps. Prior to editing /etc/sysctl.conf I was lucky to get 30kbps. It is not the hardware since I have had Linux running with the same computer and hardware. Can anyone suggest any additional settings I may try. Perhaps just an equivalent to the above mentioned Linux settings would be great. Thanks, Ron I am not subscribed to the list, please cc me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10:13: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antipater.hosting.pacbell.net (antipater.hosting.pacbell.net [216.100.99.13]) by hub.freebsd.org (Postfix) with ESMTP id D6E1037B40D for ; Fri, 7 Jun 2002 10:13:01 -0700 (PDT) Received: from JR (adsl-63-207-204-66.dsl.snfc21.pacbell.net [63.207.204.66]) by antipater.hosting.pacbell.net id NAA28826; Fri, 7 Jun 2002 13:13:00 -0400 (EDT) [ConcentricHost SMTP Relay 1.14] From: "JR Richards" To: Subject: Ghosting-like application Date: Fri, 7 Jun 2002 10:26:04 -0700 Message-ID: <001801c20e48$6736bd30$3002a8c0@JR> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How do I basically ghost my whole FreeBSD harddrive onto another harddrive? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10:16:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 7135737B401 for ; Fri, 7 Jun 2002 10:16:33 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.3/8.12.3) id g57HGMa8096870; Fri, 7 Jun 2002 12:16:22 -0500 (CDT) (envelope-from dan) Date: Fri, 7 Jun 2002 12:16:22 -0500 From: Dan Nelson To: JR Richards Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ghosting-like application Message-ID: <20020607171622.GB9067@dan.emsphone.com> References: <001801c20e48$6736bd30$3002a8c0@JR> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001801c20e48$6736bd30$3002a8c0@JR> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 07), JR Richards said: > How do I basically ghost my whole FreeBSD harddrive onto another > harddrive? If the drives are the same size, "dd if=/dev/da0 of=/dev/da1 bs=1m" If they're different sizes, you'll have to partition and format the 2nd drive's filesystems, and use a dump | restore pipe to copy the data. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10:25:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by hub.freebsd.org (Postfix) with ESMTP id 6B42D37B403 for ; Fri, 7 Jun 2002 10:25:48 -0700 (PDT) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g57HPX849307; Fri, 7 Jun 2002 12:25:34 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020607122532.00fc2288@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 07 Jun 2002 12:25:32 -0500 To: "JR Richards" , From: "Jack L. Stone" Subject: Re: Ghosting-like application In-Reply-To: <001801c20e48$6736bd30$3002a8c0@JR> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 10:26 AM 6.7.2002 -0700, JR Richards wrote: >How do I basically ghost my whole FreeBSD harddrive onto another >harddrive? > ....use "dd"...does an exact image... check the man pages on the details, but it works great. Got to have an equal or larger-size HD to copy the image to. If bigger, you can't use the balance beyond the image. I guess Ghost does that too. Check the archives back a week or so. I posted info on the results of three different HDs I did.... Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10:27:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 6B15037B400 for ; Fri, 7 Jun 2002 10:27:10 -0700 (PDT) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.3/8.12.3) with ESMTP id g57HQPb4037276; Fri, 7 Jun 2002 13:26:25 -0400 (EDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.12.3/8.12.3/Submit) with SMTP id g57HQPEJ037273; Fri, 7 Jun 2002 13:26:25 -0400 (EDT) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Fri, 7 Jun 2002 13:26:24 -0400 (EDT) From: doug X-Sender: doug@fledge.watson.org To: Ian Barnes Cc: questions@freebsd.org Subject: Re: kde In-Reply-To: <200206072002.33759.ian@cerebellum.za.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chapters 5.6 and 5.7 in the hand book will give you what you need. I use xdm rather than kdm if for no other reason than I use twm to install and/or work on kde. You can also start [xk]dm out of /usr/local/etc/rc. This has the advantage of being able to stop xdm. On Fri, 7 Jun 2002, Ian Barnes wrote: > hi, > > i was wondering how i could do it that when i boot up, it takes me to a kde > login screen, instead of a console (for workstation use)? What programs must > i set up and how ... > > thanks > Ian Barnes > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10:33:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneers1.mts.mb.ca (pioneers1.mts.mb.ca [142.160.2.11]) by hub.freebsd.org (Postfix) with ESMTP id 1AEAB37B403 for ; Fri, 7 Jun 2002 10:33:26 -0700 (PDT) Received: from knuth.mts.mb.ca (knuth.mts.mb.ca [142.160.165.207]) by pioneers1.mts.mb.ca (8.9.2/8.9.2) with ESMTP id MAA25100; Fri, 7 Jun 2002 12:31:51 -0500 (CDT) Received: from knuth.mts.mb.ca (localhost [127.0.0.1]) by knuth.mts.mb.ca (8.12.3/8.12.3) with ESMTP id g57HVolj058630; Fri, 7 Jun 2002 12:31:50 -0500 (CDT) (envelope-from cbajus@knuth.mts.mb.ca) Received: (from cbajus@localhost) by knuth.mts.mb.ca (8.12.3/8.12.3/Submit) id g57HVoBf058629; Fri, 7 Jun 2002 12:31:50 -0500 (CDT) Date: Fri, 7 Jun 2002 12:31:50 -0500 From: Cory Bajus To: Ian Barnes Cc: freebsd-questions@freebsd.org Subject: Re: kde Message-ID: <20020607123149.A58581@knuth.mts.mb.ca> References: <200206072002.33759.ian@cerebellum.za.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206072002.33759.ian@cerebellum.za.net>; from ian@cerebellum.za.net on Fri, Jun 07, 2002 at 08:02:33PM +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 > i was wondering how i could do it that when i boot up, it takes me to a kde > login screen, instead of a console (for workstation use)? What programs must > i set up and how ... I don't use kde, but to get this working with xdm, I changed the ttyv8 line in /etc/ttys (changed status from off to on). I'm guessing to do the same with kdm you would also have to replace the xdm command line with the correct invocation of kdm. Good luck, Cory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10:39: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by hub.freebsd.org (Postfix) with ESMTP id 5178B37B404 for ; Fri, 7 Jun 2002 10:39:00 -0700 (PDT) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g57Hcr849519; Fri, 7 Jun 2002 12:38:53 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020607123852.00fc2288@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 07 Jun 2002 12:38:52 -0500 To: Dan Nelson , JR Richards From: "Jack L. Stone" Subject: Re: Ghosting-like application Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020607171622.GB9067@dan.emsphone.com> References: <001801c20e48$6736bd30$3002a8c0@JR> <001801c20e48$6736bd30$3002a8c0@JR> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 12:16 PM 6.7.2002 -0500, Dan Nelson wrote: >In the last episode (Jun 07), JR Richards said: >> How do I basically ghost my whole FreeBSD harddrive onto another >> harddrive? > >If the drives are the same size, "dd if=/dev/da0 of=/dev/da1 bs=1m" > >If they're different sizes, you'll have to partition and format the 2nd >drive's filesystems, and use a dump | restore pipe to copy the data. > >-- > Dan Nelson > dnelson@allantgroup.com > Dan: This reminds me... I've seen the "bs=1m" all over the map from other postings on this very subject: 1024, 4096, 8192 (even 8096)...etc. This is the first at "1m" I've seen & still wonder how this is determined or recommended. I'm using 8192 and it works okay. After doing a dd, I even did a boot test on the HD #2 and it worked slick.... still wonder about the "bs" though.... Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10:49:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tick.tcsn.net (tick.tcsn.net [206.190.91.5]) by hub.freebsd.org (Postfix) with ESMTP id 547FD37B400 for ; Fri, 7 Jun 2002 10:48:51 -0700 (PDT) Received: from 206.190.91.11 (taz.tcsn.net [206.190.91.11]) by tick.tcsn.net (8.11.4/8.11.4) with SMTP id g57Hmov71932 for freebsd-questions@FreeBSD.ORG; Fri, 7 Jun 2002 10:48:50 -0700 (PDT) Date: Fri, 7 Jun 2002 10:48:50 -0700 (PDT) Message-Id: <200206071748.g57Hmov71932@tick.tcsn.net> MIME-Version: 1.0 From: Tim Treaster To: freebsd-questions@FreeBSD.ORG Subject: /dev files missing Cc: Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSD 4.5 production server won't boot. It lloks like I'm missing several /dev = files for my drives - Example; /dev/ad0s1a=20 =20 I can see the fstab and it looks ok. I can't add a device because I'm mounted re= adonly and can't change to RW.=20 =20 I'm not sure if it will work - I'm trying this:=20 =20 mount_mfs -T fd1440 none /mnt=20 cd /mnt=20 sh /dev/MAKEDEV foo=20 mount -u -o rw /mnt/foo /=20 cd /dev=20 sh /dev/MAKEDEV foo=20 =20 However, mount_mfs gives the error: "fd1440 unknown disk type"=20 =20 I have no clue how to proceed.=20 =20 It's important I not loose any data in this process.=20 =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 10:51:38 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 8030B37B404 for ; Fri, 7 Jun 2002 10:51:01 -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 KAA01260; Fri, 7 Jun 2002 10:50:51 -0700 Message-ID: <3D00F27A.1070301@owt.com> Date: Fri, 07 Jun 2002 10:50:50 -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: Odhiambo Washington Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Multiple USB Devices References: <20020607170145.GA90840@ns2.wananchi.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 Odhiambo Washington wrote: > Does anyone know of the most convenient way to connect 10 USB > devices to a PC all at the same time? Some adapter to take > multiple devices?? My PC has just 2 USB ports but I have 10 > devices!!! For starters, you need a hub and that will probably get you over a power problem that you won't know about. The hubs provide more power than you cat get from the pc. Most mobo's come with additional connections as options. That will add up to more than 10 with the hubs. A UBS-2 card is a 5-usb port hub. Last time I tried it, we don't have USB-2 but it is coming. You can't use a version 1.1 hub on a version 2 port. 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 Fri Jun 7 10:55:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pooh.ASARian.org (pooh.ASARian.org [216.21.171.83]) by hub.freebsd.org (Postfix) with ESMTP id CE19B37B697 for ; Fri, 7 Jun 2002 10:54:07 -0700 (PDT) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.11.6/8.11.6) with ESMTP id g57Hs3s82956 for ; Fri, 7 Jun 2002 13:54:03 -0400 (EDT) (envelope-from fuzzy@pooh.ASARian.org) Date: Fri, 7 Jun 2002 13:54:03 -0400 (EDT) From: Fuzzy To: freebsd-questions@FreeBSD.ORG Subject: error from inetd re: DNS problem with incoming request Message-ID: X-No-Archive: Yes Organization: ASARian Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jun 7 13:37:50 pooh inetd[82287]: warning: /etc/hosts.allow, line 5: host name/address mismatch: 24.226.1.11 != mail.cgocable.net I'm confused as to how to not get these error messages?? I have no control over someone else's broken DNS. What am I supposed to do to work around the error? This happens every time an external client attempts to connect to a service here, (fielded by inetd). for reference line 5 in /etc/hosts.allow is: ALL : speedtrap.centropolisfx.com : deny an attempt at blocking one of these places with broken DNS. Thanks Fuz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11: 2:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rhymer.cogsci.ed.ac.uk (rhymer.cogsci.ed.ac.uk [129.215.144.8]) by hub.freebsd.org (Postfix) with ESMTP id 35A8437B40A for ; Fri, 7 Jun 2002 11:02:49 -0700 (PDT) Received: (from richard@localhost) by rhymer.cogsci.ed.ac.uk (8.9.3/8.9.3) id TAA23846 for freebsd-questions@FreeBSD.ORG; Fri, 7 Jun 2002 19:02:47 +0100 (BST) Date: Fri, 7 Jun 2002 19:02:47 +0100 (BST) Message-Id: <200206071802.TAA23846@rhymer.cogsci.ed.ac.uk> From: Richard Tobin Subject: 4.6RC4 ISO? To: freebsd-questions@FreeBSD.ORG Organization: just say no Sender: owner-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 4.6 RC4 ISO image available? I could only find RC2. -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11: 3:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mxic2.corp.emc.com (mxic2.isus.emc.com [128.221.31.40]) by hub.freebsd.org (Postfix) with ESMTP id 34C2937B403 for ; Fri, 7 Jun 2002 11:03:44 -0700 (PDT) Received: by mxic2.corp.emc.com with Internet Mail Service (5.5.2653.19) id ; Fri, 7 Jun 2002 14:03:39 -0400 Message-ID: From: Zancope_Alexandre@emc.com To: freebsd-questions@FreeBSD.ORG Subject: Question about NFS Date: Fri, 7 Jun 2002 14:03:29 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Sorry by my question, because this OS is not my strong point... My question is: 1) What is the NFS version that run at FreeBSD 4.3?? 2) The NFS client, with OS FreeBSD 4.3, establishs connection with the = =3D NFS server by UDP or TCP?? 3) Do you have any issues with FreeBSD using NFS (client only)?? Thanks in advance, EMC=B2 Alexandre Zancope=20 Where INFORMATION Lives Regional Software Support Specialist=20 =09 EMC Brasil *Office: 55-11-51858805 Rua Verbo Divino, 1488 - 4 andar *Fax: 55-11-51858999 S=E3o Paulo, SP 04719-904 *Mobile: 55-11-91232720 =20 http://www.emc.com *E-mail: zancope_alexandre@emc.com "Don't worry, at the end everything will be ok", AZ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11: 4:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 55D3437B403 for ; Fri, 7 Jun 2002 11:04:06 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.3/8.12.3) id g57I42C8082005; Fri, 7 Jun 2002 13:04:02 -0500 (CDT) (envelope-from dan) Date: Fri, 7 Jun 2002 13:04:02 -0500 From: Dan Nelson To: "Jack L. Stone" Cc: JR Richards , freebsd-questions@FreeBSD.ORG Subject: Re: Ghosting-like application Message-ID: <20020607180402.GA13099@dan.emsphone.com> References: <001801c20e48$6736bd30$3002a8c0@JR> <001801c20e48$6736bd30$3002a8c0@JR> <3.0.5.32.20020607123852.00fc2288@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3.0.5.32.20020607123852.00fc2288@mail.sage-one.net> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 07), Jack L. Stone said: > Dan: This reminds me... I've seen the "bs=1m" all over the map from other > postings on this very subject: 1024, 4096, 8192 (even 8096)...etc. This is > the first at "1m" I've seen & still wonder how this is determined or > recommended. I'm using 8192 and it works okay. After doing a dd, I even did > a boot test on the HD #2 and it worked slick.... still wonder about the > "bs" though.... 1m is probably overkill, actually. bs= sets the read and write blocksize. When you're doing sequential I/O on large devices, raising the blocksize lowers the amount of per-read overhead the OS has to do. On my system (p3 933), a dd with an 8k blocksize takes around 7% CPU; a dd with 64k (FreeBSD splits larger bs values into multiple 64k chunks) takes 1%. On an idle system it doesn't really matter. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:14: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes16-hme0.telusplanet.net (defout.telus.net [199.185.220.240]) by hub.freebsd.org (Postfix) with ESMTP id 3F8BC37B408 for ; Fri, 7 Jun 2002 11:14:02 -0700 (PDT) Received: from apparition1 ([64.180.212.87]) by priv-edtnes16-hme0.telusplanet.net (InterMail vM.5.01.04.02 201-253-122-122-102-20011128) with SMTP id <20020607181401.EMYE10605.priv-edtnes16-hme0.telusplanet.net@apparition1>; Fri, 7 Jun 2002 12:14:01 -0600 From: "Maelstrom" To: "Richard Shea" , "FreeBSD Questions" Subject: RE: [OT] Good MySQL newsgroup ? Date: Fri, 7 Jun 2002 11:18:48 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020604224659.026E86DA03@www.fastmail.fm> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG www.sitepointforums.com has an excellent group of mysql advocates. You could try there as well. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Richard Shea Sent: Tuesday, June 04, 2002 3:47 PM To: FreeBSD Questions Subject: [OT] Good MySQL newsgroup ? Hi - Sorry for slightly off topic post, can anyone suggest a useful MySQL newgroup ? thanks richard shea -- http://fastmail.fm - Ever wonder why we aren't named snailmail.sm? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:19:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 506CD37B407 for ; Fri, 7 Jun 2002 11:19:18 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.3/8.12.3) id g57IJGdA007198; Fri, 7 Jun 2002 13:19:16 -0500 (CDT) (envelope-from dan) Date: Fri, 7 Jun 2002 13:19:16 -0500 From: Dan Nelson To: Zancope_Alexandre@emc.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question about NFS Message-ID: <20020607181916.GB13099@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 07), Zancope_Alexandre@emc.com said: > Hi, > > Sorry by my question, because this OS is not my strong point... > > My question is: > > 1) What is the NFS version that run at FreeBSD 4.3?? 4.3 supports NFSv3 and NFSv2; it will try v3 and if the remote system does not support it, will fall back to v2. > 2) The NFS client, with OS FreeBSD 4.3, establishs connection with > the NFS server by UDP or TCP?? Your choice. I believe the default is UDP. "man mount_nfs" for details. > 3) Do you have any issues with FreeBSD using NFS (client only)?? Nope. I access FreeBSD, Solaris, Tru64, Netware, and Linux NFS servers fine with FreeBSD clients. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:24:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from omta04.mta.everyone.net (sitemail3.everyone.net [216.200.145.37]) by hub.freebsd.org (Postfix) with ESMTP id E2BB437B404 for ; Fri, 7 Jun 2002 11:24:52 -0700 (PDT) Received: from sitemail.everyone.net (dsnat [216.200.145.62]) by omta04.mta.everyone.net (Postfix) with ESMTP id CB36A4F629 for ; Fri, 7 Jun 2002 11:24:52 -0700 (PDT) Received: by sitemail.everyone.net (Postfix, from userid 99) id B916836F9; Fri, 7 Jun 2002 11:24:52 -0700 (PDT) Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Date: Fri, 7 Jun 2002 11:24:52 -0700 (PDT) From: martin von schantz To: freebsd-questions@FreeBSD.ORG Subject: sshd Reply-To: schantz@hotpotmail.com X-Originating-Ip: [213.204.133.47] Message-Id: <20020607182452.B916836F9@sitemail.everyone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I can't stop wondering if there really is a thought behind placing the sshd daemon startup in rc.conf and not in inetd.conf. Is there anyone that might know why? /Martin von Schantz _____________________________________________________________ Get your private, free EMail from HotPotMail at http://www.HotPotMail.com/ _____________________________________________________________ Promote your group and strengthen ties to your members with email@yourgroup.org by Everyone.net http://www.everyone.net/?btn=tag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:30:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id A245E37B422 for ; Fri, 7 Jun 2002 11:30:06 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-18-9.dsl.chcgil.ameritech.net [68.20.18.9]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g57IU5Nb013943; Fri, 7 Jun 2002 13:30:06 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: doug Subject: Re: kde Date: Fri, 7 Jun 2002 13:30:04 -0500 X-Mailer: KMail [version 1.4] Cc: questions@FreeBSD.ORG References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206071330.04945.dsyphers@uchicago.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 07 June 2002 12:26 pm, doug wrote: > Chapters 5.6 and 5.7 in the hand book will give you what you need. > > I use xdm rather than kdm if for no other reason than I use twm to install > and/or work on kde. You can also start [xk]dm out of /usr/local/etc/rc. > This has the advantage of being able to stop xdm. The details in the Handbook cover an old version of kdm (it remarks that things have changed in KDE 2.2, and we're now on KDE 3). I've tried changing "off" to "on" on the appropriate line in /etc/ttys, but I can't start either xdm with the default line nor kdm with "/usr/local/bin/kdm" as the command. In /var/log/xdm-errors I get ---- (EE) Unable to locate/open config file (EE) Error from xf86HandleConfigFile() Fatal server error: no screens found ---- I'm able to start kdm from the command line with no problems, so I don't see why it should complain about a config file. Any ideas? Thanks, -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:35:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fia168-94.dsl.hccnet.nl (fia168-94.dsl.hccnet.nl [62.251.94.168]) by hub.freebsd.org (Postfix) with ESMTP id D1F7D37B401 for ; Fri, 7 Jun 2002 11:35:12 -0700 (PDT) Received: by fia168-94.dsl.hccnet.nl (Postfix, from userid 1000) id 20CAA4E; Fri, 7 Jun 2002 21:35:15 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" From: Simon Siemonsma To: freebsd-questions@freebsd.org Subject: Java and Konqueror Date: Fri, 7 Jun 2002 21:35:14 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206072135.14738.simon.freebsd@hccnet.nl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I installed java 1.3.1 and KDE3.0 via the ports. In Konqueror I did set the following path to java: /usr/local/bin/javavm. Some java applets seem to work, most don't work however. This includes the sample applets of the port. Does anyone know how to get this working with Konqueror. Thanks Simon Siemonsma To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:35:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id 25C0C37B407 for ; Fri, 7 Jun 2002 11:35:25 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-18-9.dsl.chcgil.ameritech.net [68.20.18.9]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g57IZONb018147; Fri, 7 Jun 2002 13:35:24 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: schantz@hotpotmail.com Subject: Re: sshd Date: Fri, 7 Jun 2002 13:35:23 -0500 X-Mailer: KMail [version 1.4] References: <20020607182452.B916836F9@sitemail.everyone.net> In-Reply-To: <20020607182452.B916836F9@sitemail.everyone.net> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206071335.23492.dsyphers@uchicago.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 07 June 2002 01:24 pm, martin von schantz wrote: > Hi, I can't stop wondering if there really is a thought behind placing the sshd daemon startup in rc.conf and not in inetd.conf. > Is there anyone that might know why? It probably makes it a bit more secure for people (like me) who need sshd but don't want to run inetd. SSH is often desired for systems where none of the tools inetd starts are needed. -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:38:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fia168-94.dsl.hccnet.nl (fia168-94.dsl.hccnet.nl [62.251.94.168]) by hub.freebsd.org (Postfix) with ESMTP id 3F7FA37B40A for ; Fri, 7 Jun 2002 11:38:39 -0700 (PDT) Received: by fia168-94.dsl.hccnet.nl (Postfix, from userid 1000) id 53C695D; Fri, 7 Jun 2002 21:38:42 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" From: Simon Siemonsma To: freebsd-questions@freebsd.org Subject: Netscape plugins in Konqueror Date: Fri, 7 Jun 2002 21:38:41 +0200 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206072138.42000.simon.freebsd@hccnet.nl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I installed KDE3.0 from the ports. When at the settings I go to "Netscape plugin viewer" a message box pops up with the following message: There was an error loading module 'nsplugin.desktop' The diagnostics is: That's all. Does any one have any idea? Hope somebody can help me! Simon Siemonsma To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:42:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id DCC6137B406 for ; Fri, 7 Jun 2002 11:41:41 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maile.telia.com (8.11.6/8.11.6) with ESMTP id g57Ifed07286 for ; Fri, 7 Jun 2002 20:41:40 +0200 (CEST) Received: from falcon.midgard.homeip.net (h53n2fls20o913.telia.com [212.181.163.53]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id UAA12725 for ; Fri, 7 Jun 2002 20:41:39 +0200 (CEST) Received: (qmail 11454 invoked by uid 1001); 7 Jun 2002 18:41:38 -0000 Date: Fri, 7 Jun 2002 20:41:38 +0200 From: Erik Trulsson To: martin von schantz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sshd Message-ID: <20020607184138.GA11425@falcon.midgard.homeip.net> Mail-Followup-To: martin von schantz , freebsd-questions@FreeBSD.ORG References: <20020607182452.B916836F9@sitemail.everyone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020607182452.B916836F9@sitemail.everyone.net> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jun 07, 2002 at 11:24:52AM -0700, martin von schantz wrote: > Hi, I can't stop wondering if there really is a thought behind > placing the sshd daemon startup in rc.conf and not in inetd.conf. Is > there anyone that might know why? > > /Martin von Schantz Reading the documentation for sshd is a good way to find the answer. In this case the manpage for sshd(8) contains the following: -i Specifies that sshd is being run from inetd. sshd is normally not run from inetd because it needs to generate the server key before it can respond to the client, and this may take tens of seconds. Clients would have to wait too long if the key was regenerated every time. However, with small key sizes (e.g., 512) using sshd from inetd may be feasible. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:50:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from may.priocom.com (may.priocom.com [213.156.65.50]) by hub.freebsd.org (Postfix) with ESMTP id DEB3637B404 for ; Fri, 7 Jun 2002 11:50:15 -0700 (PDT) Received: (qmail 1296 invoked from network); 7 Jun 2002 18:47:35 -0000 Received: from unknown (HELO tower) ([193.193.195.158]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 7 Jun 2002 18:47:35 -0000 Date: Fri, 7 Jun 2002 21:50:12 +0300 From: Andrew X-Mailer: The Bat! (v1.60m) Reply-To: Andrew X-Priority: 3 (Normal) Message-ID: <17912241642.20020607215012@ukrpost.net> To: freebsd-questions@FreeBSD.ORG Subject: Backups MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello All. 1. I want to make backup of my FreeBSD HDD into file over the network with ability to replicate my HDD back easy from first to last sector (like Norton Ghost for Windoze does)? 2. What is the best tool to pack and save somewhere in the network critical data like configuration files, Maildirs, logs etc? I can do that with cron + tar + bzip but may be there are some sophisticated tools to backup only changed files, save those files to CD-writer (without my participation) in multiple sessions, with warnings on mail when CD-R is full etc? -- Yours sincerely, Andrew mailto:perl@ukrpost.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:50:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id 3622737B406 for ; Fri, 7 Jun 2002 11:50:19 -0700 (PDT) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.11.6/8.11.6) with ESMTP id g57IoEv30338; Fri, 7 Jun 2002 14:50:14 -0400 (EDT) (envelope-from doug@safeport.com) Date: Fri, 7 Jun 2002 14:50:14 -0400 (EDT) From: To: David Syphers Cc: questions@FreeBSD.ORG Subject: Re: kde In-Reply-To: <200206071330.04945.dsyphers@uchicago.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Jun 2002, David Syphers wrote: > On Friday 07 June 2002 12:26 pm, doug wrote: > > Chapters 5.6 and 5.7 in the hand book will give you what you need. > > > > I use xdm rather than kdm if for no other reason than I use twm to install > > and/or work on kde. You can also start [xk]dm out of /usr/local/etc/rc. > > This has the advantage of being able to stop xdm. > > The details in the Handbook cover an old version of kdm (it remarks that > things have changed in KDE 2.2, and we're now on KDE 3). If you are using xdm (and probably kdm) I doubt (rather than know ;) that htis matters. > I've tried changing "off" to "on" on the appropriate line in /etc/ttys, but I > can't start either xdm with the default line nor kdm with > "/usr/local/bin/kdm" as the command. In /var/log/xdm-errors I get > > ---- > (EE) Unable to locate/open config file > (EE) Error from xf86HandleConfigFile() This would seem to be a path error but that does not make a lot of sense to me. Below are the files I use. > Fatal server error: > no screens found > ---- > > I'm able to start kdm from the command line with no problems, so I don't see > why it should complain about a config file. Any ideas? Thanks, From the system I am currently using (so I am pretty sure it works ;) /etc/ttys: -------------- ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure $HOME/.xsession (-rwx------) -------------- /usr/bin/ssh-agent /usr/local/bin/startkde You do not need the /usr/bin/ssh-agent, I hate to type passwords There are a lot of ways to mix and match the ".x" files and to start the various windows managers. This has worked for me. _____ Douglas Denault doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 11:53:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id B70B237B403 for ; Fri, 7 Jun 2002 11:53:47 -0700 (PDT) Received: from opal (cs.binghamton.edu [128.226.123.101]) by bingnet2.cc.binghamton.edu (8.11.6/8.11.6) with ESMTP id g57IrkB23412 for ; Fri, 7 Jun 2002 14:53:46 -0400 (EDT) Date: Fri, 7 Jun 2002 14:53:44 -0400 (EDT) From: Zhihui Zhang X-Sender: zzhang@opal To: freebsd-questions@freebsd.org Subject: /etc/rc: cannot create /dev/null Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When I boot the machine, I got: /etc/rc: cannot create /dev/null: read-only file system What does this mean? Thanks, -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 12: 3:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wonkity.com (wonkity.com [63.93.4.4]) by hub.freebsd.org (Postfix) with ESMTP id A56B337B42A for ; Fri, 7 Jun 2002 12:03:15 -0700 (PDT) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id g57J36uF078696; Fri, 7 Jun 2002 13:03:06 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id g57J32ZQ078693; Fri, 7 Jun 2002 13:03:06 -0600 (MDT)?g (envelope-from wblock@wonkity.com) Date: Fri, 7 Jun 2002 13:03:02 -0600 (MDT) From: Warren Block To: JR Richards Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ghosting-like application In-Reply-To: <001801c20e48$6736bd30$3002a8c0@JR> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Jun 2002, JR Richards wrote: > How do I basically ghost my whole FreeBSD harddrive onto another > harddrive? I was going to say it's too bad partimage doesn't support UFS, but it has beta support for it as of a few days ago! See: http://www.partimage.org Somewhere on the web I found a bootable CD image which contains some version of Linux and many tools like partimage. That CD has been very helpful in cloning Windows PCs--connect a hard drive with an ext2fs partition, boot off the CD, then use partimage to copy the original hard drive partition to the ext2fs partition. Reverse the process for a new drive, plus you now have a backup of the whole partition. It's faster than dd because it only copies used blocks. (Now if only there were a FreeBSD port, and a bootable CD image with lots of partition tools, I wouldn't have to remember the Linux version of commands and device names...) -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 12:26:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from omail3.emirates.net.ae (omail3.emirates.net.ae [194.170.168.7]) by hub.freebsd.org (Postfix) with ESMTP id 1C6B737B404 for ; Fri, 7 Jun 2002 12:26:10 -0700 (PDT) Received: from pmail3.emirates.net.ae by omail3.emirates.net.ae (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GXC002Z7OMYDO@omail3.emirates.net.ae> for freebsd-questions@freebsd.org; Fri, 7 Jun 2002 23:25:47 +0400 (GST) Received: from ns2 (ldb242.emirates.net.ae [217.165.136.242]) by pmail3.emirates.net.ae (Sun Internet Mail Server sims.4.0.2000.10.12.16.25.p8) with SMTP id <0GXC00CK0OI5Q2@pmail3.emirates.net.ae> for freebsd-questions@freebsd.org; Fri, 07 Jun 2002 23:25:15 +0400 (GST) Date: Fri, 07 Jun 2002 23:26:50 +0400 From: "Infop@rk" Subject: Save Fuel, Control Pollution and increase the efficiency of engine To: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: multipart/mixed; boundary="--_SAK_bound_uvrodpqnlmyq" X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----_SAK_bound_uvrodpqnlmyq Content-Type: Text/Html; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit ----_SAK_bound_uvrodpqnlmyq Content-Type: text/html; name="cyclone.htm" Content-Transfer-Encoding: base64 Content-Disposition: inline; FileName="cyclone.htm" PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT5VbnRpdGxlZCBEb2N1bWVudDwvdGl0bGU+DQo8bWV0YSBo dHRwLWVxdWl2PSJDb250ZW50LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28t ODg1OS0xIj4NCjwvaGVhZD4NCg0KPGJvZHkgYmdjb2xvcj0iI0ZGRkZGRiIgdGV4dD0iIzAwMDAw MCI+DQo8cCBhbGlnbj0ibGVmdCI+PGZvbnQgc2l6ZT0iKzIiPjxpbWcgc3JjPSJmaXJfaS5naWYi IHdpZHRoPSIyNDYiIGhlaWdodD0iMTYzIj48L2ZvbnQ+PC9wPg0KPHAgYWxpZ249ImxlZnQiPjxm b250IHNpemU9IisyIj5Nb3JlIFBvd2VyLCBGdWVsIFNhdmluZywgTGVzcyBOb2lzZSwgTGVzcyBQ b2xsdXRpb248YSBocmVmPSJodHRwOi8vd3d3LmN5Y2xvbmUyLmNvbSI+PGltZyBzcmM9ImhpY2xv bmUwMS5qcGciIHdpZHRoPSIxNDEiIGhlaWdodD0iMTMxIiBib3JkZXI9IjAiPjwvYT48L2ZvbnQ+ PC9wPg0KPHAgYWxpZ249ImxlZnQiPjxmb250IGNvbG9yPSIjMDA4MDQwIj48Yj5DWUNMT05FJ1Mg REVESUNBVElPTiBUTyBUSEUgRU5WSVJPTk1FTlQ8L2I+PC9mb250PjwvcD4NCjxwPjxmb250IGNv bG9yPSIjMjUwMDRBIj5XaXRoIHRvdGFsIGNvbW1pdG1lbnQgdG8gdGhlIHBsYW5ldCdzIG5hdHVy YWwgcmVzb3VyY2VzIA0KICBhbmQgZWNvbG9neSwgYWxsIG9mIHVzIGF0IENZQ0xPTkUgYXJlIGRl ZGljYXRlZCB0byBkb2luZyBvdXIgcGFydCBpbiByZWR1Y2luZyANCiAgcG9sbHV0aW9uIGFuZCBn aXZpbmcgb3VyIHdvcmxkIGEgc2FmZXIgYW5kIGNsZWFuZXIgZW52aXJvbm1lbnQgaW4gd2hpY2gg dG8gbGl2ZTwvZm9udD48L3A+DQo8ZGl2IGFsaWduPSJjZW50ZXIiPg0KICA8dGFibGUgd2lkdGg9 Ijc1JSIgYm9yZGVyPSIxIiBiZ2NvbG9yPSIjMDAwMDAwIj4NCiAgICA8dHI+IA0KICAgICAgPHRk IHdpZHRoPSI1MSUiPiANCiAgICAgICAgPHAgYWxpZ249ImxlZnQiPjxmb250IGNvbG9yPSIjRkZG RkZGIj48Yj48Zm9udCBjb2xvcj0iI0ZGRkYwMCI+RnVlbCBTYXZpbmdzPC9mb250PjwvYj48L2Zv bnQ+PC9wPg0KICAgICAgICA8cD48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+Q1lDTE9ORSBhZHZhbmNl ZCBhaXItZmxvdyBkeW5hbWljcyBhbGxvdyBuZWFyIA0KICAgICAgICAgIGNvbXBsZXRlIGNvbWJ1 c3Rpb24sIHRoZXJlYnkgYWNoaWV2aW5nIG1heGltdW0gZnVlbCBlZmZpY2llbmN5LjwvZm9udD48 L3A+DQogICAgICA8L3RkPg0KICAgICAgPHRkIHdpZHRoPSI0OSUiPiANCiAgICAgICAgPHA+PGZv bnQgY29sb3I9IiNGRkZGRkYiPjxiPjxmb250IGNvbG9yPSIjRkZGRjAwIj5FeHRlbmRlZCBFbmdp bmUgTGlmZTwvZm9udD48L2I+PC9mb250PjwvcD4NCiAgICAgICAgPHA+PGZvbnQgY29sb3I9IiNG RkZGRkYiPkNZQ0xPTkUgY2xlYW5zIHRoZSBjYXJib24gaW4gdGhlIGNvbWJ1c3Rpb24gY2hhbWJl ciwgDQogICAgICAgICAgdGh1cyBwcmV2ZW50aW5nIHVuYnVybmVkIGZ1ZWwgYWNjdW11bGF0aW9u IG9yIGNhcmJvbiBidWlsZC11cCwgc28gaXQgDQogICAgICAgICAgZWxpbWluYXRlcyBrbm9ja2lu ZywgcHJlaWduaXRpb24gYW5kIGRpZXNlbGluZyBhbmQgdGhlcmVieSBleHRlbmRzIHRoZSANCiAg ICAgICAgICBsaWZlIG9mIHRoZSBlbmdpbmUuPC9mb250PjwvcD4NCiAgICAgIDwvdGQ+DQogICAg PC90cj4NCiAgICA8dHI+IA0KICAgICAgPHRkIHdpZHRoPSI1MSUiPiANCiAgICAgICAgPHA+PGZv bnQgY29sb3I9IiNGRkZGRkYiPjxiPjxmb250IGNvbG9yPSIjRkZGRjAwIj5MZXNzIFBvbGx1dGlv bjwvZm9udD48L2I+PC9mb250PjwvcD4NCiAgICAgICAgPHA+PGZvbnQgY29sb3I9IiNGRkZGRkYi PkNZQ0xPTkUgc2lnbmlmaWNhbnRseSBpbmNyZWFzZXMgdGhlIGZsYW1lIHByb3BhZ2F0aW9uIA0K ICAgICAgICAgIHNwZWVkLCBncmVhdGx5IGltcHJvdmluZyB0aGUgZW5naW5lJ3MgZWZmaWNpZW5j eSwgbWluaW1pemluZyBDTyAmYW1wOyANCiAgICAgICAgICBIQyBsZXZlbHMgYW5kIGFpciBwb2xs dXRpb24uPC9mb250PjwvcD4NCiAgICAgIDwvdGQ+DQogICAgICA8dGQgd2lkdGg9IjQ5JSI+IA0K ICAgICAgICA8cD48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGI+PGZvbnQgY29sb3I9IiNGRkZGMDAi Pk1vcmUgU3RhYmxlIEVuZ2luZSBQb3dlcjwvZm9udD48L2I+PC9mb250PjwvcD4NCiAgICAgICAg PHA+PGZvbnQgY29sb3I9IiNGRkZGRkYiPkNZQ0xPTkUgcHJvZHVjZXMgdW5pZm9ybSBlbmdpbmUg cG93ZXIgZm9yIGVhY2ggDQogICAgICAgICAgY3lsaW5kZXIgYW5kIHBpc3RvbiBkdXJpbmcgY29t YnVzdGlvbi4gVGhpcyBjb25zaXN0ZW50IGZvcmNlIHByZXZlbnRzIA0KICAgICAgICAgIGFibm9y bWFsIGVuZ2luZSBub2lzZSBhbmQgdmlicmFpb24sIHJlc3VsdGluZyBpbiBzbW9vdGhlciBydW5u aW5nIGFuZCANCiAgICAgICAgICBsb25nZXIgZW5naW5lIGxpZmUuPC9mb250PjwvcD4NCiAgICAg IDwvdGQ+DQogICAgPC90cj4NCiAgICA8dHI+IA0KICAgICAgPHRkIHdpZHRoPSI1MSUiPiANCiAg ICAgICAgPHA+PGZvbnQgY29sb3I9IiNGRkZGRkYiPjxiPjxmb250IGNvbG9yPSIjRkZGRjAwIj5N b3JlIFBvd2VyPC9mb250PjwvYj48L2ZvbnQ+PC9wPg0KICAgICAgICA8cD48Zm9udCBjb2xvcj0i I0ZGRkZGRiI+Q1lDTE9ORSBjcmVhdGVzIGEgc3dpcmxpbmcgZmFzdC1idXJuIGVmZmVjdCBpbiAN CiAgICAgICAgICB0aGUgY29tYnVzdGlvbiBjaGFtYmVyIGFuZCBkZXZlbG9wcyBmaW5lIHZhcG9y IGZ1ZWwgcGFydGljbGVzLCBhbGxvd2luZyANCiAgICAgICAgICBuZWFyLWNvbXBsZXRlIGNvbWJ1 c3Rpb24sIG1heGltaXNpbmcgZW5naW5lIHBvd2VyIG91dHB1dCBhbmQgdmlydHVhbGx5IA0KICAg ICAgICAgIGVsaW1pbmF0aW5nIGVuZ2luZSBrbm9ja2luZy48L2ZvbnQ+PC9wPg0KICAgICAgPC90 ZD4NCiAgICAgIDx0ZCB3aWR0aD0iNDklIj4gDQogICAgICAgIDxwPjxmb250IGNvbG9yPSIjRkZG RkZGIj48Yj48Zm9udCBjb2xvcj0iI0ZGRkYwMCI+SW1wcm92ZWQgQnJlYWtpbmcgUG93ZXI8L2Zv bnQ+PC9iPjwvZm9udD48L3A+DQogICAgICAgIDxwPjxmb250IGNvbG9yPSIjRkZGRkZGIj5XaXRo IENZQ0xPTkUsIGJyZWFraW5nIHBvd2VyIGlzIGltcHJvdmVkIGJ5IHRoZSANCiAgICAgICAgICBp bmNyZWFzZWQgbmVnYXRpdmUgcHJlc3N1cmUgY3JlYXRlZCB3aXRoaW4gdGhlIGludGFrZSBtYW5p Zm9sZC48L2ZvbnQ+PC9wPg0KICAgICAgPC90ZD4NCiAgICA8L3RyPg0KICAgIDx0cj4gDQogICAg ICA8dGQgd2lkdGg9IjUxJSI+IA0KICAgICAgICA8cD48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+PGI+ PGZvbnQgY29sb3I9IiNGRkZGMDAiPk92ZXJhbGwgRW5naW5lIFBlcmZvcm1hbmNlPC9mb250Pjwv Yj48L2ZvbnQ+PC9wPg0KICAgICAgICA8cD48Zm9udCBjb2xvcj0iI0ZGRkZGRiI+Q1lDTE9ORSBp bXByb3ZlcyBlbmdpbmUgc3RhcnRzIGluIHdpbnRlciwgYW5kIA0KICAgICAgICAgIHNtb290aGVy IHJ1bm5pbmcgaW4gc3VtbWVyIHdoZW4gdGhlIGFpciBjb25kaXRpb25lciBpcyBvbi48L2ZvbnQ+ PC9wPg0KICAgICAgPC90ZD4NCiAgICAgIDx0ZCB3aWR0aD0iNDklIj48Zm9udCBzaXplPSIrMiIg Y29sb3I9IiNGRkZGRkYiPjxpbWcgc3JjPSJzMy0zLmdpZiIgd2lkdGg9IjI1OSIgaGVpZ2h0PSIx ODQiIGFsaWduPSJyaWdodCI+PC9mb250PjwvdGQ+DQogICAgPC90cj4NCiAgPC90YWJsZT4NCjwv ZGl2Pg0KPHA+Jm5ic3A7PC9wPg0KPHAgYWxpZ249ImNlbnRlciI+PGZvbnQgY29sb3I9IiMwMDMz MDAiPkVOSk9ZIFNBRkVSLCBNT1JFIENPTUZPUlRBQkxFIERSSVZJTkcgDQogIDwvZm9udD48Zm9u dCBjb2xvcj0iIzk1MDAwMCI+IDwvZm9udD48L3A+DQo8cCBhbGlnbj0iY2VudGVyIj48Zm9udCBj b2xvcj0iIzQwODA4MCI+UFJJQ0UgVVNEIDY1IE9OTFkgKEV4Y2x1ZGluZyBMb2NhbCBUYXhlcyk8 L2ZvbnQ+PC9wPg0KPHAgYWxpZ249ImNlbnRlciI+PGEgaHJlZj0id3d3LmN5Y2xvbmUyLmNvbSI+ PGltZyBzcmM9ImN5Y2xvbmUuanBnIiB3aWR0aD0iNTUiIGhlaWdodD0iOTQiIGJvcmRlcj0iMCI+ PC9hPjwvcD4NCjxwIGFsaWduPSJjZW50ZXIiPiZuYnNwOzwvcD4NCjxwPiZuYnNwOyA8L3A+DQo8 cCBhbGlnbj0iY2VudGVyIj4mbmJzcDsgPC9wPg0KPC9ib2R5Pg0KPC9odG1sPg0K ----_SAK_bound_uvrodpqnlmyq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 12:28:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from challenger.harlanonline.org (c11b012.neo.rr.com [204.210.203.12]) by hub.freebsd.org (Postfix) with ESMTP id E0E4037B407 for ; Fri, 7 Jun 2002 12:28:34 -0700 (PDT) Received: from challenger.harlanonline.org (localhost [127.0.0.1]) by challenger.harlanonline.org (8.12.3/8.11.6) with ESMTP id g57JSYZe010214 for ; Fri, 7 Jun 2002 15:28:34 -0400 (EDT) (envelope-from mike@harlanonline.org) Received: (from nobody@localhost) by challenger.harlanonline.org (8.12.3/8.12.2/Submit) id g57JSXr6010213; Fri, 7 Jun 2002 15:28:33 -0400 (EDT) (envelope-from mike@harlanonline.org) Date: Fri, 7 Jun 2002 15:28:33 -0400 (EDT) Message-Id: <200206071928.g57JSXr6010213@challenger.harlanonline.org> X-Authentication-Warning: challenger.harlanonline.org: nobody set sender to mike@harlanonline.org using -f From: "Michael D. Harlan" To: freebsd-questions@freebsd.org Subject: Definitive PPP Dial-in Howto? X-Mailer: NeoMail 1.24 X-IPAddress: 65.215.19.194 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I've been reading a lot lately on setting up a dial-in PPP server on FreeBSD, but I haven't found a really thorough document. Here's my setup: * I have a FreeBSD 4.6-RC box up and running with a Time Warner Cable modem attached to NIC1. I have a NIC2 attached to a 100Mbps hub. I have natd running, so several other internal machines use the FreeBSD box on a daily basis as a gateway to the Internet. This works fine. * I have an external 56k US Robotics modem attached to COM2 on the FreeBSD box. It is configured correctly: I can talk to it through tip. * I'd like to use a Windows 2000 laptop with a PCMCIA modem to dial into my FreeBSD box and establish a PPP connection, then be able to use the cable modem to get out to the Internet. I have read several documents on the web as to setting this up. About 50% say to use mgetty and the other 50% say not to, that it's evil. I still haven't gotten things to work right, so maybe mgetty *is* evil. I have been able to get mgetty to pick up the modem on the correct ring (I even got ringback to work), but once the modem picks up, it almost immediately hangs up. Using the "terminal window" on the Win2k box, instead of getting "login:", I get garbage. There could be a dozen things wrong with my setup, from permissions to syntax, to overall layout of things. If I had a definitive guide to setting this up, I'd just follow the recipe and be off and running. The FreeBSDDiary site has an article on this, but I'm not sure that it works. Even the author of the site said he hadn't tried it out yet. I have read about using PAP, CHAP, and plain old /bin/login. What do you suggest? From Windows 2000's standpoint, I don't think I really need PAP or CHAP, but maybe I'm being naive. At any rate, if anyone knows of a good document for setting up dial-in PPP (dialing into the FreeBSD box, not into another ISP), I'd be VERY appreciative. TIA, Mike -- Michael D. Harlan mike@harlanonline.org http://www.harlanonline.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 12:39:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes09-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id 5710137B400 for ; Fri, 7 Jun 2002 12:39:36 -0700 (PDT) Received: from box.ici.net ([161.184.25.32]) by priv-edtnes09-hme0.telusplanet.net (InterMail vM.5.01.04.01 201-253-122-122-101-20011014) with SMTP id <20020607193934.IJKG7991.priv-edtnes09-hme0.telusplanet.net@box.ici.net>; Fri, 7 Jun 2002 13:39:34 -0600 Date: Sat, 8 Jun 2002 12:10:14 -0600 From: James Earl To: Bill Moran Cc: freebsd-questions@FreeBSD.org Subject: Re: PPP dial-in to LAN Message-Id: <20020608121014.2494e6ff.kim-james@telusplanet.net> In-Reply-To: <3D00E31C.8030805@potentialtech.com> References: <20020608101527.0f67ca1d.kim-james@telusplanet.net> <3D00E31C.8030805@potentialtech.com> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the information, it works perfectly now! I can see where I went wrong with my thinking. I realize now that it doesn't make much sense to have the same 192.168.1.1 ip assigned to both rl0 and tun0! Thanks again for your time! On Fri, 07 Jun 2002 12:45:16 -0400 Bill Moran wrote: > James Earl wrote: > > I've set up a FreeBSD 4.5 (192.168.1.1) server which I dial-in to > > from my home FreeBSD 4.6 (192.168.1.4) machine. I've become stumped > > in that I can't communicate with the rest of the LAN which is on the > > same subnet. I have tried setting up the server as a gateway, but I > > don't think it should have to be, right? > > No, you either need a gateway or a bridge. The network traffic isn't > going to "magically" traverse the machine, FreeBSD has to be told to > forward it. > You don't describe your network in much detail, so I'll tell you a good > way to do it and you can either learn from this or duplicate it exactly. > > The gateway should have something like this (hypothetically) > NIC to internal network IP=192.168.1.1, netmask 255.255.255.0 > Modem IP=192.168.2.1, netmask 255.255.255.0 > Make sure gateway service is turned on > > Your home machine (assuming there's no home network, only a modem) > Modem IP=192.168.2.2, netmask 255.255.255.0 > Set 192.168.2.1 as your default gateway > You should now be able to reach any computer your dial-in server > can reach. > > If you've got a home network and another default gateway (such as > your ISP) it gets just a little more complicated. In that case, > your routing table should look something like this: > > default your.isps.gateways.IP > 192.168.2.1 192.168.2.2 > 192.168.1 192.168.2.1 > > You may have to add routing statements manually to accomplish this. > You may also have routes to your home network (if you have one), > just make sure none of the ip/netmasks overlap or conflict. > > > The other thing I should mention, is that originally I set up the > > Dial-in Service on a WinNT machine and had the exact same problem, > > except now I could get from the WinNT machine to the FreeBSD machine > > (and the rest of the LAN)! > > I don't understand what you're describing here. But if you had the > same problem, it's like that you've made a similar configuration > mistake on both the NT and the BSD machine. > > > This kinda makes me think it may be my settings on my home machine, > > but I have no idea what to do different. It would seem to me that > > if I'm on the same subnet, and I can ping 192.168.1.1, I should be > > able to ping 192.168.1.2? > > Not automatically. Use "netstat -rn" to see how your routes are set > up, if you don't have a route to those other machines, you'll not get > to them. > > -- > 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 Fri Jun 7 12:48: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by hub.freebsd.org (Postfix) with ESMTP id 200F637B405 for ; Fri, 7 Jun 2002 12:48:02 -0700 (PDT) Received: from list1.xs4all.nl (list1.xs4all.nl [194.109.6.52]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id g57Jm1PF037238 for ; Fri, 7 Jun 2002 21:48:01 +0200 (CEST) Received: (from root@localhost) by list1.xs4all.nl (8.9.3/8.9.3) id VAA22141; Fri, 7 Jun 2002 21:48:01 +0200 (CEST) From: "Jan" To: freebsd-questions@freebsd.org X-Via: imploder /usr/local/lib/mail/news2mail/news2mail at list1.xs4all.nl Subject: Apache, PHP, Mod_SSL: war on segfault Date: Fri, 7 Jun 2002 21:47:54 +0200 Organization: XS4ALL Internet BV Message-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG We are having a problem with on of our Apache/1.3.24 (Unix) PHP/4.2.1 mod_ssl/2.8.8 OpenSSL/0.9.6d webservers. The server is segfaulting 5x a day, sometimes more. Today it even produced a coredump. The problem raised a few months ago and we are researching this issue since but is driving me crazy. We have switched memory on the server with new memory and updated all ports that are used by the Apache and PHP server. We have compiled Apache with DSO support and build a static one with PHP and mod_ssl. Still a segfault a couple of times a day. We tried to get some more information by debugging the coredump but i'm not an expert on this. Could someone with some spare time (heh..) look at the following output and maybe email his or her thoughts? Thank you. War on sefgault! --- www08# gdb /usr/local/apache/2/bin/httpd -core=/httpd.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...(no debugging symbols found)... Core was generated by `httpd'. Program terminated with signal 5, Trace/BPT trap. Reading symbols from /usr/lib/libcrypt.so.2...(no debugging symbols found)...done. Reading symbols from /usr/local/lib/libmm.so.11...(no debugging symbols found)...done. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/local/apache/2/libexec/libphp4.so...done. Reading symbols from /usr/lib/libpam.so.1...done. Reading symbols from /usr/local/lib/libsablot.so.68...done. Reading symbols from /usr/local/lib/libiconv.so.3...done. Reading symbols from /usr/local/lib/libexpat.so.2...done. Reading symbols from /usr/local/lib/mysql/libmysqlclient.so.10...done. Reading symbols from /usr/local/lib/libmhash.so.2...done. Reading symbols from /usr/local/lib/libgd.so.4...done. Reading symbols from /usr/local/lib/libpng.so.5...done. Reading symbols from /usr/lib/libz.so.2...done. Reading symbols from /usr/local/lib/libjpeg.so.9...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/local/lib/libfreetype.so.9...done. Reading symbols from /usr/local/apache/2/libexec/libssl.so...done. Reading symbols from /usr/local/lib/libssl.so.3...done. Reading symbols from /usr/local/lib/libcrypto.so.3...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x280cf679 in r_debug_state () from /usr/libexec/ld-elf.so.1 (gdb) backtrace #0 0x280cf679 in r_debug_state () from /usr/libexec/ld-elf.so.1 #1 0x8093ca6 in ap_os_dso_unload () #2 0x806f950 in unload_module () #3 0x807261d in run_cleanups () #4 0x8070b69 in ap_clear_pool () #5 0x80825e0 in standalone_main () #6 0x8082fac in main () #7 0x80502e1 in _start () (gdb) --- PHP configure line: --- './configure' '--with-apxs=/usr/local/apache/2/bin/apxs' '--with-mysql=/usr/local' '--with-ttf' '--enable-safe-mode' '--enable-memory-limit' '--enable-track-vars' '--with-gd=/usr/local' '--with-jpeg-dir=/usr/local' '--with-tiff-dir=/usr/local' '--with-png-dir=/usr/local' '--enable-bcmath' '--enable-versioning' '--enable-trans-sid' '--with-zlib' '--with-xml' '--enable-gd-imgstrttf--with-mcrypt--with-sablot=/usr/local' '--with-expat=/usr/local' '--with-xslt-sablot' '--enable-xslt' '--with-xslt-sablot' '--enable-calendar' '--with-mhash' '--enable-ftp' --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 12:48:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 0940737B406 for ; Fri, 7 Jun 2002 12:48:41 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Fri, 7 Jun 2002 12:48:35 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795; Fri, 07 Jun 2002 12:44:05 -0700 From: "Corey Snow" To: questions@FreeBSD.ORG, pjklist@ekahuna.com Date: Fri, 7 Jun 2002 12:48:41 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Adding second NIC to FreeBSD Message-ID: <3D00ABA9.18735.974F095@localhost> References: In-reply-to: <20020607104257123.AAA526@empty1.ekahuna.com@pc02.ekahuna.com> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 7 Jun 2002, at 3:42, Philip J. Koenig wrote: > Bear in mind that IRQ 12 is the default IRQ for a PS/2 mouse, so if > you have one of those you should probably pick a different IRQ. > Nah, it's a 486 DX2/66. I even removed the serial mouse, 'cause I don't have X, and don't need anything but the CLI. Actually, I got it working this morning. Last night the build failed because I didn't include the MII bus options in the kernel configuration file- I mistkenly thought they were for PCI NICs only. Next time, I have to read the comments more carefully- it was right there that the ed NIC drivers required the MII options. :) Regards, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 12:58:47 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 8B36737B41E for ; Fri, 7 Jun 2002 12:58:30 -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 g57Jw7U18221; Fri, 7 Jun 2002 15:58:07 -0400 Message-ID: <3D0111B4.6050409@potentialtech.com> Date: Fri, 07 Jun 2002 16:04:04 -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: "Michael D. Harlan" Cc: freebsd-questions@freebsd.org Subject: Re: Definitive PPP Dial-in Howto? References: <200206071928.g57JSXr6010213@challenger.harlanonline.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 Michael D. Harlan wrote: > Hi all, > > I've been reading a lot lately on setting up a dial-in PPP server on > FreeBSD, but I haven't found a really thorough document. > > Here's my setup: > > * I have a FreeBSD 4.6-RC box up and running with a Time Warner Cable > modem attached to NIC1. I have a NIC2 attached to a 100Mbps hub. I > have natd running, so several other internal machines use the FreeBSD > box on a daily basis as a gateway to the Internet. This works fine. > > * I have an external 56k US Robotics modem attached to COM2 on the > FreeBSD box. It is configured correctly: I can talk to it through tip. > > * I'd like to use a Windows 2000 laptop with a PCMCIA modem to dial > into my FreeBSD box and establish a PPP connection, then be able to use > the cable modem to get out to the Internet. > > > I have read several documents on the web as to setting this up. About > 50% say to use mgetty and the other 50% say not to, that it's evil. I > still haven't gotten things to work right, so maybe mgetty *is* evil. > I have been able to get mgetty to pick up the modem on the correct ring > (I even got ringback to work), but once the modem picks up, it almost > immediately hangs up. Using the "terminal window" on the Win2k box, > instead of getting "login:", I get garbage. > > There could be a dozen things wrong with my setup, from permissions to > syntax, to overall layout of things. If I had a definitive guide to > setting this up, I'd just follow the recipe and be off and running. > > The FreeBSDDiary site has an article on this, but I'm not sure that it > works. Even the author of the site said he hadn't tried it out yet. > > I have read about using PAP, CHAP, and plain old /bin/login. What do > you suggest? From Windows 2000's standpoint, I don't think I really > need PAP or CHAP, but maybe I'm being naive. > > At any rate, if anyone knows of a good document for setting up dial-in > PPP (dialing into the FreeBSD box, not into another ISP), I'd be VERY > appreciative. I won't be so arrogant as to call this article "definitive", but hopefully it will help you out: http://www.daemonnews.org/200105/dialup1.html The handbook also has an excellent walk-through on setting up a dial-in server - without using mgetty, if you decide that it's evil. -- 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 Fri Jun 7 13: 1:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id 5EAC637B40C for ; Fri, 7 Jun 2002 13:00:46 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-37-21.dsl.chcgil.ameritech.net [68.20.37.21]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g57K0jNb000837; Fri, 7 Jun 2002 15:00:45 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: Subject: Re: kde Date: Fri, 7 Jun 2002 15:00:45 -0500 X-Mailer: KMail [version 1.4] Cc: questions@FreeBSD.ORG References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206071500.20839.dsyphers@uchicago.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 07 June 2002 01:50 pm, doug@safeport.com wrote: > From the system I am currently using (so I am pretty sure it works ;) > > /etc/ttys: > -------------- > ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure > > $HOME/.xsession (-rwx------) > -------------- > /usr/bin/ssh-agent /usr/local/bin/startkde > > You do not need the /usr/bin/ssh-agent, I hate to type passwords > > > There are a lot of ways to mix and match the ".x" files and to start the various > windows managers. This has worked for me. I'm very surprised at this - it looks like you're using the default /etc/ttys? With ttyv8 turned off? And yet you still get a graphical login prompt when you boot? This setup doesn't work for me (tried it exactly as you have, permissions and everything, but without ssh-agent). Thanks for trying to help, though. -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 13: 6: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id 5ED5437B407 for ; Fri, 7 Jun 2002 13:05:57 -0700 (PDT) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.11.6/8.11.6) with ESMTP id g57K5s230518; Fri, 7 Jun 2002 16:05:54 -0400 (EDT) (envelope-from doug@safeport.com) Date: Fri, 7 Jun 2002 16:05:53 -0400 (EDT) From: To: David Syphers Cc: questions@FreeBSD.ORG Subject: Re: kde In-Reply-To: <200206071500.20839.dsyphers@uchicago.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Jun 2002, David Syphers wrote: [cut] What does .xsession-errors have to say about this and/or XFree86..log have to say about this setup? You might delete (or rename) the old files so you can see just what the current error are. > > This setup doesn't work for me (tried it exactly as you have, permissions and > everything, but without ssh-agent). Thanks for trying to help, though. > > -David > > -- > Everyone who believes in telekinesis, raise my hand... > > Astronomy and Astrophysics Center > The University of Chicago > _____ Douglas Denault doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 13:27:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from secure.host4students.com (secure.host4students.com [64.246.22.93]) by hub.freebsd.org (Postfix) with ESMTP id E488637B400 for ; Fri, 7 Jun 2002 13:27:05 -0700 (PDT) Received: from spdconsulting.net (localhost.localdomain [127.0.0.1]) (authenticated (0 bits)) by secure.host4students.com (8.11.6/8.11.6) with SMTP id g57LM7x23339 for ; Fri, 7 Jun 2002 16:22:07 -0500 Received: from 134.241.61.31 (SquirrelMail authenticated user spdupee@spdconsulting.net) by www.spdconsulting.net with HTTP; Fri, 7 Jun 2002 16:22:07 -0500 (CDT) Message-ID: <2321.134.241.61.31.1023484927.squirrel@www.spdconsulting.net> Date: Fri, 7 Jun 2002 16:22:07 -0500 (CDT) Subject: qt30 port problem From: To: freebsd-questions@FreeBSD.ORG X-Mailer: SquirrelMail (version 1.0.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I ame recieving this error: In file included from kernel/qt_x11.h:143, from kernel/qinputcontext_p.h:5, from kernel/qapplication_x11.cpp:77: /usr/X11R6/include/X11/Xft/XftFreetype.h:34: syntax error before `;' /usr/X11R6/include/X11/Xft/XftFreetype.h:37: syntax error before `;' /usr/X11R6/include/X11/Xft/XftFreetype.h:41: syntax error before `;' /usr/X11R6/include/X11/Xft/XftFreetype.h:54: syntax error before `;' /usr/X11R6/include/X11/Xft/XftFreetype.h:71: syntax error before `,' gmake[1]: *** [.obj/release-mt/qapplication_x11.o] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt30/work/qt-x11-free- 3.0.3 /src' gmake: *** [sub-src] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/qt30. let me know how to fix this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 13:28:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from yahoo.com (sw59-56-210.adsl.seed.net.tw [61.59.56.210]) by hub.freebsd.org (Postfix) with SMTP id 0FED737B405; Fri, 7 Jun 2002 13:28:33 -0700 (PDT) Received: from seed by hotmail.com with SMTP id KRq9M9pNz6vfYr6mcMlkN; Sat, 08 Jun 2002 04:31:49 +0800 Message-ID: From: cfshih@FreeBSD.ORG To: cfshih@FreeBSD.ORG Subject: kKtsksZHiCZbwd2nPoWGyCYXN MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_NthTB9cDGi0VCP0" X-Priority: 3 X-MSMail-Priority: Normal Date: Fri, 7 Jun 2002 13:28:33 -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_NthTB9cDGi0VCP0 Content-Type: multipart/alternative; boundary="----=_NextPart_NthTB9cDGi0VCP0AA" ------=_NextPart_NthTB9cDGi0VCP0AA Content-Type: text/html; charset="big5" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT6lvKlSplek5aXzPC90aXRsZT4NCjxtZXRhIGh0dHAtZXF1 aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWJpZzUiPg0KPC9o ZWFkPg0KDQo8Ym9keSBiZ2NvbG9yPSIjRkZGRkZGIiB0ZXh0PSIjMDAwMDAwIiBsZWZ0bWFyZ2lu PSIwIiB0b3BtYXJnaW49IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiPg0KPHA+ PGltZyBzcmM9Imh0dHA6Ly90ZWwuaW50ZXJpb3J3b3JsZC5jb20vMDk2NS5qcGciPjxicj4NCiAg PGltZyBzcmM9Imh0dHA6Ly90ZWwuaW50ZXJpb3J3b3JsZC5jb20vMDk2NS1jbi5naWYiPiA8YnI+ DQogIKG0tOSleKRUpmG2V7lMpFG4VaZXt3yt+77cpM2y4aTRuOquxq53obQ8YnI+DQogIDxmb250 IGNvbG9yPSIjOTkwMDk5Ij6leMZXpmGwz7t5rbWwdLnvsU29dTwvZm9udD4gOiA8Zm9udCBjb2xv cj0iI0ZGMDAwMCI+MDk2NTAtODg2LTIyIA0KICA8YnI+DQogIDxzY3JpcHQgbGFuZ3VhZ2U9Ikph dmFTY3JpcHQiIHNyYz0iaHR0cDovL25pdHJvdXMuZXhpdGZ1ZWwuY29tL2pzL21vbmV5ODg4X3Uu anMiPjwvc2NyaXB0Pg0KICA8L2ZvbnQ+PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9w Pg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7 PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5i c3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+IA0KICA8c2NyaXB0IHNy Yz0iaHR0cDovL3d3dy5kb24tbmV0LmNvbS50dy9jb3VudGVyL2NvdW50cGljLzMvY291bnQuYXNw P25hbWU9d2ViLXdlYiI+PC9zY3JpcHQ+DQo8L3A+DQo8L2JvZHk+DQo8L2h0bWw+ ------=_NextPart_NthTB9cDGi0VCP0AA-- ------=_NextPart_NthTB9cDGi0VCP0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 13:28:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from yahoo.com (sw59-56-210.adsl.seed.net.tw [61.59.56.210]) by hub.freebsd.org (Postfix) with SMTP id C668837B407; Fri, 7 Jun 2002 13:28:38 -0700 (PDT) Received: from ibm by pchome.com.tw with SMTP id L9rgpl6HiHJfxIZptQ; Sat, 08 Jun 2002 04:31:55 +0800 Message-ID: From: change@FreeBSD.ORG To: change@FreeBSD.ORG Subject: mdSuf2VAZ9olDvx3MQOlKbbD MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_NthTB9cDGi0VCP0" X-Priority: 3 X-MSMail-Priority: Normal Date: Fri, 7 Jun 2002 13:28:38 -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_NthTB9cDGi0VCP0 Content-Type: multipart/alternative; boundary="----=_NextPart_NthTB9cDGi0VCP0AA" ------=_NextPart_NthTB9cDGi0VCP0AA Content-Type: text/html; charset="big5" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT6lvKlSplek5aXzPC90aXRsZT4NCjxtZXRhIGh0dHAtZXF1 aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWJpZzUiPg0KPC9o ZWFkPg0KDQo8Ym9keSBiZ2NvbG9yPSIjRkZGRkZGIiB0ZXh0PSIjMDAwMDAwIiBsZWZ0bWFyZ2lu PSIwIiB0b3BtYXJnaW49IjAiIG1hcmdpbndpZHRoPSIwIiBtYXJnaW5oZWlnaHQ9IjAiPg0KPHA+ PGltZyBzcmM9Imh0dHA6Ly90ZWwuaW50ZXJpb3J3b3JsZC5jb20vMDk2NS5qcGciPjxicj4NCiAg PGltZyBzcmM9Imh0dHA6Ly90ZWwuaW50ZXJpb3J3b3JsZC5jb20vMDk2NS1jbi5naWYiPiA8YnI+ DQogIKG0tOSleKRUpmG2V7lMpFG4VaZXt3yt+77cpM2y4aTRuOquxq53obQ8YnI+DQogIDxmb250 IGNvbG9yPSIjOTkwMDk5Ij6leMZXpmGwz7t5rbWwdLnvsU29dTwvZm9udD4gOiA8Zm9udCBjb2xv cj0iI0ZGMDAwMCI+MDk2NTAtODg2LTIyIA0KICA8YnI+DQogIDxzY3JpcHQgbGFuZ3VhZ2U9Ikph dmFTY3JpcHQiIHNyYz0iaHR0cDovL25pdHJvdXMuZXhpdGZ1ZWwuY29tL2pzL21vbmV5ODg4X3Uu anMiPjwvc2NyaXB0Pg0KICA8L2ZvbnQ+PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9w Pg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7 PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5i c3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+Jm5ic3A7PC9wPg0KPHA+IA0KICA8c2NyaXB0IHNy Yz0iaHR0cDovL3d3dy5kb24tbmV0LmNvbS50dy9jb3VudGVyL2NvdW50cGljLzMvY291bnQuYXNw P25hbWU9d2ViLXdlYiI+PC9zY3JpcHQ+DQo8L3A+DQo8L2JvZHk+DQo8L2h0bWw+ ------=_NextPart_NthTB9cDGi0VCP0AA-- ------=_NextPart_NthTB9cDGi0VCP0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 13:54:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.navitaire.com (mail.navitaire.com [205.182.62.81]) by hub.freebsd.org (Postfix) with ESMTP id 61BCF37B40F for ; Fri, 7 Jun 2002 13:54:25 -0700 (PDT) Received: from exchange.Navitaire.com (exch.navitaire.com [149.122.4.14]) by mail.navitaire.com (Switch-2.1.4/Switch-2.1.0) with ESMTP id g57KsOr16296 for ; Fri, 7 Jun 2002 15:54:24 -0500 (CDT) Received: by exchange.Navitaire.com with Internet Mail Service (5.5.2653.19) id ; Fri, 7 Jun 2002 15:52:52 -0500 Message-ID: From: "Henning, Brian" To: questions@FreeBSD.ORG Subject: default website Date: Fri, 7 Jun 2002 15:52:51 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG what part of the freebsd handbooks describes how to change the default ftp site to download files from for pkg_add? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 13:57:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.hirshfields.com (mailhost.hirshfields.com [63.226.159.37]) by hub.freebsd.org (Postfix) with ESMTP id E23B737B425 for ; Fri, 7 Jun 2002 13:57:08 -0700 (PDT) Received: from ultra.hirshfields.com (ultra.hirshfields.com [192.168.195.101]) by mailhost.hirshfields.com (8.11.4/8.11.4) with SMTP id g57Kv7e58602 for ; Fri, 7 Jun 2002 15:57:08 -0500 (CDT) Received: (qmail 11832 invoked from network); 7 Jun 2002 20:57:04 -0000 Received: from rockford.hirshfields.com (HELO hirshfields.com) (192.168.195.251) by ultra.hirshfields.com with SMTP; 7 Jun 2002 20:57:04 -0000 Message-ID: <3D011E23.8030006@hirshfields.com> Date: Fri, 07 Jun 2002 15:57:07 -0500 From: "Roger P. Johnson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 Cc: freebsd-questions Subject: Re: Can someone e-mail libintl.so from FreeBSD 4.5?? References: <3CFFC9EF.4060501@hirshfields.com> <20020606142515.E25918@xor.obsecurity.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 I don't want to go through the hassle of updating the ports. I just want to know if the latest Mozilla build works fine with the Java and Flash plugins for testing purposes. Apparently the dude who built Mozilla for FreeBSD 4.5 used a newer gettext package and didn't include it! I have FreeBSD 4.5 and I downloaded Mozilla-1.0rc (?) specifically compiled for FreeBSD 4.5. Then when you fire up Mozilla, it bitches about not finding libintl.so.2 Please don't argue with me, I know that that what you say is the "proper" way, but could some just *please* e-mail a copy of libintl.so.2, if they have one? Thanks. -Roger Kris Kennaway wrote: > On Thu, Jun 06, 2002 at 03:45:35PM -0500, Roger P. Johnson wrote: > >>It is missing from the system to run Mozilla 1.0rc3 (?). >> > > libintl is not part of the base system, it's a package. If it's > missing from your system then your ports collection or packages are > inconsistent, because the dependency should be taken care of by the > usual build processes. Double-check that your ports collection is > completely up-to-date, and use a tool like portupgrade to manage your > package upgrades, since it will properly take care of dependencies (if > you let it). > > Kris > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 14:16:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by hub.freebsd.org (Postfix) with ESMTP id AE38C37B405 for ; Fri, 7 Jun 2002 14:16:17 -0700 (PDT) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g57LGG852184 for ; Fri, 7 Jun 2002 16:16:16 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020607161614.00fc2288@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 07 Jun 2002 16:16:14 -0500 To: freebsd-questions@freebsd.org From: "Jack L. Stone" Subject: Adding Interface alias on the fly Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I need to add an alias to the public interface "on the fly". This is what the entry would look like in the rc.conf: ifconfig_rl1_alias1="inet 65.71.135.139 netmask 255.255.255.255" ...and, this is what # ifconfig rl1 would then show when above line is loaded: inet 65.71.135.138 netmask 0xffffffff broadcast 65.71.135.139 What is the correct command syntax to add the above alias on the fly...?? Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 14:22:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13103.mail.yahoo.com (web13103.mail.yahoo.com [216.136.174.148]) by hub.freebsd.org (Postfix) with SMTP id 7D6E537B404 for ; Fri, 7 Jun 2002 14:22:11 -0700 (PDT) Message-ID: <20020607212211.2338.qmail@web13103.mail.yahoo.com> Received: from [64.0.99.233] by web13103.mail.yahoo.com via HTTP; Fri, 07 Jun 2002 14:22:11 PDT Date: Fri, 7 Jun 2002 14:22:11 -0700 (PDT) From: Benjamin LaFayette Subject: Bios setup To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1821141279-1023484931=:99056" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-1821141279-1023484931=:99056 Content-Type: text/plain; charset=us-ascii I have an olivetti echos p120e laptop model# 800 type 820 serial number A3850H 0500486 in which the lithium battery was removed and replaced, at which time the PhoenixBIOS Setup password was deleted. Any ideas on how to restore function to the hard drive? --------------------------------- Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup --0-1821141279-1023484931=:99056 Content-Type: text/html; charset=us-ascii

I have an olivetti echos p120e laptop model# 800 type 820

serial number A3850H 0500486 in which the lithium battery

was removed and replaced, at which time the PhoenixBIOS 

Setup password was deleted.  Any ideas on how to restore 

function to the hard drive? 



Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup --0-1821141279-1023484931=:99056-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 14:36:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 0411237B401 for ; Fri, 7 Jun 2002 14:36:17 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.3/8.12.3) id g57LaGOH088989; Fri, 7 Jun 2002 16:36:16 -0500 (CDT) (envelope-from dan) Date: Fri, 7 Jun 2002 16:36:16 -0500 From: Dan Nelson To: "Henning, Brian" Cc: questions@FreeBSD.ORG Subject: Re: default website Message-ID: <20020607213616.GD13099@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 07), Henning, Brian said: > what part of the freebsd handbooks describes how to change the default ftp > site to download files from for pkg_add? man pkg_add: The environment variable PACKAGEROOT specifies an alternate location for pkg_add to fetch from. The fetch URL is built using this environment variable and the automatic directory logic that pkg_add uses when the -r option is invoked. An example setting would be "ftp://ftp3.FreeBSD.org". The environment variable PACKAGESITE specifies an alternate location for pkg_add to fetch from. This variable subverts the automatic directory logic that pkg_add uses when the -r option is invoked. Thus it should be a complete URL to the remote package file(s). -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 14:58:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 426A437B407 for ; Fri, 7 Jun 2002 14:58:45 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 25F7666EB8; Fri, 7 Jun 2002 14:58:43 -0700 (PDT) Date: Fri, 7 Jun 2002 14:58:43 -0700 From: Kris Kennaway To: "Roger P. Johnson" Cc: freebsd-questions Subject: Re: Can someone e-mail libintl.so from FreeBSD 4.5?? Message-ID: <20020607145843.A70162@xor.obsecurity.org> References: <3CFFC9EF.4060501@hirshfields.com> <20020606142515.E25918@xor.obsecurity.org> <3D011E23.8030006@hirshfields.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3D011E23.8030006@hirshfields.com>; from rjohnson@hirshfields.com on Fri, Jun 07, 2002 at 03:57:07PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 07, 2002 at 03:57:07PM -0500, Roger P. Johnson wrote: > I don't want to go through the hassle of updating the ports. I just want > to know if the latest Mozilla build works fine with the Java and Flash > plugins for testing purposes. Apparently the dude who built Mozilla for= =20 > FreeBSD 4.5 used a newer gettext package and didn't include it! It's just the gettext package from the current ports tree. Download the package from the ftp site and it might work. Kris --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ASyTWry0BWjoQKURApXsAKDOzQOG6Ku6yPTvGhM1rf6XI/TkAQCfb4yi YwM4YXIutvmHxvo6wKh599A= =LSdN -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15: 2:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 6A32637B405 for ; Fri, 7 Jun 2002 15:02:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g57M08T01769; Fri, 7 Jun 2002 19:00:09 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 7 Jun 2002 19:00:08 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: "Jack L. Stone" Cc: Subject: Re: Adding Interface alias on the fly In-Reply-To: <3.0.5.32.20020607161614.00fc2288@mail.sage-one.net> Message-ID: <20020607185901.O82269-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Jun 2002, Jack L. Stone wrote: > I need to add an alias to the public interface "on the fly". This is what > the entry would look like in the rc.conf: > ifconfig_rl1_alias1="inet 65.71.135.139 netmask 255.255.255.255" > > ...and, this is what # ifconfig rl1 would then show when above line is loaded: > inet 65.71.135.138 netmask 0xffffffff broadcast 65.71.135.139 > > What is the correct command syntax to add the above alias on the fly...?? man ifconfig and look at the 'alias' flag. Fer > > Best regards, > Jack L. Stone, > Administrator > > SageOne Net > http://www.sage-one.net > jackstone@sage-one.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15:22:51 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 0782637B407 for ; Fri, 7 Jun 2002 15:22:44 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by colossus.systems.pipex.net (Postfix) with ESMTP id 1C0D316000193 for ; Fri, 7 Jun 2002 23:22:40 +0100 (BST) Subject: Portupgrade of ORBit-0.5.16 fails after cvsup'd ports tree From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: FreeBSD-Questions Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-MbF+diZuopaFD2iHY4rb" X-Mailer: Ximian Evolution 1.0.5 Date: 07 Jun 2002 23:17:56 +0100 Message-Id: <1023488279.304.147.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 --=-MbF+diZuopaFD2iHY4rb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, I cvsup'd my ports tree tonight and attempted to upgrade ORBit-0.5.16 with portupgrade -R. It failed with the following output: # portupgrade -R ORBit-0.5.16 ---> Upgrading 'ORBit-0.5.16' to 'ORBit-0.5.17' (devel/ORBit) ---> Building '/usr/ports/devel/ORBit' =3D=3D=3D> Cleaning for libiconv-1.7.0.1 =3D=3D=3D> Cleaning for bison-1.35_1 =3D=3D=3D> Cleaning for gettext-0.11.1_3 =3D=3D=3D> Cleaning for glib-1.2.10_5 =3D=3D=3D> Cleaning for gmake-3.79.1_2 =3D=3D=3D> Cleaning for libtool-1.3.4_3 =3D=3D=3D> Cleaning for pkgconfig-0.12.0 =3D=3D=3D> Cleaning for expat-1.95.2 =3D=3D=3D> Cleaning for ORBit-0.5.17 >> ORBit-0.5.17.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome. >> Attempting to fetch from ftp://ftp.rpmfind.net/linux/gnome.org/stable/sources/ORBit/. fetch: ORBit-0.5.17.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Gnome/stable/sources/ORBit/. fetch: ORBit-0.5.17.tar.bz2: Not logged in >> Attempting to fetch from ftp://ftp.sunet.se/pub/X11/GNOME/stable/sources/ORBit/. Receiving ORBit-0.5.17.tar.bz2 (1065003 bytes): 100% 1065003 bytes transferred in 18.7 seconds (55.67 kBps) =3D=3D=3D> Extracting for ORBit-0.5.17 >> Checksum OK for gnome/ORBit-0.5.17.tar.bz2. =3D=3D=3D> ORBit-0.5.17 depends on executable: pkg-config - found =3D=3D=3D> ORBit-0.5.17 depends on executable: gmake - found =3D=3D=3D> ORBit-0.5.17 depends on executable: libtool - found =3D=3D=3D> ORBit-0.5.17 depends on shared library: intl.2 - found =3D=3D=3D> ORBit-0.5.17 depends on shared library: glib12.3 - found =3D=3D=3D> Patching for ORBit-0.5.17 =3D=3D=3D> Applying FreeBSD patches for ORBit-0.5.17 1 out of 1 hunks failed--saving rejects to src/ORBitutil/orbit-os-config.h.rej >> Patch patch-src::ORBitutil::orbit-os-config.h failed to apply cleanly. >> Patch(es) patch-ab patch-ac patch-ad patch-ae patch-configure.in patch-libIDL::configure patch-libIDL::libIDL-config.in patch-popt::configure patch-src::IIOP::connection.c patch-src::IIOP::giop-msg-buffer.c applied cleanly. *** Error code 1 Stop in /usr/ports/devel/ORBit. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! devel/ORBit (ORBit-0.5.16) (patch error) # Can't actually see what the reason is for the upgrade barfing the way it did, but I'm hoping someone cleverer than me could tell me what's wrong, and what I need to do in order to fix this. Stacey --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-MbF+diZuopaFD2iHY4rb 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, I cvsup'd my ports tree tonight and attempted to upgrade ORBit-0.5.16 with portupgrade -R. It failed with the following output: # portupgrade -R ORBit-0.5.16 - ---> Upgrading 'ORBit-0.5.16' to 'ORBit-0.5.17' (devel/ORBit) - ---> Building '/usr/ports/devel/ORBit' =3D=3D=3D> Cleaning for libiconv-1.7.0.1 =3D=3D=3D> Cleaning for bison-1.35_1 =3D=3D=3D> Cleaning for gettext-0.11.1_3 =3D=3D=3D> Cleaning for glib-1.2.10_5 =3D=3D=3D> Cleaning for gmake-3.79.1_2 =3D=3D=3D> Cleaning for libtool-1.3.4_3 =3D=3D=3D> Cleaning for pkgconfig-0.12.0 =3D=3D=3D> Cleaning for expat-1.95.2 =3D=3D=3D> Cleaning for ORBit-0.5.17 >> ORBit-0.5.17.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome. >> Attempting to fetch from ftp://ftp.rpmfind.net/linux/gnome.org/stable/sources/ORBit/. fetch: ORBit-0.5.17.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Gnome/stable/sources/ORBit/. fetch: ORBit-0.5.17.tar.bz2: Not logged in >> Attempting to fetch from ftp://ftp.sunet.se/pub/X11/GNOME/stable/sources/ORBit/. Receiving ORBit-0.5.17.tar.bz2 (1065003 bytes): 100% 1065003 bytes transferred in 18.7 seconds (55.67 kBps) =3D=3D=3D> Extracting for ORBit-0.5.17 >> Checksum OK for gnome/ORBit-0.5.17.tar.bz2. =3D=3D=3D> ORBit-0.5.17 depends on executable: pkg-config - found =3D=3D=3D> ORBit-0.5.17 depends on executable: gmake - found =3D=3D=3D> ORBit-0.5.17 depends on executable: libtool - found =3D=3D=3D> ORBit-0.5.17 depends on shared library: intl.2 - found =3D=3D=3D> ORBit-0.5.17 depends on shared library: glib12.3 - found =3D=3D=3D> Patching for ORBit-0.5.17 =3D=3D=3D> Applying FreeBSD patches for ORBit-0.5.17 1 out of 1 hunks failed--saving rejects to src/ORBitutil/orbit-os-config.h.rej >> Patch patch-src::ORBitutil::orbit-os-config.h failed to apply cleanly. >> Patch(es) patch-ab patch-ac patch-ad patch-ae patch-configure.in patch-libIDL::configure patch-libIDL::libIDL-config.in patch-popt::configure patch-src::IIOP::connection.c patch-src::IIOP::giop-msg-buffer.c applied cleanly. *** Error code 1 Stop in /usr/ports/devel/ORBit. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! devel/ORBit (ORBit-0.5.16) (patch error) # Can't actually see what the reason is for the upgrade barfing the way it did, but I'm hoping someone cleverer than me could tell me what's wrong, and what I need to do in order to fix this. Stacey - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPQExEvdn4A8qiCO5EQKqywCgxzzn0/7D4yhkx5yqLWog2m3pk+kAnifQ UkYw7lfvAZTkA7EuI488VO8G =7WVq -----END PGP SIGNATURE----- --=-MbF+diZuopaFD2iHY4rb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15:23:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by hub.freebsd.org (Postfix) with ESMTP id 3079B37B404 for ; Fri, 7 Jun 2002 15:23:14 -0700 (PDT) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g57MN3852848; Fri, 7 Jun 2002 17:23:04 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020607172302.00fc2288@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 07 Jun 2002 17:23:02 -0500 To: Fernando Gleiser From: "Jack L. Stone" Subject: Re: Adding Interface alias on the fly Cc: In-Reply-To: <20020607185901.O82269-100000@localhost> References: <3.0.5.32.20020607161614.00fc2288@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 07:00 PM 6.7.2002 -0300, Fernando Gleiser wrote: >On Fri, 7 Jun 2002, Jack L. Stone wrote: > >> I need to add an alias to the public interface "on the fly". This is what >> the entry would look like in the rc.conf: >> ifconfig_rl1_alias1="inet 65.71.135.139 netmask 255.255.255.255" >> >> ...and, this is what # ifconfig rl1 would then show when above line is loaded: >> inet 65.71.135.138 netmask 0xffffffff broadcast 65.71.135.139 >> >> What is the correct command syntax to add the above alias on the fly...?? > >man ifconfig > >and look at the 'alias' flag. > Fer Fer: Thanks, but I have read the ifconfig man pages and am familiar with *some* of its uses for adding/removing addresses, but, it is rather crytic to me and I am unsure about add another alias without it removing or replacing another alias (alias0 for instance) I want left in. Arie's answer just a fe minutes ago sounds like a good approach... do you agree with this which seems more exact for the configuration that would be loaded on a reboot - without rebooting of course which is the objective here... plus, not messing up: "....After adding the configuration on /etc/rc.conf, you can simply execute /etc/netstart and that will reload your network configuration..." Thanks, to Arie too.... Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15:25: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ipsnetwork.net (mail.ipsnetwork.net [209.202.83.5]) by hub.freebsd.org (Postfix) with ESMTP id 7B7DF37B408 for ; Fri, 7 Jun 2002 15:24:57 -0700 (PDT) Received: (from apache@localhost) by mail.ipsnetwork.net (8.11.1/8.11.1) id g57MQSc98623; Fri, 7 Jun 2002 18:26:28 -0400 (EDT) Date: Fri, 7 Jun 2002 18:26:28 -0400 (EDT) Message-Id: <200206072226.g57MQSc98623@mail.ipsnetwork.net> From: "Nathan Vidican" <> To: questions@freebsd.org Reply-To: nathan@vidican.com Subject: need a (less) elaborate, more economical solution (sendmail relaying control) X-Mailer: NeoMail 1.24 X-IPAddress: 216.8.133.71 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Allright, here's the scenario: We're running two machines to do the task one should be more than capable of handling. Personally I'd like to put them all on one machine, but not at the cost of large and painful configuration changes. The first machine, (which primarily acts as a mail and web server), currently controls who can send email beyond that of the inner office domain by use of the relay-domains feature for sendmail, (only the IP addresses which can send out of the building are put into the table, since the domain is local to the machine all other traffic is not relayed and thus goes through anyhow). The machine runs one two networks, the internal and the internet. All machines are currently statically configured, and dhcp is becoming more of a requirement than an option due to the constant moving/reconfiguring of internal nodes. The second machine also resides on both networks, and runs squid and natd. The sole use of the machine is to route internet traffic for the office. I'd like to dispose of this machine, (currently a much older 486DX2 machine). Both machines connect to a small workgroup hub, which intern connects them to the router (Cisco box), and the router routes a small (/30) subnet to the two machines. We're looking to upgrade to an ADSL- based solution, and utilize a PC for the actual routing (as the older Cisco box is not modular and would be incapable of doing so). 1 - Update the mail server with some more powerful hardware, and update to newer software releases, (FreeBSD, sendmail, apache, and mysql mostly). 2 - run natd functions and squid from this same machine to the internal network and finally, route the remander of a /29 subnet through to a third network (the small workgroup hub). The third network will be used for other machines which require an public IP address. 3 - find another means by which to control the ability to relay through sendmail, (which is not controlled by IP addressing). Ideally I'd like to force outgoing smtp authentication, and allow or deny relaying based on username. 4 - implement network-wide dhcp configurations to centralize the management of IP addresses, and implement a blanket firewall policy, (as opposed to the current per-ip configuration - which btw is massive by the time it's done) I know HOW to do most of what I mention, with the exception of the sendmail relaying configuration, (mostly because I've never tried anything like it before). Just looking for feedback and general ideas or comments before I move on into something that could be accomplished more easily. In the end I need to be able to configur all machine via dhcp, allow or deny mail relaying by username, and last but not least: combine resources into one (faster) more dependable machine. All comments/constructive criticism/suggestions/shared experiences/ideas welcome and appreciated; but please reply directly and CC' the list, (or vise-versa), as I am no longer subscribed to the general list. -- Nathan Vidican Nathan@Vidican.com http://Nathan.Vidican.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15:27:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.190.223.8]) by hub.freebsd.org (Postfix) with ESMTP id 5B60137B40D for ; Fri, 7 Jun 2002 15:27:19 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by nemesis.systems.pipex.net (Postfix) with ESMTP id 0EBC9160001C0; Fri, 7 Jun 2002 23:27:15 +0100 (BST) Subject: Happened again , please disregard earlier reply! From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: Colin Bloch Cc: FreeBSD-Questions Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-osu2edLDCDgGbm8AWjPy" X-Mailer: Ximian Evolution 1.0.5 Date: 07 Jun 2002 23:22:32 +0100 Message-Id: <1023488553.304.153.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 --=-osu2edLDCDgGbm8AWjPy Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Colin, After sending my reply to you earlier, I decided to check my acrobat reader apps, and found that they were broken again: # acroread4 Warning: locale not supported by Xlib, locale set to C Warning: X locale modifiers not supported, using default Fatal System Error: Raise at top of Exception Stack Abort (core dumped) # acroread Warning: locale not supported by Xlib, locale set to C Warning: X locale modifiers not supported, using default Fatal System Error: Raise at top of Exception Stack Abort (core dumped) #=20 As you mentioned in your case, I also cvsup'd my ports tree tonight - so it appears that cvsup'ing breaks linux-base-6.1.1 repeatedly. I've cc'd freebsd-questions in the hope that one the cleverer folks might take heed of this. Stacey On Fri, 2002-06-07 at 22:51, Colin Bloch wrote: > > I had a perfectly working acrobat reader installation up until I > > cvsup'd my ports tree today. When I try running acroread4, here what I >=20 > So did I, but I also upgraded my linux emulation to 7.1 (from > 6.x, whatever it was prior) and AFAIK, acroread4 is the linux > version. This, I think is whats broken (none of my linux apps > appear to be working correctly) >=20 > I installed /usr/ports/graphics/xpdf and it works fine. >=20 > Sorry not to post a follow-up, but I was googling when I found > your post & am not registered there to post a response. If you > have found a workaround to your own problem, I'm all ears :) >=20 > CAB >=20 > --=20 > Colin Anthony Bloch Grande Communications > Sr. System Administrator 512-878-5471 >=20 --=20 --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-osu2edLDCDgGbm8AWjPy 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 Hi Colin, After sending my reply to you earlier, I decided to check my acrobat reader apps, and found that they were broken again: # acroread4 Warning: locale not supported by Xlib, locale set to C Warning: X locale modifiers not supported, using default Fatal System Error: Raise at top of Exception Stack Abort (core dumped) # acroread Warning: locale not supported by Xlib, locale set to C Warning: X locale modifiers not supported, using default Fatal System Error: Raise at top of Exception Stack Abort (core dumped) #=20 As you mentioned in your case, I also cvsup'd my ports tree tonight - so it appears that cvsup'ing breaks linux-base-6.1.1 repeatedly. I've cc'd freebsd-questions in the hope that one the cleverer folks might take heed of this. Stacey On Fri, 2002-06-07 at 22:51, Colin Bloch wrote: > > I had a perfectly working acrobat reader installation up until I > > cvsup'd my ports tree today. When I try running acroread4, here what I >=20 > So did I, but I also upgraded my linux emulation to 7.1 (from > 6.x, whatever it was prior) and AFAIK, acroread4 is the linux > version. This, I think is whats broken (none of my linux apps > appear to be working correctly) >=20 > I installed /usr/ports/graphics/xpdf and it works fine. >=20 > Sorry not to post a follow-up, but I was googling when I found > your post & am not registered there to post a response. If you > have found a workaround to your own problem, I'm all ears :) >=20 > CAB >=20 > --=20 > Colin Anthony Bloch Grande Communications > Sr. System Administrator 512-878-5471 >=20 - --=20 - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPQEyJfdn4A8qiCO5EQI2ewCggtRUJq68DtjDKzivQ+upsXuLD88An2Oy hCVmHGyWCJlDPeqv8oopYWY+ =5bhT -----END PGP SIGNATURE----- --=-osu2edLDCDgGbm8AWjPy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15:32:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from RelayDAL.nai.com (relaydal.nai.com [161.69.213.5]) by hub.freebsd.org (Postfix) with ESMTP id 6DD3E37B401 for ; Fri, 7 Jun 2002 15:32:10 -0700 (PDT) Received: from txwsout1.nai.com (txwsout1.nai.com [161.69.96.120]) by RelayDAL.nai.com (Switch-2.2.0/Switch-2.2.0) with SMTP id g57MVEb12307 for ; Fri, 7 Jun 2002 17:31:14 -0500 (CDT) Received: FROM tx-ex-bridge1.nai.com BY txwsout1.nai.com ; Fri Jun 07 17:34:25 2002 -0500 Received: by DAL-96-124.nai.com with Internet Mail Service (5.5.2653.19) id ; Fri, 7 Jun 2002 17:34:24 -0500 Message-ID: <99120312047FD41183AA009027AA616003BBF89C@SNC-5-91.nai.com> From: Scott_Thompson@NAI.com To: freebsd-questions@FreeBSD.ORG Subject: Date: Fri, 7 Jun 2002 17:34:02 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG auth adcbab09 subscribe freebsd-questions \ Scott_Thompson@NAI.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15:32:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.microlink.lt (mail.microlink.lt [213.197.128.86]) by hub.freebsd.org (Postfix) with ESMTP id 8647137B405 for ; Fri, 7 Jun 2002 15:32:15 -0700 (PDT) Received: from dezdemonijus.delfi.lt (dezdemonijus.delfi.lt [213.197.128.98]) by mail.microlink.lt (MicroLink Data mail) with ESMTP id 97613113247 for ; Sat, 8 Jun 2002 00:32:14 +0200 (EET) Received: by dezdemonijus.delfi.lt (DELFI Portal, from userid 99) id 983515E22; Sat, 8 Jun 2002 00:32:14 +0200 (EET) To: freebsd-questions@FreeBSD.ORG Subject: From: slyvukine Reply-To: karoloce@bamba.lt CSender-ID: 213.226.142.228/ envelope-from: karoloce@bamba.lt X-Mailer: webmail.delfi.lt X-Priority: 3 Content-type: text/plain; charset=windows-1257 Date: Sat, 8 Jun 2002 00:32:14 +0100 Message-Id: <20020607223214.983515E22@dezdemonijus.delfi.lt> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello. i want to install kde 3.0 at my freeBSD but i dont have net on freebsd so i go to http://www.gtlib.cc.gatech.edu/pub/kde/stable/3.0/FreeBSD/x11/ and downloading kdebase-3.0/.tgz and kdelibs-3.0.tgz then i go to freeBSD and mount C so i can reach that files. then i copy them to my created dir /home/root and extracting them and then i do the command ./configure but it writes that configure command cannot be found so i try command make install but then it writes that dont know how to make install and stops. And i dont know what to do to install kde on my freeBSD 4.5release. can u help me ? thanx best regards <--------------------===========================--------------------> Melodijos ir logotipai jau ir Ericsson telefonams, palaikantiems sias funkcijas - pridek kodo gale raidele e Logotipai ir melodijos: http://sms.delfi.lt/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15:35:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 5E93A37B408 for ; Fri, 7 Jun 2002 15:35:40 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E828166EBC; Fri, 7 Jun 2002 15:35:39 -0700 (PDT) Date: Fri, 7 Jun 2002 15:35:39 -0700 From: Kris Kennaway To: slyvukine Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <20020607153539.A71731@xor.obsecurity.org> References: <20020607223214.983515E22@dezdemonijus.delfi.lt> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020607223214.983515E22@dezdemonijus.delfi.lt>; from karoloce@bamba.lt on Sat, Jun 08, 2002 at 12:32:14AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 08, 2002 at 12:32:14AM +0100, slyvukine wrote: >=20 > hello. > i want to install kde 3.0 at my freeBSD but i dont have net on=20 > freebsd so i go to=20 > http://www.gtlib.cc.gatech.edu/pub/kde/stable/3.0/FreeBSD/x11/ and=20 > downloading kdebase-3.0/.tgz and kdelibs-3.0.tgz then i go to freeBSD=20 > and mount C so i can reach that files. then i copy them to my created=20 > dir /home/root and extracting them and then i do the=20 > command ./configure but it writes that configure command cannot be=20 > found so i try command make install but then it writes that dont=20 > know how to make install and stops. And i dont know what to do to=20 > install kde on my freeBSD 4.5release. can u help me ?=20 I don't know what those files are for sure because they're made by a third party, but the filenames look like they're packages you add with pkg_add. However, you'll need more than just those two packages (I don't have a full list, but there are lots of others you'll need), and you should probably be using the official FreeBSD kde-3.0 packages anyway. Kris --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ATU7Wry0BWjoQKURAnUYAKCn9keoeRLSFHADgcw0YuGmt3G4QwCghzBB Bgy0yGEyQv3+R2tBWPl/KdY= =kx3Y -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15:43: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from habana.easygolucky.de (habana.easygolucky.de [195.27.205.226]) by hub.freebsd.org (Postfix) with ESMTP id 03E4137B403 for ; Fri, 7 Jun 2002 15:42:41 -0700 (PDT) Received: by habana.easygolucky.de (Postfix, from userid 1976) id 877C220F11; Sat, 8 Jun 2002 00:40:49 +0200 (CEST) Date: Sat, 8 Jun 2002 00:40:49 +0200 From: Manuel Hendel To: FreeBSD Questions Subject: transcode error: libdvdread: Can't open file VIDEO_TS.IFO. Message-ID: <20020607224032.GA32470@habana.easygolucky.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.99i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I installed dvdrip on a FreeBSD 4.6 everything went fine, even the ripping of the DVD. But when I try to encode the .vob file to divx4, I get the following error output. ++++ An internal exception was thrown! The error message was: Error executing: transcode -i /d3/dvdrip/Startup/vob/001 -a 0 -w 1743,250,100 -b 128,0,0 -s 2.795 --a52_drc_off -V -f 25 -Y 52,16,52,16 -B 27,10,8 -x vob -o /d3/dvdrip/Startup/avi/001/Startup-001.avi -y divx4 Output was: transcode v0.6.0pre5 (C) 2001-2002 Thomas 珺treich libdvdread: Can't open file VIDEO_TS.IFO. [import_vob.so] v0.5.6 (05/09/02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle) [export_divx4.so] v0.3.4 (05/05/02) (video) DivX 4.xx | (audio) MPEG/AC3/PCM Using djbfft for IMDCT transform Undefined symbol "quiet_encore"video export module error: init failed error: failed to init encoder [transcode] auto-probing source /d3/dvdrip/Startup/vob/001 (ok) [transcode] V: import format | MPEG-2 (V=vob|A=vob) [transcode] V: AV demux/sync | (1) sync AV at initial MPEG sequence [transcode] V: import frame | 720x576 1.25:1 encoded @ 16:9 [transcode] V: new aspect ratio | 640x360 1.78:1 (-B) [transcode] V: clip frame (->) | 608x256 [transcode] V: encoding fps | 25.000 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x2001 AC3/A52 [48000,16,2] 448 kbps [transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps [transcode] A: bytes per frame | 7680 (7680.000000) [transcode] A: adjustment | 0@1000 [transcode] A: rescale stream | 2.795 [import_vob.so] tccat -i "/d3/dvdrip/Startup/vob/001" -t vob -d 0 -S 0 | tcdemux -a 0 -x ac3 -S 0 -M 1 -d 0 | tcextract -t vob -a 0 -x ac3 -d 0 | tcdecode -x a52 -d 0 -A 1 [import_vob.so] tccat -i "/d3/dvdrip/Startup/vob/001" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0 -M 1 -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yv12 failed to init DivX 4.0 Codec at /usr/local/lib/perl5/site_perl/5.005/Video/DVDRip/GUI/Project/TranscodeTab.pm line 1261 ++++ Can someone help me solving this problem? Thanks for any help. Manuel -- Teamwork is essential -- it allows you to blame someone else. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 15:48:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 5452537B400 for ; Fri, 7 Jun 2002 15:48:37 -0700 (PDT) Received: from user-1120gf9.dsl.mindspring.com ([66.32.65.233] helo=joeandlane.com) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17GSX6-0003Ef-00 for freebsd-questions@freebsd.org; Fri, 07 Jun 2002 15:48:36 -0700 Received: (from nobody@localhost) by joeandlane.com (8.11.6/8.11.6) id g57MlsD57466; Fri, 7 Jun 2002 17:47:54 -0500 (CDT) (envelope-from lane@cd-solutions.net) Date: Fri, 7 Jun 2002 17:47:54 -0500 (CDT) Message-Id: <200206072247.g57MlsD57466@joeandlane.com> From: "admin" To: freebsd-questions@freebsd.org Subject: How to automatically route a selected IP via ppp and all others via default route X-Mailer: NeoMail 1.25 X-IPAddress: 209.60.15.4 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running Freebsd 4.5 as a gateway for NT, Windows 98, and an AS/400. Freebsd handles dhcp, dns, nat, etc. From time to time I have to connect my AS/400 to remote sites. This works fine as long as the site is on the internet. But when I have to dial out (using ppp on Freebsd) I cannot connect the AS/400 to the remote site. I *can* connect to the remote site directly from Freebsd and I *can* connect from the Windoze boxes *after* I type "route add ". As I said, Freebsd handles dhcp. It assigns addresses in the range 192.168.1.5 to 192.168.1.200 using netmask 255.255.255.0. From the windoze boxes I can use IPCONFIG or WINIPCFG to verify the ip address and the netmask. In all cases they correspond with /var/db/dhcpd.leases and in all cases I have unfettered access to the internet via my freebsd gateway (who lives at 192.168.1.1). dhcp uses static configuration for the AS/400 because he wants to be a dhcp server but not a client. I am able to connect to internet sites using telnet and ftp from the AS/400. The ppp.conf script is vanilla, except for these two lines, which seem to be required for the particular connection that is troubling me: add 192.168.27.27 HISADDR add 192.168.28.1 HISADDR His router is 192.168.28.1 and the target sysmem is at 192.168.27.27. It seems like the Windows boxes have to be reminded that the default route is the same route they should take for this particular address. Unfortunately there is no clear way to remind the AS/400 that he should do the same. I appreciate any suggestions that you may have. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 16: 8:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 9272D37B405 for ; Fri, 7 Jun 2002 16:08:18 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g57N66T02066; Fri, 7 Jun 2002 20:06:07 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 7 Jun 2002 20:06:06 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: "Jack L. Stone" Cc: Subject: Re: Adding Interface alias on the fly In-Reply-To: <3.0.5.32.20020607172302.00fc2288@mail.sage-one.net> Message-ID: <20020607200028.T82269-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Jun 2002, Jack L. Stone wrote: > > > >man ifconfig > > > >and look at the 'alias' flag. > > > Fer > > Fer: Thanks, but I have read the ifconfig man pages and am familiar with > *some* of its uses for adding/removing addresses, but, it is rather crytic > to me and I am unsure about add another alias without it removing or > replacing another alias (alias0 for instance) I want left in. > OK. that's what you need to do: ifconfig alias netmask and that's it. in your case, if you want to add that alias (the alias0 from rc.conf) you just say: ifconfig rl1 alias 65.71.135.139 netmask 255.255.255.255 If you want to delete an alias you say ifconfig delete Hope this helps. You don't need to run netstart again. Fer > Arie's answer just a fe minutes ago sounds like a good approach... do you > agree with this which seems more exact for the configuration that would be > loaded on a reboot - without rebooting of course which is the objective > here... plus, not messing up: > > "....After adding the configuration on /etc/rc.conf, you can simply execute > /etc/netstart and that will reload your network configuration..." > > Thanks, to Arie too.... > > Best regards, > Jack L. Stone, > Administrator > > SageOne Net > http://www.sage-one.net > jackstone@sage-one.net > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 16: 8:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.190.223.8]) by hub.freebsd.org (Postfix) with ESMTP id 23DA637B400; Fri, 7 Jun 2002 16:08:51 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by nemesis.systems.pipex.net (Postfix) with ESMTP id A938A1600005E; Sat, 8 Jun 2002 00:08:49 +0100 (BST) Subject: upgrade to linux-base-6.1 after cvsup of ports tree breaks acroread4 From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: dima@FreeBSD.org Cc: FreeBSD-Questions Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-zlcD5bUc6meUYAG6SgvM" X-Mailer: Ximian Evolution 1.0.5 Date: 08 Jun 2002 00:04:07 +0100 Message-Id: <1023491047.304.161.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 --=-zlcD5bUc6meUYAG6SgvM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, A few of us users are experiencing broken acroread4 after cvsup'ing the ports tree (and in my case, upgrading to linux-base-7.1): # acroread4 Warning: locale not supported by Xlib, locale set to C Warning: X locale modifiers not supported, using default Fatal System Error: Raise at top of Exception Stack Abort (core dumped) #=20 A couple of responders have advised that I contact the port maintainer, which from the information at http://www.freebsd.org/ports/print.html, your contact details are listed. Can you offer us any solutions / work-arounds for this situation please? Or, at least pointing us to where we might seek answers to our queries? Thanks for the time, hope to hear from you soon. Stacey --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-zlcD5bUc6meUYAG6SgvM 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, A few of us users are experiencing broken acroread4 after cvsup'ing the ports tree (and in my case, upgrading to linux-base-7.1): # acroread4 Warning: locale not supported by Xlib, locale set to C Warning: X locale modifiers not supported, using default Fatal System Error: Raise at top of Exception Stack Abort (core dumped) #=20 A couple of responders have advised that I contact the port maintainer, which from the information at http://www.freebsd.org/ports/print.html, your contact details are listed. Can you offer us any solutions / work-arounds for this situation please? Or, at least pointing us to where we might seek answers to our queries? Thanks for the time, hope to hear from you soon. Stacey - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPQE75Pdn4A8qiCO5EQIUvQCeMtFZfPENspRCkx+9Jlp67jSAzK0AoK9v x1SRnZR4kGwIz/LmrnMz3hKP =ZCSa -----END PGP SIGNATURE----- --=-zlcD5bUc6meUYAG6SgvM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 16:13: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp05.retemail.es (smtp05.iddeo.es [62.81.186.15]) by hub.freebsd.org (Postfix) with ESMTP id CAA1337B40B for ; Fri, 7 Jun 2002 16:12:58 -0700 (PDT) Received: from kodo ([62.174.25.101]) by smtp05.retemail.es (InterMail vM.5.01.03.02 201-253-122-118-102-20010403) with SMTP id <20020607231256.LBZK14306.smtp05.retemail.es@kodo> for ; Sat, 8 Jun 2002 01:12:56 +0200 Message-ID: <00ea01c20e78$dbab3490$6519ae3e@kodo> From: "F. Xavier Noria" To: Subject: Booting Windows XP Date: Sat, 8 Jun 2002 01:12:55 +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 I am trying to install FreeBSD 4.5 and Windows XP in the same machine having FreeBSD in the _first_ partition (because I would like to if it was possible). I almost suceed because after installing FreeBSD first and then Windows XP I could start from the FreeBSD CD and execute boot -a to boot from the right device, but after executing # fdisk -B -b /boot/boot0 /dev/ad0 as explained in the Handbook, the boot manager showed F1 FreeBSD F2 ?? and F2 didn't do anything but produce a beep. It seemed I just could choose F1 there. If I install the systems the other way around those question marks are associated to F1, which is the default, and pressing ENTER Windows XP boots. So, is there a way to fix that "F2 ??" of the first settings? -- fxn PS Will I be able to mount ntfs from FreeBSD? If not, is there a standard way to pass files between them? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 16:18: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zipmail.com (zipmail.com [207.88.19.245]) by hub.freebsd.org (Postfix) with ESMTP id 0B0ED37B405; Fri, 7 Jun 2002 16:17:53 -0700 (PDT) Received: from [64.86.155.161] (account ) by zipmail.com (CommuniGate Pro WebUser 3.5.3) with HTTP id 18648417; Fri, 07 Jun 2002 19:17:44 -0400 From: "ankar aminu" Subject: reply fast To: aminuankar@zipmail.com X-Mailer: CommuniGate Pro Web Mailer v.3.5.3 Date: Fri, 07 Jun 2002 19:17:44 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 132 Awolowo Road, Ikoyi, Lagos. ATTN: URGENT/CONFIDENTIAL BUSINESS PROPOSAL My name is aminu ankar former principal officer of the late Nigeria Head of State General Sani Abacha who ruled Nigeria between 1993-1998. I shall like to seek your partnership to transfer the sum of Thirty Million United State dollars($30,000,000,00) out of Nigeria. Source of funds: This is part of the $4bn loot of my former boss (ref www.tell.org.Tell margazine of Sept 4th 2000. Ref also-(www.newswatchngr.com)may 18th to 15th 2000. This will give you more insight into the business i am proposing to you. It is common knowledge that my boss made a lot of deposits through proxies which i happen to be one of them.A cash deposit of $30,000,000,00 was made by my former boss in my name in one of the security companies in Nigeria.This amount was deposited as photographic materials and this is known only to me and the General whose sudden death has left the present Government guessing where and when he stached the monies. Though $3bn (Three billion dollars)has been recovered by the Government this is still afar cry from the amount stached away by the former leader. I therefore seek a foreign partner who will work with me in transfering this amount into a foreign account where it will be safe.It is not safe for me to retain this amount in Nigeria at this moment thus the urgent need to move out the funds. SHARING: On the successful completion of this transaction you shall be compensated with 30% of this amount.I shall take 60% and the remaining 10% will be used to re-imburse any expense incured on either side. The success of this project is guaranteed and it is risk free.I am also in complete control of the situation here so there is nothing to worry about. I shall give you more details as soon as i receive your reply . Please treat this as highly confidential and urgent.you can reach me via my email;ankar555@zwallet.com yours faithfuly, aminu ankar ________________________________________________ Don't E-Mail, ZipMail! http://www.zipmail.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 16:19:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.190.223.9]) by hub.freebsd.org (Postfix) with ESMTP id 1722B37B404; Fri, 7 Jun 2002 16:19:13 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 4F686160003A3; Sat, 8 Jun 2002 00:19:11 +0100 (BST) Subject: Portupgrade on ORBit-0.5.16 still fails From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: marcus@FreeBSD.org Cc: FreeBSD-Questions Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EzFhZSVvyWqSvkOU1jsI" X-Mailer: Ximian Evolution 1.0.5 Date: 08 Jun 2002 00:14:28 +0100 Message-Id: <1023491669.304.165.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 --=-EzFhZSVvyWqSvkOU1jsI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Joe, I'd just seen your reply to an earlier post on this subject where you indicated that this issue is now fixed. I just tried again (after re-running cvsup) and it still fails (see below) Any advice? Stacey # portupgrade -R ORBit-0.5.16 [Updating the pkgdb in /var/db/pkg ... - 161 packages found (-1 +0) (...) done] ---> Upgrading 'ORBit-0.5.16' to 'ORBit-0.5.17' (devel/ORBit) ---> Building '/usr/ports/devel/ORBit' =3D=3D=3D> Cleaning for libiconv-1.7.0.1 =3D=3D=3D> Cleaning for bison-1.35_1 =3D=3D=3D> Cleaning for gettext-0.11.1_3 =3D=3D=3D> Cleaning for glib-1.2.10_5 =3D=3D=3D> Cleaning for gmake-3.79.1_2 =3D=3D=3D> Cleaning for libtool-1.3.4_3 =3D=3D=3D> Cleaning for pkgconfig-0.12.0 =3D=3D=3D> Cleaning for expat-1.95.2 =3D=3D=3D> Cleaning for ORBit-0.5.17 >> ORBit-0.5.17.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome. >> Attempting to fetch from ftp://ftp.rpmfind.net/linux/gnome.org/stable/sources/ORBit/. fetch: ORBit-0.5.17.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Gnome/stable/sources/ORBit/. Receiving ORBit-0.5.17.tar.bz2 (1065003 bytes): 100% 1065003 bytes transferred in 19.4 seconds (53.72 kBps) =3D=3D=3D> Extracting for ORBit-0.5.17 >> Checksum OK for gnome/ORBit-0.5.17.tar.bz2. =3D=3D=3D> ORBit-0.5.17 depends on executable: pkg-config - found =3D=3D=3D> ORBit-0.5.17 depends on executable: gmake - found =3D=3D=3D> ORBit-0.5.17 depends on executable: libtool - found =3D=3D=3D> ORBit-0.5.17 depends on shared library: intl.2 - found =3D=3D=3D> ORBit-0.5.17 depends on shared library: glib12.3 - found =3D=3D=3D> Patching for ORBit-0.5.17 =3D=3D=3D> Applying FreeBSD patches for ORBit-0.5.17 1 out of 1 hunks failed--saving rejects to src/ORBitutil/orbit-os-config.h.rej >> Patch patch-src::ORBitutil::orbit-os-config.h failed to apply cleanly. >> Patch(es) patch-ab patch-ac patch-ad patch-ae patch-configure.in patch-libIDL::configure patch-libIDL::libIDL-config.in patch-popt::configure patch-src::IIOP::connection.c patch-src::IIOP::giop-msg-buffer.c applied cleanly. *** Error code 1 Stop in /usr/ports/devel/ORBit. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! devel/ORBit (ORBit-0.5.16) (patch error) # --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-EzFhZSVvyWqSvkOU1jsI 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 Hi Joe, I'd just seen your reply to an earlier post on this subject where you indicated that this issue is now fixed. I just tried again (after re-running cvsup) and it still fails (see below) Any advice? Stacey # portupgrade -R ORBit-0.5.16 [Updating the pkgdb in /var/db/pkg ... - 161 packages found (-1 +0) (...) done] - ---> Upgrading 'ORBit-0.5.16' to 'ORBit-0.5.17' (devel/ORBit) - ---> Building '/usr/ports/devel/ORBit' =3D=3D=3D> Cleaning for libiconv-1.7.0.1 =3D=3D=3D> Cleaning for bison-1.35_1 =3D=3D=3D> Cleaning for gettext-0.11.1_3 =3D=3D=3D> Cleaning for glib-1.2.10_5 =3D=3D=3D> Cleaning for gmake-3.79.1_2 =3D=3D=3D> Cleaning for libtool-1.3.4_3 =3D=3D=3D> Cleaning for pkgconfig-0.12.0 =3D=3D=3D> Cleaning for expat-1.95.2 =3D=3D=3D> Cleaning for ORBit-0.5.17 >> ORBit-0.5.17.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome. >> Attempting to fetch from ftp://ftp.rpmfind.net/linux/gnome.org/stable/sources/ORBit/. fetch: ORBit-0.5.17.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Gnome/stable/sources/ORBit/. Receiving ORBit-0.5.17.tar.bz2 (1065003 bytes): 100% 1065003 bytes transferred in 19.4 seconds (53.72 kBps) =3D=3D=3D> Extracting for ORBit-0.5.17 >> Checksum OK for gnome/ORBit-0.5.17.tar.bz2. =3D=3D=3D> ORBit-0.5.17 depends on executable: pkg-config - found =3D=3D=3D> ORBit-0.5.17 depends on executable: gmake - found =3D=3D=3D> ORBit-0.5.17 depends on executable: libtool - found =3D=3D=3D> ORBit-0.5.17 depends on shared library: intl.2 - found =3D=3D=3D> ORBit-0.5.17 depends on shared library: glib12.3 - found =3D=3D=3D> Patching for ORBit-0.5.17 =3D=3D=3D> Applying FreeBSD patches for ORBit-0.5.17 1 out of 1 hunks failed--saving rejects to src/ORBitutil/orbit-os-config.h.rej >> Patch patch-src::ORBitutil::orbit-os-config.h failed to apply cleanly. >> Patch(es) patch-ab patch-ac patch-ad patch-ae patch-configure.in patch-libIDL::configure patch-libIDL::libIDL-config.in patch-popt::configure patch-src::IIOP::connection.c patch-src::IIOP::giop-msg-buffer.c applied cleanly. *** Error code 1 Stop in /usr/ports/devel/ORBit. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! devel/ORBit (ORBit-0.5.16) (patch error) # - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPQE+Uvdn4A8qiCO5EQJ1UACeJ2wLqt2NR/Kjw0014Jynw7KzVHkAn1Tm c62CzAQSUCfCk3g5KmGefCUh =MMEA -----END PGP SIGNATURE----- --=-EzFhZSVvyWqSvkOU1jsI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 16:20:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gsc.net (gsc.net [207.233.134.65]) by hub.freebsd.org (Postfix) with SMTP id AFE7837B400 for ; Fri, 7 Jun 2002 16:19:07 -0700 (PDT) Subject: Problems with LinkSys WMP11 Card Message-Id: <20020607231907.AFE7837B400@hub.freebsd.org> Date: Fri, 7 Jun 2002 16:19:07 -0700 (PDT) From: dlawson@gsc.net To: undisclosed-recipients:; Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a LinkSys WMP11 card and am trying to configure it with FreeBSD-Stable. Everthing looks Ok but I cannot get traffic to the access point. This card works ok with a Windows setup on the same machine. I have included the commands I used to get setup and the wicontrol output done afterwards: wicontrol -k 0x11111111111111111111111111 -v 1 wicontrol -k 0x22222222222222222222222222 -v 2 wicontrol -k 0x33333333333333333333333333 -v 3 wicontrol -k 0x44444444444444444444444444 -v 4 wicontrol -T 2 wicontrol -e 1 wicontrol -n MY-SSID ifconfig wi0 inet 1.2.3.4 netmask 0xffffff00 My provider uses 128 bit WEP keys. The output of wicontrol after this is: NIC serial number: [ 0123456789 ] Station name: [ FreeBSD WaveLAN/IEEE node ] SSID for IBSS creation: [ FreeBSD IBSS ] Current netname (SSID): [ MY-SSID ] Desired netname (SSID): [ MY-SSID ] Current BSSID: [ 00:40:96:49:18:a1 ] Channel list: [ 2047 ] IBSS channel: [ 6 ] Current channel: [ 8 ] Comms quality/signal/noise: [ 58 89 0 ] Promiscuous mode: [ Off ] Port type (1=BSS, 3=ad-hoc): [ 1 ] MAC address: [ 00:06:25:03:8a:69 ] TX rate (selection): [ 11 ] TX rate (actual speed): [ 2 ] RTS/CTS handshake threshold: [ 2347 ] Create IBSS: [ Off ] Access point density: [ 1 ] Power Mgmt (1=on, 0=off): [ 0 ] Max sleep time: [ 100 ] WEP encryption: [ On ] TX encryption key: [ 2 ] Encryption keys: [ 0x11111111111111111111111111 ][ 0x22222222222222222222222222 ][ 0x33333333333333333333333333][ 0x44444444444444444444444444] These values look the same as the windows setup. My provider says he can see me associating with the access point but he never sees an IP. Any advice will be greatly appreciated. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 17: 2:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 8065137B400; Fri, 7 Jun 2002 17:02:05 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20020608000205.8065137B400@hub.freebsd.org> Date: Fri, 7 Jun 2002 17:02:05 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 17: 2:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id E3F9837B407 for ; Fri, 7 Jun 2002 17:02:28 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-16-63.dsl.chcgil.ameritech.net [68.20.16.63]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g5802RNb008843; Fri, 7 Jun 2002 19:02:28 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: Subject: Re: kde Date: Fri, 7 Jun 2002 19:02:27 -0500 X-Mailer: KMail [version 1.4] Cc: questions@FreeBSD.ORG References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206071902.27925.dsyphers@uchicago.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 07 June 2002 03:05 pm, doug@safeport.com wrote: > On Fri, 7 Jun 2002, David Syphers wrote: > > [cut] > > What does .xsession-errors have to say about this and/or XFree86..log have to > say about this setup? You might delete (or rename) the old files so you can see > just what the current error are. There is no .xsession-errors generated. XFree86.0.log says ---- XFree86 Version 4.2.0 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 18 January 2002 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/) Build Operating System: FreeBSD 4.6 i386 [ELF] Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Fri Jun 7 16:56:07 2002 (EE) Unable to locate/open config file (EE) Error from xf86HandleConfigFile() Fatal server error: no screens found When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to xfree86@xfree86.org. ---- Note that I'm using ttyv8 turned on here. But if I turn it off, or substitute the path to kdm instead of xdm, I get exactly the same thing in XFree86.0.log and no .xsession-errors file. I think my computer is just cursed :) -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 17: 3:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 8D34837B406; Fri, 7 Jun 2002 17:02:05 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20020608000205.8D34837B406@hub.freebsd.org> Date: Fri, 7 Jun 2002 17:02:05 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 17: 4:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 9E16C37B403; Fri, 7 Jun 2002 17:02:05 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20020608000205.9E16C37B403@hub.freebsd.org> Date: Fri, 7 Jun 2002 17:02:05 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 17:13:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.tortus-tek.com (mx1.tortus.com [216.41.105.18]) by hub.freebsd.org (Postfix) with SMTP id CC34637B401 for ; Fri, 7 Jun 2002 17:13:51 -0700 (PDT) Received: (qmail 27046 invoked by uid 1005); 8 Jun 2002 00:13:51 -0000 Received: from paxnobis@krypto.net by mx1 with qmail-scanner-0.96 (fsecure: 4.11/3190/2001-08-09/2001-08-09. 2001-08-03/. Clean. Processed in 1.468854 secs); 08 Jun 2002 00:13:51 -0000 Received: from ts1-dial-29.tortus.com (HELO krypto.net) (216.41.104.159) by mx1.tortus.com with SMTP; 8 Jun 2002 00:13:49 -0000 Message-ID: <3D015A25.166FA326@krypto.net> Date: Fri, 07 Jun 2002 20:13:11 -0500 From: paxnobis@krypto.net X-Mailer: Mozilla 4.7C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: link update Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" 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 BSD, The link for the COAST Security Hotlist, on your security page has been superceeded by: http://www.cerias.purdue.edu/hotlist/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 17:25:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id 657BD37B404 for ; Fri, 7 Jun 2002 17:25:17 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-38-113.dsl.chcgil.ameritech.net [68.20.38.113]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g580PGNb017446; Fri, 7 Jun 2002 19:25:16 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: Subject: Re: kde [solved] Date: Fri, 7 Jun 2002 19:25:17 -0500 X-Mailer: KMail [version 1.4] Cc: questions@FreeBSD.ORG References: <200206071902.27925.dsyphers@uchicago.edu> In-Reply-To: <200206071902.27925.dsyphers@uchicago.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206071925.01245.dsyphers@uchicago.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 07 June 2002 07:02 pm, David Syphers wrote: > (EE) Unable to locate/open config file > (EE) Error from xf86HandleConfigFile() > > Fatal server error: > no screens found It finally dawned on me that it probably wasn't complaining about a kdm/xdm config file, but rather XF86Config. I had this file in /root, but when I moved it to /etc, everything worked as advertised (with ttyv8 on). So kdm from the command line looks in /root, but kdm from ttys looks in /etc. -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 17:27:14 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 87A8637B409 for ; Fri, 7 Jun 2002 17:27:12 -0700 (PDT) Received: from spark.techno.pagans (spark.techno.pagans [4.61.202.145]) by spork.pantherdragon.org (Postfix) with ESMTP id C329C471DA for ; Fri, 7 Jun 2002 17:27:10 -0700 (PDT) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by spark.techno.pagans (Postfix) with ESMTP id E7358FDA0 for ; Fri, 7 Jun 2002 17:27:09 -0700 (PDT) Message-ID: <3D014F5D.DC109764@pantherdragon.org> Date: Fri, 07 Jun 2002 17:27:09 -0700 From: Darren Pilgrim X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: HFS+ (Mac OS Ext.) filesystem support? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have some Mac hard drives from which I need to retrieve files. I don't have any working Macs to do this with and was hoping I could use my FreeBSD 4.5-R machine to do it. My problem is that some of the hard drives are formatted with HFS+ and I can't find anything that will read them. Does anyone know of any software for FreeBSD that can mount or, at least, read and write Mac OS Extended (HFS+) filesystems? The only things I've found only read HFS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 17:32:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 6E9F937B405; Fri, 7 Jun 2002 17:32:09 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DB6DD66EB8; Fri, 7 Jun 2002 17:32:08 -0700 (PDT) Date: Fri, 7 Jun 2002 17:32:08 -0700 From: Kris Kennaway To: "S. Roberts" Cc: marcus@FreeBSD.org, FreeBSD-Questions Subject: Re: Portupgrade on ORBit-0.5.16 still fails Message-ID: <20020607173208.A81250@xor.obsecurity.org> References: <1023491669.304.165.camel@Demon.Strobe.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1023491669.304.165.camel@Demon.Strobe.org>; from sroberts@dsl.pipex.com on Sat, Jun 08, 2002 at 12:14:28AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jun 08, 2002 at 12:14:28AM +0100, S. Roberts wrote: > Hi Joe, > I'd just seen your reply to an earlier post on this subject where you > indicated that this issue is now fixed. I just tried again (after > re-running cvsup) and it still fails (see below) The patch was only committed a short while ago, and it can take up to 24 hours for changes to propagate to all cvsup servers (though most only take an hour or two). Try again later. Kris --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9AVCIWry0BWjoQKURAoT7AKC1ysyFuTotTaQvEZM9vpHdc62qIgCfcrWC TnemU6gViBPlwFnYoP1JZLA= =7Tb5 -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 18:12:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from expnet.net (fremont-gw02.expnet.net [66.237.28.29]) by hub.freebsd.org (Postfix) with ESMTP id 7161737B449 for ; Fri, 7 Jun 2002 18:12:12 -0700 (PDT) Received: from speedy [192.168.175.100] by expnet.net (SMTPD32-7.10) id AA0F3200094; Fri, 07 Jun 2002 18:12:47 -0700 Message-ID: <003701c20e89$88689960$64afa8c0@expnet.net> Reply-To: "FreeBSD-List" From: "FreeBSD-List" To: Subject: IPFW Problem Date: Fri, 7 Jun 2002 18:12:17 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0034_01C20E4E.DBE80890" 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_0034_01C20E4E.DBE80890 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can anyone tell me what this means ? The box is acting as a router and = everytime this happens the box just hangs. Jun 6 23:32:37 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 838:1220@1480) Jun 6 23:32:37 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 1606:1220@1480) Jun 6 23:32:38 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 2630:1220@1480) Jun 6 23:32:38 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 3398:1220@1480) Jun 6 23:32:39 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 4422:1220@1480) Jun 6 23:32:39 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 5190:1220@1480) Jun 6 23:32:40 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 6214:1220@1480) Jun 6 23:32:40 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 7238:1220@1480) Jun 6 23:32:41 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 8262:1220@1480) Jun 6 23:32:41 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 9030:1220@1480) Jun 6 23:32:42 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 10054:1220@1480) Jun 6 23:32:42 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 10822:1220@1480) Jun 6 23:32:43 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 11846:1220@1480) Jun 6 23:32:43 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 12614:1220@1480) Jun 6 23:32:44 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 13382:1220@1480) Jun 6 23:32:44 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 14150:1220@1480) edge-gw# uname -a FreeBSD edge-gw 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #3: thanks -Brian ------=_NextPart_000_0034_01C20E4E.DBE80890 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Can anyone tell me what this means ? = The box is=20 acting as a router and everytime this happens the box just = hangs.
 
Jun  6 23:32:37 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 838:1220@1480)
Jun  6=20 23:32:37 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 1606:1220@1480)
Jun  6 23:32:38 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 2630:1220@1480)
Jun  6=20 23:32:38 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 3398:1220@1480)
Jun  6 23:32:39 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 4422:1220@1480)
Jun  6=20 23:32:39 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 5190:1220@1480)
Jun  6 23:32:40 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 6214:1220@1480)
Jun  6=20 23:32:40 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 7238:1220@1480)
Jun  6 23:32:41 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 8262:1220@1480)
Jun  6=20 23:32:41 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 9030:1220@1480)
Jun  6 23:32:42 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 10054:1220@1480)
Jun =20 6 23:32:42 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx = in via=20 fxp0 (frag 10822:1220@1480)
Jun  6 23:32:43 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 11846:1220@1480)
Jun =20 6 23:32:43 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx = in via=20 fxp0 (frag 12614:1220@1480)
Jun  6 23:32:44 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 13382:1220@1480)
Jun =20 6 23:32:44 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx = in via=20 fxp0 (frag 14150:1220@1480)
 
edge-gw# uname -a
FreeBSD edge-gw = 4.6-PRERELEASE=20 FreeBSD 4.6-PRERELEASE #3:
 
thanks
-Brian
 
------=_NextPart_000_0034_01C20E4E.DBE80890-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 18:12:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from expnet.net (fremont-gw02.expnet.net [66.237.28.29]) by hub.freebsd.org (Postfix) with ESMTP id 319A737B41E for ; Fri, 7 Jun 2002 18:11:39 -0700 (PDT) Received: from speedy [192.168.175.100] by expnet.net (SMTPD32-7.10) id A9ED3010152; Fri, 07 Jun 2002 18:12:13 -0700 Message-ID: <002c01c20e89$73f54f00$64afa8c0@expnet.net> Reply-To: "FreeBSD-List" From: "FreeBSD-List" To: Subject: Fw: IPFW Problem Date: Fri, 7 Jun 2002 18:11:43 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0029_01C20E4E.C77AFFC0" 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_0029_01C20E4E.C77AFFC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ----- Original Message -----=20 From: FreeBSD-List=20 To: freebsd-questions@FreeBSD.ORG=20 Sent: Thursday, June 06, 2002 9:19 PM Subject: IPFW Problem Can anyone tell me what this means ? The box is acting as a router and = everytime this happens the box just hangs. Jun 6 23:32:37 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 838:1220@1480) Jun 6 23:32:37 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 1606:1220@1480) Jun 6 23:32:38 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 2630:1220@1480) Jun 6 23:32:38 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 3398:1220@1480) Jun 6 23:32:39 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 4422:1220@1480) Jun 6 23:32:39 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 5190:1220@1480) Jun 6 23:32:40 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 6214:1220@1480) Jun 6 23:32:40 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 7238:1220@1480) Jun 6 23:32:41 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 8262:1220@1480) Jun 6 23:32:41 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 9030:1220@1480) Jun 6 23:32:42 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 10054:1220@1480) Jun 6 23:32:42 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 10822:1220@1480) Jun 6 23:32:43 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 11846:1220@1480) Jun 6 23:32:43 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 12614:1220@1480) Jun 6 23:32:44 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 13382:1220@1480) Jun 6 23:32:44 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 = xx.xx.xx.xx in via fxp0 (frag 14150:1220@1480) edge-gw# uname -a FreeBSD edge-gw 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #3: thanks -Brian ------=_NextPart_000_0029_01C20E4E.C77AFFC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
----- Original Message -----=20
From: FreeBSD-List
Sent: Thursday, June 06, 2002 9:19 PM
Subject: IPFW Problem

Can anyone tell me what this means ? = The box is=20 acting as a router and everytime this happens the box just = hangs.
 
Jun  6 23:32:37 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 838:1220@1480)
Jun  6=20 23:32:37 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 1606:1220@1480)
Jun  6 23:32:38 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 2630:1220@1480)
Jun  6=20 23:32:38 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 3398:1220@1480)
Jun  6 23:32:39 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 4422:1220@1480)
Jun  6=20 23:32:39 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 5190:1220@1480)
Jun  6 23:32:40 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 6214:1220@1480)
Jun  6=20 23:32:40 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 7238:1220@1480)
Jun  6 23:32:41 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 8262:1220@1480)
Jun  6=20 23:32:41 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx in = via=20 fxp0 (frag 9030:1220@1480)
Jun  6 23:32:42 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 10054:1220@1480)
Jun =20 6 23:32:42 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx = in via=20 fxp0 (frag 10822:1220@1480)
Jun  6 23:32:43 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 11846:1220@1480)
Jun =20 6 23:32:43 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx = in via=20 fxp0 (frag 12614:1220@1480)
Jun  6 23:32:44 edge-gw /kernel: = ipfw: 14803=20 Deny UDP 68.7.76.31 xx.xx.xx.xx in via fxp0 (frag = 13382:1220@1480)
Jun =20 6 23:32:44 edge-gw /kernel: ipfw: 14803 Deny UDP 68.7.76.31 xx.xx.xx.xx = in via=20 fxp0 (frag 14150:1220@1480)
 
edge-gw# uname -a
FreeBSD edge-gw = 4.6-PRERELEASE=20 FreeBSD 4.6-PRERELEASE #3:
 
thanks
-Brian
 
------=_NextPart_000_0029_01C20E4E.C77AFFC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 18:18:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11101.mail.yahoo.com (web11101.mail.yahoo.com [216.136.131.148]) by hub.freebsd.org (Postfix) with SMTP id 4B28437B407 for ; Fri, 7 Jun 2002 18:18:19 -0700 (PDT) Message-ID: <20020608011818.4794.qmail@web11101.mail.yahoo.com> Received: from [200.210.78.2] by web11101.mail.yahoo.com via HTTP; Fri, 07 Jun 2002 22:18:18 ART Date: Fri, 7 Jun 2002 22:18:18 -0300 (ART) From: "=?iso-8859-1?q?Rodrigo=20F.=20Baroni?=" Reply-To: rodrigobaroni@yahoo.com.br Subject: The Design of FreeBSD To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all ! I惴 a computer science student and I惴 doing a work to my university about design and concepts in FreeBSD .. - almost all that I have found ( and based my work ) - is the The Design and Implementation of the 4.4BSD Operating System cap. 2 - free in freebsd.org and development handbook .. - I couldn愒 buy the book of Dr. MacKusick ( but I will ) So, my question is about these texts .. it is of 4.4BSD only, or the sames concepts is used in FreeBSD ? Monday I惻l display my work in my university to my professor - I have time to place trying adjust some topic in the material if that wasn愒 the same in FreeBSD .. The Design and Implementation of the 4.4BSD Operating System _______________________________________________________________________ Copa 2002 Yahoo! - Patrocinador oficial da Copa do Mundo da FIFA 2002 http://br.sports.yahoo.com/fifaworldcup/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 18:50:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ccm01.roving.com (ccm01.roving.com [63.251.135.74]) by hub.freebsd.org (Postfix) with ESMTP id C890C37B400 for ; Fri, 7 Jun 2002 18:50:34 -0700 (PDT) Received: from tracking2 (tracking2.roving.com [10.20.40.142]) by ccm01.roving.com (Postfix) with ESMTP id 558E933FB1 for ; Fri, 7 Jun 2002 21:48:00 -0400 (EDT) Message-ID: <-536726328.1023501020380.JavaMail.wasadmin@tracking2> From: 1st Impression Reply-To: info@commercialwriting.com To: questions@freebsd.org Subject: National Homeland Energy Security Symposium Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_242915_-1782500224.1023501020114" X-Roving-Queued: 20020607 21:50.20099 X-Mailer: Roving Constant Contact 5.0.Patch134 (http://www.constantcontact.com) X-Roving-ID: 1010987738691 X-Return-Path-Hint: ESC1010987738691_1010987762697@in.roving.com Date: Fri, 7 Jun 2002 21:48:00 -0400 (EDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ------=_Part_242915_-1782500224.1023501020114 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit 2002 National Homeland Energy Security Symposium June 25-26, 2002 * San Francisco, CA * Marriot Fisherman's Wharf The goal of SRI's Annual National Homeland Energy Security Symposium is to help identify and create long-term security solutions, by taking a more holistic approach to planning and thinking about security. At this premiere event you rethink security by categorizing security into four sections: * IT Security - Information Sharing Programs / Network Security * Physical and Personnel Security * Risk Assessment and Analysis * Policies and Legal Issues *** Join Industry Leaders and Network with Your Peers *** The latest edition to the conference is James McDonnell the Director of Office of Energy Assurance for the Department of Energy. His interactive presentation will allow you to get the answers you need and tell you how to take advantage of government resources that are available to protecting our country's energy infrastructure. Allow Former Adjutant for New Jersey, Major General Paul Glazer, our chairman, to lead you through these two informative days by helping you make the connections you need. Another recent additions to the program is Clinton Crackel, a nuclear power industry specialist, who has an extensive background on nuclear issues with the government, but is speaking as a private citizen, so expect the unexpected. Ralph Hitchens, the chief of information technology for the Office of Intelligence, US Department of Energy, will give a keynote presentation on how the government and the IT industry need to work together in order to protect critical energy infrastructures. View Program and Order Form http://rs6.net/tn.jsp?t=dsjbzrn6.jabczrn6.8rklqrn6&p=http%3A%2F%2Fwww.commercialwriting.com%2Freports.htm *** Recent Program Updates *** Two University of Cambridge computer security researchers discovered an ingenious and inexpensive way to extract valuable information from smart cards. That is why it is important to hear John Piccininni, a Vice President at Hirsch Electronics Corp., to address the issue and tell you about the available alternatives to physical protection, including access control, biometrics and intrusion detection. Listen to Frank Reed, a Vice President at Pinkerton, the largest security company in the United States, on security personnel/training. Hear three case studies from Joe Teig, a partner at Holland & Hart, which address disaster and look at where the mistakes were made and the dire consequences that followed. *** REGISTRATION: Conference and Workshop: $1,595, Conference Only: $1,295 (Government Rates Available - see Program)*** View Entire Program http://rs6.net/tn.jsp?t=dsjbzrn6.jabczrn6.8rklqrn6&p=http%3A%2F%2Fwww.commercialwriting.com%2Freports.htm WIN a PALM M130 Color Personal Digital Assistant!! For each report or event you order from 1st Impression Communications, you will be entered into a drawing for a Palm M130 color handheld PDA. The more you buy, the more chances you have of winning. Drawing will be held July 15, 2002. Order online at www.commercialwriting.com/reports.htm Or call 303-369-3533 for more information. 1st Impression Communications markets reports and events from select publishers and conference producers. If you are interested in having your energy-related product or services marketed to professionals in the energy industry, please contact us at info@commercialwriting.com If you no longer wish to receive any of our mailings you may be permanently removed by sending an email to info@commercialwriting.com with "REMOVE" in subject line. 1st Impression Communications ------------------------------------------------ email: info@commercialwriting.com voice: 303-369-3533 web: http://www.commercialwriting.com/reports.htm ------------------------------------------------ This email has been sent to questions@freebsd.org, by 1st Impression Communications. Visit our Subscription Center to edit your interests http://ccprod.roving.com/roving/d.jsp?p=oo&m=1010972858557&ea=questions@freebsd.org or unsubscribe http://ccprod.roving.com/roving/d.jsp?p=un&m=1010972858557&ea=questions@freebsd.org View our privacy policy: http://ccprod.roving.com/roving/CCPrivacyPolicy.jsp Powered by Constant Contact(R) www.constantcontact.com ------=_Part_242915_-1782500224.1023501020114 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 7bit National Homeland Energy Security Symposium

* 2002 National Homeland Energy Security Symposium
June 25-26, 2002 * San Francisco, CA * Marriot Fisherman's Wharf

The goal of SRI's Annual National Homeland Energy Security Symposium is to help identify and create long-term security solutions, by taking a more holistic approach to planning and thinking about security. At this premiere event you rethink security by categorizing security into four sections: * IT Security - Information Sharing Programs / Network Security * Physical and Personnel Security * Risk Assessment and Analysis * Policies and Legal Issues

Join Industry Leaders and Network with Your Peers

The latest edition to the conference is James McDonnell the Director of Office of Energy Assurance for the Department of Energy. His interactive presentation will allow you to get the answers you need and tell you how to take advantage of government resources that are available to protecting our country's energy infrastructure. Allow Former Adjutant for New Jersey, Major General Paul Glazer, our chairman, to lead you through these two informative days by helping you make the connections you need. Another recent additions to the program is Clinton Crackel, a nuclear power industry specialist, who has an extensive background on nuclear issues with the government, but is speaking as a private citizen, so expect the unexpected. Ralph Hitchens, the chief of information technology for the Office of Intelligence, US Department of Energy, will give a keynote presentation on how the government and the IT industry need to work together in order to protect critical energy infrastructures.

View Program and Order Form

Recent Program Updates

Two University of Cambridge computer security researchers discovered an ingenious and inexpensive way to extract valuable information from smart cards. That is why it is important to hear John Piccininni, a Vice President at Hirsch Electronics Corp., to address the issue and tell you about the available alternatives to physical protection, including access control, biometrics and intrusion detection. Listen to Frank Reed, a Vice President at Pinkerton, the largest security company in the United States, on security personnel/training. Hear three case studies from Joe Teig, a partner at Holland & Hart, which address disaster and look at where the mistakes were made and the dire consequences that followed. *** REGISTRATION: Conference and Workshop: $1,595, Conference Only: $1,295 (Government Rates Available - see Program)***

View Entire Program

WIN a PALM M130 Color Personal Digital Assistant!! For each report or event you order from 1st Impression Communications, you will be entered into a drawing for a Palm M130 color handheld PDA. The more you buy, the more chances you have of winning. Drawing will be held July 15, 2002.

Order online at www.commercialwriting.com/reports.htm Or call 303-369-3533 for more information. 1st Impression Communications markets reports and events from select publishers and conference producers. If you are interested in having your energy-related product or services marketed to professionals in the energy industry, please contact us at info@commercialwriting.com

If you no longer wish to receive any of our mailings you may be permanently removed by sending an email to info@commercialwriting.com with "REMOVE" in subject line.
1st Impression Communications


email: info@commercialwriting.com
voice: 303-369-3533
web: http://www.commercialwriting.com/reports.htm

This email was sent to questions@freebsd.org, by 1st Impression Communications.
Visit our Subscription Center to edit your interests or unsubscribe.
View our privacy policy.

Powered by
Constant Contact

------=_Part_242915_-1782500224.1023501020114-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 19: 6:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id D795F37B403 for ; Fri, 7 Jun 2002 19:06:48 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Fri, 7 Jun 2002 19:06:43 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795 for ; Fri, 07 Jun 2002 19:02:13 -0700 From: "Corey Snow" To: freebsd-questions@freebsd.org Date: Fri, 7 Jun 2002 19:06:45 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: FreeBSD Command Summary? Message-ID: <3D010445.19429.AFCF05@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-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 summary or browseable list of the commands available in FreeBSD, and if so, where? Thanks, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 19:10:14 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 9992337B407 for ; Fri, 7 Jun 2002 19:10:09 -0700 (PDT) Received: from there (dialup-13.pasa.apana.org.au [203.14.158.142]) by tierzero.apana.org.au (8.11.1/8.11.1) with SMTP id g582A1164067; Sat, 8 Jun 2002 11:40:02 +0930 (CST) (envelope-from bastill@sa.apana.org.au) Message-Id: <200206080210.g582A1164067@tierzero.apana.org.au> Content-Type: text/plain; charset="iso-8859-1" From: Brian Astill Reply-To: bastill@sa.apana.org.au To: Kris Kennaway Subject: Re: gnucash port broken? Date: Fri, 7 Jun 2002 14:08:12 +0930 X-Mailer: KMail [version 1.3] Cc: questions@FreeBSD.org References: <200205270146.g4R1kt127071@tierzero.apana.org.au> <20020526223029.A36810@xor.obsecurity.org> In-Reply-To: <20020526223029.A36810@xor.obsecurity.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 27 May 2002 15:00, Kris Kennaway wrote: > Remove the distfiles and fetch them again. GEE! "make" and then "make install" after deleting and cvsup'ping to FOR EVER on my slow connect - but it WORKED! Thanks. -- Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 19:14:47 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 62C0137B401 for ; Fri, 7 Jun 2002 19:14:45 -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 TAA30563; Fri, 7 Jun 2002 19:14:42 -0700 Message-ID: <3D016890.7000501@owt.com> Date: Fri, 07 Jun 2002 19:14: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: Corey Snow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Command Summary? References: <3D010445.19429.AFCF05@localhost> 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 Corey Snow wrote: > Is there a summary or browseable list of the commands available in > FreeBSD, and if so, where? Do a "man builtin" and you can see the base commands. You have to remember that every shell is slightly different. You can do thinks like "man sh", "man csh", and etc. As far as a browseable is concerned, you can look at http://www.freebsd.org/cgi/man.cgi?query=builtin&apropos=0&sektion=1&manpath=FreeBSD+4.5-stable&format=html That will get you started with the man pages. 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 Fri Jun 7 19:16:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 603F337B403 for ; Fri, 7 Jun 2002 19:16:30 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 17GVmC-0003wp-00; Sat, 08 Jun 2002 09:16:24 +0700 Received: from uni.land3.nsu.ru ([193.124.213.230] helo=land3.nsu.ru) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 17GVmB-0003wd-00; Sat, 08 Jun 2002 09:16:23 +0700 Received: from localhost (lucky@localhost) by land3.nsu.ru (8.11.6/8.11.6) with ESMTP id g582GO807915; Sat, 8 Jun 2002 09:16:24 +0700 (NOVST) (envelope-from lucky@land3.nsu.ru) Date: Sat, 8 Jun 2002 09:16:24 +0700 (NOVST) From: Alexey Privalov To: "Jack L. Stone" Cc: freebsd-questions@freebsd.org Subject: Re: Adding Interface alias on the fly In-Reply-To: <3.0.5.32.20020607161614.00fc2288@mail.sage-one.net> Message-ID: <20020608091520.E61948-100000@land3.nsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: freebsd-questions@freebsd.org, jackstone@sage-one.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi ifconfig 'name_inetface' alias 'ip_addr' netmask 'netmask' /Alexey On Fri, 7 Jun 2002, Jack L. Stone wrote: > Date: Fri, 07 Jun 2002 16:16:14 -0500 > From: Jack L. Stone > To: freebsd-questions@freebsd.org > Subject: Adding Interface alias on the fly > > I need to add an alias to the public interface "on the fly". This is what > the entry would look like in the rc.conf: > ifconfig_rl1_alias1="inet 65.71.135.139 netmask 255.255.255.255" > > ...and, this is what # ifconfig rl1 would then show when above line is loaded: > inet 65.71.135.138 netmask 0xffffffff broadcast 65.71.135.139 > > What is the correct command syntax to add the above alias on the fly...?? > > Best regards, > Jack L. Stone, > Administrator > > SageOne Net > http://www.sage-one.net > jackstone@sage-one.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 19:31:41 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 CF26837B406 for ; Fri, 7 Jun 2002 19:31:37 -0700 (PDT) Received: from mukappabeta.de (localhost [127.0.0.1]) by altair.mukappabeta.net (Postfix) with ESMTP id CF7126E8; Sat, 8 Jun 2002 04:32:09 +0200 (CEST) Message-ID: <3D016CA9.1020902@mukappabeta.de> Date: Sat, 08 Jun 2002 04:32:09 +0200 From: Matthias Buelow User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020608 X-Accept-Language: de-de, en, en-us MIME-Version: 1.0 To: Kent Stewart Cc: Corey Snow , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Command Summary? References: <3D010445.19429.AFCF05@localhost> <3D016890.7000501@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: > Do a "man builtin" and you can see the base commands. You have to > remember that every shell is slightly different. You can do thinks > like "man sh", "man csh", and etc. > > As far as a browseable is concerned, you can look at > http://www.freebsd.org/cgi/man.cgi?query=builtin&apropos=0&sektion=1&manpath=FreeBSD+4.5-stable&format=html > > > That will get you started with the man pages. A good idea is always to get a Unix introductory book and read it. Without such an introductory text, he'll be rather be left hanging in thin air. For starters and a rather superficial overview, O'Reilly books are always good. Then, he should be looking what hangs around in /bin and /usr/bin, and doing a man filename on what one sees there is also very enlightening. That has always worked for me. I remember even in DOS, I looked what programs were available and then looked them up in the handbook (at the time when printed manuals still came with software) and tried to memorize them. But without a good introductory text, Unix is quite inaccessible to the beginner. If he knows DOS or VMS a similar command-line oriented system (not everyone does anymore these days), there are "migration guides" available on the web, i.e., basically a table where the commands one is familier with are listed, with the Unix work-alikes with explanations in another row. --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 20: 7:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from volcanus.org (24-158-60-82.charternc.net [24.158.60.82]) by hub.freebsd.org (Postfix) with ESMTP id E75CB37B407 for ; Fri, 7 Jun 2002 20:07:30 -0700 (PDT) Received: from [24.158.37.9] (account ) by volcanus.org (CommuniGate Pro WebUser 3.5.8) with HTTP id 900008; Fri, 07 Jun 2002 23:07:32 -0400 From: "BSDNews" Subject: Re: dial-in to FBSD To: Cc: questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.5.8 Date: Fri, 07 Jun 2002 23:07:32 -0400 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the help thus far Joe. I was doing some of the steps you suggested in allowing my modem to auto answer, however once I get connected I can't see anything I type. I tried also using minicom and the results are similar. I guess I need to know what are the acceptable baud rate for dial-in modems and if I'm doing something wrong. Yes, the modem does work, at least for ppp dial out on BSD and on other OS's. It is connected to com2 (/dev/cuaa2). When I do a tip com2 it says Connected. But afterwards I loose my local echo and can't see what I"m typing so I have to kill the process. What should I do next? On Fri, 7 Jun 2002 08:16:12 -0400 "Joe & Fhe Barbish" wrote: >You did not state if the modem was working at all, so do >this first. > >Determining if your modem is connected to FBSD. > >FBSD has a built in program called 'tip'. This program >talks directly to the >physical PC com ports and to the logical serial com >ports, commonly referred >to as com1, com2, com3, and com4. External modems use >com1 and com2 because >there are only two com port nipples on the back of the >PC. Logical serial >com ports com3 and com4 are internal ISA or PCI modems. > >On the command line enter tip comx where x is the com >port your modem is >on. For an external modem your chooses are com1 or com2. >For internal modems >start with com1 and cycle through to com4. If you get >"/dev/cauu : Device >not configured" message for com1 through com4 that means >you have not >configured your hardware correctly. If you get a >connected message, this >means you talking to the modems internal configuration >setup. You can use >the modems manufactures Hayes commands to change the >modems hardware >configuration. You should be able to enter AT and hit >the enter key and >the modem should respond with ok . Use ~ followed by >ctrl + d keys at same >time to exit tip command. > > >Telling the modem to answer calls. > >By default all modems do not answer when it rings. The >inbound modem must be >told to answer when it rings. > >Use the about instruction to talk to the modem hardware. > > Enter AT&F0 to load the factory default0 into >current profile. > > Enter ATS0=1 to tell current profile to answer on >first ring. > > Enter AT&W0 to write current profile to saved >profile0. > > Enter AT&Y0 to load saved profile0 into the current >profile on power >up. > > The 0 in all of the above commands is a zero. > > > > > > >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of >BSDNews >Sent: Friday, June 07, 2002 3:04 AM >To: freebsd-questions@freebsd.org >Subject: > >I've been doing some investigation into dial-in ppp. My >goal is to dial in to a remote bsd box via a phone line. > I did some reading in the BSD handbook but wasn't able >to >successfully get my modem to auto answer incoming calls. > Anyone got any ideas on how to do such or have any >how-to >links? My modem is a Hayes Accura 56k external via >serial >port. I'm running 4.5-STABLE. >Thanks, >RAW > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the >message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 20:15:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 22F2A37B400 for ; Fri, 7 Jun 2002 20:15:33 -0700 (PDT) Received: (qmail 88317 invoked by uid 85); 8 Jun 2002 03:15:36 -0000 Received: from Seamus.Venasse@polaris.ca by pris.polaris.ca by uid 82 with qmail-scanner-1.10 (uvscan: v4.1.60/v4201. spamassassin. Clear:0. Processed in 1.389137 secs); 08 Jun 2002 03:15:36 -0000 X-Qmail-Scanner-Mail-From: Seamus.Venasse@polaris.ca via pris.polaris.ca X-Qmail-Scanner: 1.10 (Clear:0. Processed in 1.389137 secs) Received: from unknown (HELO tornado) (216.126.123.139) by 0 with SMTP; 8 Jun 2002 03:15:34 -0000 From: "Seamus.Venasse" To: "'aaron g'" , Subject: RE: JDK in a Jail? Date: Fri, 7 Jun 2002 20:15:11 -0700 Message-ID: <00d101c20e9a$b37b9b50$8b7b7ed8@tornado> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20020606172246.30271.qmail@operamail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Status: No, hits=-2.5 required=5.0 tests=IN_REP_TO,SUBJ_ENDS_IN_Q_MARK,AWL version=2.20 X-Spam-Level: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of aaron g > Sent: June 6, 2002 10:23 AM > To: freebsd-questions@freebsd.org > Subject: JDK in a Jail? > > > Well it seems the -java people have a lot more to worry > about than getting a JDK working in a jail [with good > reason! congrats to bill huey on HotSpot success] > > In anyevent, I was curious if anyone on the list has gotten > or tried to get either the native 1.3 JDK or linux binary > 1.4 JDK working in a jail environment. I googled and > perused the handbook but found nothing helpful at all. Yes, it works quite well in a jail. I installed the linux_base and installed linux-jdk-1.3.1.03 so that I can run the Jakarta Tomcat 4.0.3 port. However, there were a few steps I needed to do first, so I'll list them below: In the system environment: - ensure that the kernel has support for linux binaries # sysctl kern.fallback_elf_brand <-- record the number displayed # sysctl -w kern.fallback_elf_brand=3 In the jail environment: # cd /usr/ports/emulators/linux_base # vi Makefile Comment out the "@mknod ${LINUXBASE}/dev/null c 2 2" line. # make all install clean In the system environment: # sysctl -w kern.fallback_elf_brand={number recorded earlier} # cd {jaillocation}/compat/linux/dev # mknod null c 2 2 You now have a working linux_base within a jail environment. I installed linux-JDK 1.3 because linux-JDK 1.4 does not allow me to turn off HotSpot. I didn't choose to compile the native JDK due to time constraints. Now that HotSpot is working in the native JDK, maybe I'll just create another jail and try to compile it there. Seamus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 20:29:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.hotnet.net (srv1.hotnet.net [200.175.94.1]) by hub.freebsd.org (Postfix) with ESMTP id 2B6B337B400 for ; Fri, 7 Jun 2002 20:29:29 -0700 (PDT) Received: (from nobody@localhost) by alpha.hotnet.net (8.9.3/8.9.3) id AAA05114; Sat, 8 Jun 2002 00:41:50 -0300 Date: Sat, 8 Jun 2002 00:41:50 -0300 Message-Id: <200206080341.AAA05114@alpha.hotnet.net> X-Authentication-Warning: alpha.hotnet.net: nobody set sender to fortnet1@hotnet.net using -f From: Paulo Ricardo Silveira Trainini To: questions@FreeBSD.org Reply-To: Paulo Ricardo Silveira Trainini MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.11 X-Originating-IP: 200.175.94.83 Subject: adduser by web Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There is a way to adduser by web? This would become the administration much more easy. Thank you for you response in advance. Paulo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 20:44:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id B27F137B406 for ; Fri, 7 Jun 2002 20:44:21 -0700 (PDT) Received: from pcmarpxy.tninet.se (bb-62-5-36-29.bb.tninet.se [62.5.36.29]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 523581.507613.1023.0s5278725sheridan ; Sat, 08 Jun 2002 05:40:13 +0200 Content-Type: text/plain; charset="windows-1257" From: Mark Rowlands To: karoloce@bamba.lt, freebsd-questions@FreeBSD.ORG Subject: Re: i want to install kde 3.0 Date: Sat, 8 Jun 2002 05:44:11 +0200 User-Agent: KMail/1.4.1 References: <20020607223214.983515E22@dezdemonijus.delfi.lt> In-Reply-To: <20020607223214.983515E22@dezdemonijus.delfi.lt> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206080544.11926.mark.rowlands@minmail.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 Saturday 08 June 2002 1:32 am, slyvukine wrote: > hello. > i want to install kde 3.0 at my freeBSD but i dont have net on > freebsd so i go to > http://www.gtlib.cc.gatech.edu/pub/kde/stable/3.0/FreeBSD/x11/ and > downloading kdebase-3.0/.tgz and kdelibs-3.0.tgz then i go to freeBSD > and mount C so i can reach that files. then i copy them to my created > dir /home/root and extracting them and then i do the > command ./configure but it writes that configure command cannot be > found so i try command make install but then it writes that dont > know how to make install and stops. And i dont know what to do to > install kde on my freeBSD 4.5release. can u help me ? > thanx > best regards > > see http://freebsd.kde.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 20:59:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gyros.marcuscom.com (1Cust211.tnt4.tampa2.fl.da.uu.net [67.209.237.211]) by hub.freebsd.org (Postfix) with ESMTP id 386EF37B409 for ; Fri, 7 Jun 2002 20:59:28 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g583x7Fw036954; Fri, 7 Jun 2002 23:59:08 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g583x3Rc036953; Fri, 7 Jun 2002 23:59:03 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: Portupgrade of ORBit-0.5.16 fails after cvsup'd ports tree From: Joe Marcus Clarke To: sroberts@dsl.pipex.com Cc: FreeBSD-Questions In-Reply-To: <1023488279.304.147.camel@Demon.Strobe.org> References: <1023488279.304.147.camel@Demon.Strobe.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 07 Jun 2002 23:59:02 -0400 Message-Id: <1023508743.296.0.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-06-07 at 18:17, S. Roberts wrote: > Hello, > I cvsup'd my ports tree tonight and attempted to upgrade > ORBit-0.5.16 with portupgrade -R. It failed with the following output: This is fixed. Please re-cvsup, and try to build ORBit again. Joe > > # portupgrade -R ORBit-0.5.16 > ---> Upgrading 'ORBit-0.5.16' to 'ORBit-0.5.17' (devel/ORBit) > ---> Building '/usr/ports/devel/ORBit' > ===> Cleaning for libiconv-1.7.0.1 > ===> Cleaning for bison-1.35_1 > ===> Cleaning for gettext-0.11.1_3 > ===> Cleaning for glib-1.2.10_5 > ===> Cleaning for gmake-3.79.1_2 > ===> Cleaning for libtool-1.3.4_3 > ===> Cleaning for pkgconfig-0.12.0 > ===> Cleaning for expat-1.95.2 > ===> Cleaning for ORBit-0.5.17 > >> ORBit-0.5.17.tar.bz2 doesn't seem to exist in > /usr/ports/distfiles/gnome. > >> Attempting to fetch from > ftp://ftp.rpmfind.net/linux/gnome.org/stable/sources/ORBit/. > fetch: ORBit-0.5.17.tar.bz2: File unavailable (e.g., file not found, no > access) > >> Attempting to fetch from > ftp://ftp.cse.buffalo.edu/pub/Gnome/stable/sources/ORBit/. > fetch: ORBit-0.5.17.tar.bz2: Not logged in > >> Attempting to fetch from > ftp://ftp.sunet.se/pub/X11/GNOME/stable/sources/ORBit/. > Receiving ORBit-0.5.17.tar.bz2 (1065003 bytes): 100% > 1065003 bytes transferred in 18.7 seconds (55.67 kBps) > ===> Extracting for ORBit-0.5.17 > >> Checksum OK for gnome/ORBit-0.5.17.tar.bz2. > ===> ORBit-0.5.17 depends on executable: pkg-config - found > ===> ORBit-0.5.17 depends on executable: gmake - found > ===> ORBit-0.5.17 depends on executable: libtool - found > ===> ORBit-0.5.17 depends on shared library: intl.2 - found > ===> ORBit-0.5.17 depends on shared library: glib12.3 - found > ===> Patching for ORBit-0.5.17 > ===> Applying FreeBSD patches for ORBit-0.5.17 > 1 out of 1 hunks failed--saving rejects to > src/ORBitutil/orbit-os-config.h.rej > >> Patch patch-src::ORBitutil::orbit-os-config.h failed to apply > cleanly. > >> Patch(es) patch-ab patch-ac patch-ad patch-ae patch-configure.in > patch-libIDL::configure patch-libIDL::libIDL-config.in > patch-popt::configure patch-src::IIOP::connection.c > patch-src::IIOP::giop-msg-buffer.c applied cleanly. > *** Error code 1 > > Stop in /usr/ports/devel/ORBit. > ** Command failed: make > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! devel/ORBit (ORBit-0.5.16) (patch error) > # > > Can't actually see what the reason is for the upgrade barfing the way it > did, but I'm hoping someone cleverer than me could tell me what's wrong, > and what I need to do in order to fix this. > > Stacey > -- > Stacey Roberts B.Sc. (HONS) Computer Science > Network Systems Engineer -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 21: 4:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lsh103.siteprotect.com (lsh103.siteprotect.com [66.113.134.246]) by hub.freebsd.org (Postfix) with ESMTP id 79A8A37B401 for ; Fri, 7 Jun 2002 21:04:50 -0700 (PDT) Received: from mswolf (ca-crlsbd-u4-c6a-a-108.crlsca.adelphia.net [68.66.136.108]) by lsh103.siteprotect.com (8.9.3/8.9.3) with SMTP id XAA21907; Fri, 7 Jun 2002 23:04:25 -0500 Message-ID: <024001c20ea1$47195040$0a01a8c0@mswolf> From: "Michael Wells" To: "Paulo Ricardo Silveira Trainini" , References: <200206080341.AAA05114@alpha.hotnet.net> Subject: Re: adduser by web Date: Fri, 7 Jun 2002 21:02:12 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > There is a way to adduser by web? This would become the > administration much more easy. You could look at using webmin. > Thank you for you response in advance. > > Paulo > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 21:25:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by hub.freebsd.org (Postfix) with ESMTP id 9CEEF37B400 for ; Fri, 7 Jun 2002 21:25:49 -0700 (PDT) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 52AC71A6; Sat, 8 Jun 2002 12:25:42 +0800 (CST) Message-ID: <3D018745.7040902@mail.gddsn.org.cn> Date: Sat, 08 Jun 2002 12:25:41 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: Martin Blapp Cc: Huang wen hui , questions@freebsd.org Subject: Re: openoffice 1.0 run problem References: <20020607171855.D11797-100000@levais.imp.ch> 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 Martin Blapp wrote: >Hi, > >Do you have any special CFLAGS set or something like this ? > no, I have do nothing with CFLAGS. I use another pc. now OpenOffice works! :) > >martin > >Martin Blapp, >------------------------------------------------------------------ >ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH >Phone: +41 061 826 93 00: +41 61 826 93 01 >PGP: >PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E >------------------------------------------------------------------ > >On Fri, 7 Jun 2002, Huang wen hui wrote: > > > >>Martin Blapp wrote: >> >> >> >>>Hmm, >>> >>> >>> >>> >>> >>>>yes, STABLE( today cvsup). >>>>FreeBSD 4.6-RC #2: Fri Jun 7 07:09:40 CST 2002 >>>> >>>> >>>> >>>> >>>And you rebuild world ? It seems that you still use an >>>old gcc. Can you rebuild your gcc3 port please ? >>> >>>Remove the old package and build a fresh gcc31 >>> >>>Martin >>> >>> >>>To Unsubscribe: send mail to majordomo@FreeBSD.org >>>with "unsubscribe freebsd-questions" in the body of the message >>> >>> >>> >>> >>> >>> >>God, I got the same problem after rebuild word and gcc31. >> >>============= >>Building project udkapi >>============= >>/home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script >>idlc @/var/tmp/mkeydh1A >>Segmentation fault (core dumped) >>dmake: Error code 139, while making >>'../../../../unxfbsd.pro/misc/urd_cssscript.don' >>---* TG_SLO.MK *--- >> >>ERROR: Error 65280 occurred while making >>/home/ports/editors/openoffice/work/oo_1.0_src/udkapi/com/sun/star/script >>dmake: Error code 1, while making 'build_all' >>---* TG_SLO.MK *--- >>*** Error code 255 >> >>Stop in /home/ports/editors/openoffice. >> >>wfdb# gdb52 idlc >>GNU gdb 5.2 (FreeBSD) >>Copyright 2002 Free Software Foundation, Inc. >>GDB is free software, covered by the GNU General Public License, and you are >>welcome to change it and/or distribute copies of it under certain >>conditions. >>Type "show copying" to see the conditions. >>There is absolutely no warranty for GDB. Type "show warranty" for details. >>This GDB was configured as "i386-portbld-freebsd4.6"... >>(gdb) run >>Starting program: >>/home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/bin/idlc >> >> >>Program received signal SIGSEGV, Segmentation fault. >>0x480d9525 in osl_incrementInterlockedCount (pCount=0x48271d40) at >>interlck.c:81 >>81 __asm__ __volatile__ ( >>Current language: auto; currently c >>(gdb) bt >>#0 0x480d9525 in osl_incrementInterlockedCount (pCount=0x48271d40) at >>interlck.c:81 >>#1 0x480f62f5 in rtl_string_new (ppThis=0x8097510) at strtmpl.c:1234 >>#2 0x080831d7 in OString (this=0x8097510) at >>/home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/inc/rtl/string.hxx:137 >>#3 0x0805ee59 in __static_initialization_and_destruction_0 >>(__initialize_p=1, __priority=65535) at >>../unxfbsd.pro/misc/stripped_scanner.ll:83 >>#4 0x0805ef73 in _GLOBAL__I_yyleng () at >>/home/ports/editors/openoffice/work/oo_1.0_src/solver/641/unxfbsd.pro/inc/stl/stl/_alloc.h:251 >>#5 0x080831a5 in __do_global_ctors_aux () at >>/home/ports/editors/openoffice/work/oo_1.0_src/idlc/source/astexpression.cxx:1638 >>#6 0x0805a952 in _init () >>(gdb) >> >>any suggestion? >> >>--hwh >> >> >> >> >> > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 21:44:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.luck.ocn.ne.jp (luck.ocn.ne.jp [211.6.83.170]) by hub.freebsd.org (Postfix) with ESMTP id 7584237B412 for ; Fri, 7 Jun 2002 21:44:15 -0700 (PDT) Received: from kanaya (p1208-adsan11hon-acca.tokyo.ocn.ne.jp [218.224.9.208]) by smtp.luck.ocn.ne.jp (Postfix) with ESMTP id 636461135 for ; Sat, 8 Jun 2002 13:44:14 +0900 (JST) From: "kazuhiro kanaya" To: Subject: Date: Sat, 8 Jun 2002 13:44:04 +0900 Message-ID: <000001c20ea7$21412540$0200a8c0@kanaya> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 23: 5: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.san.rr.com (smtp1.san.rr.com [24.25.195.37]) by hub.freebsd.org (Postfix) with ESMTP id F1BDC37B405 for ; Fri, 7 Jun 2002 23:05:03 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp1.san.rr.com (8.11.4/8.11.4) with ESMTP id g58653M24011 for ; Fri, 7 Jun 2002 23:05:03 -0700 (PDT) Date: Fri, 7 Jun 2002 23:05:02 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: ssh version vs. sshd version Message-ID: <20020607230325.C607-100000@66-75-1-142.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Would anyone familiar with OpenSSH in general know why these two versions differ? Is the mismatch cause for worry? Thanks yous'is'iz... myprompt$ /usr/local/bin/ssh -V OpenSSH_3.0.2, SSH protocols 1.5/2.0, OpenSSL 0x0090601f myprompt$ sshd -v sshd: illegal option -- v sshd version OpenSSH_2.9 FreeBSD localisations 20011202 -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 23:14:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 2928F37B400 for ; Fri, 7 Jun 2002 23:14:42 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.3/8.12.3) id g586EfD5095173; Sat, 8 Jun 2002 01:14:41 -0500 (CDT) (envelope-from dan) Date: Sat, 8 Jun 2002 01:14:41 -0500 From: Dan Nelson To: Peter Leftwich Cc: FreeBSD Questions LIST Subject: Re: ssh version vs. sshd version Message-ID: <20020608061441.GD71193@dan.emsphone.com> References: <20020607230325.C607-100000@66-75-1-142.san.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020607230325.C607-100000@66-75-1-142.san.rr.com> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 07), Peter Leftwich said: > Would anyone familiar with OpenSSH in general know why these two versions > differ? Is the mismatch cause for worry? Thanks yous'is'iz... > > myprompt$ /usr/local/bin/ssh -V > OpenSSH_3.0.2, SSH protocols 1.5/2.0, OpenSSL 0x0090601f > myprompt$ sshd -v > sshd: illegal option -- v > sshd version OpenSSH_2.9 FreeBSD localisations 20011202 Try running /usr/bin/ssh -V (or /usr/local/sbin/sshd -v); you compared a portbuilt ssh with the base system's sshd. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 23:18:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crackula.com (adsl-64-169-68-38.dsl.snfc21.pacbell.net [64.169.68.38]) by hub.freebsd.org (Postfix) with ESMTP id 41D1E37B400 for ; Fri, 7 Jun 2002 23:18:08 -0700 (PDT) Received: (from monkey@localhost) by mail.crackula.com (8.9.3/8.9.3) id XAA09935; Fri, 7 Jun 2002 23:16:31 -0700 (PDT) Date: Fri, 7 Jun 2002 23:16:31 -0700 From: Adam Weinberger To: Peter Leftwich Cc: FreeBSD Questions LIST Subject: Re: ssh version vs. sshd version Message-ID: <20020607231631.A6230@crackula.com> References: <20020607230325.C607-100000@66-75-1-142.san.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: MarioMail Super Nintendo w/ 2 controllers In-Reply-To: <20020607230325.C607-100000@66-75-1-142.san.rr.com>; from Hostmaster@Video2Video.Com on Fri, Jun 07, 2002 at 11:05:02PM -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 keep in mind that anything in /usr/local is not part of the base. you're comparing self-compiled apples with base-install oranges. -Adam Peter Leftwich took 0.5K on Fri, Jun 07, 2002 at 11:05:02PM -0700 to say: > Would anyone familiar with OpenSSH in general know why these two versions > differ? Is the mismatch cause for worry? Thanks yous'is'iz... > > myprompt$ /usr/local/bin/ssh -V > OpenSSH_3.0.2, SSH protocols 1.5/2.0, OpenSSL 0x0090601f > myprompt$ sshd -v > sshd: illegal option -- v > sshd version OpenSSH_2.9 FreeBSD localisations 20011202 -- "I am disrespectful to dirt! Can you see I am serious!" -Mr. Sparkle Adam Weinberger monkey@crackula.com http://www.crackula.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 23:29:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from m3.bezeqint.net (m3.bezeqint.net [192.115.106.4]) by hub.freebsd.org (Postfix) with ESMTP id 6A21C37B404 for ; Fri, 7 Jun 2002 23:29:07 -0700 (PDT) Received: from zapdos (bzq-219-15.red.bezeqint.net [212.179.219.15]) by m3.bezeqint.net (Mirapoint) with SMTP id ANS59997; Sat, 8 Jun 2002 09:29:00 +0300 (IDT) Message-ID: <000801c20eb5$c71e0ce0$0101c80a@zapdos> From: "Ariel Siler" To: Subject: Question about FreeBSD... Date: Sat, 8 Jun 2002 08:28:57 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C20EC6.889C3FD0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C20EC6.889C3FD0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: quoted-printable I didn't understabded what FreeBSD does she gives me free web hosting and control? she does my computer a server? or she controls the beb hosting that i buyed? plz answer me =20 Ariel = Siler ------=_NextPart_000_0005_01C20EC6.889C3FD0 Content-Type: text/html; charset="windows-1255" Content-Transfer-Encoding: quoted-printable
I didn't understabded what FreeBSD=20 does
she gives me free web hosting and = control?
she=20 does my computer a server?
or she controls the beb hosting that i=20 buyed?
plz answer me
          &nbs= p;            = ;            =             &= nbsp;           &n= bsp;    =20
 
          &nbs= p;            = ;            =             &= nbsp;           &n= bsp;    =20 Ariel Siler
------=_NextPart_000_0005_01C20EC6.889C3FD0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 23:37:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from some.ants.ate.my.cat5.at.dsgx.org (some.ants.ate.my.cat5.at.dsgx.org [64.215.225.2]) by hub.freebsd.org (Postfix) with ESMTP id B0E3137B401 for ; Fri, 7 Jun 2002 23:37:38 -0700 (PDT) Received: from some.ants.ate.my.cat5.at.dsgx.org (localhost.dsgx.org [64.215.225.2]) by some.ants.ate.my.cat5.at.dsgx.org (8.12.4/8.12.3) with SMTP id g582bFMN026387 for ; Sat, 8 Jun 2002 02:37:15 GMT X-Authentication-Warning: some.ants.ate.my.cat5.at.dsgx.org: Host localhost.dsgx.org [64.215.225.2] claimed to be some.ants.ate.my.cat5.at.dsgx.org Date: Sat, 8 Jun 2002 02:37:15 +0000 From: hh To: freebsd-questions@freebsd.org Subject: weird filter Message-Id: <20020608023715.69ffc69f.hh@dsgx.org> Organization: dsgx net solutions X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG when i putted the option tcp_drop_synfin="YES" .. and on the kernel .. option TCP_DROP_SYNFIN plus an ipfw rule to limit src-addr .. i can't let the machine get busy .. like with a bunch of apache proccess .. let's say .. that way .. and i start getting Jun 8 02:10:04 some /kernel: OUCH! cannot remove rule, count 1 Jun 8 02:10:04 some /kernel: OUCH! cannot remove rule, count 1 Jun 8 02:10:05 some /kernel: OUCH! cannot remove rule, count 1 Jun 8 02:10:05 some /kernel: OUCH! cannot remove rule, count 2 Jun 8 02:10:05 some /kernel: OUCH! cannot remove rule, count 1 Jun 8 02:10:05 some /kernel: OUCH! cannot remove rule, count 2 Jun 8 02:10:05 some /kernel: OUCH! cannot remove rule, count 1 Jun 8 02:10:05 some /kernel: OUCH! cannot remove rule, count 2 bunch of them. . and after a while .. the load average goes to 100 , 120 .. and goes all the way down to 40 .. 50 .. until the apache proccess .. goes to 120 .. or something .. stops .again . and im sure is not flood, from somebody and the bsd is trying to let them in .. but the rules on kernel .. or ipfw .. are saying no .. or something .. does anybody has a clue how to stop .. this issue .. so i don't have some crazy load averages ? im running fbsd 4.5p4 thx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 23:46: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 1CE2337B404 for ; Fri, 7 Jun 2002 23:45:58 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 17GZyx-0002lt-00 for freebsd-questions@FreeBSD.ORG; Sat, 08 Jun 2002 13:45:51 +0700 Received: from uni.land3.nsu.ru ([193.124.213.230] helo=land3.nsu.ru) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 17GZyx-0002lb-00 for freebsd-questions@FreeBSD.ORG; Sat, 08 Jun 2002 13:45:51 +0700 Received: from localhost (lucky@localhost) by land3.nsu.ru (8.11.6/8.11.6) with ESMTP id g586jpO36192 for ; Sat, 8 Jun 2002 13:45:51 +0700 (NOVST) (envelope-from lucky@land3.nsu.ru) Date: Sat, 8 Jun 2002 13:45:51 +0700 (NOVST) From: Alexey Privalov To: freebsd-questions@FreeBSD.ORG Subject: mail Message-ID: <20020608134329.F47784-100000@land3.nsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi all. i have a freebsd box: FreeBSD 4.3-RELEASE #0: Thu Mar 14 12:45:33 NOVT 2002 i386 why when i`m reading mail by `mail` and do `delete #` then next message isn`t show. best regards, Alexey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 7 23:55:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 8D7A637B405 for ; Fri, 7 Jun 2002 23:55:37 -0700 (PDT) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g586tRU60511; Sat, 8 Jun 2002 08:55:27 +0200 (CEST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g586tQ9013853385; Sat, 8 Jun 2002 08:55:26 +0200 (MES) Date: Sat, 8 Jun 2002 08:56:35 +0200 (CEST) From: Martin Blapp To: Huang wen hui Cc: Subject: Re: openoffice 1.0 run problem In-Reply-To: <3D018745.7040902@mail.gddsn.org.cn> Message-ID: <20020608085546.A11797-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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, > no, I have do nothing with CFLAGS. I use another pc. now OpenOffice > works! :) Cool. Maybe you have not as much RAM as the new PC has ? Cheers Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 0: 2:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ccm01.roving.com (ccm01.roving.com [63.251.135.74]) by hub.freebsd.org (Postfix) with ESMTP id 3AF6A37B40F for ; Sat, 8 Jun 2002 00:02:08 -0700 (PDT) Received: from tracking2 (tracking2.roving.com [10.20.40.142]) by ccm01.roving.com (Postfix) with ESMTP id 61C5034168 for ; Sat, 8 Jun 2002 02:59:31 -0400 (EDT) Message-ID: <206582992.1023519714412.JavaMail.wasadmin@tracking2> From: 1st Impression Reply-To: info@commercialwriting.com To: questions@freebsd.org Subject: Demand Response Programs Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_380788_2035365071.1023519714396" X-Roving-Queued: 20020608 03:01.54396 X-Mailer: Roving Constant Contact 5.0.Patch134 (http://www.constantcontact.com) X-Roving-ID: 1010987615029 X-Return-Path-Hint: ESC1010987615029_1010987762697@in.roving.com Date: Sat, 8 Jun 2002 02:59:31 -0400 (EDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ------=_Part_380788_2035365071.1023519714396 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit DEMAND RESPONSE PROGRAMS The report is a detailed 165-page look at the past, present, and future state of the market for demand/load response based upon market price signals. This report is intended to provide significant value to individuals and companies who are considering participating in demand response programs, energy providers and ISOs interested in offering demand response programs, and consultants and analysts looking for detailed information on demand response technology, applications, and participants. The report contains profiles on 7 software providers, 3 demand exchanges, and 30 utilities/ISOs offering 70 different demand response programs. The report offers a look at the current Demand Response environment in the energy industry by: Defining what demand response programs are Detailing the evolution of program types over the last 30 years Discussing the key drivers of current initiatives Identifying barriers and keys to success for the programs Describing the different types of programs that exist including: direct load control, interruptible load, curtailable load, time-of-use, real time pricing, and demand bidding/buyback Providing examples of the different types of programs Examining the enablers of demand response programs Identifying the key providers of software and outsourcing solutions to support programs Providing a look at past and existing programs offered through ISOs Providing a look at existing programs offered through utilities View Executive Summary and Table of Contents http://rs6.net/tn.jsp?t=vzq6yrn6.jabczrn6.8rklqrn6&p=http%3A%2F%2Fwww.commercialwriting.com%2Freports.htm WIN a PALM M130 Color Personal Digital Assistant!! For each report or event you order from 1st Impression Communications, you will be entered into a drawing for a Palm M130 color handheld PDA. The more you buy, the more chances you have of winning. Drawing will be held July 15, 2002. View our Reports and Order Forms http://rs6.net/tn.jsp?t=vzq6yrn6.jabczrn6.8rklqrn6&p=http%3A%2F%2Fwww.commercialwriting.com%2Freports.htm The Demand Response Programs report is available in Adobe Acrobat PDF format via Email, CD-ROM, or Hardcopy for $899. Order online at www.commercialwriting.com/reports.htm Or call 303-369-3533 for more information. 1st Impression Communications markets reports and events from select publishers and conference producers. If you are interested in having your energy-related product or services marketed to professionals in the energy industry, please contact us at info@commercialwriting.com This mailing list is opt-in subscriber only. This is not SPAM and is never sent unsolicited. You are receiving this email because you or someone you know subscribed you at one of our associate websites that offer free subscription newsletters. If you no longer wish to receive any of our mailings you may be permanently removed by sending an email to info@commercialwriting.com with "REMOVE" in subject line. 1st Impression Communications ------------------------------------------------ email: info@commercialwriting.com voice: 303-369-3533 web: http://www.commercialwriting.com/reports.htm ------------------------------------------------ This email has been sent to questions@freebsd.org, by 1st Impression Communications. Visit our Subscription Center to edit your interests http://ccprod.roving.com/roving/d.jsp?p=oo&m=1010972858557&ea=questions@freebsd.org or unsubscribe http://ccprod.roving.com/roving/d.jsp?p=un&m=1010972858557&ea=questions@freebsd.org View our privacy policy: http://ccprod.roving.com/roving/CCPrivacyPolicy.jsp Powered by Constant Contact(R) www.constantcontact.com ------=_Part_380788_2035365071.1023519714396 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Demand Response Programs
.
DEMAND RESPONSE PROGRAMS
.

The report is a detailed 165-page look at the past, present, and future state of the market for demand/load response based upon market price signals. This report is intended to provide significant value to individuals and companies who are considering participating in demand response programs, energy providers and ISOs interested in offering demand response programs, and consultants and analysts looking for detailed information on demand response technology, applications, and participants.

.

.
The report contains profiles on 7 software providers, 3 demand exchanges, and 30 utilities/ISOs offering 70 different demand response programs.

The report offers a look at the current Demand Response environment in the energy industry by: Defining what demand response programs are Detailing the evolution of program types over the last 30 years Discussing the key drivers of current initiatives Identifying barriers and keys to success for the programs Describing the different types of programs that exist including: direct load control, interruptible load, curtailable load, time-of-use, real time pricing, and demand bidding/buyback Providing examples of the different types of programs Examining the enablers of demand response programs Identifying the key providers of software and outsourcing solutions to support programs Providing a look at past and existing programs offered through ISOs Providing a look at existing programs offered through utilities

View Executive Summary and Table of Contents

.
WIN a PALM M130 Color Personal Digital Assistant!!

For each report or event you order from 1st Impression Communications, you will be entered into a drawing for a Palm M130 color handheld PDA. The more you buy, the more chances you have of winning. Drawing will be held July 15, 2002.

View our Reports and Order Forms

.
.
The Demand Response Programs report is available in Adobe Acrobat PDF format via Email, CD-ROM, or Hardcopy for $899.

Order online at www.commercialwriting.com/reports.htm Or call 303-369-3533 for more information. 1st Impression Communications markets reports and events from select publishers and conference producers. If you are interested in having your energy-related product or services marketed to professionals in the energy industry, please contact us at info@commercialwriting.com

This mailing list is opt-in subscriber only. This is not SPAM and is never sent unsolicited. You are receiving this email because you or someone you know subscribed you at one of our associate websites that offer free subscription newsletters. If you no longer wish to receive any of our mailings you may be permanently removed by sending an email to info@commercialwriting.com with "REMOVE" in subject line.
1st Impression Communications


email: info@commercialwriting.com
voice: 303-369-3533
web: http://www.commercialwriting.com/reports.htm
This email was sent to questions@freebsd.org, by 1st Impression Communications.
Visit our Subscription Center to edit your interests or unsubscribe.
View our privacy policy.

Powered by
Constant Contact

------=_Part_380788_2035365071.1023519714396-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 0:25:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from firewall8.cummins.com (firewall8.cummins.com [192.158.61.18]) by hub.freebsd.org (Postfix) with SMTP id 6202A37B407 for ; Sat, 8 Jun 2002 00:25:26 -0700 (PDT) Received: by firewall8.cummins.com; id CAA15446; Sat, 8 Jun 2002 02:25:17 -0500 Received: from unknown(143.222.15.104) by firewall8.cummins.com via smap (V5.0) id xma015444; Sat, 8 Jun 02 02:25:14 -0500 Received: from cidcn00011.cidc.cummins.com ([143.222.223.75]) by mail.cummins.com (PMDF V6.1 #41963) with ESMTP id <0GXD0853ULVLI4@mail.cummins.com> for freebsd-questions@FreeBSD.ORG; Sat, 08 Jun 2002 02:23:46 -0500 (EST) Date: Sat, 08 Jun 2002 02:24:50 -0500 From: cidcn00011.cidc.cummins.com@Cummins.com Subject: Report to Sender To: freebsd-questions Message-id: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Priority: 3 (Normal) X-MIMETrack: Serialize by Router on cidcn00011.cidc.cummins.com/G/Cummins(Release 5.0.9a |January 7, 2002) at 06/08/2002 02:24:51 AM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Incident Information:- Database: F:/notes/data/mail1.box Originator: freebsd-questions Recipients: jkreutzj@ceraland.org Subject: May 9 2002 17 Date/Time: 06/08/2002 02:25:10 AM The file attachment hmhome[1].bat you sent to the recipients listed above was infected with the W32/Klez.h@MM virus and was not successfully cleaned. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 0:25:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from firewall9.cummins.com (firewall9.cummins.com [192.158.61.19]) by hub.freebsd.org (Postfix) with SMTP id AD55637B400 for ; Sat, 8 Jun 2002 00:25:32 -0700 (PDT) Received: by firewall9.cummins.com; id CAA27481; Sat, 8 Jun 2002 02:25:32 -0500 Received: from unknown(143.222.15.104) by firewall9.cummins.com via smap (V5.0) id xma027470; Sat, 8 Jun 02 02:25:13 -0500 Received: from cidcn00010.cidc.cummins.com ([143.222.223.74]) by mail.cummins.com (PMDF V6.1 #41963) with ESMTP id <0GXD084JJLVLOU@mail.cummins.com> for freebsd-questions@FreeBSD.ORG; Sat, 08 Jun 2002 02:23:45 -0500 (EST) Date: Sat, 08 Jun 2002 02:25:22 -0500 From: cidcn00010.cidc.cummins.com@Cummins.com Subject: Report to Sender To: freebsd-questions Message-id: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Priority: 3 (Normal) X-MIMETrack: Serialize by Router on cidcn00010.cidc.cummins.com/G/Cummins(Release 5.0.9a |January 7, 2002) at 06/08/2002 02:25:23 AM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Incident Information:- Database: F:/notes/data/mail1.box Originator: freebsd-questions Recipients: jkreutzj@ceraland.org Subject: May 9 2002 17 Date/Time: 06/08/2002 02:25:10 AM The file attachment hmhome[1].bat you sent to the recipients listed above was infected with the W32/Klez.h@MM virus and was not successfully cleaned. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 0:35:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id E5FD537B401 for ; Sat, 8 Jun 2002 00:35:18 -0700 (PDT) Received: from there (nld-dial-196-30-177-63.mweb.co.za [196.30.177.63]) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g587Z7124021 for ; Sat, 8 Jun 2002 09:35:09 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Content-Type: text/plain; charset="iso-8859-1" From: "Patrick O'Reilly" Organization: Perimeter Networks CC Message-Id: <200206080930.23551@.perimeter.co.za> To: freebsd-questions@freebsd.org Subject: dc NIC driver / Davicom card Date: Sat, 8 Jun 2002 09:38:22 +0200 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all. I have been asked to install FreeBSD on a customer's machine, and have run into a problem with the NIC. Here are a few lines extracted from dmesg: --- dc0: at device 15.0 on pci0 dc0: couldn't map port/memory device_probe_and_attach: dc0 attach returned 6 --- I am installing 4.5 RELEASE from CD. The first indication of a problem was that sysinstall did not list the NIC along with other network devices during the installation. Then, once the OS was loaded, I rebooted, and no NIC appears when using ifconfig -a . Does anyone know if this can be fixed, or is it perhaps a dud card? PS: LINT indicates that the dc driver supports Davicom DM9101 and DM9102 cards. I don't know if the DM9102A is different enough to perhaps cause this error. ?!? Thank you. -- Regards, Patrick O'Reilly. ___ _ __ / _ )__ __ (_)_ __ ___ _/ /____ __ / __/ -_) _) / ~ ) -_), ,-/ -_) _) /_/ \__/_//_/_/~/_/\__/ \__/\__/_/ http://www.perimeter.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 0:41:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id 5DFC337B403 for ; Sat, 8 Jun 2002 00:41:19 -0700 (PDT) Received: from there (nld-dial-196-30-177-63.mweb.co.za [196.30.177.63]) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g587ew124072; Sat, 8 Jun 2002 09:40:58 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Content-Type: text/plain; charset="iso-8859-1" From: "Patrick O'Reilly" Organization: Perimeter Networks CC Message-Id: <200206080939.46503@.perimeter.co.za> To: "Voyager" , Subject: Re: a Synatx question! Date: Sat, 8 Jun 2002 09:44:15 +0200 X-Mailer: KMail [version 1.3.2] References: <000801c20e42$6005f9f0$8119fea9@ghods> In-Reply-To: <000801c20e42$6005f9f0$8119fea9@ghods> 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 Fri 07 Jun 02 18:42, Voyager wrote: > Dear Sir, > I have some problem with freebsd syntax specialy using wget. > > If som body want to use wget to get a file from an ftp while the user > name or password contains @ charachter. what should be done? for > example from a link is this form: > ftp://abc:A@B@x.x.x.x > where A@B is the pass for that ftp account. > > Another question if the ftp address contains special charachters like > ; or + or = wget get confused. How could one access such ftp > addresses using wget ? > Farzad The shell meeds to be protected from these special characters. Here are a couple of variations you could try: # wget "ftp://abc:A@B@x.x.x.x" OR # wget ftp://abc:A\@B@x.x.x.x You try similar tricke with the other special characters too. Even a space (" ") needs to be used sometimes, especially in M$ environments where people like to use spaces in file names. Simple quotes will do the trick there: # wget "http://www.domain.com/ful/path/file name with spaces.doc" HTH -- Regards, Patrick O'Reilly. ___ _ __ / _ )__ __ (_)_ __ ___ _/ /____ __ / __/ -_) _) / ~ ) -_), ,-/ -_) _) /_/ \__/_//_/_/~/_/\__/ \__/\__/_/ http://www.perimeter.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 0:44:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id B654A37B400 for ; Sat, 8 Jun 2002 00:44:03 -0700 (PDT) Received: from pcmarpxy.tninet.se (bb-62-5-36-29.bb.tninet.se [62.5.36.29]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 525212.521982.1023.0s5307962sheridan ; Sat, 08 Jun 2002 09:39:42 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: Martin Blapp Subject: Re: openoffice 1.0 run problem Date: Sat, 8 Jun 2002 09:43:43 +0200 User-Agent: KMail/1.4.1 Cc: References: <20020608085546.A11797-100000@levais.imp.ch> In-Reply-To: <20020608085546.A11797-100000@levais.imp.ch> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206080943.43232.mark.rowlands@minmail.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 Saturday 08 June 2002 8:56 am, Martin Blapp wrote: > Hi, > > > no, I have do nothing with CFLAGS. I use another pc. now OpenOffice > > works! :) > > Cool. Maybe you have not as much RAM as the new PC has ? > > Cheers > Martin > > I am trying to install open office........ on a p3 500 with 384mb of ra= m and=20 scsi hardware raid. Is this enough to build this monster...... I have installed from ports gcc 3.1 make buildworld made and installed new kernel with the recommended dssiz options etc started the open office build.....that was 10 hours ago... its still chug= ging=20 away!.... is it ever gonna finish? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 0:48:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp24.singnet.com.sg (smtp24.singnet.com.sg [165.21.101.204]) by hub.freebsd.org (Postfix) with ESMTP id E319D37B404 for ; Sat, 8 Jun 2002 00:48:19 -0700 (PDT) Received: from singapura.singnet.com.sg (singapura.singnet.com.sg [165.21.10.10]) by smtp24.singnet.com.sg (8.12.3/8.12.3) with ESMTP id g587mE3l027103 for ; Sat, 8 Jun 2002 15:48:14 +0800 Received: (from shanali@localhost) by singapura.singnet.com.sg (8.8.5/8.7.2) id PAA04373 for FreeBSD-Questions@FreeBSD.ORG; Sat, 8 Jun 2002 15:48:14 +0800 (SST) Date: Sat, 8 Jun 2002 15:48:14 +0800 From: S H A N To: FreeBSD Questions LIST Subject: Re: ssh version vs. sshd version Message-ID: <20020608154814.A3890@singapura.singnet.com.sg> Mail-Followup-To: FreeBSD Questions LIST References: <20020607230325.C607-100000@66-75-1-142.san.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020607230325.C607-100000@66-75-1-142.san.rr.com>; from Hostmaster@Video2Video.Com on Fri, Jun 07, 2002 at 11:05:02PM -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 hi, you have got two different versions of OpenSSH installed. one sits in /usr/sbin and the other one sits in /usr/local/sbin (this one is the latest one) mismatch will always be there if you are not specific about your paths recommendation is /usr/local/bin and /usr/local/sbin for ssh'ing. rgds, On Fri, Jun 07, 2002 at 11:05:02PM -0700, Peter Leftwich wrote: > Would anyone familiar with OpenSSH in general know why these two versions > differ? Is the mismatch cause for worry? Thanks yous'is'iz... > > myprompt$ /usr/local/bin/ssh -V > OpenSSH_3.0.2, SSH protocols 1.5/2.0, OpenSSL 0x0090601f > myprompt$ sshd -v > sshd: illegal option -- v > sshd version OpenSSH_2.9 FreeBSD localisations 20011202 > > -- > 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 -- S H A N To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 0:53:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 9FBEB37B407 for ; Sat, 8 Jun 2002 00:53:47 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Sat, 8 Jun 2002 00:53:42 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795 for ; Sat, 08 Jun 2002 00:49:12 -0700 From: "Corey Snow" To: freebsd-questions@freebsd.org Date: Sat, 8 Jun 2002 00:53:39 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Make a headless box Message-ID: <3D015593.9860.1ED8AAD@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got a 486 DX2/66 that I've managed to get bridging with ipfw between my DSL and LAN. Since I have a bunch of systems and not much room on the KVM switch, and this is effectively an appliance once it's tuned properly, I'd like to make it headless- remove the video and keyboard entirely, making it accessible via ssh or nullmodem only. It currently has an old VESA VGA card in it. Ideally, I'd like to make the configuration changes, shut down the system, take out the card, and start it back up again in headless mode. Any thoughts, comments, or suggestions would be appreciated. Thanks! Regards, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 1:17:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdomng0.schlund.de (moutvdomng0.kundenserver.de [195.20.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 98BB937B401 for ; Sat, 8 Jun 2002 01:17:34 -0700 (PDT) Received: from [172.19.20.63] (helo=mrvdomng2.kundenserver.de) by moutvdomng0.schlund.de with esmtp (Exim 3.22 #2) id 17GbPf-0004YD-00; Sat, 08 Jun 2002 10:17:31 +0200 Received: from [217.1.114.27] (helo=pD901721B.dip.t-dialin.net) by mrvdomng2.kundenserver.de with esmtp (Exim 3.22 #2) id 17GbPf-0002gU-00; Sat, 08 Jun 2002 10:17:31 +0200 Date: Sat, 8 Jun 2002 10:17:20 +0000 (GMT) From: Peter Ulrich Kruppa To: Mark Rowlands Cc: Martin Blapp , Subject: Re: openoffice 1.0 run problem In-Reply-To: <200206080943.43232.mark.rowlands@minmail.net> Message-ID: <20020608101421.N7840-100000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Jun 2002, Mark Rowlands wrote: > On Saturday 08 June 2002 8:56 am, Martin Blapp wrote: > > Hi, > > > > > no, I have do nothing with CFLAGS. I use another pc. now OpenOffice > > > works! :) > > > > Cool. Maybe you have not as much RAM as the new PC has ? > > > > Cheers > > Martin > > > > > > I am trying to install open office........ on a p3 500 with 384mb of ram and > scsi hardware raid. Is this enough to build this monster...... > > I have installed from ports gcc 3.1 > make buildworld > made and installed new kernel with the recommended dssiz options etc > started the open office build.....that was 10 hours ago... its still chugging > away!.... is it ever gonna finish? Yes, but you can go shopping in the meantime (or do some other house-work). Regards, Uli. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 1:40:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id BF7AA37B401 for ; Sat, 8 Jun 2002 01:40:49 -0700 (PDT) Received: from [68.64.98.90] (helo=lime.objectwerks.com) by hobbiton.shire.net with asmtp (Exim 3.36 #9) id 17GbmD-000C8Y-00; Sat, 08 Jun 2002 04:40:49 -0400 Date: Sat, 8 Jun 2002 04:41:15 -0400 Subject: Re: Make a headless box Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: freebsd-questions@freebsd.org To: "Corey Snow" From: Chad Leigh -- Shire.Net LLC In-Reply-To: <3D015593.9860.1ED8AAD@localhost> Message-Id: <7EB5E2F9-7ABB-11D6-B30D-0003931BED80@shire.net> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.481) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday, June 8, 2002, at 03:53 , Corey Snow wrote: > I've got a 486 DX2/66 that I've managed to get bridging with ipfw > between my DSL and LAN. Since I have a bunch of systems and not much > room on the KVM switch, and this is effectively an appliance once > it's tuned properly, I'd like to make it headless- remove the video > and keyboard entirely, making it accessible via ssh or nullmodem only. > > It currently has an old VESA VGA card in it. Ideally, I'd like to > make the configuration changes, shut down the system, take out the > card, and start it back up again in headless mode. > > Any thoughts, comments, or suggestions would be appreciated. Thanks! > > Most computer BIOSes, especially that old, won't allow you to start up without a video card. That doesn't mean you have to have a monitor attached... You can run headless by not attaching the monitor to it. Make sure you tell the BIOS to ignore keyboard errors if you can -- many BIOSes won't go past a keyboard error unoless you have a setting set to ignore keyboard errors. Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 1:46: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id BE7B637B404 for ; Sat, 8 Jun 2002 01:46:04 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Sat, 8 Jun 2002 01:46:04 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795; Sat, 08 Jun 2002 01:41:34 -0700 From: "Corey Snow" To: "Corey Snow" , Chad Leigh -- Shire.Net LLC Date: Sat, 8 Jun 2002 01:46:02 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Make a headless box Cc: freebsd-questions@freebsd.org Message-ID: <3D0161DA.23723.21D7C61@localhost> References: <3D015593.9860.1ED8AAD@localhost> In-reply-to: <7EB5E2F9-7ABB-11D6-B30D-0003931BED80@shire.net> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 8 Jun 2002, at 4:41, Chad Leigh -- Shire.Net LLC wrote: > > Most computer BIOSes, especially that old, won't allow you to start up > without a video card. That doesn't mean you have to have a monitor > attached... You can run headless by not attaching the monitor to it. > Make sure you tell the BIOS to ignore keyboard errors if you can -- many > BIOSes won't go past a keyboard error unoless you have a setting set to > ignore keyboard errors. > > Chad > After I sent that message I managed to find some additional resources. Turns out I'm pretty lucky to have such an ancient machine. Since it has an American Megatrends (AMI) BIOS from 1993, I can shut off both the keyboard and the display probes, so it'll boot with no video card. Still, it's pretty late and I don't feel like recompiling my kernel tonight to enable a serial console. I'll tackle that tomorrow. :) Regards, Corey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 1:51:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by hub.freebsd.org (Postfix) with ESMTP id 54D3737B407 for ; Sat, 8 Jun 2002 01:51:39 -0700 (PDT) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 3.12 #1 (Debian)) id 17Gbwh-0002Qs-00 for ; Sat, 08 Jun 2002 02:51:39 -0600 Date: Sat, 8 Jun 2002 02:51:39 -0600 (MDT) From: RJ45 To: freebsd-questions@freebsd.org Subject: FreeBSD and ipfilter bridging Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I Wanted to ask at which point is right now the bridging between 2 NICs on FreeBSD and possibility to filter between them using ipf ?? I don't like anymore OpenBSD since it switched to PF (it does not work as well as ipfilter) so I wanted to switch to FreeBSD but I guess if there is enough support for bridging+ipfilter. any hints? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 2:43:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from horkos.telenet-ops.be (horkos.telenet-ops.be [195.130.132.45]) by hub.freebsd.org (Postfix) with ESMTP id 4956D37B405 for ; Sat, 8 Jun 2002 02:43:16 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by horkos.telenet-ops.be (Postfix) with SMTP id D987884006 for ; Sat, 8 Jun 2002 11:43:14 +0200 (CEST) Received: from XTREME (D5E080A3.kabel.telenet.be [213.224.128.163]) by horkos.telenet-ops.be (Postfix) with SMTP id 9C38583FFA for ; Sat, 8 Jun 2002 11:43:14 +0200 (CEST) Message-ID: <000801c20ed0$ee22f510$017ba8c0@XTREME> From: "Syndicate" To: Subject: FreeBSD Apache error ?! Date: Sat, 8 Jun 2002 11:43:22 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C20EE1.B1593840" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C20EE1.B1593840 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm running an FreeBSD Apache Server with PHP Support but when I use a = login php script it just doesnt work on the FreeBSD machine. I tried to upload it to = 4different machines but still same result . When I upload it to a LinuxBox it does work ... How = come ??? I'm running Apache/1.3.24 (Unix) PHP/4.2.0 and I also ran the latest = version of PHP=20 but changed because i tought that was the problem .. Same problem :-( U can find the source code here : http://users.pandora.be/wout/php.txt = and the=20 file running on a LinuxBox here : http://virtual.rootbash.be/test.php . I got it on a FreeBSD box : = http://xirius.ath.cx:8080/syndicate/login.php . All the same files with login/pass : admin/abc123 . Any Solutions ?? Thanks Greetings, Wout=20 ------=_NextPart_000_0005_01C20EE1.B1593840 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm running an=20 FreeBSD Apache Server with PHP Support but when I use a login php=20 script
it just doesnt=20 work on the FreeBSD machine. I tried to upload it to 4different machines = but
still same=20 result . When I upload it to a LinuxBox it does work ... How come=20 ???
I'm running=20 Apache/1.3.24 (Unix) PHP/4.2.0 and I also ran the = latest=20 version of PHP
but changed=20 because i tought that was the problem .. Same problem=20 :-(
U can find the=20 source code here : http://users.pandora.be/wou= t/php.txt=20 and the
file running=20 on a LinuxBox here : http://virtual.rootbash.be/t= est.php .
I=20 got it on a FreeBSD box : http://xirius.ath.= cx:8080/syndicate/login.php=20 .
All the same files with login/pass : admin/abc123=20 .
 
Any Solutions=20 ??
Thanks
 
Greetings,=20 Wout

------=_NextPart_000_0005_01C20EE1.B1593840-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 2:51:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.systems.pipex.net (nemesis.systems.pipex.net [62.190.223.8]) by hub.freebsd.org (Postfix) with ESMTP id A84A137B403; Sat, 8 Jun 2002 02:51:52 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by nemesis.systems.pipex.net (Postfix) with ESMTP id 277CC16000197; Sat, 8 Jun 2002 10:51:50 +0100 (BST) Subject: Re: Portupgrade on ORBit-0.5.16 still fails From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: Kris Kennaway Cc: marcus@FreeBSD.org, FreeBSD-Questions In-Reply-To: <20020607173208.A81250@xor.obsecurity.org> References: <1023491669.304.165.camel@Demon.Strobe.org> <20020607173208.A81250@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jb59kzLqqxxRrW+QGaoG" X-Mailer: Ximian Evolution 1.0.5 Date: 08 Jun 2002 10:47:12 +0100 Message-Id: <1023529633.304.168.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 --=-jb59kzLqqxxRrW+QGaoG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Kris, Thanks for the info. Just ran portupgrade successfully: ORBit-0.5.17 =3D up-to-date with port Thanks again. Stacey On Sat, 2002-06-08 at 01:32, Kris Kennaway wrote: > On Sat, Jun 08, 2002 at 12:14:28AM +0100, S. Roberts wrote: > > Hi Joe, > > I'd just seen your reply to an earlier post on this subject where you > > indicated that this issue is now fixed. I just tried again (after > > re-running cvsup) and it still fails (see below) >=20 > The patch was only committed a short while ago, and it can take up to > 24 hours for changes to propagate to all cvsup servers (though most > only take an hour or two). Try again later. >=20 > Kris --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-jb59kzLqqxxRrW+QGaoG 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 Hi Kris, Thanks for the info. Just ran portupgrade successfully: ORBit-0.5.17 =3D up-to-date with port Thanks again. Stacey On Sat, 2002-06-08 at 01:32, Kris Kennaway wrote: > On Sat, Jun 08, 2002 at 12:14:28AM +0100, S. Roberts wrote: > > Hi Joe, > > I'd just seen your reply to an earlier post on this subject where you > > indicated that this issue is now fixed. I just tried again (after > > re-running cvsup) and it still fails (see below) >=20 > The patch was only committed a short while ago, and it can take up to > 24 hours for changes to propagate to all cvsup servers (though most > only take an hour or two). Try again later. >=20 > Kris - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPQHSnvdn4A8qiCO5EQIFUQCbBYuz8dcJU15n16waW5tleYDlHfsAniat sUohuRxG8NdzqHqFXihAh1P+ =3Mlq -----END PGP SIGNATURE----- --=-jb59kzLqqxxRrW+QGaoG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 3:37:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web15001.mail.bjs.yahoo.com (web15001.mail.bjs.yahoo.com [61.135.128.4]) by hub.freebsd.org (Postfix) with SMTP id 1B36C37B407 for ; Sat, 8 Jun 2002 03:37:36 -0700 (PDT) Message-ID: <20020608103730.78751.qmail@web15001.mail.bjs.yahoo.com> Received: from [218.7.43.54] by web15001.mail.bjs.yahoo.com via HTTP; Sat, 08 Jun 2002 18:37:30 CST Date: Sat, 8 Jun 2002 18:37:30 +0800 (CST) From: =?gb2312?q?zhongjun=20=D1=EE?= Subject: question To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 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 Excuse me I've listened that the BSD is a very good systerm I have a great interest in it I want to know what is the latest version of it and can it run on the cup of AMD? does it have a editor like WORD and EXCEL _________________________________________________________ Do You Yahoo!? 2002爛岍賜戚碟跕橩 捇誥笢弊擄蝴梣 http://cn.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 Sat Jun 8 4: 9:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp15.singnet.com.sg (smtp15.singnet.com.sg [165.21.6.35]) by hub.freebsd.org (Postfix) with ESMTP id AC48837B400 for ; Sat, 8 Jun 2002 04:09:48 -0700 (PDT) Received: from singapura.singnet.com.sg (singapura.singnet.com.sg [165.21.10.10]) by smtp15.singnet.com.sg (8.12.3/8.12.3) with ESMTP id g58B9kOD014044 for ; Sat, 8 Jun 2002 19:09:46 +0800 Received: (from shanali@localhost) by singapura.singnet.com.sg (8.8.5/8.7.2) id TAA02832 for freebsd-questions@FreeBSD.ORG; Sat, 8 Jun 2002 19:09:46 +0800 (SST) Date: Sat, 8 Jun 2002 19:09:46 +0800 From: S H A N To: freebsd-questions@FreeBSD.ORG Subject: Re: question Message-ID: <20020608190946.B3890@singapura.singnet.com.sg> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020608103730.78751.qmail@web15001.mail.bjs.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020608103730.78751.qmail@web15001.mail.bjs.yahoo.com>; from kangqiong@yahoo.com.cn on Sat, Jun 08, 2002 at 06:37:30PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 08, 2002 at 06:37:30PM +0800, zhongjun 栦 wrote: > Excuse me excused! > I've listened that the BSD is a very good systerm its proved > I have a great interest in it thats cool > I want to know what is the latest version of it 4.5 RELEASE 4.6RC STABLE 5.0 CURRENT > and can it run on the cup of AMD? yups > does it have a editor like WORD and EXCEL word/excel ??? whats dat ? ever heard of Latex/gnuplot ?? if not then better start learning them (search them in google! and off u go) > _________________________________________________________ > Do You Yahoo!? > 2002爛岍賜戚碟跕橩 捇誥笢弊擄蝴梣 > http://cn.fifaworldcup.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- S H A N To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 4:43:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.190.223.9]) by hub.freebsd.org (Postfix) with ESMTP id 6C91F37B405; Sat, 8 Jun 2002 04:43:30 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 425071600012C; Sat, 8 Jun 2002 12:43:23 +0100 (BST) Subject: Re: Gnome build failure From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: Jake Bishop Cc: freebsd-gnome@FreeBSD.org, FreeBSD-Questions In-Reply-To: <3D01E373.33B8D881@pacbell.net> References: <3D01E373.33B8D881@pacbell.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-oxHyVJDTLLyshyGga5ku" X-Mailer: Ximian Evolution 1.0.5 Date: 08 Jun 2002 12:38:46 +0100 Message-Id: <1023536327.304.178.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 --=-oxHyVJDTLLyshyGga5ku Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Jake, You're not only one experiencing a problem with that port - see from pkg_version -v: xscreensaver-gnome-4.02 < needs updating (port has 4.04.2) and portupgrade: /usr/X11R6/include/gtk12/gtk/gtkitemfactory.h:48: warning: function declaration isn't a prototypecc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format -std=3Dc89 -U__STRICT_ANSI__ -L/usr/X11R6/lib -o xscreensaver-demo-Gtk prefs.o dpms.o remote.o exec.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o demo-Gtk.o demo-Gtk-conf.o demo-Gtk-widgets.o demo-Gtk-support.o -L/usr/local/lib=20 -L/usr/X11R6/lib \ -Wl,-E -Wl,-E -Wl,-E -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lcapplet -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lgnorba -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -lgnugetopt -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib -lxml2 -lz -liconv -lm -lXmu -L/usr/local/lib -lxml2 -lz -liconv -lm -lSM -lICE -lXt -lX11 \ -lXdpms -lXext=20 /usr/libexec/elf/ld: cannot find -lgtk <=3D>----------- Look familiar? gmake[1]: *** [xscreensaver-demo-Gtk] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/xscreensaver/work/xscreensaver-4.04/driver' gmake: *** [all] Error 5 *** Error code 2 Stop in /usr/ports/x11/xscreensaver. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! x11/xscreensaver (xscreensaver-gnome-4.02) (unknown build error) #=20 I've been trying to chase this for a while now, by posting here as well as to the listed port maintainer, but haven't gotten any responses as yet - just posts from other users asking the same question as you've done here. Hopefully someone'll (or indeed, the port maintainer) get back to us on this. I know this isn't a solution, but I thought you'd like to know that others are also in the same situation and are awaiting some information. Stacey On Sat, 2002-06-08 at 11:58, Jake Bishop wrote: > Hello, > I am trying to build the Gnome port on FreeBSD stable 4.6rc 0,The build > fails on xscreensaver saying it cant find -lgtk. Everything else > compiled fine. > Thanks > Jake >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-oxHyVJDTLLyshyGga5ku 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 Hi Jake, You're not only one experiencing a problem with that port - see from pkg_version -v: xscreensaver-gnome-4.02 < needs updating (port has 4.04.2) and portupgrade: /usr/X11R6/include/gtk12/gtk/gtkitemfactory.h:48: warning: function declaration isn't a prototypecc -Wall -Wstrict-prototypes - -Wnested-externs -Wno-format -std=3Dc89 -U__STRICT_ANSI__ -L/usr/X11R6/lib - -o xscreensaver-demo-Gtk prefs.o dpms.o remote.o exec.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o demo-Gtk.o demo-Gtk-conf.o demo-Gtk-widgets.o demo-Gtk-support.o -L/usr/local/lib=20 - -L/usr/X11R6/lib \ - -Wl,-E -Wl,-E -Wl,-E -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk - -lglib -lcapplet -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap - -lgnorba -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif - -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -lgnugetopt - -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl - -lXext -lX11 -lm -L/usr/local/lib -lxml2 -lz -liconv -lm -lXmu - -L/usr/local/lib -lxml2 -lz -liconv -lm -lSM -lICE -lXt -lX11 \ - -lXdpms -lXext=20 /usr/libexec/elf/ld: cannot find -lgtk <=3D>----------- Look familiar? gmake[1]: *** [xscreensaver-demo-Gtk] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/xscreensaver/work/xscreensaver-4.04/driver' gmake: *** [all] Error 5 *** Error code 2 Stop in /usr/ports/x11/xscreensaver. ** Command failed: make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! x11/xscreensaver (xscreensaver-gnome-4.02) (unknown build error) #=20 I've been trying to chase this for a while now, by posting here as well as to the listed port maintainer, but haven't gotten any responses as yet - just posts from other users asking the same question as you've done here. Hopefully someone'll (or indeed, the port maintainer) get back to us on this. I know this isn't a solution, but I thought you'd like to know that others are also in the same situation and are awaiting some information. Stacey On Sat, 2002-06-08 at 11:58, Jake Bishop wrote: > Hello, > I am trying to build the Gnome port on FreeBSD stable 4.6rc 0,The build > fails on xscreensaver saying it cant find -lgtk. Everything else > compiled fine. > Thanks > Jake >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPQHsxPdn4A8qiCO5EQKIAACfRowsCqupbUwRZXwnlSSZz8uqQJUAnRcM TAhJYKM1wCb7gKn3UARAJ4Xd =y9Al -----END PGP SIGNATURE----- --=-oxHyVJDTLLyshyGga5ku-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 4:59:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14904.mail.yahoo.com (web14904.mail.yahoo.com [216.136.225.56]) by hub.freebsd.org (Postfix) with SMTP id C4F9937B400 for ; Sat, 8 Jun 2002 04:59:10 -0700 (PDT) Message-ID: <20020608115910.53409.qmail@web14904.mail.yahoo.com> Received: from [217.131.175.117] by web14904.mail.yahoo.com via HTTP; Sat, 08 Jun 2002 04:59:10 PDT Date: Sat, 8 Jun 2002 04:59:10 -0700 (PDT) From: ozdemir dogan Subject: gnome xdm problem To: freebsd MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am using Freebsd 4.5 stable.And I am new in Freebsd, unix.My problem is I couldn't used xdm,that is I couldn' configure xdm.As in the handbook it says: % echo "#!/bin/sh" > ~/.xsession % echo "/usr/X11R6/bin/gnome-session" >> ~/.xsession % chmod +x ~/.xsession when I wrote % echo "#!/bin/sh" > ~/.xsession ( when there is no .xsession file in the /root) in the shell command line it says: /bin/sh: Event not found Am I doing something wrong. Thank you. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 5:44: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from omta02.mta.everyone.net (sitemail3.everyone.net [216.200.145.37]) by hub.freebsd.org (Postfix) with ESMTP id E339837B406 for ; Sat, 8 Jun 2002 05:44:00 -0700 (PDT) Received: from sitemail.everyone.net (dsnat [216.200.145.62]) by omta02.mta.everyone.net (Postfix) with ESMTP id B7E631C3855 for ; Sat, 8 Jun 2002 05:43:59 -0700 (PDT) Received: by sitemail.everyone.net (Postfix, from userid 99) id 7E6A436F9; Sat, 8 Jun 2002 05:43:59 -0700 (PDT) Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Date: Sat, 8 Jun 2002 05:43:59 -0700 (PDT) From: Muhammad Faisal Rauf Danka To: freebsd-questions@FreeBSD.ORG Subject: Re: question Reply-To: mfrd@attitudex.com X-Originating-Ip: [202.5.134.230] Message-Id: <20020608124359.7E6A436F9@sitemail.everyone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG latest versions are: 4.5 RELEASE 4.6RC STABLE I suggest you go for 4.5 STABLE You could try staroffice opensource package or www.openoffice.org orelse gnuplot and Latex are pretty good too. Regards,=20 --------- Muhammad Faisal Rauf Danka Chief Technology Officer Gem Internet Services (Pvt) Ltd. web: www.gem.net.pk Vice President Pakistan Computer Emergency Responce Team (PakCERT) web: www.pakcert.org Chief Security Analyst Applied Technology Research Center (ATRC) web: www.atrc.net.pk --- zhongjun =D1=EE wrote: >Excuse me=20 >I've listened that the BSD is a very good systerm >I have a great interest in it=20 >I want to know what is the latest version of it=20 >and can it run on the cup of AMD? >does it have a editor like WORD and EXCEL=20 _____________________________________________________________ --------------------------- [ATTITUDEX.COM] http://www.attitudex.com/ --------------------------- _____________________________________________________________ Promote your group and strengthen ties to your members with email@yourgroup= .org by Everyone.net http://www.everyone.net/?btn=3Dtag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 5:44:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 5C3A437B404 for ; Sat, 8 Jun 2002 05:44:28 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id IAA38696; Sat, 8 Jun 2002 08:44:17 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Sat, 8 Jun 2002 08:44:11 -0400 (EDT) From: Stephen Hovey To: Paulo Ricardo Silveira Trainini Cc: questions@FreeBSD.ORG Subject: Re: adduser by web In-Reply-To: <200206080341.AAA05114@alpha.hotnet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG And would make being cracked much more easy too! There are several pre-cooked solutions on the web - webmin comes to mind. I wont touch em. On Sat, 8 Jun 2002, Paulo Ricardo Silveira Trainini wrote: > There is a way to adduser by web? This would become the > administration much more easy. > > Thank you for you response in advance. > > Paulo > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 5:56: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 70B6D37B400 for ; Sat, 8 Jun 2002 05:56:01 -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 g58CtjU20952; Sat, 8 Jun 2002 08:55:47 -0400 Message-ID: <3D020034.4070605@potentialtech.com> Date: Sat, 08 Jun 2002 09:01:40 -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: Syndicate Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Apache error ?! References: <000801c20ed0$ee22f510$017ba8c0@XTREME> 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 Syndicate wrote: > *I'm running an FreeBSD Apache Server with PHP Support but when I use a > login php script* > *it just doesnt work on the FreeBSD machine. I tried to upload it to > 4different machines but* > *still same result . When I upload it to a LinuxBox it does work ... How > come ???* > *I'm running *Apache/1.3.24 (Unix) PHP/4.2.0 *and I also ran the latest > version of PHP * > *but changed because i tought that was the problem .. Same problem :-(* > *U can find the source code here : http://users.pandora.be/wout/php.txt > and the * > *file running on a LinuxBox here : http://virtual.rootbash.be/test.php . > I got it on a FreeBSD box : http://xirius.ath.cx:8080/syndicate/login.php . > All the same files with login/pass : admin/abc123 .* Compare the php.ini files from the Linux/FreeBSD machines. There are a number of settings that will affect how $PHP_AUTH_USER is set (or not set) Read the section on globals and the php.ini file at the php web site. -- 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 Sat Jun 8 6: 0: 2 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 7232A37B403 for ; Sat, 8 Jun 2002 05:59:58 -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 g58CxlU20961; Sat, 8 Jun 2002 08:59:47 -0400 Message-ID: <3D020126.10609@potentialtech.com> Date: Sat, 08 Jun 2002 09:05:42 -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: Ariel Siler Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question about FreeBSD... References: <000801c20eb5$c71e0ce0$0101c80a@zapdos> Content-Type: text/plain; charset=windows-1255; 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 Ariel Siler wrote: > I didn't understabded what FreeBSD does FreeBSD is an operating system. If you don't know what that term means, look it up. It can replace Windows, Linux or other systems. > she gives me free web hosting and control? No. > she does my computer a server? That's one thing it can do. > or she controls the beb hosting that i buyed? No. FreeBSD is software that you put on your computer. -- 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 Sat Jun 8 6: 1:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13504.mail.yahoo.com (web13504.mail.yahoo.com [216.136.175.83]) by hub.freebsd.org (Postfix) with SMTP id AEB9737B404 for ; Sat, 8 Jun 2002 06:01:52 -0700 (PDT) Message-ID: <20020608130152.7007.qmail@web13504.mail.yahoo.com> Received: from [202.150.128.129] by web13504.mail.yahoo.com via HTTP; Sat, 08 Jun 2002 06:01:52 PDT Date: Sat, 8 Jun 2002 06:01:52 -0700 (PDT) From: chia an Subject: Maildir format To: freebsd-questions@FreeBSD.ORG In-Reply-To: <1004883578.3be54e7a57f51@mail.bg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Iam using FreeBSd 4.4. Prior i am used Mailbox format for my Qmail MTA Every users can receive mail. But i have re-installed my QMAIL because i want using Maildir mail format. Since using Maildir format, user in my pc cant receive mail from each other. Maybe i have missing some configuration, i hope someone could telm me how to configured format Maildir for Qmail.Thanks __________________________________________________ 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 Sat Jun 8 6: 2: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13509.mail.yahoo.com (web13509.mail.yahoo.com [216.136.173.13]) by hub.freebsd.org (Postfix) with SMTP id 5D04D37B401 for ; Sat, 8 Jun 2002 06:01:57 -0700 (PDT) Message-ID: <20020608130157.83194.qmail@web13509.mail.yahoo.com> Received: from [202.150.128.129] by web13509.mail.yahoo.com via HTTP; Sat, 08 Jun 2002 06:01:57 PDT Date: Sat, 8 Jun 2002 06:01:57 -0700 (PDT) From: chia an Subject: Maildir format To: freebsd-questions@FreeBSD.ORG In-Reply-To: <1004883578.3be54e7a57f51@mail.bg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Iam using FreeBSd 4.4. Prior i am used Mailbox format for my Qmail MTA Every users can receive mail. But i have re-installed my QMAIL because i want using Maildir mail format. Since using Maildir format, user in my pc cant receive mail from each other. Maybe i have missing some configuration, i hope someone could telm me how to configured format Maildir for Qmail.Thanks __________________________________________________ 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 Sat Jun 8 6: 7:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tartarus.telenet-ops.be (tartarus.telenet-ops.be [195.130.132.34]) by hub.freebsd.org (Postfix) with ESMTP id A963E37B407 for ; Sat, 8 Jun 2002 06:07:12 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by tartarus.telenet-ops.be (Postfix) with SMTP id 9E65DDC4CC for ; Sat, 8 Jun 2002 15:07:11 +0200 (CEST) Received: from fortuna.home.paeps.cx (D5768644.kabel.telenet.be [213.118.134.68]) by tartarus.telenet-ops.be (Postfix) with ESMTP id 6623CDC2B1 for ; Sat, 8 Jun 2002 15:07:11 +0200 (CEST) Received: from juno.home.paeps.cx (juno [10.0.0.2]) by fortuna.home.paeps.cx (Postfix) with ESMTP id 43E19945 for ; Sat, 8 Jun 2002 15:07:11 +0200 (CEST) Received: by juno.home.paeps.cx (Postfix, from userid 1001) id ECDAC555; Sat, 8 Jun 2002 15:07:10 +0200 (CEST) Date: Sat, 8 Jun 2002 15:07:10 +0200 From: Philip Paeps To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Apache error ?! Message-ID: <20020608130710.GP3924@juno.paeps.cx> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <000801c20ed0$ee22f510$017ba8c0@XTREME> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <000801c20ed0$ee22f510$017ba8c0@XTREME> User-Agent: Mutt/1.3.99i X-Message-Flag: Get yourself a real mail client. Try Mutt: Sender: owner-freebsd-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-08 11:43:36, Syndicate wrote: [...] > I'm running Apache/1.3.24 (Unix) PHP/4.2.0 and I also ran the latest version > of PHP but changed because i tought that was the problem .. Same problem :-( > U can find the source code here : http://users.pandora.be/wout/php.txt and the > file running on a LinuxBox here : http://virtual.rootbash.be/test.php . > I got it on a FreeBSD box : http://xirius.ath.cx:8080/syndicate/login.php . > All the same files with login/pass : admin/abc123 . Recent versions of PHP set register_globals off by default in php.ini. The $PHP_AUTH_USER and $PHP_AUTH_PW variables simply don't exist. Use $_SERVER["PHP_AUTH_USER"] and $_SERVER["PHP_AUTH_PW"] respectively, instead. I recommend you switch the register_globals off on the Linux machines too. Superglobals are more secure, and give you more control over what your users are pumping into your scripts. - Philip -- Philip Paeps philip@paeps.cx http://www.paeps.cx/ +32 486 114 720 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 6:38:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.samuelstn.dhs.org (h24-64-81-248.cg.shawcable.net [24.64.81.248]) by hub.freebsd.org (Postfix) with SMTP id 4A04A37B403 for ; Sat, 8 Jun 2002 06:38:24 -0700 (PDT) Received: (qmail 5814 invoked from network); 8 Jun 2002 13:38:22 -0000 Received: from unknown (HELO intelex) (192.168.1.8) by homeserver with SMTP; 8 Jun 2002 13:38:22 -0000 Message-ID: <00ee01c20ef1$c24cb770$0801a8c0@intelex> From: "Samuel Chow" To: "chia an" Cc: References: <20020608130157.83194.qmail@web13509.mail.yahoo.com> Subject: Re: Maildir format Date: Sat, 8 Jun 2002 07:38:22 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Iam using FreeBSd 4.4. Prior i am used Mailbox format > for my Qmail MTA > Every users can receive mail. But i have re-installed > my QMAIL because i want using Maildir mail format. > Since using Maildir format, user in my pc cant receive > mail from each other. Maybe i have missing some > configuration, i hope someone could telm me how to > configured format Maildir for Qmail.Thanks Are you running some pop3 or imap server to serve mail? Do they know about the Maildir format? --- Samuel Chow samuelc@samuelstn.dhs.org Segmentation Fault (core dumped) This message is displayed using recycled electrons. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 6:52: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gnome06.net.rol.ru (gnome06.net.rol.ru [194.67.1.187]) by hub.freebsd.org (Postfix) with ESMTP id 13F7337B403 for ; Sat, 8 Jun 2002 06:52:02 -0700 (PDT) Received: from ts18-b96.Moscow.dial.rol.ru ([195.239.6.96]:7955 "HELO Sender" ident: "TIMEDOUT" whoson: "-unregistered-" smtp-auth: TLS-CIPHER: TLS-PEER: ) by gnome06.net.rol.ru with SMTP id ; Sat, 8 Jun 2002 17:51:59 +0400 From: VISA <1exvisa@email.ru> To: "" <> Subject: 狨旆恦眝-薰ё蹦 衭剆蠍 Reply-To: evsnew@email.ru X-Mailer: The Bat! (v1.52f) Business X-Priority: 3 X-MSMail-Priority: Normal Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Date: Sat, 8 Jun 2002 17:52:22 +0400 Message-Id: <20020608135159Z2797649-127+43247@gnome06.net.rol.ru> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 扻斀鳧 "椻厴謥嚭 鎔諘 栫謼黓" 瀔槼錟蜬殣: 玿襠濱攪 騰 迓旂釔迋觛 譜曙釋 倛旄 昺闉擫樇鳺 瀔魬錟鷿膻: 挕膼膴僗膼 縺 1 懤 - $ 25 氝鍏鍧譇襡鍷 縺 1 蜦 - $ 150 *砎飶鍒 碭瀔闃 闅膼鼨蠈錪膼 瀔槦瘔膻 鴈闃襝鳧蕻 蜸馰魡 縺 蠈貙鼏闉鳷 俶. 拏恦昋攪 蹦龔騵觛 薰 倛旄葟檜 - 邋謽鳧 - 孮鳧灕 - 燴蜱 - 嵕樥攡謶 - 蠉錒 擨鍻殥蠋 僽鵽儓 嚦譇... 砎槼嚦飶錼膻 轉麠 鴈蠈謥勷 膰艚鵻嚦瘔 沓齕禖. 拏恦昋攪 Ш譜櫛狨旆恦眛 (紶蕻 鵳馵鳧 儇 緡蠈錼 沓齕禖 沓齕. 鍕錟嚦) 35 譇.僾樥 - $70 21-23 譇.僾樥 - $140 15-17 譇.僾樥 - $180 10-12 譇.僾樥 - $260 砐 轉鷿檍 諘瀔闃 禖齴樦 膰斀錼膷 翴鍕羻儰檞 儋膧懤艜鍒 儇 隮闉擫樇 諘蜸鳧櫡厴闉蠉. 豁旆侚眝袶 蹦龔 弝倱瓚 臍 拏 玿鼴攣毚 . 旽捗蹦 砱./邍膲: (095) 107-78-58,797-04-08, 797-04-82 ------------------------ 砎鴈闃鳻 鼀鍞 鳿睯翴膻 殥錒 襜 歞嬿斁 翴 鍧馵鳪闃 儇 轉 瀁錼賝. 酖鍕 闅罻諘譔 闅 譇嚭鍆 縺歞麠蠈 歞嬿斁 縺 馯謥: delete@email.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 7:38:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.home.nl (mail2.home.nl [213.51.129.226]) by hub.freebsd.org (Postfix) with ESMTP id 100EC37B407 for ; Sat, 8 Jun 2002 07:38:09 -0700 (PDT) Received: from win2000 ([217.120.146.224]) by mail2.home.nl (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20020608143957.VHWI21049.mail2.home.nl@win2000> for ; Sat, 8 Jun 2002 16:39:57 +0200 Message-ID: <018e01c20efa$2fc72b70$0200a8c0@win2000> From: "Marcel Dijk" To: Subject: shared object not found Date: Sat, 8 Jun 2002 16:38:42 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_018B_01C20F0A.F32B5C70" 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_018B_01C20F0A.F32B5C70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have installed OpenSSH (from the ports collection) on my FreeBSD 4.5 = machine. But when I try to start the SSHD I get this error: /usr/libexec/ld-elf.so.1 shared object "libcrypto.so.2" not found. I am puzzeld as what to do next. Greets, Marcel. ------=_NextPart_000_018B_01C20F0A.F32B5C70 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I have installed = OpenSSH (from the=20 ports collection) on my FreeBSD 4.5 machine. But when I try to start the = SSHD I=20 get this error:
 
/usr/libexec/ld-elf.so.1 shared=20 object "libcrypto.so.2" not found.
 
I am puzzeld as what to = do=20 next.
 
Greets,
 
Marcel.
------=_NextPart_000_018B_01C20F0A.F32B5C70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 8:37:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes12-hme0.telusplanet.net (fepout4.telus.net [199.185.220.239]) by hub.freebsd.org (Postfix) with ESMTP id 80B0C37B405 for ; Sat, 8 Jun 2002 08:37:46 -0700 (PDT) Received: from box.ici.net ([161.184.24.253]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020608153745.NEPT2295.priv-edtnes12-hme0.telusplanet.net@box.ici.net> for ; Sat, 8 Jun 2002 09:37:45 -0600 Date: Sun, 9 Jun 2002 09:42:24 -0600 From: James Earl To: freebsd-questions@FreeBSD.org Subject: Re: Definitive PPP Dial-in Howto? Message-Id: <20020609094224.47e09b9e.jamesearl@telusplanet.net> In-Reply-To: <3D0111B4.6050409@potentialtech.com> References: <200206071928.g57JSXr6010213@challenger.harlanonline.org> <3D0111B4.6050409@potentialtech.com> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 07 Jun 2002 16:04:04 -0400 Bill Moran wrote: > Michael D. Harlan wrote: > > Hi all, > > > > I've been reading a lot lately on setting up a dial-in PPP server on > > FreeBSD, but I haven't found a really thorough document. > > > > Here's my setup: > > > > * I have a FreeBSD 4.6-RC box up and running with a Time Warner Cable > > modem attached to NIC1. I have a NIC2 attached to a 100Mbps hub. I > > have natd running, so several other internal machines use the FreeBSD > > box on a daily basis as a gateway to the Internet. This works fine. > > > > * I have an external 56k US Robotics modem attached to COM2 on the > > FreeBSD box. It is configured correctly: I can talk to it through tip. > > > > * I'd like to use a Windows 2000 laptop with a PCMCIA modem to dial > > into my FreeBSD box and establish a PPP connection, then be able to use > > the cable modem to get out to the Internet. > > > > > > I have read several documents on the web as to setting this up. About > > 50% say to use mgetty and the other 50% say not to, that it's evil. I > > still haven't gotten things to work right, so maybe mgetty *is* evil. > > I have been able to get mgetty to pick up the modem on the correct ring > > (I even got ringback to work), but once the modem picks up, it almost > > immediately hangs up. Using the "terminal window" on the Win2k box, > > instead of getting "login:", I get garbage. > > > > There could be a dozen things wrong with my setup, from permissions to > > syntax, to overall layout of things. If I had a definitive guide to > > setting this up, I'd just follow the recipe and be off and running. > > > > The FreeBSDDiary site has an article on this, but I'm not sure that it > > works. Even the author of the site said he hadn't tried it out yet. > > > > I have read about using PAP, CHAP, and plain old /bin/login. What do > > you suggest? From Windows 2000's standpoint, I don't think I really > > need PAP or CHAP, but maybe I'm being naive. > > > > At any rate, if anyone knows of a good document for setting up dial-in > > PPP (dialing into the FreeBSD box, not into another ISP), I'd be VERY > > appreciative. > > I won't be so arrogant as to call this article "definitive", but hopefully > it will help you out: > http://www.daemonnews.org/200105/dialup1.html > The handbook also has an excellent walk-through on setting up a dial-in > server - without using mgetty, if you decide that it's evil. If you're using user-ppp like me, the ppp manpage is pretty helpful too. One area of my setup that I would like to fix, or improve is my connection setup so I get a better connection speed. I have it setup as a 'matched-speed' setup as it talks about in the handbook. Despite having two of the same modems (USR 56K) on each end, the remote machine always seems to throw me down to 19200 at best! I would like to have a locked-speed setup that worked, but I ended up with a match-speed setup, because I was getting tired of getting away from the office, only to find I couldn't login to the remote machine. I'm probably doing something wrong... (like my IP settings!). Does anyone have any definitive answers on getting modems to communicate properly? It seemed a lot easier back in the BBS days. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 8:41:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.2ainfo.it (dns2.2ainfo.it [195.31.142.8]) by hub.freebsd.org (Postfix) with SMTP id 54F3937B404 for ; Sat, 8 Jun 2002 08:41:51 -0700 (PDT) Received: (qmail 23565 invoked from network); 8 Jun 2002 15:41:48 -0000 Received: from ppp64.2ainfo.it (HELO sting) (195.31.142.31) by dns2.2ainfo.it with SMTP; 8 Jun 2002 15:41:48 -0000 From: To: questions@FreeBSD.org Subject: Linux-mozilla problem (fwd) Date: Sat, 08 Jun 2002 17:43:00 +0057 (CEST) X-ReplyTo: gunnut@2ainfo.it X-Mailer: XCmail 1.3 - with PGP support, PGP engine version 0.5 (FreeBSD) X-Mailerorigin: http://www.fsai.fh-trier.de/~schmitzj/Xclasses/XCmail/ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Message-Id: <20020608154151.54F3937B404@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have installed linux-mozilla-1.0 on i386 arch with linux-jdk-1.3.1 and compat-linux-6.1_1 whenever I enter a web site with java enabled the browser crashes Any help really appreciated sincerely Filippo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 9:17:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 4BD4F37B401 for ; Sat, 8 Jun 2002 09:17:10 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Sat, 8 Jun 2002 09:17:04 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795; Sat, 08 Jun 2002 09:12:34 -0700 From: "Corey Snow" To: freebsd-questions@freebsd.org, RJ45 Date: Sat, 8 Jun 2002 09:17:02 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: FreeBSD and ipfilter bridging Message-ID: <3D01CB8E.7585.3BA66CA@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 8 Jun 2002, at 2:51, RJ45 wrote: > > Hello, I Wanted to ask at which point is right now the bridging between 2 > NICs on FreeBSD and possibility to filter between them using ipf ?? I > don't like anymore OpenBSD since it switched to PF (it does not work as > well as ipfilter) so I wanted to switch to FreeBSD but I guess if there is > enough support for bridging+ipfilter. any hints? > thanks > Well, I don't know about IPFILTER per se, but there is support for bridging + filtering using IPFIREWALL. I just set up a box to do that. There's tutorials on the FreeBSD site, but you kind of have to dig around a bit because none of them is exhaustive. Check the Handbook, Chapter 10 on Security. Also, read Chapter 9 on recompiling your kernel (you probably already can do this unless OpenBSD is totally different; I have no idea there). In the Docs section of the web site you'll find a document on Bridging which also has good info. Like I said, I don't know about IPFILTER because I haven't used it, but I got a box running last night using IPFIREWALL and it works great. I'm using it right now, as a matter of fact- it's filtering my LAN traffic for me. Regards, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 9:33: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by hub.freebsd.org (Postfix) with SMTP id AEB5137B404 for ; Sat, 8 Jun 2002 09:32:57 -0700 (PDT) Received: (qmail 77707 invoked from network); 8 Jun 2002 16:32:50 -0000 Received: from dclient217-162-248-165.hispeed.ch (HELO feba1) (217.162.248.165) by 0 with SMTP; 8 Jun 2002 16:32:50 -0000 From: "Andreas Bachmann" To: Subject: bugreport: kernel Date: Sat, 8 Jun 2002 18:32:51 +0200 Message-ID: <000001c20f0a$222cdbd0$a5f8a2d9@feba1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! GENERIC Kernel is broken (/usr/src/sys). Greets Andreas Bachmann - Install FreeBSD 4.5 (WITH src) Then: $ pkg_add -r cvs-without-gui $ vi /etc/cvsupfile *default host=cvsup.at.freebsd.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_4 *default delete use-rel-suffix src-base src-bin src-contrib src-crypto src-etc src-gnu src-include src-lib src-libexec src-release src-sbin src-secure src-share src-sys src-tools src-usrbin src-usrsbin $ /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile => DELETE and UPDATE $ cd /usr/src $ make buildkernel @ -> /usr/src/sys machine -> /usr/src/sys/i386/include perl @/kern/vnode_if.pl -h @/kern/vnode_if.src touch opt_inet.h echo "#define INET 1" > opt_inet.h touch opt_ipx.h echo "#define NETSMB 1" > opt_netsmb.h echo "#define NETSMBCRYPTO 1" >> opt_netsmb.h touch opt_smbfs.h touch opt_vmpage.h perl @/kern/makeops.pl -h @/libkern/iconv_converter_if.m make: don't know how to make des_enc.S. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 9:36:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpout.ev1.net (smtpout.ev1.net [207.218.192.2]) by hub.freebsd.org (Postfix) with ESMTP id AD85F37B405 for ; Sat, 8 Jun 2002 09:36:50 -0700 (PDT) Received: from ev1.net [207.218.236.17] by smtpout.ev1.net with ESMTP (SMTPD32-6.06) id A317A4BB00E2; Sat, 08 Jun 2002 11:38:47 -0500 Message-ID: <3D0232B9.1D0F1834@ev1.net> Date: Sat, 08 Jun 2002 11:37:13 -0500 From: Mike Taylor Organization: SBISD X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,x-ns1QEOYek$HNhQ,x-ns2r2e09OnmPe2 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Graphics drivers 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 Will support for the Intel 81x architecture be available in the 4,6 or 5.0 release? I have been trying to learn BSD and the only machine that I have has the 810 chip set in it. Those who can afford it say "just buy another card" but finances don't always work in my favor. I really want to learn FreeBSD. I have heard a lot of good things from friends who use it and I want to get out of the Micro$oft shadow. Thank you for your time. -- Mike Taylor A+, Network+ Certified Technician To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 9:59:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crackula.com (adsl-64-169-68-38.dsl.snfc21.pacbell.net [64.169.68.38]) by hub.freebsd.org (Postfix) with ESMTP id E3D6E37B401 for ; Sat, 8 Jun 2002 09:59:02 -0700 (PDT) Received: (from monkey@localhost) by mail.crackula.com (8.9.3/8.9.3) id JAA30994; Sat, 8 Jun 2002 09:57:19 -0700 (PDT) Date: Sat, 8 Jun 2002 09:57:19 -0700 From: Adam Weinberger To: =?iso-8859-1?Q?zhongjun_=D1=EE?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question Message-ID: <20020608095719.A8760@crackula.com> References: <20020608103730.78751.qmail@web15001.mail.bjs.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: MarioMail Super Nintendo w/ 2 controllers In-Reply-To: <20020608103730.78751.qmail@web15001.mail.bjs.yahoo.com>; from kangqiong@yahoo.com.cn on Sat, Jun 08, 2002 at 06:37:30PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG zhongjun 栦 took 0.5K on Sat, Jun 08, 2002 at 06:37:30PM +0800 to say: > I want to know what is the latest version of it if you surf over to http://www.freebsd.org, in the upper right-hand corner it says, "Current Release: 4.5." Check out the 5 links right below that heading for more information on just what a FreeBSD 4.5 is, and how to install it. > and can it run on the cup of AMD? check the "Hardware Notes" link under that heading above. there tends to be pretty good support for current CPUs. > does it have a editor like WORD and EXCEL yes. once you install FreeBSD and the ports tree (read about that one too), you should look into ports/editors/AbiWord for an editor that is surprisingly similar to MS Word (and can read and write those files), and ports/math/gnumeric for a well-made spreadsheet program like MS Excel. -Adam -- "I am disrespectful to dirt! Can you see I am serious!" -Mr. Sparkle Adam Weinberger monkey@crackula.com http://www.crackula.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 10:11:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crackula.com (adsl-64-169-68-38.dsl.snfc21.pacbell.net [64.169.68.38]) by hub.freebsd.org (Postfix) with ESMTP id C6CD137B404 for ; Sat, 8 Jun 2002 10:11:26 -0700 (PDT) Received: (from monkey@localhost) by mail.crackula.com (8.9.3/8.9.3) id KAA05288; Sat, 8 Jun 2002 10:09:41 -0700 (PDT) Date: Sat, 8 Jun 2002 10:09:41 -0700 From: Adam Weinberger To: "S. Roberts" Cc: Jake Bishop , FreeBSD-Questions Subject: Re: Gnome build failure Message-ID: <20020608100941.B8760@crackula.com> References: <3D01E373.33B8D881@pacbell.net> <1023536327.304.178.camel@Demon.Strobe.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: MarioMail Super Nintendo w/ 2 controllers In-Reply-To: <1023536327.304.178.camel@Demon.Strobe.org>; from sroberts@dsl.pipex.com on Sat, Jun 08, 2002 at 12:38:46PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i don't have the patience to poke at the configure script, so then, assuming that you have gtk installed normally, and it should be -lgtk12, the quickest kludge possible is to run: # cd /usr/ports/x11/xscreensaver # make clean configure # cp work/xscreensaver-4.04/driver/Makefile work/xscreensaver-4.04/driver/Makefile.orig # sed -e "s/-lgtk -lgdk -lglib//" work/xscreensaver-4.04/driver/Makefile.orig > work/xscreensaver-4.04/driver/Makefile # make install clean -Adam S. Roberts took 5.5K on Sat, Jun 08, 2002 at 12:38:46PM +0100 to say: > Hi Jake, > You're not only one experiencing a problem with that port - see from > pkg_version -v: > xscreensaver-gnome-4.02 < needs updating (port has 4.04.2) > and portupgrade: > > /usr/X11R6/include/gtk12/gtk/gtkitemfactory.h:48: warning: function > declaration isn't a prototypecc -Wall -Wstrict-prototypes > -Wnested-externs -Wno-format -std=c89 -U__STRICT_ANSI__ -L/usr/X11R6/lib > -o xscreensaver-demo-Gtk prefs.o dpms.o remote.o exec.o > ../utils/resources.o ../utils/usleep.o ../utils/visual.o demo-Gtk.o > demo-Gtk-conf.o demo-Gtk-widgets.o demo-Gtk-support.o -L/usr/local/lib > -L/usr/X11R6/lib \ > -Wl,-E -Wl,-E -Wl,-E -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk > -lglib -lcapplet -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap > -lgnorba -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif > -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -lgnugetopt > -laudiofile -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl > -lXext -lX11 -lm -L/usr/local/lib -lxml2 -lz -liconv -lm -lXmu > -L/usr/local/lib -lxml2 -lz -liconv -lm -lSM -lICE -lXt -lX11 \ > -lXdpms -lXext > /usr/libexec/elf/ld: cannot find -lgtk <=>----------- Look familiar? > gmake[1]: *** [xscreensaver-demo-Gtk] Error 1 > gmake[1]: Leaving directory > `/usr/ports/x11/xscreensaver/work/xscreensaver-4.04/driver' > gmake: *** [all] Error 5 > *** Error code 2 > > Stop in /usr/ports/x11/xscreensaver. > ** Command failed: make > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! x11/xscreensaver (xscreensaver-gnome-4.02) (unknown build error) > # > > I've been trying to chase this for a while now, by posting here as well > as to the listed port maintainer, but haven't gotten any responses as > yet - just posts from other users asking the same question as you've > done here. Hopefully someone'll (or indeed, the port maintainer) get > back to us on this. I know this isn't a solution, but I thought you'd > like to know that others are also in the same situation and are awaiting > some information. > > Stacey > > > On Sat, 2002-06-08 at 11:58, Jake Bishop wrote: > > Hello, > > I am trying to build the Gnome port on FreeBSD stable 4.6rc 0,The build > > fails on xscreensaver saying it cant find -lgtk. Everything else > > compiled fine. > > Thanks > > Jake > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > -- > Stacey Roberts B.Sc. (HONS) Computer Science > Network Systems Engineer -- "I am disrespectful to dirt! Can you see I am serious!" -Mr. Sparkle Adam Weinberger monkey@crackula.com http://www.crackula.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 10:13:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp07.wxs.nl (smtp07.wxs.nl [195.121.6.39]) by hub.freebsd.org (Postfix) with ESMTP id 7C6E737B403 for ; Sat, 8 Jun 2002 10:13:17 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp07.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GXED6302.AIM; Sat, 8 Jun 2002 19:13:15 +0200 Date: Sat, 8 Jun 2002 19:13:58 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <7027650559.20020608191358@dds.nl> To: "Marcel Dijk" Cc: questions@freebsd.org Subject: Re: shared object not found In-Reply-To: <018e01c20efa$2fc72b70$0200a8c0@win2000> References: <018e01c20efa$2fc72b70$0200a8c0@win2000> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Marcel, Saturday, June 08, 2002, 4:38:42 PM, you wrote: MD> Hello, MD> I have installed OpenSSH (from the ports collection) on my FreeBSD 4.5 machine. But when I try to start the SSHD I get this error: MD> /usr/libexec/ld-elf.so.1 shared object "libcrypto.so.2" not found. MD> I am puzzeld as what to do next. MD> Greets, MD> Marcel. SSH is build in to FreeBSD. You can enable it, by putting this in to your /etc/rc.conf file sshd_enable="YES" -- The file is probably belongs to the OS, but was for some reason not installed. Try a to update you sources and do a make world. For info on how to do that. http://www.freebsd.org/handbook/cutting-edge.html My guess is, that your problem wil be gone after you done this. -- Best regards, Alex Links: How to get the best results from FreeBSD questions. http://www.lemis.com/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 10:16:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11304.mail.yahoo.com (web11304.mail.yahoo.com [216.136.131.207]) by hub.freebsd.org (Postfix) with SMTP id CC2D437B408 for ; Sat, 8 Jun 2002 10:16:55 -0700 (PDT) Message-ID: <20020608171655.12941.qmail@web11304.mail.yahoo.com> Received: from [206.246.170.189] by web11304.mail.yahoo.com via HTTP; Sat, 08 Jun 2002 10:16:55 PDT Date: Sat, 8 Jun 2002 10:16:55 -0700 (PDT) From: Matt O'Brien Subject: FreeBSD on Laptop To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a question. I am not 100% certain but have a good enough idea. I just want to know which version of FreeBSD I need to install on my P100, 16MB RAM Acer Laptop. I do NOT have a CD ROM drive -- only a standard 1.44" floppy drive and also don't have a NIC :( Also, what kind of installation will I need to perform? A 1.44" floppy disk installation?? Do I just need the mfsroot.flp and kern.flp ? Are there any others I need? Thanks & Muchas Gracias, Matt - m___o___b@yahoo.com __________________________________________________ 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 Sat Jun 8 10:23:36 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 57D4C37B401 for ; Sat, 8 Jun 2002 10:23:33 -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 g58HNLU21557; Sat, 8 Jun 2002 13:23:21 -0400 Message-ID: <3D023EEC.2090809@potentialtech.com> Date: Sat, 08 Jun 2002 13:29:16 -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: "Matt O'Brien" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD on Laptop References: <20020608171655.12941.qmail@web11304.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt O'Brien wrote: > I have a question. I am not 100% certain but > have a good enough idea. I just want to know which > version of FreeBSD I need to install on my P100, 16MB > RAM Acer Laptop. I do NOT have a CD ROM drive -- only > a standard 1.44" floppy drive and also don't have a > NIC :( I don't see why you couldn't run the most recent, 4.5. How much RAM does it have? 8meg is required. > Also, what kind of installation will I need to > perform? A 1.44" floppy disk installation?? Do I > just need the mfsroot.flp and kern.flp ? Are there > any others I need? Oh sheese ... you'll need to do a floppy install. Read the installation instructions in the handbook. Floppy installs are slow, tedious, and frustrating. I did it with 3.x a few years ago because I had a lappy without CD ROM as well. Take my advice, if your time is worth anything, purchase a NIC for the lappy and save your time and sanity. Otherwise, you're looking at using 30+ floppies to do the install. My experience showed that about 10% of the floppies didn't work right and had to be recreated. Like I said, slow, tedious, and frustrating. -- 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 Sat Jun 8 10:50:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta8.srv.hcvlny.cv.net (mta8.srv.hcvlny.cv.net [167.206.5.23]) by hub.freebsd.org (Postfix) with ESMTP id 177AB37B405 for ; Sat, 8 Jun 2002 10:49:18 -0700 (PDT) Received: from computer (ool-43530c6c.dyn.optonline.net [67.83.12.108]) by mta8.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GXE00FFTET3KN@mta8.srv.hcvlny.cv.net> for questions@FreeBSD.org; Sat, 08 Jun 2002 13:48:39 -0400 (EDT) Date: Sat, 08 Jun 2002 00:00:00 -0400 From: STREET RACERS USA Subject: STREETRACER PERFORMANCE To: questions@FreeBSD.org Message-id: <0GXE00FFWET3KN@mta8.srv.hcvlny.cv.net> MIME-version: 1.0 Content-type: multipart/related; boundary="Boundary_(ID_XZeYaEawg2Z4K62PQ4KkgQ)"; type="multipart/alternative" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Boundary_(ID_XZeYaEawg2Z4K62PQ4KkgQ) Date: 6/8/2002 From: "STREET RACERS USA" Subject: STREETRACER PERFORMANCE To: questions@FreeBSD.org X-Mailer: Spyder Mailer 1.2 Content-type: multipart/alternative; boundary="Boundary_(ID_n9HNDxRO432kgN/HCxU/4w)" =0D=0A=0D=0ASTREET=20RACERS=20USA=20HIGH=20PERFORMANCE= =20AUTO=20PARTS=20AND=20ACCESSORIES=20SPEED=20SHOP=20AUTO=20REPAIR,=20VIDEO= =20STORE=2024=20HRS=20NON=20STOP=20CHATROOMS=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D= =0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0Abody=0D=0A=09{=0D=0A=09b= ackground-color:#FFFFFF;=20=0D=0A=09font-family:=20Arial;=20=0D=0A=09font-s= ize:10pt;=20=0D=0A=09}=0D=0A=0D=0A=0D= =0A=0D=0A=0D=0A

=0D=0A=0D=0A=0D=0A=0D=0A
=0D=0A

STREET=20RACERS=0D=0A=0D= =0A
=0D=0A
HIGH=20PERFORMANCE=20AUTOMOTIVE=20=0D=0A
PARTS=20AND=20ACCES= SORIES
=0D=0A
SPEED=20SHOP
=0D=0A
=0D=0A=
COMPLETE= =20AUTOMOTIVE=20REPAIR=20AND=20INSTALLATION=20FACILITY
=0D= =0A
=0D=0A=09
=0D=0A=09=09=0D=0A=09=09=0D= =0A=09=0D=0A
=20
=0D=0A
=0D=0A=0D=0AWE=20ACCEPT=20ALL=20MAJOR=20CREDIT=20CARDS
=0D=0A=0D=0A
=0D=0A=0D=0A=09=0D=0A=09=09=20=20=0D=0A=09=09=0D=0A=09=0D=0A
=20=20
=0D=0A
=0D=0A
OUR=20LOC= ATIONS
=0D=0ANEW=20JERSEY
=0D=0A4309=20HUDSON=20AVE.=20=20=20UNION=20CITY=20N.J=20070= 87=0D=0A=0D=0A
OHIO
=0D=0A14280=20ST.=20RT.=2041=20= =20=20WEST=20UNION=20OHIO=2045693=0D=0A
N.J= =20=20TEL.=20=20=20201-867-8643
OH.=20=20TEL.=20=20= =20937-544-7283

streetrodsusa@msn.com
=0D=0A

MENU=0D=0A
=0D=0A=0D= =0A=0D=0A
=0D=0Aradiators,mufflers,shocks,coilovers,hid= s,lighting,supershargers,springs,mobilestereos,mobilevideos,
=0D=0Aalarm= s,rims,horns,neons,seatcovers,autoelectric,autorepairmanuals,autorepair,fog= lights=20=0D=0A=0D=0A
=0D=0ACLICK= =20ON=20ME=20TO=20E-MAIL=0D=0A
=0D=0AHOT=20ROD=20NEW=20JERSEY'S=20FAVORITE=20LINKS= =0D=0A
=0D=0A
MAIN=20MENU
=0D=0A
<= a=20href=3D"http://www.streetracersusa.com/miva-cgi-bin/miva?Merchant2/merc= hant.mv+Screen=3DSFNT&Store_Code=3DSRUHPAPAASS"=20onMouseOver=3D"window.sta= tus=3D'STREET=20RACERS=2024=20HR.=20PERFORMANCE=20INTERNET=20MALL';=20retur= n=20true"=20onMouseOut=3D"window.status=3D'=20'">SHOPPING=20CENTER
=0D=0AORDER=20ON-LINE=20TODAY

E-MAIL=20FOR=20INFORMATION
=0D=0AE-MAIL=20TO=20ORDER=0D=0A
=0D= =0A
=0D=0A=20=0D=0A
BECOME=20AN=20AFFILLIATE<= br>=0D=0AMAKE=20MONEY=20= RIGHT=20FROM=20YOUR=20OWN=20WEB-SIGHT
=0D=0ASIGN=20UP=20NOW=0D=0A --Boundary_(ID_n9HNDxRO432kgN/HCxU/4w) Content-type: text/plain Content-transfer-encoding: 7BIT STREET RACERS HIGH PERFORMANCE AUTOMOTIVE PARTS AND ACCESSORIES SPEED SHOP COMPLETE AUTOMOTIVE REPAIR AND INSTALLATION FACILITY WE ACCEPT ALL MAJOR CREDIT CARDS OUR LOCATIONS NEW JERSEY 4309 HUDSON AVE. UNION CITY N.J 07087 OHIO 14280 ST. RT. 41 WEST UNION OHIO 45693 N.J TEL. 201-867-8643 OH. TEL. 937-544-7283 streetrodsusa@msn.com MENU --Boundary_(ID_n9HNDxRO432kgN/HCxU/4w) Content-type: text/html Content-transfer-encoding: 7BIT STREET RACERS USA HIGH PERFORMANCE AUTO PARTS AND ACCESSORIES SPEED SHOP AUTO REPAIR, VIDEO STORE 24 HRS NON STOP CHATROOMS


STREET RACERS
HIGH PERFORMANCE AUTOMOTIVE
PARTS AND ACCESSORIES

SPEED SHOP

COMPLETE AUTOMOTIVE REPAIR AND INSTALLATION FACILITY


WE ACCEPT ALL MAJOR CREDIT CARDS


OUR LOCATIONS
NEW JERSEY
4309 HUDSON AVE. UNION CITY N.J 07087

OHIO
14280 ST. RT. 41 WEST UNION OHIO 45693
N.J TEL. 201-867-8643
OH. TEL. 937-544-7283

streetrodsusa@msn.com


MENU
radiators,mufflers,shocks,coilovers,hids,lighting,supershargers,springs,mobilestereos,mobilevideos,
alarms,rims,horns,neons,seatcovers,autoelectric,autorepairmanuals,autorepair,foglights
CLICK ON ME TO E-MAIL
HOT ROD NEW JERSEY'S FAVORITE LINKS
MAIN MENU

SHOPPING CENTER

ORDER ON-LINE TODAY

E-MAIL FOR INFORMATION
E-MAIL TO ORDER

BECOME AN AFFILLIATE
MAKE MONEY RIGHT FROM YOUR OWN WEB-SIGHT
SIGN UP NOW
--Boundary_(ID_n9HNDxRO432kgN/HCxU/4w)-- --Boundary_(ID_XZeYaEawg2Z4K62PQ4KkgQ)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 11:59:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 1507037B405 for ; Sat, 8 Jun 2002 11:59:04 -0700 (PDT) Received: (qmail 3184 invoked by uid 0); 8 Jun 2002 18:59:03 -0000 Received: from bw2-188pub112.bluewin.ch (HELO eraser.spiele.local) (213.3.188.112) by mail.gmx.net (mp002-rz3) with SMTP; 8 Jun 2002 18:59:03 -0000 Date: Sat, 8 Jun 2002 21:01:52 +0200 From: Xeon To: FreeBSD Questions Subject: mount_msdos Message-Id: <20020608210152.3902ec7a.xeon@gmx.ch> X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello I-ve got a problem with mount_msdos. A hd was given to me with a fat32-partition (@ least windoze told that) on it. I've mounted the partition successfully under w2k, but I didn't have any success in freebsd 4.5. I entered the following command: mount_msdos /dev/ad6s1 /mnt the error I got: mount_msdos: /dev/ad6s1: Invalid argument there is only one partition of type fat32 on this hd I have a few other fat32-partitions on my other hds, and I can mount them without any problem. any idea? thx in advance! mfg Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 12: 3: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 3F3E437B416 for ; Sat, 8 Jun 2002 12:02:53 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Sat, 8 Jun 2002 12:02:52 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795 for ; Sat, 08 Jun 2002 11:58:22 -0700 From: "Corey Snow" To: freebsd-questions@freebsd.org Date: Sat, 8 Jun 2002 12:02:51 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Update OpenSSH? Message-ID: <3D01F26B.29291.4523301@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There's been some discussion about this on the list, but I'm not sure how or if to apply it- I installed FreeBSD 4.5-RELEASE and it has OpenSSH 2.9 as part of the distribution. However, OpenSSH is at a higher version now (3.x) and I'd like to use the later version. Question: How do I go about updating my installed version of OpenSSH? I had added the OpenSSH package, but it just installed it side-by- side with the distribution one. Thanks for any responses, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 12:11:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id 8777637B400 for ; Sat, 8 Jun 2002 12:11:21 -0700 (PDT) Received: from hsa011.pool035.at101.earthlink.net ([216.249.104.11] helo=treehouse) by gull.mail.pas.earthlink.net with smtp (Exim 3.33 #2) id 17GlcP-0005Jk-00 for questions@freebsd.org; Sat, 08 Jun 2002 12:11:21 -0700 From: "Bryan Walden" To: Subject: ISO downloads fail Date: Sat, 8 Jun 2002 12:11:21 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01C20EE5.99FBA260" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MS-TNEF-Correlator: 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_0000_01C20EE5.99FBA260 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi. I've been attempting to download the i386 4.5 ISO and can't get more than 2.8mb of it. At that point, the server connection gets reset. Why is this happening? I'm able to download pretty much everything else--this problem only occurs with the ISOs. Thanks! --Bryan ------=_NextPart_000_0000_01C20EE5.99FBA260 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IhUTAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANIHBgAIAAwACwAAAAYABAEB A5AGAFwFAAAiAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADADYAAAAAAB4AcAAB AAAAEwAAAElTTyBkb3dubG9hZHMgZmFpbAAAAgFxAAEAAAAWAAAAAcIPIEY3RUP9QNXXQeKJIl6h hyPqRgAAAgEdDAEAAAAbAAAAU01UUDpCV0FMRE8yQEVBUlRITElOSy5ORVQAAAsAAQ4AAAAAQAAG DgC6oDkgD8IBAgEKDgEAAAAYAAAAAAAAAEepHbMcU8tNspqzBkvuvN/CgAAACwAfDgEAAAACAQkQ AQAAAGIBAABeAQAApQEAAExaRnWqTl3mAwAKAHJjcGcxMjUWMgD4C2BuDhAwMzNPAfcCpAPjAgBj aArAc7BldDAgBxMCgH0KgZJ2CJB3awuAZDQMYA5jAFALAwu1IEhpLgcKogqECoBJJ3ZlIJJiCeEg YQJAZW0FMAELgGcgdG8gZG+kd24JAGFkFgBoFPAAaTM4NiA0LjUwIElTTxVQEoAgY9UAcCcFQGcR MCAEYAlwIxbBA5EyLjgG0CBv8mYXAHQuEWAFQBkRBUBkcG8LgHQsFsMRIHLnFOAFwAWgbm4FkBXA AiAfGHIEIAlwESEaEFdoeZ8XAAQgFtAdgRDwcHAJ8OUV0T8XkCdtFVACYBjxXRYpcAlwAkAdYG0S wGg0IGUbkXkdsRXhZWzZESAtLR2zIABvHwEe0MUCIGwdYG9jYwhwBCCvA/AW0BbDF6FzE/tUGSHY a3MhFAohsEIg8ABwCxQEEeEAJ0AAAAsAAYAIIAYAAAAAAMAAAAAAAABGAAAAAAOFAAAAAAAAAwAD gAggBgAAAAAAwAAAAAAAAEYAAAAAEIUAAAAAAAADAAeACCAGAAAAAADAAAAAAAAARgAAAABShQAA tnQBAB4ACYAIIAYAAAAAAMAAAAAAAABGAAAAAFSFAAABAAAABAAAADkuMAALAA2ACCAGAAAAAADA AAAAAAAARgAAAACChQAAAQAAAAsAOoAIIAYAAAAAAMAAAAAAAABGAAAAAA6FAAAAAAAAAwA8gAgg BgAAAAAAwAAAAAAAAEYAAAAAEYUAAAAAAAADAD2ACCAGAAAAAADAAAAAAAAARgAAAAAYhQAAAAAA AAsAUoAIIAYAAAAAAMAAAAAAAABGAAAAAAaFAAAAAAAAAwBTgAggBgAAAAAAwAAAAAAAAEYAAAAA AYUAAAAAAAACAfgPAQAAABAAAABHqR2zHFPLTbKaswZL7rzfAgH6DwEAAAAQAAAAR6kdsxxTy02y mrMGS+683wIB+w8BAAAAngAAAAAAAAA4obsQBeUQGqG7CAArKlbCAABQU1RQUlguRExMAAAAAAAA AABOSVRB+b+4AQCqADfZbgAAAEM6XERvY3VtZW50cyBhbmQgU2V0dGluZ3NcQnJ5YW4gV2FsZGVu XExvY2FsIFNldHRpbmdzXEFwcGxpY2F0aW9uIERhdGFcTWljcm9zb2Z0XE91dGxvb2tcb3V0bG9v ay5wc3QAAAADAP4PBQAAAAMADTT9NwAAAgF/AAEAAAA1AAAAPE1MRU5MQ0pLUEVLUEZHRk5LQUlN QUVJQ0NCQUEuYndhbGRvMkBlYXJ0aGxpbmsubmV0PgAAAAADAAYQzwizYgMABxDVAAAAAwAQEAAA AAADABEQAAAAAB4ACBABAAAAZQAAAEhJSVZFQkVFTkFUVEVNUFRJTkdUT0RPV05MT0FEVEhFSTM4 NjQ1SVNPQU5EQ0FOVEdFVE1PUkVUSEFOMjhNQk9GSVRBVFRIQVRQT0lOVCxUSEVTRVJWRVJDT05O RUNUSU9OR0UAAAAAgyc= ------=_NextPart_000_0000_01C20EE5.99FBA260-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 12:14:55 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 3F21937B400 for ; Sat, 8 Jun 2002 12:14:45 -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 MAA07028; Sat, 8 Jun 2002 12:14:41 -0700 Message-ID: <3D0257A0.5040707@owt.com> Date: Sat, 08 Jun 2002 12:14: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: Andreas Bachmann Cc: questions@FreeBSD.ORG Subject: Re: bugreport: kernel References: <000001c20f0a$222cdbd0$a5f8a2d9@feba1> 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 Andreas Bachmann wrote: > Hi! > > GENERIC Kernel is broken (/usr/src/sys). > > Greets > > Andreas Bachmann > > - Install FreeBSD 4.5 (WITH src) > > Then: > $ pkg_add -r cvs-without-gui > > $ vi /etc/cvsupfile > *default host=cvsup.at.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4 > *default delete use-rel-suffix > The list below is not complete because of your choices, you didn't get the crypto, which broke your build. You really should use src-all. Kent > src-base > src-bin > src-contrib > src-crypto > src-etc > src-gnu > src-include > src-lib > src-libexec > src-release > src-sbin > src-secure > src-share > src-sys > src-tools > src-usrbin > src-usrsbin > > $ /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile > => DELETE and UPDATE > > $ cd /usr/src > $ make buildkernel > > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > perl @/kern/vnode_if.pl -h @/kern/vnode_if.src > touch opt_inet.h > echo "#define INET 1" > opt_inet.h > touch opt_ipx.h > echo "#define NETSMB 1" > opt_netsmb.h > echo "#define NETSMBCRYPTO 1" >> opt_netsmb.h > touch opt_smbfs.h > touch opt_vmpage.h > perl @/kern/makeops.pl -h @/libkern/iconv_converter_if.m > make: don't know how to make des_enc.S. Stop > *** Error code 2 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 12:21:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tbaytel.net (tbaytel3.tbaytel.net [206.47.150.179]) by hub.freebsd.org (Postfix) with ESMTP id 5A92A37B40A for ; Sat, 8 Jun 2002 12:21:03 -0700 (PDT) Received: from sol (vickesh01-1854.tbaytel.net [206.186.68.54]) by tbaytel.net (8.11.2/) with SMTP id g58JL2Q384716 for ; Sat, 8 Jun 2002 15:21:02 -0400 Message-ID: <01ea01c20f21$d05edb10$7f0ea8c0@sol> Reply-To: "Justin P. Michel" From: "Justin P. Michel" To: Subject: MySQL Server Date: Sat, 8 Jun 2002 15:22:17 -0400 Organization: J Continuum 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 Greetings, I'm trying to set up a system at home, using FreeBSD, Apache, PHP4, and MySQL. FreeBSD, Apache, and PHP4 all went in perfectly, without any errors being reported. However, I'm having a hell of a time trying to get MySQL Server installed. I have all the "prerequisite" packages installed, and I'm using the pkg_add command with the following results: --- >pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/mysql-server- 3.23.49.tgz Fetching... Done. Sorry, the host '192' cound not be looked up. Please configure the 'hostname' command to return a correct hostname. If you want to solve this at a later stage, restart this script with the --force option pkg_add: command '/usr/local/bin/mysql_install_db' failed mysql:*:88: You alread have a group "myswl", so I will use it. mysql:*:88:88:0:0:MySQL Daemon:/var/db/mysql:/sbin/nologin You already have a user "mysql", so I will use it. pw: WARNING: home '/var/db/mysql' does not exist Changed home directory of "mysql" to "/var/db/mysql" chown: /var/db/mysql: No such file or directory pkg_add: install script returned error status --- I've read various pages on MySQL, but nothing seems to address this error. Can someone please direct me to a help page/site that can be of use, or perhaps just tell me what I can do? Regards, Justin P. Michel |- J Continuum |- 21071 - 640 River Street |- Thunder Bay, Ontario, Canada |- P7A 8A7 |- (807) 344-9623 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 12:21:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out-mta3.plasa.com (out-mta3.plasa.com [202.134.0.198]) by hub.freebsd.org (Postfix) with ESMTP id 93D0C37B407 for ; Sat, 8 Jun 2002 12:21:46 -0700 (PDT) Received: from [192.168.19.20] (helo=mail.plasa.com) by out-mta3.plasa.com with esmtp (Exim 4.04) id 17Gftj-000XY9-00 for freebsd-questions@freebsd.org; Sat, 08 Jun 2002 20:04:51 +0700 Received: from [192.168.19.58] (account ) by mail.plasa.com (CommuniGate Pro WebUser 4.0b2) with HTTP id 1077669 for ; Sat, 08 Jun 2002 14:06:32 +0700 From: "dodi komeng" Subject: File content missing misteriously To: freebsd-questions@FreeBSD.org X-Mailer: CommuniGate Pro Web Mailer v.4.0b2 Date: Sat, 08 Jun 2002 14:06:32 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When I used ee command to edit one of my configuration file. I often missed the content of the file (size become zero). what 's the cause ? ----------------- Kemudahan Hosting PlasaCom ------------------------------- Hosting menjadi lebih mudah dan murah dengan keringanan 50% biaya registrasi mail hosting dan webhosting selama bulan Juni 2002. Klik http://idc.plasa.com untuk pendaftaran --------------------------------------------------------------------------------------- ------------------- Kemudahan Hosting PlasaCom ---------------------------------- Hosting menjadi lebih mudah dan murah dengan keringanan 50% biaya registrasi mail hosting dan webhosting selama bulan Juni 2002. Klik http://idc.plasa.com untuk pendaftaran --------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 12:30:32 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 DCCFC37B400 for ; Sat, 8 Jun 2002 12:30:27 -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 g58JUPU21852; Sat, 8 Jun 2002 15:30:25 -0400 Message-ID: <3D025CB4.4010005@potentialtech.com> Date: Sat, 08 Jun 2002 15:36:20 -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: "Justin P. Michel" Cc: freebsd-questions@freebsd.org Subject: Re: MySQL Server References: <01ea01c20f21$d05edb10$7f0ea8c0@sol> 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 Justin P. Michel wrote: > However, I'm having a hell of a time trying to get MySQL Server installed. > I have all the "prerequisite" packages installed, and I'm using the pkg_add > command with the following results: > > --- > >>pkg_add > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/mysql-server- > 3.23.49.tgz > > Fetching... Done. > > Sorry, the host '192' cound not be looked up. > Please configure the 'hostname' command to return a correct hostname. > If you want to solve this at a later stage, restart this script with > the --force option > pkg_add: command '/usr/local/bin/mysql_install_db' failed > mysql:*:88: > You alread have a group "myswl", so I will use it. > mysql:*:88:88:0:0:MySQL Daemon:/var/db/mysql:/sbin/nologin > You already have a user "mysql", so I will use it. > pw: WARNING: home '/var/db/mysql' does not exist > Changed home directory of "mysql" to "/var/db/mysql" > chown: /var/db/mysql: No such file or directory > pkg_add: install script returned error status > --- > > I've read various pages on MySQL, but nothing seems to address this error. > Can someone please direct me to a help page/site that can be of use, or > perhaps just tell me what I can do? This problem is fairly common with MySQL installations. The solution is to actually READ the error messages: > Sorry, the host '192' cound not be looked up. > Please configure the 'hostname' command to return a correct hostname. If you enter the command "hostname" what do you get? You need to make sure that the resolver library can resolve that. The easiest way to solve this problem is: 1. Set up a hostname in /etc/rc.conf 2. Enter the hostname in /etc/hosts so the resolver can resolve it 3. Reboot (or use the "hostname" command to manually set the hostname) 4. Install MySQL -- 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 Sat Jun 8 12:31:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crackula.com (adsl-64-169-68-38.dsl.snfc21.pacbell.net [64.169.68.38]) by hub.freebsd.org (Postfix) with ESMTP id 0EADD37B400 for ; Sat, 8 Jun 2002 12:31:17 -0700 (PDT) Received: (from monkey@localhost) by mail.crackula.com (8.9.3/8.9.3) id MAA13925; Sat, 8 Jun 2002 12:29:33 -0700 (PDT) Date: Sat, 8 Jun 2002 12:29:33 -0700 From: Adam Weinberger To: Bryan Walden Cc: questions@FreeBSD.ORG Subject: Re: ISO downloads fail Message-ID: <20020608122933.B18632@crackula.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: MarioMail Super Nintendo w/ 2 controllers In-Reply-To: ; from bwaldo2@earthlink.net on Sat, Jun 08, 2002 at 12:11:21PM -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 could be the mirror you're using. consider downloading from another ftp server. -Adam Bryan Walden took 2.8K on Sat, Jun 08, 2002 at 12:11:21PM -0700 to say: > I've been attempting to download the i386 4.5 ISO and can't get more than > 2.8mb of it. At that point, the server connection gets reset. Why is this > happening? I'm able to download pretty much everything else--this problem > only occurs with the ISOs. -- "I am disrespectful to dirt! Can you see I am serious!" -Mr. Sparkle Adam Weinberger monkey@crackula.com http://www.crackula.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 12:44:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail8.ec.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id A794937B409 for ; Sat, 8 Jun 2002 12:44:31 -0700 (PDT) Received: from ec.rr.com ([66.26.7.34]) by mail8.ec.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sat, 8 Jun 2002 14:09:40 -0400 Message-ID: <3D0248AC.7080108@ec.rr.com> Date: Sat, 08 Jun 2002 14:10:52 -0400 From: Michael Sharp User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020606 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: kernel limits for openoffice Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In reading the Makefile for openoffice 1.0, it says I need to add the below options to my kernel and recompile the kernel to build openoffice. MAXDSIZ=\"\(1024*1024*1024\)\" MAXSSIZ=\"\(256*1024*1024\)\" After doing so, the kernel builds, but on reboot, the kernel throws an error and I have to boot kernel.old. However, when trying the build without those parameters added to the kernel, I noticed a message that says I have to add: MAXDSIZ="(1024*1024*1024)" MAXSSIZ="(256*1024*1024)" to my kernel and recompile to build. In doing so, with these parameters, the kernel refuses to make. What am I missing? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 13: 2:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crackula.com (adsl-64-169-68-38.dsl.snfc21.pacbell.net [64.169.68.38]) by hub.freebsd.org (Postfix) with ESMTP id 5DDFA37B409 for ; Sat, 8 Jun 2002 13:02:22 -0700 (PDT) Received: (from monkey@localhost) by mail.crackula.com (8.9.3/8.9.3) id NAA10678; Sat, 8 Jun 2002 13:00:23 -0700 (PDT) Date: Sat, 8 Jun 2002 13:00:22 -0700 From: Adam Weinberger To: Michael Sharp Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel limits for openoffice Message-ID: <20020608130022.A29286@crackula.com> References: <3D0248AC.7080108@ec.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: MarioMail Super Nintendo w/ 2 controllers In-Reply-To: <3D0248AC.7080108@ec.rr.com>; from freebsd@ec.rr.com on Sat, Jun 08, 2002 at 02:10:52PM -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 "it gave an error" is much less descriptive than the error itself. Michael Sharp took 0.7K on Sat, Jun 08, 2002 at 02:10:52PM -0400 to say: > After doing so, the kernel builds, but on reboot, the kernel throws an > error which error? > to my kernel and recompile to build. In doing so, with these parameters, > the kernel refuses to make. and what does it say when it refuses to make? -Adam -- "I am disrespectful to dirt! Can you see I am serious!" -Mr. Sparkle Adam Weinberger monkey@crackula.com http://www.crackula.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 13:27:49 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 C2B8F37B404 for ; Sat, 8 Jun 2002 13:27:40 -0700 (PDT) Received: from hades.hell.gr (patr530-b222.otenet.gr [212.205.244.230]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g58KRQZN003361; Sat, 8 Jun 2002 23:27:35 +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 g58KRIUP028283; Sat, 8 Jun 2002 23:27:18 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g58KDpUA027962; Sat, 8 Jun 2002 23:13:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 8 Jun 2002 23:13:50 +0300 From: Giorgos Keramidas To: Alexey Privalov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mail Message-ID: <20020608201350.GC27575@hades.hell.gr> References: <20020608134329.F47784-100000@land3.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020608134329.F47784-100000@land3.nsu.ru> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-06-08 13:45 +0700, Alexey Privalov wrote: > > i have a freebsd box: > FreeBSD 4.3-RELEASE #0: Thu Mar 14 12:45:33 NOVT 2002 i386 > > why when i`m reading mail by `mail` and do `delete #` then next > message isn`t show. Add this to our .mailrc file: set autoprint The manpage of mail(1) explains how this can be done. I would strongly suggest that you install some other, more featureful mail user agent though. The mail(1) utility is very minimal in what it can do, and there are so many better MUAs to choose from in the ports. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 13:52:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by hub.freebsd.org (Postfix) with ESMTP id DD18937B408 for ; Sat, 8 Jun 2002 13:52:12 -0700 (PDT) Received: (from david@localhost) by skytrackercanada.com (8.12.3/8.12.3) id g58KpI6b009380; Sat, 8 Jun 2002 16:51:18 -0400 (EDT) (envelope-from david) Date: Sat, 8 Jun 2002 16:51:18 -0400 From: David Banning To: Xeon Cc: FreeBSD Questions Subject: Re: mount_msdos Message-ID: <20020608165118.A9369@skytrackercanada.com> References: <20020608210152.3902ec7a.xeon@gmx.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020608210152.3902ec7a.xeon@gmx.ch>; from xeon@gmx.ch on Sat, Jun 08, 2002 at 09:01:52PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 08, 2002 at 09:01:52PM +0200, Xeon wrote: > hello > > I-ve got a problem with mount_msdos. A hd was given to me with a fat32-partition (@ least windoze told that) on it. I've mounted the partition successfully under w2k, but I didn't have any success in freebsd 4.5. I entered the following command: > mount_msdos /dev/ad6s1 /mnt > the error I got: > mount_msdos: /dev/ad6s1: Invalid argument Are you sure you have the right /dev entry? My boot disk is /dev/ad0s1 and by /windows is /dev/ad1s1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 13:53: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from samwise.jobeus.net (samwise.jobeus.net [209.91.102.74]) by hub.freebsd.org (Postfix) with ESMTP id CA4B837B401 for ; Sat, 8 Jun 2002 13:53:03 -0700 (PDT) Received: (from root@localhost) by samwise.jobeus.net (8.12.3/8.11.6) id g58Kr1eE059680; Sat, 8 Jun 2002 14:53:01 -0600 (MDT) (envelope-from freebsd@jobeus.net) Received: from localhost (freebsd@localhost [127.0.0.1]) by samwise.jobeus.net (8.12.3/8.11.6av) with ESMTP id g58KqxTc059672; Sat, 8 Jun 2002 14:53:00 -0600 (MDT) (envelope-from freebsd@jobeus.net) Date: Sat, 8 Jun 2002 14:52:59 -0600 (MDT) From: Scott Carmichael To: Corey Snow Cc: freebsd-questions@freebsd.org Subject: Re: Update OpenSSH? In-Reply-To: <3D01F26B.29291.4523301@localhost> Message-ID: <20020608145147.H59649-100000@samwise.jobeus.net> 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 You could replace the /usr/sbin and /usr/bin binaries for ssh with soft links to the /usr/local/* versions. This is what I did, and it seems to have worked well. Don't know if it's the 'proper' way though. On Sat, 8 Jun 2002, Corey Snow wrote: > There's been some discussion about this on the list, but I'm not sure > how or if to apply it- I installed FreeBSD 4.5-RELEASE and it has > OpenSSH 2.9 as part of the distribution. However, OpenSSH is at a > higher version now (3.x) and I'd like to use the later version. > > Question: How do I go about updating my installed version of OpenSSH? > I had added the OpenSSH package, but it just installed it side-by- > side with the distribution one. > > Thanks for any responses, > > Corey Snow > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 14: 9:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crackula.com (adsl-64-169-68-38.dsl.snfc21.pacbell.net [64.169.68.38]) by hub.freebsd.org (Postfix) with ESMTP id C27ED37B405 for ; Sat, 8 Jun 2002 14:09:01 -0700 (PDT) Received: (from monkey@localhost) by mail.crackula.com (8.9.3/8.9.3) id OAA00947; Sat, 8 Jun 2002 14:07:11 -0700 (PDT) Date: Sat, 8 Jun 2002 14:07:11 -0700 From: Adam Weinberger To: xeon@gmx.ch Cc: FreeBSD Questions Subject: Re: mount_msdos Message-ID: <20020608140711.B9636@crackula.com> References: <20020608210152.3902ec7a.xeon@gmx.ch> <20020608165118.A9369@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: MarioMail Super Nintendo w/ 2 controllers In-Reply-To: <20020608165118.A9369@skytrackercanada.com>; from david@skytrackercanada.com on Sat, Jun 08, 2002 at 04:51:18PM -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 you can only mount from disks that are recognized. first of all: # dmesg |grep "^ad" that will tell you which IDE hdd's are there that you can mount from. you can't be mounting from disks that don't exist. verify that /dev/ad6 is actually a real drive in your system. that's an awful lot of IDE drives. once you've decided which drive you're actually going to mount from, you need to make sure you're choosing a valid slice. assuming that /dev/ad6 is the actual drive you want to mount from, the easiest thing to do (without looking into and interpreting partition schemes on the disk) is to just: # mount_msdos /dev/ad6s1 /mnt # mount_msdos /dev/ad6s2 /mnt etc. until something works. but try first to make sure you're using the right disk. -Adam David Banning took 0.6K on Sat, Jun 08, 2002 at 04:51:18PM -0400 to say: > On Sat, Jun 08, 2002 at 09:01:52PM +0200, Xeon wrote: > > I-ve got a problem with mount_msdos. A hd was given to me with a fat32-partition (@ least windoze told that) on it. I've mounted the partition successfully under w2k, but I didn't have any success in freebsd 4.5. I entered the following command: > > mount_msdos /dev/ad6s1 /mnt > > the error I got: > > mount_msdos: /dev/ad6s1: Invalid argument > > Are you sure you have the right /dev entry? > > My boot disk is /dev/ad0s1 and by /windows is /dev/ad1s1 -- "I am disrespectful to dirt! Can you see I am serious!" -Mr. Sparkle Adam Weinberger monkey@crackula.com http://www.crackula.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 15:12:14 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 87C9737B419 for ; Sat, 8 Jun 2002 15:11:38 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by colossus.systems.pipex.net (Postfix) with ESMTP id 7DCA016000104; Sat, 8 Jun 2002 23:11:33 +0100 (BST) Subject: Orphaned ruby port From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: FreeBSD-Questions Cc: knu@iDaemons.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-oM16ifx2qtOQStGXo01a" X-Mailer: Ximian Evolution 1.0.5 Date: 08 Jun 2002 23:07:01 +0100 Message-Id: <1023574023.304.197.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 --=-oM16ifx2qtOQStGXo01a Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, I just cvsup'd my ports tree and pkg_version -v returns the following for a ruby module: ruby-fnmatch-1.1b_1 ? orphaned: devel/ruby-fnmatch I don't know much about ruby stuff, and would appreciate some advice on how to proceed with this message / statement here. Uname info: # uname -a FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST 2002 :/usr/obj/usr/src/sys/ i386 #=20 Thanks for the time. Stacey --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-oM16ifx2qtOQStGXo01a 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, I just cvsup'd my ports tree and pkg_version -v returns the following for a ruby module: ruby-fnmatch-1.1b_1 ? orphaned: devel/ruby-fnmatch I don't know much about ruby stuff, and would appreciate some advice on how to proceed with this message / statement here. Uname info: # uname -a FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST 2002 :/usr/obj/usr/src/sys/ i386 #=20 Thanks for the time. Stacey - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPQKAAvdn4A8qiCO5EQKBbQCfZDgWc1W6rTg7EMYGBRASbOyUdmQAoMsQ SHCQ/LSAzZ5qLKeQxMdwWBno =H0F3 -----END PGP SIGNATURE----- --=-oM16ifx2qtOQStGXo01a-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 15:15:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 00E6C37B408 for ; Sat, 8 Jun 2002 15:15:37 -0700 (PDT) Received: (qmail 29747 invoked by uid 0); 8 Jun 2002 22:15:30 -0000 Received: from bw2-190pub209.bluewin.ch (HELO eraser.spiele.local) (213.3.190.209) by mail.gmx.net (mp008-rz3) with SMTP; 8 Jun 2002 22:15:30 -0000 Date: Sun, 9 Jun 2002 00:18:15 +0200 From: Xeon To: Michael , David Banning , Adam Weinberger Cc: FreeBSD Questions Subject: Re: mount_msdos Message-Id: <20020609001815.4b1bcf93.xeon@gmx.ch> In-Reply-To: <20020608210152.3902ec7a.xeon@gmx.ch> References: <20020608210152.3902ec7a.xeon@gmx.ch> X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello here is the ouput that dmesg gives me concerning my disks (the troublemaker is ad6): ad4: 43979MB [89355/16/63] at ata2-master UDMA100 ad5: 58644MB [119150/16/63] at ata2-slave UDMA100 ad6: 12949MB [26310/16/63] at ata3-master UDMA33 the reason for such high numbers is the kernel-option ATA_STATIC_ID (at least I think it's caused by this option). somewhen in the past I came on the idea to put this in, perhaps I should delete it? I tried s1-s4 and always the same error. maybe it's because it's formated with quick-formatoption of windows? mfg chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 15:22:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mailix.net (smtp.mailix.net [216.148.213.132]) by hub.freebsd.org (Postfix) with ESMTP id 24C3337B400 for ; Sat, 8 Jun 2002 15:22:13 -0700 (PDT) Received: from [216.164.225.145] (helo=fritz) by smtp.mailix.net with asmtp (Exim 4.01) id 17Gob6-00085z-00 for questions@freebsd.org; Sat, 08 Jun 2002 15:22:12 -0700 Message-ID: <001201c20f54$46ba9e20$0301a8c0@uminafamily.com> From: "Christopher J. Umina" To: "FreeBSD Questions" Subject: Load Averages with C Date: Sat, 8 Jun 2002 18:23:34 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Does anybody know how to make a C or C++ program that returns load averages on the server? I've been searching all over and I can't find it. Thanks. ---------------------------------- Christopher J. Umina FJU@Fritzilldo.com http://www.fritzilldo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 15:27:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id D849237B407 for ; Sat, 8 Jun 2002 15:27:49 -0700 (PDT) Received: (qmail 19212 invoked by uid 0); 8 Jun 2002 22:27:45 -0000 Received: from bw2-190pub209.bluewin.ch (HELO eraser.spiele.local) (213.3.190.209) by mail.gmx.net (mp004-rz3) with SMTP; 8 Jun 2002 22:27:45 -0000 Date: Sun, 9 Jun 2002 00:30:34 +0200 From: Xeon To: Michael Cc: FreeBSD Questions Subject: Re: mount_msdos Message-Id: <20020609003034.13fa1abd.xeon@gmx.ch> In-Reply-To: <3D0283C0.1040304@pointoflightproducts.com> References: <20020608210152.3902ec7a.xeon@gmx.ch> <20020609001815.4b1bcf93.xeon@gmx.ch> <3D0283C0.1040304@pointoflightproducts.com> X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG same error, "invalid argument", whith all 4 slices I've device-nodes for... and windows writes it's a fat-32 partition, and even if it's not the best system, I never saw it taking a fat32 for a ntfs-partition... On Sat, 08 Jun 2002 15:22:56 -0700 Michael wrote: > Well are you sure it's an msdos mount? > > Try: > > # mount_ntfs /dev/ad6s2 /mnt > > Worth a shot if your not sure. > > Michael > > Xeon wrote: > > >hello > >here is the ouput that dmesg gives me concerning my disks (the troublemaker is ad6): > > > >ad4: 43979MB [89355/16/63] at ata2-master UDMA100 > >ad5: 58644MB [119150/16/63] at ata2-slave UDMA100 > >ad6: 12949MB [26310/16/63] at ata3-master UDMA33 > > > >the reason for such high numbers is the kernel-option ATA_STATIC_ID (at least I think it's caused by this option). somewhen in the past I came on the idea to put this in, perhaps I should delete it? > > > >I tried s1-s4 and always the same error. maybe it's because it's formated with quick-formatoption of windows? > > > >mfg > >chris > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 15:28: 8 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 E6D9E37B400 for ; Sat, 8 Jun 2002 15:28:04 -0700 (PDT) Received: from hades.hell.gr (patr530-a091.otenet.gr [212.205.215.91]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g58MRuZN007020; Sun, 9 Jun 2002 01:27:58 +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 g58MRuUP039057; Sun, 9 Jun 2002 01:27:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g58MRsuX039052; Sun, 9 Jun 2002 01:27:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 9 Jun 2002 01:27:54 +0300 From: Giorgos Keramidas To: "Christopher J. Umina" Cc: FreeBSD Questions Subject: Re: Load Averages with C Message-ID: <20020608222753.GA38586@hades.hell.gr> References: <001201c20f54$46ba9e20$0301a8c0@uminafamily.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001201c20f54$46ba9e20$0301a8c0@uminafamily.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-06-08 18:23 -0700, Christopher J. Umina wrote: > Hello, > Does anybody know how to make a C or C++ program that returns load > averages on the server? I've been searching all over and I can't find it. 01:27 [charon@hades /home/charon]$ man -k load | grep average getloadavg(3) - get system load averages kvm_getloadavg(3) - get load average of the system - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 15:30:19 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 B3D5F37B40D for ; Sat, 8 Jun 2002 15:30:04 -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 g58MSOH07050; Sat, 8 Jun 2002 15:28:24 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sat, 8 Jun 2002 15:28:24 -0700 (PDT) From: Annelise Anderson To: =?gb2312?q?zhongjun=20=D1=EE?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question In-Reply-To: <20020608103730.78751.qmail@web15001.mail.bjs.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Jun 2002, [gb2312] zhongjun =D1=EE wrote: > Excuse me=20 > I've listened that the BSD is a very good systerm > I have a great interest in it=20 > I want to know what is the latest version of it=20 > and can it run on the cup of AMD? > does it have a editor like WORD and EXCEL=20 >=20 It has Office Suites similar to MSOFFice, some of which are free, or free for a trial period. These office suites make an effort to read MSWord and MSExcel documents. OpenOffice is the latest effort, which as I understand it now builds on FreeBSD but isn't quite ready to go (configuration file not running yet?). =09Annelise --=20 Annelise Anderson Author of: =09=09 FreeBSD: An Open-Source Operating System for Your PC Available from:=09 BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/=09 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 15:30:25 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 D045F37B40A for ; Sat, 8 Jun 2002 15:30:10 -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 g58MLGH07028; Sat, 8 Jun 2002 15:21:16 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sat, 8 Jun 2002 15:21:16 -0700 (PDT) From: Annelise Anderson To: Bill Moran Cc: "Matt O'Brien" , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD on Laptop In-Reply-To: <3D023EEC.2090809@potentialtech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Jun 2002, Bill Moran wrote: > Matt O'Brien wrote: > > I have a question. I am not 100% certain but > > have a good enough idea. I just want to know which > > version of FreeBSD I need to install on my P100, 16MB > > RAM Acer Laptop. I do NOT have a CD ROM drive -- only > > a standard 1.44" floppy drive and also don't have a > > NIC :( > > I don't see why you couldn't run the most recent, 4.5. > How much RAM does it have? 8meg is required. I thought 12MB were now required for installation? But I think he says he has 16. > > > Also, what kind of installation will I need to > > perform? A 1.44" floppy disk installation?? Do I > > just need the mfsroot.flp and kern.flp ? Are there > > any others I need? > > Oh sheese ... you'll need to do a floppy install. There's always an install from DOS, if it's running Windows with a fat partition of some kind. > Read the installation instructions in the handbook. > Floppy installs are slow, tedious, and frustrating. I > did it with 3.x a few years ago because I had a lappy > without CD ROM as well. > Take my advice, if your time is worth anything, purchase > a NIC for the lappy and save your time and sanity. > Otherwise, you're looking at using 30+ floppies to do > the install. My experience showed that about 10% of the > floppies didn't work right and had to be recreated. Like > I said, slow, tedious, and frustrating. You can install over a modem (although not a WinModem)-- Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 15:40:13 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 DAFCB37B403 for ; Sat, 8 Jun 2002 15:39:56 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by colossus.systems.pipex.net (Postfix) with ESMTP id DFFE21600016E; Sat, 8 Jun 2002 23:39:52 +0100 (BST) Subject: Re: Orphaned ruby port From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: Michael Cc: FreeBSD-Questions , knu@iDaemons.org In-Reply-To: <3D0282EC.9020704@pointoflightproducts.com> References: <1023574023.304.197.camel@Demon.Strobe.org> <3D0282EC.9020704@pointoflightproducts.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1A9RRykWXkdfrDUgHEbP" X-Mailer: Ximian Evolution 1.0.5 Date: 08 Jun 2002 23:35:20 +0100 Message-Id: <1023575722.304.214.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 --=-1A9RRykWXkdfrDUgHEbP Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, I just saw the following in the man pages (man pkg_version): ? The installed package does not appear in the index. This could be due to an out of date index or a package taken from a PR that has not yet been committed. So I figured I'd run portsdb -Uu to update the ports index file - now I've got this (which I've never seen before), which to me looks like a lot of badness: # portsdb -Uu Updating the ports index ... ruby_static-1.6.7.2002.05.23:"/usr/ports/lang/ruby_static/../../devel/ruby-= strscan" non-existent -- dependency list incomplete ruby_static-1.7.2.2002.05.23:"/usr/ports/lang/ruby_static-devel/../../devel= /ruby-strscan" non-existent -- dependency list incomplete ruby-tmail-0.10.4:"/usr/ports/devel/ruby-racc-runtime" non-existent -- dependency list incomplete"Makefile", line 22: Missing dependency operator: malformed entry: "Makefile", line 22: Missing dependency operator "Makefile", line 23: Missing dependency operator: malformed entry: "Makefile", line 23: Missing dependency operator "Makefile", line 26: Missing dependency operator: malformed entry: "Makefile", line 26: Missing dependency operator "Makefile", line 29: Need an operator: malformed entry: "Makefile", line 29: Need an operator make: fatal errors encountered -- cannot continue: malformed entry: make: fatal errors encountered -- cannot continue *** Error code 1: malformed entry: *** Error code 1 `all' not remade because of errors.: malformed entry: `all' not remade because of errors. ruby-xmlscan-0.0.10:"/usr/ports/devel/ruby-racc-runtime" non-existent -- dependency list incomplete done [Updating the portsdb in /usr/ports ... - 7115 port entries found .........1000.........2000.........3000.........4000.........5000.........6= 000.........7000. ..... done] #=20 Can someone please give me some help with this?? Stacey On Sat, 2002-06-08 at 23:19, Michael wrote: > Interesting, I just found the same thing. >=20 > I went in and did a cvsup to all my ports and found this to be orphaned=20 > as well. >=20 > # uname -a > FreeBSD 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sat Jun 1 12:49:24=20 > PDT 2002 :/usr/src/sys/compile/xeon i386 >=20 > Michael >=20 > S. Roberts wrote: >=20 > >Hello, > > I just cvsup'd my ports tree and pkg_version -v returns the > >following for a ruby module: > > > >ruby-fnmatch-1.1b_1 ? orphaned: devel/ruby-fnmatch > > > >I don't know much about ruby stuff, and would appreciate some advice on > >how to proceed with this message / statement here. Uname info: > ># uname -a > >FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST > >2002 :/usr/obj/usr/src/sys/ i386 > >#=20 > > > >Thanks for the time. > > > >Stacey > > =20 > > >=20 >=20 >=20 >=20 --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-1A9RRykWXkdfrDUgHEbP 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, I just saw the following in the man pages (man pkg_version): ? The installed package does not appear in the index. This could be due to an out of date index or a package taken from a PR that has not yet been committed. So I figured I'd run portsdb -Uu to update the ports index file - now I've got this (which I've never seen before), which to me looks like a lot of badness: # portsdb -Uu Updating the ports index ... ruby_static-1.6.7.2002.05.23:"/usr/ports/lang/ruby_static/../../devel/ruby-= strscan" non-existent -- dependency list incomplete ruby_static-1.7.2.2002.05.23:"/usr/ports/lang/ruby_static-devel/../../devel= /ruby-strscan" non-existent -- dependency list incomplete ruby-tmail-0.10.4:"/usr/ports/devel/ruby-racc-runtime" non-existent -- dependency list incomplete"Makefile", line 22: Missing dependency operator: malformed entry: "Makefile", line 22: Missing dependency operator "Makefile", line 23: Missing dependency operator: malformed entry: "Makefile", line 23: Missing dependency operator "Makefile", line 26: Missing dependency operator: malformed entry: "Makefile", line 26: Missing dependency operator "Makefile", line 29: Need an operator: malformed entry: "Makefile", line 29: Need an operator make: fatal errors encountered -- cannot continue: malformed entry: make: fatal errors encountered -- cannot continue *** Error code 1: malformed entry: *** Error code 1 `all' not remade because of errors.: malformed entry: `all' not remade because of errors. ruby-xmlscan-0.0.10:"/usr/ports/devel/ruby-racc-runtime" non-existent -- dependency list incomplete done [Updating the portsdb in /usr/ports ... - 7115 port entries found .........1000.........2000.........3000.........4000.........5000.........6= 000.........7000. ..... done] #=20 Can someone please give me some help with this?? Stacey On Sat, 2002-06-08 at 23:19, Michael wrote: > Interesting, I just found the same thing. >=20 > I went in and did a cvsup to all my ports and found this to be orphaned=20 > as well. >=20 > # uname -a > FreeBSD 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sat Jun 1 12:49:24=20 > PDT 2002 :/usr/src/sys/compile/xeon i386 >=20 > Michael >=20 > S. Roberts wrote: >=20 > >Hello, > > I just cvsup'd my ports tree and pkg_version -v returns the > >following for a ruby module: > > > >ruby-fnmatch-1.1b_1 ? orphaned: devel/ruby-fnmatch > > > >I don't know much about ruby stuff, and would appreciate some advice on > >how to proceed with this message / statement here. Uname info: > ># uname -a > >FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST > >2002 :/usr/obj/usr/src/sys/ i386 > >#=20 > > > >Thanks for the time. > > > >Stacey > > =20 > > >=20 >=20 >=20 >=20 - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPQKGpfdn4A8qiCO5EQLqzgCfU/860Jvd3XmAUCmIRL3bQqsiVPkAni/R FswQSksgDGATZCUETOYfel7B =hGpP -----END PGP SIGNATURE----- --=-1A9RRykWXkdfrDUgHEbP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 15:53:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seven.slakin.net (adsl-67-112-126-134.dsl.pltn13.pacbell.net [67.112.126.134]) by hub.freebsd.org (Postfix) with ESMTP id CF67537B405 for ; Sat, 8 Jun 2002 15:53:55 -0700 (PDT) Received: from localhost (localhost.slakin.net [127.0.0.1]) by seven.slakin.net (Postfix) with ESMTP id 8DBB86F7 for ; Sat, 8 Jun 2002 15:54:00 -0700 (PDT) Date: Sat, 8 Jun 2002 15:54:00 -0700 (PDT) From: Matt Snow To: freebsd-questions@freebsd.org Subject: DNS Problem... Message-ID: <20020608154716.Q78829-100000@seven.slakin.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ever since I moved and switched ISP's I have been having strange DNS problems. dns27.register.com used to be the authoritative primary DNS server for my domain(slakin.net) untill last september, I then switched to godaddy(.com) and made my server the primary. Now randomly DNS servers from my work and friends at other companys including my ISP will reply with the old IP address of my server(both MX and web). My guess is that register.com is still trying to claim authority for the domain. please correct me if I am wrong. > slakin.net Server: 67.112.126.134 Address: 67.112.126.134#53 Name: slakin.net Address: 67.112.126.134 > server dns27.register.com Default server: dns27.register.com Address: 216.21.234.84#53 > slakin.net Server: dns27.register.com Address: 216.21.234.84#53 Name: slakin.net Address: 64.195.192.197 > > server ns1.dsl.net Default server: ns1.dsl.net Address: 209.87.64.70#53 > slakin.net Server: ns1.dsl.net Address: 209.87.64.70#53 Non-authoritative answer: Name: slakin.net Address: 67.112.126.134 Am I smoking crack? * * * * * * * * Matt (@) drama@slakin.net (w) http://slakin.net. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 16: 9:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speaker.rodsbooks.com (ip68-14-7-118.ri.ri.cox.net [68.14.7.118]) by hub.freebsd.org (Postfix) with ESMTP id 99E5D37B404 for ; Sat, 8 Jun 2002 16:09:06 -0700 (PDT) Received: by speaker.rodsbooks.com (Postfix, from userid 500) id D17112B80A; Sat, 8 Jun 2002 19:09:01 -0400 (EDT) To: freebsd-questions@freebsd.org Reply-To: rodsmith@rodsbooks.com Subject: Re: Make a headless box In-Reply-To: <3D015593.9860.1ED8AAD@localhost> Date: Sat, 08 Jun 2002 19:09:01 -0400 (EDT) X-Mailer: XCmail 1.3 - with PGP support, PGP engine version 0.5 (Linux) X-Mailerorigin: http://www.fsai.fh-trier.de/~schmitzj/Xclasses/XCmail/ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20020608230901.D17112B80A@speaker.rodsbooks.com> From: rodsmith@rodsbooks.com (Rod Smith) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ---Reply to mail from Corey Snow about Make a headless box > I've got a 486 DX2/66 that I've managed to get bridging with ipfw > between my DSL and LAN. Since I have a bunch of systems and not much > room on the KVM switch, and this is effectively an appliance once > it's tuned properly, I'd like to make it headless- remove the video > and keyboard entirely, making it accessible via ssh or nullmodem only. If you're willing to drop some money on it, one option is the PC Weasel: http://www.realweasel.com This is a card that tells the computer it's a video card, but in fact it has a serial port on it, so you can use any terminal or remote computer as the console. (It also passes through the serial port's input to the keyboard connector.) This can help a lot because it gives you access to the PC's BIOS from the serial console, which is something that a kernel with serial console support can't do. A couple of caveats: First, I've not used this hardware, so I can't say how well it works in practice. Second, although it sounds pretty slick, I'm not sure if it's worth the price ($250 for the ISA version, $350 for the PCI board) for casual use. -- Rod Smith rodsmith@rodsbooks.com http://www.rodsbooks.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 16:13:52 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 5E47137B400 for ; Sat, 8 Jun 2002 16:13:49 -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 941E228BC3; Sat, 8 Jun 2002 19:13:48 -0400 (EDT) Date: Sat, 8 Jun 2002 19:13:48 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Dan Nelson Cc: FreeBSD LIST Subject: Re: ssh version vs. sshd version [to Dan] In-Reply-To: <20020608061441.GD71193@dan.emsphone.com> Message-ID: <20020608191046.C75527-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Jun 2002, Dan Nelson wrote: > In the last episode (Jun 07), Peter Leftwich said: > > myprompt$ /usr/local/bin/ssh -V ; sshd -v > > OpenSSH_3.0.2, SSH protocols 1.5/2.0, OpenSSL 0x0090601f > > sshd: illegal option -- v > > sshd version OpenSSH_2.9 FreeBSD localisations 20011202 > Try running /usr/bin/ssh -V (or /usr/local/sbin/sshd -v); you compared a portbuilt ssh with the base system's sshd. > -Dan Nelson myprompt$ ls -al /usr/bin/ssh ; /usr/bin/ssh -V ; /usr/local/sbin/sshd -v -rw-r--r-- 1 root wheel 0 Jun 8 16:09 /usr/bin/ssh /usr/bin/ssh: Permission denied. sshd: illegal option -- v sshd version OpenSSH_3.0.2 I used chmod to "turn ssh" off. Should I mv /usr/local/bin/ssh to /usr/bin/ ? -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 16:14:33 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 9BE7637B407 for ; Sat, 8 Jun 2002 16:14:28 -0700 (PDT) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id g58NESK67353 for questions@freebsd.org; Sat, 8 Jun 2002 19:14:28 -0400 (EDT) (envelope-from timothyk@wallnet.com) Received: from mts-128 (mts-334.wallnet.com [208.225.162.181]) by serv1.wallnet.com (8.11.5/8.11.5av) with ESMTP id g58NENS67330 for ; Sat, 8 Jun 2002 19:14:24 -0400 (EDT) (envelope-from timothyk@wallnet.com) Content-Type: text/plain; charset="us-ascii" From: Tim Kellers To: questions@freebsd.org Subject: sometime sound in kde3 Date: Sat, 8 Jun 2002 19:14:17 -0400 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206081914.18004.timothyk@wallnet.com> X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In about 4 out of 5 logins from the kdm splash screen to kde desktop my s= ound=20 works fine, but on the 5th login, my sound goes mute. In my /tmp directo= ry,=20 I have: drwxrwxrwt 8 root wheel 512 Jun 8 17:50 . drwxr-xr-x 20 root wheel 512 Jun 8 17:41 .. drwxrwxrwt 2 timothyk wheel 512 Jun 8 17:50 .ICE-unix -r--r--r-- 1 root wheel 11 Jun 8 17:50 .X0-lock drwxrwxrwt 2 root wheel 512 Jun 8 17:50 .X11-unix drwxr-xr-x 2 root wheel 512 Jun 8 17:50 .qt srwxrwxrwx 1 pgsql wheel 0 Jun 8 17:49 .s.PGSQL.5432 -rw------- 1 pgsql wheel 26 Jun 8 17:49 .s.PGSQL.5432.lock -rw-r--r-- 1 root wheel 5861 Jun 8 17:50 .xftcache drwx------ 2 timothyk wheel 512 Jun 8 17:50 kde-timothyk drwx------ 2 timothyk wheel 512 Jun 8 17:51 ksocket-timothyk drwx------ 3 timothyk wheel 512 Jun 8 17:50 mcop-timothyk srwxrwxrwx 1 mysql wheel 0 Jun 8 17:49 mysql.sock and when I, as root, do an rm -r * followed by an rm -r .* and reboot, th= e=20 sound comes back for another 4 (or so) logins. uname -a : mts-128 4.6-RC FreeBSD 4.6-RC #15: Sat Jun 8 17:37:23 EDT 2002 =20 timothyk@mts-128:/usr/obj/usr/src/sys/REMUS i386 world and kernel built and installed from cvsupped sources from earlier t= oday. Anyone had any similar problem? Tim Kellers CPE/NJIT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 16:16:38 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 6342A37B405 for ; Sat, 8 Jun 2002 16:16:33 -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 F3EB028B52; Sat, 8 Jun 2002 19:16:32 -0400 (EDT) Date: Sat, 8 Jun 2002 19:16:32 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Adam Weinberger Cc: FreeBSD LIST Subject: Re: ssh version vs. sshd version [to monkey] In-Reply-To: <20020607231631.A6230@crackula.com> Message-ID: <20020608191414.K75527-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 Fri, 7 Jun 2002, Adam Weinberger wrote: > keep in mind that anything in /usr/local is not part of the base. > you're comparing self-compiled apples with base-install oranges. > -Adam > "I am disrespectful to dirt! Can you see I am serious!" -Mr. Sparkle > Adam Weinberger > monkey@crackula.com > http://www.crackula.com I realize that (in part), since I updated (or tried to) my OpenSSH "package" or "suite" of ssh stuff -- however, while I do have a /usr/local/bin/ssh I don't think I have a /usr/local/bin/sshd Nevermind, I'll just read up at OpenSSH's website for current releases. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 16:17:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id E37C237B407 for ; Sat, 8 Jun 2002 16:17:22 -0700 (PDT) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 5DA6938BAE for ; Sun, 9 Jun 2002 01:17:20 +0200 (CEST) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id C844C5D008 for ; Sun, 9 Jun 2002 01:18:21 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 693195D007 for ; Sun, 9 Jun 2002 01:18:21 +0200 (CEST) Received: from LenConrad.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A0FA5C0012E; Sun, 09 Jun 2002 01:19:22 +0200 Message-Id: <5.1.0.14.2.20020608181512.03edd558@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 08 Jun 2002 18:17:14 -0500 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: DNS Problem... In-Reply-To: <20020608154716.Q78829-100000@seven.slakin.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Ever since I moved and switched ISP's I have been having strange DNS >problems. hmmm, wonder why? :)) the delegations and NS's are quite a mess DNS Expert Detailed Report for slakin.net 2002-06-08, 18:13, using the analysis setting "Thorough" ====================================================================== Information ---------------------------------------------------------------------- Serial number: 2840636817 Primary name server: ns1.slakin.net. Primary mail server: seven.slakin.net. Number of records: N/A Errors ---------------------------------------------------------------------- o Network error occurred while contacting "ns.group6.net." A network error occurred while trying to connect to the server "ns.group6.net.". This server will not be used to check information about the zone. o The server "ns.slakin.net." did not reply The server "ns.slakin.net." did not reply when it was queried for the name "slakin.net.". This indicates that the server is not running, or it is currently unreachable. o Non-authoritative data received from the server "ichi.inook.net." The server "ichi.inook.net." is listed as being authoritative for the domain, but it does not contain authoritative data for it. o Non-authoritative data received from the server "ns1.group6.net." The server "ns1.group6.net." is listed as being authoritative for the domain, but it does not contain authoritative data for it. o The name server "ns1.slakin.net." is only listed in delegation data The server "ns1.slakin.net." is listed as being authoritative for the zone according to the delegation data, but there is no NS record for that server in the zone data. Delegation data and zone data should always match. o Non-authoritative data received from the server "ns4.zoneedit.com." The server "ns4.zoneedit.com." is listed as being authoritative for the domain, but it does not contain authoritative data for it. o Unable to contact "ns1.slakin.net." It was not possible to establish a connection with the server "ns1.slakin.net.". This server will not be used to check information about the zone. o Only one of your name servers has autoritative data for the zone. The server "ns1.slakin.net." is the only server that has authoritaive data for the zone. If this server becomes unavailable, your domain will become inacessible. Warnings ---------------------------------------------------------------------- o The zone contains more than one authoritative name server with the same IP address The name servers "slakin.net." and "ns1.slakin.net.", which are authoritative for "slakin.net.", have the same IP address (67.112.126.134). o Zone transfer from authoritative servers not possible It was not possible to perform a zone transfer from any of the authoritative name servers for the zone. This will limit the range of tests performed for the zone. o The refresh value in the SOA record is too close to the retry value The value of the Refresh field in the SOA record (currently 3600) should be at least three times bigger than the value of the Retry field (currently 3600). o The Serial number field in the SOA record contains an unusual value It appears that the Serial number field in the SOA record is based on a date value that is in the future. ---------------------------------------------------------------------- end of report To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 16:23:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (lennier.tninet.se [195.100.94.105]) by hub.freebsd.org (Postfix) with ESMTP id 142BA37B405 for ; Sat, 8 Jun 2002 16:23:14 -0700 (PDT) Received: from cs.umu.se (h26n1c1o1023.bredband.skanova.com [213.64.164.26]) by lennier.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 220970.578915.1023.1s40444135lennier ; Sun, 09 Jun 2002 01:28:35 +0200 Message-ID: <3D0291DD.12237284@cs.umu.se> Date: Sun, 09 Jun 2002 01:23:09 +0200 From: Paul Everlund X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: Xeon Cc: Michael , David Banning , Adam Weinberger , FreeBSD Questions Subject: Re: mount_msdos References: <20020608210152.3902ec7a.xeon@gmx.ch> <20020609001815.4b1bcf93.xeon@gmx.ch> 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 Xeon wrote: > > hello > here is the ouput that dmesg gives me concerning my disks (the > troublemaker is ad6): > > ad4: 43979MB [89355/16/63] at ata2-master UDMA100 > ad5: 58644MB [119150/16/63] at ata2-slave UDMA100 > ad6: 12949MB [26310/16/63] at ata3-master UDMA33 > > the reason for such high numbers is the kernel-option ATA_STATIC_ID > (at least I think it's caused by this option). somewhen in the past > I came on the idea to put this in, perhaps I should delete it? > > I tried s1-s4 and always the same error. maybe it's because it's > formated with quick-formatoption of windows? > > mfg > chris Is your MS-DOS FAT32-partition compressed? If I recall correct, Win can use some kind of disk compression on the fly to put more data on the disk. Maybe the mount_msdos can not handle compressed FAT32-par- titions? Just a thought. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 16:36: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id AAE9837B407 for ; Sat, 8 Jun 2002 16:36:06 -0700 (PDT) Received: from sdn-ar-001nctarbp014.dialsprint.net ([206.133.80.22] helo=linux.local) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17Gpkb-0002td-00 for freebsd-questions@freebsd.org; Sat, 08 Jun 2002 16:36:06 -0700 Subject: gimp From: Marshall Heartley To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 08 Jun 2002 19:38:07 -0400 Message-Id: <1023579493.1497.1.camel@linux> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I got a copy of FreeBSD 4.5 4 cd set and I was wondering if Gimp is on those CD's? I cannot seem to find it. Any help/comments would be appreciated! Marshall Heartley A+,Network+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 16:39:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 2246237B400 for ; Sat, 8 Jun 2002 16:39:21 -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 5B14028C39; Sat, 8 Jun 2002 19:38:56 -0400 (EDT) Date: Sat, 8 Jun 2002 19:38:56 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Marshall Heartley Cc: FreeBSD LIST Subject: Re: gimp In-Reply-To: <1023579493.1497.1.camel@linux> Message-ID: <20020608193823.A76106-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 8 Jun 2002, Marshall Heartley wrote: > Hello, I got a copy of FreeBSD 4.5 4 cd set and I was wondering if Gimp is on those CD's? I cannot seem to find it. Any help/comments would be appreciated! > Marshall Heartley A+,Network+ http://www.FreeBSD.org/cgi/ports.cgi?query=gimp&stype=all -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 16:54:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.san.rr.com (smtp2.san.rr.com [24.25.195.39]) by hub.freebsd.org (Postfix) with ESMTP id 4761837B406 for ; Sat, 8 Jun 2002 16:54:46 -0700 (PDT) Received: from 24-161-160-142.san.rr.com (24-161-160-142.san.rr.com [24.161.160.142]) by smtp2.san.rr.com (8.11.4/8.11.4) with ESMTP id g58Nsfs04117 for ; Sat, 8 Jun 2002 16:54:42 -0700 (PDT) Date: Sat, 8 Jun 2002 16:54:41 -0700 (PDT) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions LIST Subject: Installing XFree86 from source? Message-ID: <20020608165057.M502-100000@66-75-1-142.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Okay, the saga continues . . . after doing a "rm -rf" on both my /etc/X11 and /usr/X11R6 directories, I went to www.xfree86.org and downloaded: -rw-r--r-- 1 root wheel 25961532 Jun 6 22:59:21 2002 X420src-1.tgz -rw-r--r-- 1 root wheel 23227328 Jun 6 22:59:34 2002 X420src-2.tgz -rw-r--r-- 1 root wheel 9306679 Jun 6 22:58:37 2002 X420src-3.tgz Later, when all three were gunzipped and untarred, I had a dir called: drwxr-xr-x 11 root wheel 512 Jun 7 22:52:23 2002 xc I am wary of just changing to that directory and typing "make all" or "make World" because, well, I don't know what I am doing. So here is my limited first question. How do I make sure the "make" knows about my OS?? Thanks, PS - Foregoing the hassle of borrowing someone's videocard, I plan on trying just the standard svga or vga drivers once X is reinstalled; Both the ati and r128 (Rage128) drivers have failed me miserably, as has ATI >:( -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 17: 6: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.190.223.9]) by hub.freebsd.org (Postfix) with ESMTP id 2333B37B404; Sat, 8 Jun 2002 17:05:42 -0700 (PDT) Received: from ThisAddressDoesNotExist (userhh092.dsl.pipex.com [62.190.215.92]) by shockwave.systems.pipex.net (Postfix) with ESMTP id B4ACC160008EB; Sun, 9 Jun 2002 01:05:37 +0100 (BST) Subject: Orphaned ruby port From: "S. Roberts" Reply-To: sroberts@dsl.pipex.com To: FreeBSD-Questions Cc: www@freebsd.org, knu@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-z0gDQM7GYIwsbTYPZx8G" X-Mailer: Ximian Evolution 1.0.5 Date: 09 Jun 2002 01:01:07 +0100 Message-Id: <1023580869.304.223.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 --=-z0gDQM7GYIwsbTYPZx8G Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, I have been getting a strange report on ruby-fnmatch-1.1b_1 after cvsup'ing my ports tree (see below). In looking into this, I went to the ported applications list at www.freebsd.org and saw this statement for the above port: Port description for devel/ruby-fnmatch The port specified does not exist, or has an invalid name: ports/devel/ruby-fnmatch/pkg-descr You are coming from http://www%2efreebsd%2eorg/ports/devel%2ehtml. Please contact www@freebsd.org What is going on with this port? I'm not the only one that's this is happening to, and I'd appreciate someone providing some information concerning the status of this port / advice on a work-a-round. Thanks for the time. Stacey Hello, I just saw the following in the man pages (man pkg_version): ? The installed package does not appear in the index. This could be due to an out of date index or a package taken from a PR that has not yet been committed. So I figured I'd run portsdb -Uu to update the ports index file - now I've got this (which I've never seen before), which to me looks like a lot of badness: # portsdb -Uu Updating the ports index ... ruby_static-1.6.7.2002.05.23:"/usr/ports/lang/ruby_static/../../devel/ruby-= strscan" non-existent -- dependency list incomplete ruby_static-1.7.2.2002.05.23:"/usr/ports/lang/ruby_static-devel/../../devel= /ruby-strscan" non-existent -- dependency list incomplete ruby-tmail-0.10.4:"/usr/ports/devel/ruby-racc-runtime" non-existent -- dependency list incomplete"Makefile", line 22: Missing dependency operator: malformed entry: "Makefile", line 22: Missing dependency operator "Makefile", line 23: Missing dependency operator: malformed entry: "Makefile", line 23: Missing dependency operator "Makefile", line 26: Missing dependency operator: malformed entry: "Makefile", line 26: Missing dependency operator "Makefile", line 29: Need an operator: malformed entry: "Makefile", line 29: Need an operator make: fatal errors encountered -- cannot continue: malformed entry: make: fatal errors encountered -- cannot continue *** Error code 1: malformed entry: *** Error code 1 `all' not remade because of errors.: malformed entry: `all' not remade because of errors. ruby-xmlscan-0.0.10:"/usr/ports/devel/ruby-racc-runtime" non-existent -- dependency list incomplete done [Updating the portsdb in /usr/ports ... - 7115 port entries found .........1000.........2000.........3000.........4000.........5000.........6= 000.........7000. ..... done] #=20 Can someone please give me some help with this?? Stacey On Sat, 2002-06-08 at 23:19, Michael wrote: > Interesting, I just found the same thing. >=20 > I went in and did a cvsup to all my ports and found this to be orphaned=20 > as well. >=20 > # uname -a > FreeBSD 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sat Jun 1 12:49:24 > PDT 2002 :/usr/src/sys/compile/xeon i386 >=20 > Michael >=20 > S. Roberts wrote: >=20 > >Hello, > > I just cvsup'd my ports tree and pkg_version -v returns the > >following for a ruby module: > > > >ruby-fnmatch-1.1b_1 ? orphaned: devel/ruby-fnmatch > > > >I don't know much about ruby stuff, and would appreciate some advice on > >how to proceed with this message / statement here. Uname info: > ># uname -a > >FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST > >2002 :/usr/obj/usr/src/sys/ i386 > >#=20 > > > >Thanks for the time. > > > >Stacey > > =20 > > >=20 >=20 >=20 >=20 --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-z0gDQM7GYIwsbTYPZx8G 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, I have been getting a strange report on ruby-fnmatch-1.1b_1 after cvsup'ing my ports tree (see below). In looking into this, I went to the ported applications list at www.freebsd.org and saw this statement for the above port: Port description for devel/ruby-fnmatch The port specified does not exist, or has an invalid name: ports/devel/ruby-fnmatch/pkg-descr You are coming from http://www%2efreebsd%2eorg/ports/devel%2ehtml. Please contact www@freebsd.org What is going on with this port? I'm not the only one that's this is happening to, and I'd appreciate someone providing some information concerning the status of this port / advice on a work-a-round. Thanks for the time. Stacey Hello, I just saw the following in the man pages (man pkg_version): ? The installed package does not appear in the index. This could be due to an out of date index or a package taken from a PR that has not yet been committed. So I figured I'd run portsdb -Uu to update the ports index file - now I've got this (which I've never seen before), which to me looks like a lot of badness: # portsdb -Uu Updating the ports index ... ruby_static-1.6.7.2002.05.23:"/usr/ports/lang/ruby_static/../../devel/ruby-= strscan" non-existent -- dependency list incomplete ruby_static-1.7.2.2002.05.23:"/usr/ports/lang/ruby_static-devel/../../devel= /ruby-strscan" non-existent -- dependency list incomplete ruby-tmail-0.10.4:"/usr/ports/devel/ruby-racc-runtime" non-existent -- dependency list incomplete"Makefile", line 22: Missing dependency operator: malformed entry: "Makefile", line 22: Missing dependency operator "Makefile", line 23: Missing dependency operator: malformed entry: "Makefile", line 23: Missing dependency operator "Makefile", line 26: Missing dependency operator: malformed entry: "Makefile", line 26: Missing dependency operator "Makefile", line 29: Need an operator: malformed entry: "Makefile", line 29: Need an operator make: fatal errors encountered -- cannot continue: malformed entry: make: fatal errors encountered -- cannot continue *** Error code 1: malformed entry: *** Error code 1 `all' not remade because of errors.: malformed entry: `all' not remade because of errors. ruby-xmlscan-0.0.10:"/usr/ports/devel/ruby-racc-runtime" non-existent -- dependency list incomplete done [Updating the portsdb in /usr/ports ... - 7115 port entries found .........1000.........2000.........3000.........4000.........5000.........6= 000.........7000. ..... done] #=20 Can someone please give me some help with this?? Stacey On Sat, 2002-06-08 at 23:19, Michael wrote: > Interesting, I just found the same thing. >=20 > I went in and did a cvsup to all my ports and found this to be orphaned=20 > as well. >=20 > # uname -a > FreeBSD 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sat Jun 1 12:49:24 > PDT 2002 :/usr/src/sys/compile/xeon i386 >=20 > Michael >=20 > S. Roberts wrote: >=20 > >Hello, > > I just cvsup'd my ports tree and pkg_version -v returns the > >following for a ruby module: > > > >ruby-fnmatch-1.1b_1 ? orphaned: devel/ruby-fnmatch > > > >I don't know much about ruby stuff, and would appreciate some advice on > >how to proceed with this message / statement here. Uname info: > ># uname -a > >FreeBSD 4.6-RC FreeBSD 4.6-RC #0: Sun May 26 11:20:25 BST > >2002 :/usr/obj/usr/src/sys/ i386 > >#=20 > > > >Thanks for the time. > > > >Stacey > > =20 > > >=20 >=20 >=20 >=20 - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPQKawfdn4A8qiCO5EQK19ACdGVlbJsrKQZDhMLf49/DkvNBBhtgAnRlP 7MIBlD89xh2MuzFvgNnmUO/O =a3dz -----END PGP SIGNATURE----- --=-z0gDQM7GYIwsbTYPZx8G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 17:10:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id 230AA37B400 for ; Sat, 8 Jun 2002 17:10:19 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GXE00054W89FK@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Sun, 9 Jun 2002 08:04:58 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GXEWBF01.7S7 for ; Sun, 09 Jun 2002 08:06:51 +0800 Date: Sun, 09 Jun 2002 10:06:51 +1000 From: BSD Freak Subject: Network RAID on FreeBSD - is it possible? To: FreeBSD Questions Message-id: <102ca92102bb41.102bb41102ca92@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, We have a server which is highly critical. Data loss or downtime on it is not an option so we have a hardware RAID 1 and also a second "hot host" (in another building) which replicates data from the main one every 30 minutes (via rsync). However it is this 30 minute window that concerns me because that leaves us open to 30 minutes of data loss. So basically what I'm asking is (without switching to Sun equipent) is it possible to do some sort of network RAID where data is written to both systems simultaneously? We need our system to carry on with no data loss even if one of the servers should suffer a complete system failure (ie be blown up or thrown out of the window)...... --------------------------------------------------------------------- Would you like to receive faxes to your personal email address? You can with mBox. Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 17:27:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes09-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id 591E537B406 for ; Sat, 8 Jun 2002 17:27:40 -0700 (PDT) Received: from a7a42593 ([64.180.243.39]) by priv-edtnes09-hme0.telusplanet.net (InterMail vM.5.01.04.01 201-253-122-122-101-20011014) with SMTP id <20020609002739.ZXY7991.priv-edtnes09-hme0.telusplanet.net@a7a42593> for ; Sat, 8 Jun 2002 18:27:39 -0600 To: freebsd-questions@freebsd.org From: tyler spivey Reply-To: tyler spivey Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: sound card issues Message-Id: <20020609002739.ZXY7991.priv-edtnes09-hme0.telusplanet.net@a7a42593> Date: Sat, 8 Jun 2002 18:27:39 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have two sound cards in my machine, and want to use the second one (pcm1) and i don't care about pcm0, but i can't do : echo test >/dev/dsp0.2 says device not configured, but 0.0 and 0.1 work, and go to the same sound card. i have an sb awe64 plug and play, and it should work - am i doing the pcm0.2 right, or did i guess wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 17:37:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 0EFC237B405 for ; Sat, 8 Jun 2002 17:37:06 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.3/8.12.3) with ESMTP id g590axNg018596; Sun, 9 Jun 2002 12:36:59 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.3/8.12.3/Submit) id g590awL9018595; Sun, 9 Jun 2002 12:36:58 +1200 (NZST) Date: Sun, 9 Jun 2002 12:36:58 +1200 From: Jonathan Chen To: Peter Leftwich Cc: FreeBSD Questions LIST Subject: Re: Installing XFree86 from source? Message-ID: <20020609123658.A18561@grimoire.chen.org.nz> References: <20020608165057.M502-100000@66-75-1-142.san.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020608165057.M502-100000@66-75-1-142.san.rr.com>; from Hostmaster@Video2Video.Com on Sat, Jun 08, 2002 at 04:54:41PM -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 Sat, Jun 08, 2002 at 04:54:41PM -0700, Peter Leftwich wrote: > Okay, the saga continues . . . after doing a "rm -rf" on both my /etc/X11 > and /usr/X11R6 directories, I went to www.xfree86.org and downloaded: > > -rw-r--r-- 1 root wheel 25961532 Jun 6 22:59:21 2002 X420src-1.tgz > -rw-r--r-- 1 root wheel 23227328 Jun 6 22:59:34 2002 X420src-2.tgz > -rw-r--r-- 1 root wheel 9306679 Jun 6 22:58:37 2002 X420src-3.tgz > > Later, when all three were gunzipped and untarred, I had a dir called: > > drwxr-xr-x 11 root wheel 512 Jun 7 22:52:23 2002 xc > > I am wary of just changing to that directory and typing "make all" or "make > World" because, well, I don't know what I am doing. So here is my limited > first question. How do I make sure the "make" knows about my OS?? Thanks, Put the files tgz files you've downloaded in /usr/ports/distfiles/xc, and then: # cd /usr/ports/x11/XFree86-4 # make # make install # make clean -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 18:33:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from charter.net (dhcp-8-15.slidell.charter-ala.com [24.158.214.244]) by hub.freebsd.org (Postfix) with ESMTP id 3ED6437B401 for ; Sat, 8 Jun 2002 18:33:18 -0700 (PDT) Received: from gforce.johnson.home (localhost [127.0.0.1]) by charter.net (8.12.3/8.12.3) with ESMTP id g591XBQi042732; Sat, 8 Jun 2002 20:33:11 -0500 (CDT) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.3/8.12.3/Submit) id g591X9Xe042731; Sat, 8 Jun 2002 20:33:09 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Sat, 8 Jun 2002 20:33:08 -0500 To: Corey Snow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Update OpenSSH? Message-ID: <20020609013308.GA4227@gforce.johnson.home> Mail-Followup-To: glenn@FreeBSD.ORG, Corey Snow , freebsd-questions@FreeBSD.ORG References: <3D01F26B.29291.4523301@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D01F26B.29291.4523301@localhost> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-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 08, 2002 at 12:02:51PM -0700, Corey Snow wrote: > There's been some discussion about this on the list, but I'm not sure > how or if to apply it- I installed FreeBSD 4.5-RELEASE and it has > OpenSSH 2.9 as part of the distribution. However, OpenSSH is at a > higher version now (3.x) and I'd like to use the later version. > > Question: How do I go about updating my installed version of OpenSSH? > I had added the OpenSSH package, but it just installed it side-by- > side with the distribution one. You can install the security/openssh-portable port with OPENSSH_OVERWRITE_BASE= yes You would also want to put NO_OPENSSH= true in your '/etc/make.conf' file so the base version is not reinstalled on a 'make world'. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 19:59:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vdsi.net (vdsi.net [206.67.5.34]) by hub.freebsd.org (Postfix) with ESMTP id 03C8737B401 for ; Sat, 8 Jun 2002 19:59:16 -0700 (PDT) Received: from [10.0.2.59] (xpress19771.htc.net [208.165.197.71]) by vdsi.net (8.9.2/8.9.2) with ESMTP id WAA99549 for ; Sat, 8 Jun 2002 22:01:37 -0500 (CDT) (envelope-from rseals@vdsi.net) Subject: Problems saving documents in StarOffice 6.0 From: Ray Seals To: FreeBSD Questions Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 08 Jun 2002 21:58:34 -0500 Message-Id: <1023591515.1315.4.camel@trsealslptp1> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I purchased StarOffice 6.0 and have installed it on my FreeBSD 4.5 laptop. I can successfully open up .xls .doc and other files. I can print these documents to my network laser printer. The problem begins when I try to save a document. Every time that I try to save a document I get this error message: /home/trseals does not exist Which is correct, because it should be /usr/home/trseals. Does anyone have a similar problem. I have installed StarOffice as both my user and as root to see if the problem is different, but it still won't let me save a document. Ray -- ------------------------------------------------------------------- "Microsoft has been riding the fence between marketing a concept of "trustworthy computing" and delivering a product that caters to the least common technically proficient denominator. Most products have been specifically designed to allow anyone who can click "Next" to perform a successful installation, but when it comes to their defense of insecure default software settings, they have a matter-of-fact way of telling everyone that they should know better."- Tim Mullen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 20:17:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp13.singnet.com.sg (smtp13.singnet.com.sg [165.21.6.33]) by hub.freebsd.org (Postfix) with ESMTP id 92AB037B403 for ; Sat, 8 Jun 2002 20:17:43 -0700 (PDT) Received: from singapura.singnet.com.sg (singapura.singnet.com.sg [165.21.10.10]) by smtp13.singnet.com.sg (8.12.3/8.12.3) with ESMTP id g593HgxL031832 for ; Sun, 9 Jun 2002 11:17:42 +0800 Received: (from shanali@localhost) by singapura.singnet.com.sg (8.8.5/8.7.2) id LAA10824 for freebsd-questions@FreeBSD.ORG; Sun, 9 Jun 2002 11:17:42 +0800 (SST) Date: Sun, 9 Jun 2002 11:17:42 +0800 From: S H A N To: FreeBSD Questions Subject: Re: Network RAID on FreeBSD - is it possible? Message-ID: <20020609031742.GA19660@singapura.singnet.com.sg> Mail-Followup-To: FreeBSD Questions References: <102ca92102bb41.102bb41102ca92@mbox.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <102ca92102bb41.102bb41102ca92@mbox.com.au> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, implement vinum on nfs disks.. try your luck... u'r mileage may vary :) On Sun, Jun 09, 2002 at 10:06:51AM +1000, BSD Freak wrote: > Hi all, > > We have a server which is highly critical. Data loss or downtime on it > is not an option so we have a hardware RAID 1 and also a second "hot > host" (in another building) which replicates data from the main one > every 30 minutes (via rsync). However it is this 30 minute window that > concerns me because that leaves us open to 30 minutes of data loss. > > So basically what I'm asking is (without switching to Sun equipent) is > it possible to do some sort of network RAID where data is written to > both systems simultaneously? We need our system to carry on with no > data loss even if one of the servers should suffer a complete system > failure (ie be blown up or thrown out of the window)...... > > --------------------------------------------------------------------- > Would you like to receive faxes to your personal email address? > You can with mBox. Visit http://www.mbox.com.au/fax > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- S H A N To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 21: 2:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdomng0.schlund.de (moutvdomng0.kundenserver.de [195.20.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 1CAC037B406 for ; Sat, 8 Jun 2002 21:02:52 -0700 (PDT) Received: from [172.19.20.62] (helo=mrvdomng1.kundenserver.de) by moutvdomng0.schlund.de with esmtp (Exim 3.22 #2) id 17Gtuk-0005wx-00 for freebsd-questions@freebsd.org; Sun, 09 Jun 2002 06:02:50 +0200 Received: from [217.1.114.107] (helo=pD901726B.dip.t-dialin.net) by mrvdomng1.kundenserver.de with esmtp (Exim 3.22 #2) id 17Gtuk-0003cC-00 for freebsd-questions@FreeBSD.ORG; Sun, 09 Jun 2002 06:02:50 +0200 Date: Sun, 9 Jun 2002 06:02:35 +0000 (GMT) From: Peter Ulrich Kruppa To: Subject: openoffice port: cannot connect to X server Message-ID: <20020609054659.M7840-100000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, to-night I built openoffice (latest port on latest -STABLE) which succeded after 10h 20' . This morning I tried to # make install which delivered --------------------------- ===> Installing for openoffice-1.0.0 ===> openoffice-1.0.0 depends on shared library: pth.14 - found ===> openoffice-1.0.0 depends on shared library: X11.6 - found # # UGLY hack to not have to specify a X-Display. # /usr/X11R6/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & echo $! > /usr/ports/editors/openoffice/work/.Xvfb.pid Initializing installation program.................... Xlib: connection to "localhost:1001.0" refused by server Xlib: Client is not authorized to connect to Server cannot connect to X server *** Error code 255 (ignored) ===> Generating temporary packing list ===> Registering installation for openoffice-1.0.0 ---------------------------- Actually nothing was installed anywhere. What now? Uli. *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 21: 6:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.ec.rr.com (fe4.southeast.rr.com [24.93.67.51]) by hub.freebsd.org (Postfix) with ESMTP id 8107C37B401 for ; Sat, 8 Jun 2002 21:06:26 -0700 (PDT) Received: from ec.rr.com ([66.26.7.34]) by mail4.ec.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 9 Jun 2002 00:05:12 -0400 Message-ID: <3D02D43A.30801@ec.rr.com> Date: Sun, 09 Jun 2002 00:06:18 -0400 From: Michael Sharp User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020606 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: openoffice install Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running FreeBSD 4.6-RC and I updated my ports collection this morning. I have 20 GiGs of freespace on my /usr slice. I recompiled my kernel with the following options and booted into it as the openoffice Makefile stated. options MAXDSIZ="(1024*1024*1024)" options MAXSSIZ="(256*1024*1024)" I then ran ' make USE_GCC=3.1 ' ( as stated in the Makefile ) ( 8 hrs of building ) I then ran ' make install ' restarted X However, I have NOTHING in /usr/local/OpenOffice.org1.0/ and 'make install-user' ( as the user I normally use ) says the setup fails because setup is not in /usr/local/OpenOffice.org1.0/, nor is there a soffice binary in /usr/local/bin. What am I doing wrong? michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 21:11:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from m20.unixathome.org (m20.unixathome.org [216.187.106.227]) by hub.freebsd.org (Postfix) with ESMTP id 74EBE37B401; Sat, 8 Jun 2002 21:11:14 -0700 (PDT) Received: (from dan@localhost) by m20.unixathome.org (8.11.6/8.11.6) id g594A3S19552; Sun, 9 Jun 2002 00:10:03 -0400 (EDT) (envelope-from dan) Date: Sun, 9 Jun 2002 00:10:03 -0400 (EDT) Message-Id: <200206090410.g594A3S19552@m20.unixathome.org> From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Subject: The FreeBSD Diary: 2002-05-19 - 2002-06-08 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . No new articles have been posted during this period -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://freebsddiary.org/ - practical examples FreshPorts - http://freshports.org/ - the place for ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 21:30: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id DFFEB37B406 for ; Sat, 8 Jun 2002 21:30:01 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g594OcH07877; Sat, 8 Jun 2002 21:24:38 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sat, 8 Jun 2002 21:24:38 -0700 (PDT) From: Annelise Anderson To: tyler spivey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound card issues In-Reply-To: <20020609002739.ZXY7991.priv-edtnes09-hme0.telusplanet.net@a7a42593> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Jun 2002, tyler spivey wrote: > I have two sound cards in my machine, and want to use the second one (pcm1) and i don't care about pcm0, > but i can't do : > echo test >/dev/dsp0.2 > says device not configured, but 0.0 and 0.1 work, and go to the same sound card. > i have an sb awe64 plug and play, > and it should work - am i doing the pcm0.2 right, or did i guess wrong? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Usually the default devices (like audio, dsp, mixer, etc) get symbolically linked to the devices you last created, so probably you want to cd /dev && sh MAKEDEV snd1 The devices beginning with dsp0 should be those that work with the driver pcm0. Neither pcm0 (or pcm1) or snd0 or snd1 will appear in /dev as a device. To see the list of devices, man pcm. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 21:42:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdomng0.schlund.de (moutvdomng0.kundenserver.de [195.20.224.130]) by hub.freebsd.org (Postfix) with ESMTP id ED53437B40A for ; Sat, 8 Jun 2002 21:42:06 -0700 (PDT) Received: from [195.20.224.219] (helo=mrvdom03.kundenserver.de) by moutvdomng0.schlund.de with esmtp (Exim 3.22 #2) id 17GuWk-0007pz-00 for freebsd-questions@freebsd.org; Sun, 09 Jun 2002 06:42:06 +0200 Received: from [217.1.114.107] (helo=pD901726B.dip.t-dialin.net) by mrvdom03.kundenserver.de with esmtp (Exim 2.12 #3) id 17GuWk-0002O2-00 for freebsd-questions@FreeBSD.ORG; Sun, 9 Jun 2002 06:42:06 +0200 Date: Sun, 9 Jun 2002 06:41:51 +0000 (GMT) From: Peter Ulrich Kruppa To: Subject: samba and winpopup messages Message-ID: <20020609062658.L33874-100000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I can send winpopup messages from my samba server, but I cannot receive any. (To be more precise: The user interfaces are called Vypress Manager on Win2k- and linpopup from ports on FreeBSD-side) Any ideas? Regards, Uli. *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 21:45: 4 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 DE1F337B400 for ; Sat, 8 Jun 2002 21:45:01 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g594XfH07916; Sat, 8 Jun 2002 21:33:41 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sat, 8 Jun 2002 21:33:41 -0700 (PDT) From: Annelise Anderson To: Corey Snow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Command Summary? In-Reply-To: <3D010445.19429.AFCF05@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Jun 2002, Corey Snow wrote: > Is there a summary or browseable list of the commands available in > FreeBSD, and if so, where? > Besides what other posters have recommended, you can also cd /bin (or cd to any other directories having binaries) and type whatis * and get a brief summary of each of them. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 22: 3: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 6F0BB37B400 for ; Sat, 8 Jun 2002 22:02:59 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Sat, 8 Jun 2002 22:02:58 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Sat, 8 Jun 2002 22:02:57 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Filesystem paradox, take 2 Reply-To: pjklist@ekahuna.com X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020609050258756.AAA535@empty1.ekahuna.com@pc02.ekahuna.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This may be some age-old Unix question that was answered 20 yrs ago, but bear with me, I'm not an age-old Unix sysadmin. :-) I'm trying to copy a working FreeBSD system from one disk and controller to another - from an Adaptec embedded 7892 controller (ie equivalent to a 2940-U2W) to an AMI/LSI Megaraid controller. The system has 2 slices: a small DOS one, and a large FreeBSD one. I've been using DOS utilities (Ghost or DriveImage) but I don't think the issues would be any different if I were to use dd. The first problem is after image-copying the disk to the RAID logical drive, the disklabel is incorrect. (the offset is incorrect, it doesn't start at 0) I can correct this, but something is awry. On a normal system I can do "disklabel -r da0" and it gives me essentially the same output as "disklabel -r da0s2". After copying the slices to the logical drive, "disklabel -r amrd0s2" works, but not "disklabel -r amrd0". I'm not sure why. So I use boot0cfg to put the bootmanager on the MBR. FreeBSD starts to boot, but can't mount the root filesystem, I get the "mountroot" prompt. Now this is the first "catch-22": it can't mount the root filesystem because a file ON the root filesystem tells it the wrong stuff. (/etc/fstab, which still has the old device names) This is already a very problematic design, although I realize this is the way it's been done for years. (personally I think this stuff should be in the partition table or MBR, instead of in the filesystem you're trying to mount) The 2nd paradox is that after I manually specify the root filesystem to mount: mountroot> ufs:/dev/amrd0s2a ..it mounts root read-only because it tells me the filesystem is dirty so I have to run fsck. But!! fsck won't run, because it depends on /etc/fstab to tell it what filesystems to check, and I see no way to manually specify a device! AND, I can't edit fstab, because it's on / and / is mounted read-only! Argh! SO I say, I'll boot off the fixit-CD again. But the fixit environment for some reason doesn't know about amrd0s2a (no device with that name in /dev, only amrd0s2, and MAKEDEV won't create it - complains about illegal group name or somesuch), so I can't even mount the filesystem from the fixit environment to fsck it or edit fstab.. paradox #3!! Can anyone offer me some tips here? I think I've pulled all my hair out by now.. Phil PS: my next try is going to be deleting the FreeBSD slice from the RAID logical drive, boot off fixit CD, create a new FreeBSD slice, use disklabel to re-create all the filesystems, and copy/restore it in the conventional way - ie with a dump/restore or tar/untar pipe. But I sure wish I didn't have to go through all that.. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 8 23:44:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tigershark.whatupg.com (12-228-163-197.client.attbi.com [12.228.163.197]) by hub.freebsd.org (Postfix) with ESMTP id 34A3E37B400 for ; Sat, 8 Jun 2002 23:44:21 -0700 (PDT) Received: (from brettg@localhost) by tigershark.whatupg.com (8.11.6/8.11.6) id g58L0eH75773; Sat, 8 Jun 2002 14:00:40 -0700 (PDT) (envelope-from brettg@whatupg.com) Date: Sat, 8 Jun 2002 14:00:40 -0700 From: Brett Gianpetro To: ozdemir dogan Cc: freebsd Subject: Re: gnome xdm problem Message-ID: <20020608140040.A75738@whatupg.com> References: <20020608115910.53409.qmail@web14904.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020608115910.53409.qmail@web14904.mail.yahoo.com>; from ozdemirdgn@yahoo.com on Sat, Jun 08, 2002 at 04:59:10AM -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 Try: echo '#!/bin/sh' > ~/.xsession The key here is to use single quotes instead of double. -Brett On Sat, Jun 08, 2002 at 04:59:10AM -0700, ozdemir dogan wrote: > I am using Freebsd 4.5 stable.And I am new in > Freebsd, unix.My problem is I couldn't used xdm,that > is I couldn' configure xdm.As in the handbook it says: > > % echo "#!/bin/sh" > ~/.xsession > % echo "/usr/X11R6/bin/gnome-session" >> ~/.xsession > % chmod +x ~/.xsession > when I wrote % echo "#!/bin/sh" > ~/.xsession ( when > there is no .xsession file in the /root) in the shell > command line it says: > /bin/sh: Event not found > Am I doing something wrong. > Thank you. > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message