From owner-freebsd-questions Sun Jan 26 0:10: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA8B37B401; Sun, 26 Jan 2003 00:10:03 -0800 (PST) Received: from nezlok.unixathome.org (nezlok.unixathome.org [216.187.87.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DBA143EB2; Sun, 26 Jan 2003 00:10:03 -0800 (PST) (envelope-from dan@nezlok.unixathome.org) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id 722AEAE4A4; Sun, 26 Jan 2003 00:10:01 -0800 (PST) From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Subject: The FreeBSD Diary: 2003-01-05 - 2003-01-25 Message-Id: <20030126081001.722AEAE4A4@nezlok.unixathome.org> Date: Sun, 26 Jan 2003 00:10:01 -0800 (PST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . These are the articles posted during this period: 21-Jan : Amazon, OSW, and my thanks More features, more advocacy, and more appreciation http://freebsddiary.org/index.html?2 7-Jan : Tell your story, help others Tell your story, help others http://freebsddiary.org/tell-your-story.php?2 -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/ - practical examples FreshPorts - http://www.FreshPorts.org/ - the place for ports FreshSource - http://www.FreshSource.org/ - the place for source To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 0:37:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F79537B401 for ; Sun, 26 Jan 2003 00:37:51 -0800 (PST) Received: from kknd.mweb.co.za (kknd.mweb.co.za [196.2.45.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA4D43F3F for ; Sun, 26 Jan 2003 00:37:48 -0800 (PST) (envelope-from vikashb@mweb.co.za) Received: from vic-dial-196-30-233-118.mweb.co.za ([196.30.233.118]:1053 helo=win98) by kknd.mweb.co.za with smtp (Exim 4.01) id 18ciHr-0003CP-00; Sun, 26 Jan 2003 10:37:09 +0200 Message-ID: <002001c2c515$f5b72200$4b0a0a0a@my.domain> From: "Vikash Badal" To: "Nick Rogness" Cc: References: <20030125165456.T60949-100000@skywalker.rogness.net> Subject: Re: Source nat question (ipfw and natd) Date: Sun, 26 Jan 2003 10:35:43 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Nick, ----- Original Message ----- From: "Nick Rogness" To: "Vikash Badal" Cc: Sent: Sunday, January 26, 2003 2:01 AM Subject: Re: Source nat question (ipfw and natd) > On Sat, 25 Jan 2003, Vikash Badal wrote: > > > Greetings, > > > > I currently have a box (4.7p3) that i want to connect to four different > > networks According to the man page i can only nat on one interface using > > natd. > > > > My current natd.conf is as follows : > > -------------------------------------------------------------------------- > > redirect_address 10.136.236.18 192.168.28.61 > > redirect_address 10.136.236.20 192.168.20.47 > > redirect_address 10.136.236.19 192.167.11.47 > > -------------------------------------------------------------------------- > > > > When i add the following maping : > > redirect_address 10.136.236.18 192.168.15.47 > > > > the source address for connections to 192.168.15.0/24 is 192.168.25.61 > > is there any way i can setup natd and ipfw so that if packets are > > destined for 192.168.15.0/24 then the source address should be > > 192.168.15.47 > > > > Yes, it is possible...just a pain in the butt. I am not clear > exactly what your mean. If you wish to pursue this, you need to > send the output of: > > # cat /etc/rc.conf > # ipfw -a l > # netstat -rn > # ps -aux |grep nat > > > And any additional nat configuration files or settings. That > would greatly improve the chances of your questions getting > answered. > > > Nick Rogness I made a typo in the original mail : ===> redirect_address 10.136.236.19 192.167.11.47 should be redirect_address 10.136.236.19 192.168.21.47 configs: rc.conf: ============ kern_securelevel_enable="NO" nfs_reserved_port_only="YES" sendmail_enable="NONE" sshd_enable="YES" inetd_enable="NO" portmap_enable="NO" gateway_enable="YES" ntpdate_flags="10.131.156.5" ntpdate_enable="YES" natd_enable="YES" natd_interface="vx0" natd_flags="-config /etc/natd.conf" hostname="nwest-fw.natis.natis" ifconfig_xl0="inet 10.136.236.5 netmask 255.255.255.0" ifconfig_vx0="inet 192.168.28.61 netmask 255.255.240.0" ifconfig_vx0_alias0="inet 192.168.15.57 netmask 255.255.255.0 defaultrouter="10.136.236.1" firewall_enable="YES" firewall_type="natis" firewall_quiet="YES" ==================== nwest-fw# ipfw -a l 00050 0 0 divert 8668 ip from any to any via vx0 00100 32 2000 allow ip from any to any via lo0 00200 0 0 deny ip from any to 127.0.0.0/8 00300 0 0 deny ip from 127.0.0.0/8 to any 00400 0 0 check-state 00500 0 0 deny tcp from any to any established 00600 0 0 deny log logamount 256 ip from any to any ipopt ssrr 00700 0 0 deny log logamount 256 ip from any to any ipopt lsrr 00800 0 0 deny ip from 10.136.236.0/24 to any in recv vx0 00900 0 0 deny ip from 192.168.16.0/20 to any in recv xl0 01000 0 0 allow tcp from any to 10.136.236.5 22 keep-state setup 01200 0 0 allow tcp from any to 192.168.28.61 5507 keep-state setup 01300 0 0 allow tcp from any to 192.168.20.47 8080 keep-state setup 01400 0 0 allow tcp from any to 192.168.21.47 5150 keep-state setup 01500 0 0 allow tcp from any to 192.168.15.57 5507 keep-state setup 01600 0 0 allow tcp from any to 10.136.236.18 5507 keep-state setup 01700 0 0 allow tcp from any to 10.136.236.20 8080 keep-state setup 01800 0 0 allow tcp from any to 10.136.236.19 5150 keep-state setup 01900 0 0 deny log logamount 256 tcp from any to any in recv vx0 02000 0 0 deny log logamount 256 icmp from any to any frag 02100 0 0 allow udp from any to any 33434-33443 keep-state 02200 0 0 allow icmp from any to any keep-state icmptype 3,11 02300 0 0 allow icmp from any to any keep-state icmptype 0,8 02400 0 0 allow udp from 10.136.236.5 to 10.131.156.5 123 keep-state 02500 0 0 allow tcp from 10.136.236.5 to 10.131.156.5 5999,80 keep-state setup 65535 0 0 deny ip from any to any ================== nwest-fw# netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 10.136.236.1 UGSc 1 0 xl0 10.10.10/24 link#2 UC 1 0 xl0 10.10.10.1 00:c0:df:e3:da:a9 UHLW 1 506 xl0 937 10.136.236/24 link#2 UC 1 0 xl0 10.136.236.1 link#2 UHLW 2 0 xl0 127.0.0.1 127.0.0.1 UH 0 0 lo0 192.168.15.57/32 link#1 UC 0 0 vx0 192.168.16/20 link#1 UC 1 0 vx0 192.168.28.61 00:60:97:08:07:d4 UHLW 0 16 lo0 ================== nwest-fw# ps auwx | grep natd root 152 0.0 0.3 1084 652 p0 S+ 8:42AM 0:00.00 grep natd root 84 0.0 0.1 448 296 ?? Is 8:37AM 0:00.00 /sbin/natd -config /etc/natd.conf -n vx0 ================ nwest-fw# cat /etc/natd.conf redirect_address 10.136.236.18 192.168.28.61 redirect_address 10.136.236.20 192.168.20.47 redirect_address 10.136.236.19 192.168.21.47 redirect_address 10.136.236.18 192.168.15.47 ====== nwest-fw# ifconfig -a vx0: flags=8843 mtu 1500 inet 192.168.28.61 netmask 0xfffff000 broadcast 192.168.31.255 inet 192.168.15.57 netmask 0xffffff00 broadcast 192.168.15.255 ether 00:60:97:08:07:d4 status: active xl0: flags=8843 mtu 1500 options=3 inet 10.136.236.5 netmask 0xffffff00 broadcast 10.136.236.255 ether 00:10:4b:11:f2:de media: Ethernet autoselect (10baseT/UTP) status: active ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 0:59:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D34DA37B401 for ; Sun, 26 Jan 2003 00:59:10 -0800 (PST) Received: from netserver.ce.sharif.ac.ir (netserver.ce.sharif.ac.ir [81.31.164.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D784D43ED8 for ; Sun, 26 Jan 2003 00:59:03 -0800 (PST) (envelope-from hassas@ce.sharif.edu) Received: from ce.sharif.ac.ir (ce [81.31.164.3]) by netserver.ce.sharif.ac.ir (8.11.2/8.11.2) with ESMTP id h0QCBRN17176 for ; Sun, 26 Jan 2003 12:11:27 GMT Received: from ce.sharif.edu (ce.sharif.ac.ir [127.0.0.1]) by ce.sharif.ac.ir (8.11.6/8.11.6) with SMTP id h0Q91nl19453 for ; Sun, 26 Jan 2003 12:31:51 +0330 From: soheil hassas yeganeh Received: from 81.31.164.18 (SquirrelMail authenticated user hassas) by ce.sharif.edu with HTTP; Sun, 26 Jan 2003 12:31:51 +0330 (IRT) Message-ID: <1563.81.31.164.18.1043571711.squirrel@ce.sharif.edu> Date: Sun, 26 Jan 2003 12:31:51 +0330 (IRT) Subject: NVIDIA GeForce2 Mobile (Dell Inspiron 2650) To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.3) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there Are there any NVIDIA GeForce2 Mobile Graphic Card Available In freeBSD The xinit found that this is an NVIDIA (but) Uknown -- Computers are like air conditioners! , they don't work properly if U open windows . ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 1: 4:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1887837B401 for ; Sun, 26 Jan 2003 01:04:58 -0800 (PST) Received: from netserver.ce.sharif.ac.ir (netserver.ce.sharif.ac.ir [81.31.164.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1021843F13 for ; Sun, 26 Jan 2003 01:04:47 -0800 (PST) (envelope-from hassas@ce.sharif.edu) Received: from ce.sharif.ac.ir (ce [81.31.164.3]) by netserver.ce.sharif.ac.ir (8.11.2/8.11.2) with ESMTP id h0QCHFN18147 for ; Sun, 26 Jan 2003 12:17:15 GMT Received: from ce.sharif.edu (ce.sharif.ac.ir [127.0.0.1]) by ce.sharif.ac.ir (8.11.6/8.11.6) with SMTP id h0Q97hl22158 for ; Sun, 26 Jan 2003 12:37:43 +0330 From: soheil hassas yeganeh Received: from 81.31.164.18 (SquirrelMail authenticated user hassas) by ce.sharif.edu with HTTP; Sun, 26 Jan 2003 12:37:43 +0330 (IRT) Message-ID: <1620.81.31.164.18.1043572063.squirrel@ce.sharif.edu> Date: Sun, 26 Jan 2003 12:37:43 +0330 (IRT) Subject: I made a mistake ( GeForce2 Go) To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.3) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there Are there any NVIDIA GeForce2 Go Graphic Card Available In freeBSD The xinit found that this is an NVIDIA (but) Uknown -- Computers are like air conditioners! , they don't work properly if U open windows . ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 1:16:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF86337B401 for ; Sun, 26 Jan 2003 01:16:51 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-88.apple.com [17.250.248.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7AC243F13 for ; Sun, 26 Jan 2003 01:16:50 -0800 (PST) (envelope-from rolnif@mac.com) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h0Q9GoLp008014 for ; Sun, 26 Jan 2003 01:16:50 -0800 (PST) Received: from mac.com ([66.92.1.188]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id H9BDS100.4CQ; Sun, 26 Jan 2003 01:16:49 -0800 Date: Sun, 26 Jan 2003 01:12:55 -0800 Subject: Re: I made a mistake ( GeForce2 Go) Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: To: soheil hassas yeganeh From: John Martinez In-Reply-To: <1620.81.31.164.18.1043572063.squirrel@ce.sharif.edu> Message-Id: <5AA98692-310E-11D7-B9EE-0003937C0B34@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-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, January 26, 2003, at 01:07 AM, soheil hassas yeganeh wrote: > > > Hi there > Are there any NVIDIA GeForce2 Go Graphic Card Available In freeBSD > The xinit found that this is an NVIDIA (but) Uknown > I've never tried them, but here's this link: -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 1:18: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D25B37B401 for ; Sun, 26 Jan 2003 01:18:02 -0800 (PST) Received: from micro6.mscc.huji.ac.il (roth.hul.huji.ac.il [132.64.182.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149B543F13 for ; Sun, 26 Jan 2003 01:18:00 -0800 (PST) (envelope-from pacman@huji.ac.il) Received: from starshooter.huji.ac.il (ilana-5011-2.hul.huji.ac.il [132.64.182.150]) by micro6.mscc.huji.ac.il (8.11.0/8.11.0) with ESMTP id h0Q9HVd08923; Sun, 26 Jan 2003 09:17:31 GMT From: Voicu Liviu To: soheil hassas yeganeh , Subject: Re: I made a mistake ( GeForce2 Go) Date: Sun, 26 Jan 2003 11:12:02 +0200 User-Agent: KMail/1.5 References: <1620.81.31.164.18.1043572063.squirrel@ce.sharif.edu> In-Reply-To: <1620.81.31.164.18.1043572063.squirrel@ce.sharif.edu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1255" Content-Transfer-Encoding: 7bit Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200301261112.05301.pacman@huji.ac.il> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 26 January 2003 11:07, soheil hassas yeganeh wrote: > Hi there > Are there any NVIDIA GeForce2 Go Graphic Card Available In freeBSD I use Driver "nv" and works.... > The xinit found that this is an NVIDIA (but) Uknown -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+M6ZlMcVU5N/V6I8RAlAHAJ9DHhW/Do4RX3MEvAogXcZFUNlDswCfXqC9 RB+wbR2d3hBDGxijVmGj0no= =9pak -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 3: 9:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CAE737B401 for ; Sun, 26 Jan 2003 03:09:47 -0800 (PST) Received: from ctb-mesg1.saix.net (ctb-mesg1.saix.net [196.25.240.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DF143EB2 for ; Sun, 26 Jan 2003 03:09:39 -0800 (PST) (envelope-from janowellfine@telkomsa.net) Received: from prana.soma (rrba-bras-p220.telkom-ipnet.co.za [165.165.192.220]) by ctb-mesg1.saix.net (8.12.5/8.12.5) with ESMTP id h0QB9JML001957; Sun, 26 Jan 2003 13:09:20 +0200 (SAT) Received: from matt by prana.soma with local (Exim 4.10) id 18cmfJ-0002R6-00; Sun, 26 Jan 2003 13:17:37 +0000 Date: Sun, 26 Jan 2003 13:17:37 +0000 From: Matthew Faircliff To: Asenchi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall + Cable Modem Message-ID: <20030126131737.GA7107@prana> Reply-To: janowellfine@telkomsa.net References: <20030125193924.GA6932@prana> 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 A firewall set to accept by default has the last rule in the chain as an accept rule. The opposite goes for deny, whereby the last rule is a deny rule (this is the most common way to set up a firewall). The firewall is not the problem. Leave the inetd running, just comment out all the services you don't need in inetd.conf. Do you use ppp to connect to your ISP via a tunnel? Are you using an internal cable modem? Did you try comment out the DHCP line in your rc.conf? Matt. On Sat, Jan 25, 2003 at 01:16:16PM -0500, Asenchi wrote: From: "Asenchi" To: Cc: Subject: RE: Firewall + Cable Modem Date: Sat, 25 Jan 2003 13:16:16 -0500 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Where do you see that my firewall is set to accept by default? how do I disable my firewall without recompiling a kernel? Will firewall_enable="NO" actually work? Won't this just set the default deny rule as the firewall? Why would I run INETD, I am not sure? Most of the errors with DHCLIENT said make sure there are certain services turned off in INETD. Also, there isn't a service listed in INETD that I believe I need to run this machine? Do I? Maybe I am not clear on something... Thank you for your help, I really appreciate it. Curt -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Matthew Faircliff Sent: Saturday, January 25, 2003 2:39 PM To: Asenchi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall + Cable Modem Hello, It seems to me as though you are running two class C networks for your internal computers (xl0 and rl0) and have your cable modem running under vr0. The NATD stuff looks cool. Disable your firewall (even though it seems to be set to accept by default) and then fix your cable modem. Try commenting out the ifconfig_vr0="DHCP" line in your rc.conf. Why are you not running INETD? Matt. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 3:37:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1049137B401 for ; Sun, 26 Jan 2003 03:37:39 -0800 (PST) Received: from lists.levonline.com (lists.levonline.com [217.70.33.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EEB143E4A for ; Sun, 26 Jan 2003 03:37:38 -0800 (PST) (envelope-from ulf@ulams.nu) Received: from raven.levonline.com (tistel.levonline.com [193.15.191.188]) by lists.levonline.com (Postfix) with ESMTP id 98C7AD0137 for ; Sun, 26 Jan 2003 12:44:15 +0100 (CET) Received: from levonline.com (guggla.levonline.com [193.15.191.228]) by raven.levonline.com (8.11.6/8.11.6) with ESMTP id h0QBbsE06180; Sun, 26 Jan 2003 12:37:54 +0100 Message-Id: <200301261137.h0QBbsE06180@raven.levonline.com> Content-Type: text/plain; charset=iso-8859-1 Subject: FreeBSD inetd[201]:/usr/local/sbin/nmbd[6982]:exit status 0xff Content-Transfer-Encoding: 8bit To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Date: Sun, 26 Jan 2003 12:37:31 +0100 User-Agent: IMHO/0.97.1 (Webmail for Roxen) From: Ulf Amsell Sender: owner-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, Newbie. Two exiting weeks with FreeBSD. So far. Managed to setup Balsa and GNOME+Enlightenment thanks to following the discussions on this list in the background. Thank you! However, the main goal is to setup an FTP-server at a small print house. About every 10-20 minutes my screen begins to scroll and stops with the line in the subjectline above followed by this line: FreeBSD inetd[201]:netbios-ns/udp server failing (looping), service terminated. I understand there is a misconfiguration somewhere but a hint where to start looking would be much appreciated! /_/_/_/_/_/_/_/_/_/_/_/_/ Kindly Ulf http://www.ulams.nu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 3:55: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FCE137B401 for ; Sun, 26 Jan 2003 03:54:59 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D1943ED8 for ; Sun, 26 Jan 2003 03:54:58 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 0B21E16000CCB; Sun, 26 Jan 2003 11:54:48 +0000 (GMT) Subject: Re: FreeBSD inetd[201]:/usr/local/sbin/nmbd[6982]:exit status 0xff From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: Ulf Amsell Cc: FreeBSD Questions In-Reply-To: <200301261137.h0QBbsE06180@raven.levonline.com> References: <200301261137.h0QBbsE06180@raven.levonline.com> Content-Type: text/plain Organization: Message-Id: <1043582099.13652.79.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 26 Jan 2003 11:54:59 +0000 Content-Transfer-Encoding: 7bit Sender: owner-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 Sun, 2003-01-26 at 11:37, Ulf Amsell wrote: > Hi, > > > > > About every 10-20 minutes my screen begins to scroll and stops with > the line in the subjectline above followed by this line: > > FreeBSD inetd[201]:netbios-ns/udp server failing (looping), service > terminated. Looks to me like you've got samba installed on the system and its having problems starting up or something. How are you starting samba? From entries in inetd.conf, or as a daemon (via samba's rc start-up scripts? Check to see if the port for netbios is already in using "netstat -at". Decide on how you'd want samba to start up. Probably the easiest way would be to use the rc start-up scripts. Hope this helps. Regards, Stacey > > > I understand there is a misconfiguration somewhere but a hint where to > start looking would be much appreciated! > > /_/_/_/_/_/_/_/_/_/_/_/_/ > Kindly Ulf > http://www.ulams.nu > > 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 Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 4:37:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F46137B401 for ; Sun, 26 Jan 2003 04:37:26 -0800 (PST) Received: from libra.i-cable.com (libra.i-cable.com [203.83.111.73]) by mx1.FreeBSD.org (Postfix) with SMTP id AD03843F13 for ; Sun, 26 Jan 2003 04:37:24 -0800 (PST) (envelope-from bryanko@i-cable.com) Received: (qmail 20819 invoked by uid 706); 26 Jan 2003 12:37:17 -0000 Received: from cm61-15-38-56.hkcable.com.hk (HELO winxp) (61.15.38.56) by 0 with SMTP; 26 Jan 2003 12:37:16 -0000 Message-ID: <000d01c2c537$ac5eead0$0201a8c0@winxp> From: "Bryan Ko" To: Subject: Setting up serial console! Date: Sun, 26 Jan 2003 20:37:22 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 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 all, I am trying to set up serial console for the first time and I am having some troubles to make it work. I bought a null modem cable and connected it to COM1 on two computers. One is Windows XP, and one is FreeBSD. I created "boot.config" file with the line: -Dh When I rebooted the FreeBSD box, the dmesg was not shown anymore. I think it wrote to serial console already. Then I tried to connect to the FreeBSD box in WinXP by using the HyperTerminal. But nothing was displayed and I rebooted freebsd box again. Still nothing. I think there are some problems with the HyperTerminal, so I installed VMWare and install FreeBSD in the WinXP and try to connect to my original FreeBSD box. But I still cannot get anything from the display. Would anyone enlighten me about this issue. Is the null modem cable's problems or something else? Thanks a lot! Regards, Bryan Ko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 4:50:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1CA437B401 for ; Sun, 26 Jan 2003 04:50:47 -0800 (PST) Received: from tao.xtaz.co.uk (pc-62-30-69-139-az.blueyonder.co.uk [62.30.69.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED4F43F13 for ; Sun, 26 Jan 2003 04:50:41 -0800 (PST) (envelope-from matt@xtaz.co.uk) Received: from webmail.xtaz.co.uk (matt@localhost.xtaz.co.uk [127.0.0.1]) by tao.xtaz.co.uk (8.12.6/8.12.6) with ESMTP id h0QCobTH017343 for ; Sun, 26 Jan 2003 12:50:37 GMT (envelope-from matt@xtaz.co.uk) From: "Matt" To: freebsd-questions@freebsd.org Subject: Upgrading perl 5.6.1 to perl 5.8 via ports Date: Sun, 26 Jan 2003 12:50:36 +0000 Message-Id: <20030126125036.M51472@xtaz.co.uk> X-Mailer: Open WebMail 1.81 20021127 X-OriginatingIP: 192.168.1.10 (matt) 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, I am currently running freebsd 5.0-current and so do not have the perl installation as core. Perl 5.6.1 was installed as a dependency when I installed irssi from ports and everything has been using this since. I assume because this is the version mentioned in /etc/make.conf: PERL_VER=5.6.1 PERL_VERSION=5.6.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo What I would like to do is remove the perl 5.6.1 port and install the perl 5.8 port instead but before I go off and try this and break lots of things I would like to know what I need to do to change all my currently installed ports that have been installed to depend on perl 5.6.1 and the modules in /usr/local/lib/perl5/site_perl/5.6.1/ so that they all work in 5.8. Is it just a case of backing up site_perl and forcing a deinstall of the 5.6.1 port and installing the 5.8 port and copying all the site_perl stuff back but under /usr/local/lib/perl5/site_perl/5.8 instead? Or am I going to need to reinstall all the ports that depend on perl? Plus I guess changing the /etc/make.conf to 5.8 (though I guess the port will do this). Also am I right to assume that the ports use the config in make.conf to decide which version of perl they depend on? Any advice appriciated as I do not know a lot about perl. Regards, Matt. --- Matt (matt@xtaz.co.uk) http://www.xtaz.co.uk/ --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 5: 0:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F059637B401 for ; Sun, 26 Jan 2003 05:00:34 -0800 (PST) Received: from smtp.hispeed.ch (isp247n.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 523D043ED8 for ; Sun, 26 Jan 2003 05:00:31 -0800 (PST) (envelope-from locus@hispeed.ch) Received: from rock.stable.ch (dclient217-162-34-199.hispeed.ch [217.162.34.199]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with ESMTP id h0QD0Twg029345 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 26 Jan 2003 14:00:29 +0100 Received: from locus by rock.stable.ch with local (Exim 3.33 #1) id 18cmOd-0008ih-00 for FreeBSD-questions@FreeBSD.org; Sun, 26 Jan 2003 14:00:23 +0100 Date: Sun, 26 Jan 2003 14:00:23 +0100 From: Thomas Spreng To: FreeBSD Questions Subject: mutt and xterm-color problems Message-ID: <20030126130023.GA33007@rock.stable.ch> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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, im using 'xterm-color' as TERM. I have a mutt color config that displays the headers in the message index with different colors (depending on sender). New and unread messages are colored with the same color but they are bright, or better should be. Heres the appropriate section: color index brightwhite default ~N # new messages color index green default "~f dom.ch" # from dom.ch color index brightgreen default "~N ~f dom.ch" # new from dom.ch color index cyan default "~l" # my mailinglists color index brightcyan default "~N ~l" # new mailinglists color index yellow default "~P" # my mails color index brightyellow default "~N ~P" # new mails from myself The probles is that 'xterm-color' seems to have problems with displaying the bright colors, some subjects are displayed bright, some not, some only partial. 'rxvt' doesn't have that problem btw. Does anyone know how to fix that? Cheers, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 5: 2:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E1337B401 for ; Sun, 26 Jan 2003 05:02:09 -0800 (PST) Received: from hotmail.com (bay3-f10.bay3.hotmail.com [65.54.169.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8419643F18 for ; Sun, 26 Jan 2003 05:02:09 -0800 (PST) (envelope-from nwin27@msn.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 26 Jan 2003 05:02:03 -0800 Received: from 81.49.117.86 by by3fd.bay3.hotmail.msn.com with HTTP; Sun, 26 Jan 2003 13:02:03 GMT X-Originating-IP: [81.49.117.86] From: "guillaume ROCH" To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD Date: Sun, 26 Jan 2003 14:02:03 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Message-ID: X-OriginalArrivalTime: 26 Jan 2003 13:02:03.0518 (UTC) FILETIME=[1F17A1E0:01C2C53B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Où puis je, me procurer FreeBSD ? Est-il disponible en version française ? Est-il compatible avec les processeurs AMD Duron ? Merci de répondre à toutes mes questions. ROCH Guillaume _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 5:12:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B822B37B401 for ; Sun, 26 Jan 2003 05:12:43 -0800 (PST) Received: from sydney.lemis.com (sydney.lemis.com [192.109.197.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE5F143F13 for ; Sun, 26 Jan 2003 05:12:39 -0800 (PST) (envelope-from grog@sydney.worldwide.lemis.com) Received: from sydney.worldwide.lemis.com (smmsp@localhost [127.0.0.1]) by sydney.lemis.com (8.12.6/8.12.6) with ESMTP id h0QDCGJI001044; Sun, 26 Jan 2003 21:12:30 +0800 (WST) (envelope-from grog@sydney.worldwide.lemis.com) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.12.6/8.12.6/Submit) id h0Q8mDWY002103; Sun, 26 Jan 2003 16:48:13 +0800 (WST) Date: Sun, 26 Jan 2003 16:48:13 +0800 From: Greg Lehey To: Bill Moran Cc: pura life CR , FreeBSD-questions@freebsd.org Subject: Emulation (was: Misc Questions.) Message-ID: <20030126084812.GC1982@sydney.worldwide.lemis.com> References: <3E32DDB6.7040308@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E32DDB6.7040308@potentialtech.com> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-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, 25 January 2003 at 13:55:50 -0500, Bill Moran wrote: > pura life CR wrote: >> What does this emulation consist on? Can I run linux and svr4 binaries?. > > It's not really emulation. In the case of Linux, it actually installs a > RedHat kernel and uses it when the system calls differ from the native > FreeBSD system calls. No, that's not correct. It installs Red Hat (I think) libraries, but there's no way to run two kernels on a system. There is special non-Linux code which implements the differences between FreeBSD and Linux system calls. > You should be able to run most Linux and srv4 binaries. In my > experience, I've only ever come across 1 Linux binary that wouldn't > run (Pervasive database server). I can't vouch for the srv4 > compatibility, as I've never used it. Not many people use the System V.4 compatibility (I wonder why). It's possible that it has suffered from lack of love. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 5:13:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC57137B401 for ; Sun, 26 Jan 2003 05:13:37 -0800 (PST) Received: from sydney.lemis.com (sydney.lemis.com [192.109.197.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B58A43EB2 for ; Sun, 26 Jan 2003 05:13:35 -0800 (PST) (envelope-from grog@sydney.worldwide.lemis.com) Received: from sydney.worldwide.lemis.com (smmsp@localhost [127.0.0.1]) by sydney.lemis.com (8.12.6/8.12.6) with ESMTP id h0QDCGJc001044; Sun, 26 Jan 2003 21:13:26 +0800 (WST) (envelope-from grog@sydney.worldwide.lemis.com) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.12.6/8.12.6/Submit) id h0Q7hdoF001736; Sun, 26 Jan 2003 15:43:39 +0800 (WST) Date: Sun, 26 Jan 2003 15:43:39 +0800 From: Greg Lehey To: Kris Kennaway Cc: mikel king , freebsd-questions@freebsd.org Subject: Re: trouble brewing over the UNIX thing again... Message-ID: <20030126074338.GB1606@sydney.worldwide.lemis.com> References: <3E309AA0.3020705@ocsny.com> <20030124030130.GB61607@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030124030130.GB61607@rot13.obsecurity.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-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, 23 January 2003 at 19:01:30 -0800, Kris Kennaway wrote: > On Thu, Jan 23, 2003 at 08:45:04PM -0500, mikel king wrote: > >> McBride also confirmed that the company has hired high-profile >> attorney David Boies and his legal firm to investigate whether >> Windows, Mac OS X, Linux and versions of BSD infringed on the Unix >> intellectual property it owned. > > This was already resolved in the early 90s when USL sued BSDi over > encumbered UNIX code in BSD, and the case was settled. You can read > more about this in the archives. > > Furthermore, last year someone from SCO explicitly gave FreeBSD > permission to publish the older code anyway. That's not quite correct. I'm offline now, so I can't check, but I believe that at http://www.lemis.com/grog/diary-jan2002.html#24 you'll find a link to the message and to the license. If it's not there, it's a day or two either side. Basically, the license said: > Date: Wed, 23 Jan 2002 15:03:37 -0800 > From: Dion Johnson > To: wht@minnie.tuhs.org > Cc: dmr@bell-labs.com, ken@plan9.bell-labs.com, grog@lemis.com, > John Terpstra , drew@caldera.com, maddog@li.org, > evan@starnix.com, phatch@caldera.com, ransom@caldera.com > Subject: Liberal license for ancient UNIX sources > > Dear Warren, and friends, > > I'm happy to let you know that Caldera International has placed > the ancient UNIX releases (V1-7 and 32V) under a "BSD-style" license. > I've attached a PDF of the license letter hereto. Feel free to > propogate it as you see fit. Warren is Warren Toomey Yes, Dion got the mail address wrong, but the other ones were correct :-) Warren led the fight for the release of the old sources. > I don't expect anything to come of this. It's generating lots of FUD, which is unfortunate. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 5:13:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4DB937B401 for ; Sun, 26 Jan 2003 05:13:40 -0800 (PST) Received: from sydney.lemis.com (sydney.lemis.com [192.109.197.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA18C43F13 for ; Sun, 26 Jan 2003 05:13:37 -0800 (PST) (envelope-from grog@sydney.worldwide.lemis.com) Received: from sydney.worldwide.lemis.com (smmsp@localhost [127.0.0.1]) by sydney.lemis.com (8.12.6/8.12.6) with ESMTP id h0QDCGJS001044; Sun, 26 Jan 2003 21:13:12 +0800 (WST) (envelope-from grog@sydney.worldwide.lemis.com) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.12.6/8.12.6/Submit) id h0Q8HD7f001928; Sun, 26 Jan 2003 16:17:13 +0800 (WST) Date: Sun, 26 Jan 2003 16:17:13 +0800 From: Greg Lehey To: Kris Kennaway Cc: nate , freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.0-RELEASE in VMware Message-ID: <20030126081713.GF1606@sydney.worldwide.lemis.com> References: <000901c2c469$8c9e4cf0$0a00a8c0@michaelslaptop> <38719.10.10.10.7.1043538258.squirrel@webmail.linuxpowered.net> <20030126013639.GA16435@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030126013639.GA16435@rot13.obsecurity.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-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, 25 January 2003 at 17:36:39 -0800, Kris Kennaway wrote: > On Sat, Jan 25, 2003 at 03:44:18PM -0800, nate wrote: >> Michael Ritchie said: >>> Not sure if this should be in -QUESTIONS or a report to VMware themselves, >>> but when attempting to run FreeBSD 5 within VMware Workstation 3.2 on a >>> Windows XP Pro host, the CPU usage sits at 100% -- whether there are any >>> processes undertaking heavy processing or not. The host PC is a 1.7GHz >>> P4, with 512MB RAM, so there shouldn't be any problems. It takes about 2 >>> minutes for 'man man' to bring up a page. 4.6.2 and 4.7 both work GREAT, >>> even in X. >>> >>> Any thoughts on why this might be the case?? >> >> this is symtomatic of the guest OS(freebsd in this case) not having >> advanced power management features enabled. > > No, it's symptomatic of VMWARE emulating a certain CPU opcode (used in > FreeBSD 5.0 for locking primitives) very inefficiently. See my > previous response. Until proof of the contrary, I'd assume its because FreeBSD 5.0 has an idle process to use up the rest of the CPU time. This is a feature, not a bug :-) Here's my laptop: last pid: 1919; load averages: 0.01, 0.02, 0.00 up 0+02:06:58 16:14:52 100 processes: 2 running, 87 sleeping, 11 waiting CPU states: 0.0% user, 0.0% nice, 0.8% system, 0.0% interrupt, 99.2% idle Mem: 78M Active, 14M Inact, 17M Wired, 4636K Cache, 22M Buf, 6328K Free Swap: 512M Total, 5924K Used, 506M Free, 1% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 11 root -16 0 0K 12K RUN 124:14 97.56% 97.56% idle 740 grog 96 0 45904K 44356K select 0:34 0.00% 0.00% XFree86 962 grog 96 0 12356K 9920K select 0:23 0.00% 0.00% emacs Note that the system is 99% idle, but the idle process is using 97% of CPU time. The discrepancy is due to different ways of smoothing in the usage calculations. You'll note that the idle process' CPU time is pretty close to the uptime. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 5:35:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB9EA37B401 for ; Sun, 26 Jan 2003 05:35:35 -0800 (PST) Received: from netserver.ce.sharif.ac.ir (netserver.ce.sharif.ac.ir [81.31.164.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC8B43E4A for ; Sun, 26 Jan 2003 05:35:31 -0800 (PST) (envelope-from hassas@ce.sharif.edu) Received: from ce.sharif.ac.ir (ce [81.31.164.3]) by netserver.ce.sharif.ac.ir (8.11.2/8.11.2) with ESMTP id h0QGkFN05756 for ; Sun, 26 Jan 2003 16:46:15 GMT Received: from ce.sharif.edu (ce.sharif.ac.ir [127.0.0.1]) by ce.sharif.ac.ir (8.11.6/8.11.6) with SMTP id h0QA4xl00601 for ; Sun, 26 Jan 2003 13:35:55 +0330 From: soheil hassas yeganeh Received: from 81.31.164.18 (SquirrelMail authenticated user hassas) by ce.sharif.edu with HTTP; Sun, 26 Jan 2003 13:35:55 +0330 (IRT) Message-ID: <3494.81.31.164.18.1043575555.squirrel@ce.sharif.edu> Date: Sun, 26 Jan 2003 13:35:55 +0330 (IRT) Subject: Re: I made a mistake ( GeForce2 Go) To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.3) 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 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > On Sunday 26 January 2003 11:07, soheil hassas yeganeh wrote: >> Hi there >> Are there any NVIDIA GeForce2 Go Graphic Card Available In freeBSD > > I use Driver "nv" and works.... My XF86 using /etc/XF86Config and when I add Driver="nv" it gets an error how can i make it use /etc/X11/XF86Config ??????? In the X11 directory config file the nv is stated for driver but when i copy the file to /etc/XF86Config it takes somee errors for the nv Driver >> The xinit found that this is an NVIDIA (but) Uknown > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE+M6ZlMcVU5N/V6I8RAlAHAJ9DHhW/Do4RX3MEvAogXcZFUNlDswCfXqC9 > RB+wbR2d3hBDGxijVmGj0no= > =9pak > -----END PGP SIGNATURE----- -- Computers are like air conditioners! , they don't work properly if U open windows . ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 6: 0:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 859E237B401 for ; Sun, 26 Jan 2003 06:00:15 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-97.apple.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D9943F43 for ; Sun, 26 Jan 2003 06:00:15 -0800 (PST) (envelope-from richard.mayer@mac.com) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h0QE0EFF017127 for ; Sun, 26 Jan 2003 06:00:14 -0800 (PST) Received: from mac.com ([217.228.23.185]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id H9BQWD00.OGI for ; Sun, 26 Jan 2003 06:00:13 -0800 Date: Sun, 26 Jan 2003 15:00:01 +0100 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: test From: Richard Mayer To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <768DDA7A-3136-11D7-B3A8-000393D98D16@mac.com> X-Mailer: Apple Mail (2.551) Sender: owner-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 Mayer Bismarckstr. 2 78120 Furtwangen F: +497723505433 C: +491796618713 ICQ: 106702553 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 6:13:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3564E37B401 for ; Sun, 26 Jan 2003 06:13:26 -0800 (PST) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 376A143F1E for ; Sun, 26 Jan 2003 06:13:20 -0800 (PST) (envelope-from robin@damm.ca) Received: from pd6mr3so.prod.shaw.ca (pd6mr3so-qfe3.prod.shaw.ca [10.0.141.218]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H9B00A3ZRI7L1@l-daemon> for freebsd-questions@freebsd.org; Sun, 26 Jan 2003 07:13:19 -0700 (MST) Received: from pn2ml3so.prod.shaw.ca (pn2ml3so-qfe0.prod.shaw.ca [10.0.121.147]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H9B00K7FRI7GB@l-daemon> for freebsd-questions@freebsd.org; Sun, 26 Jan 2003 07:13:19 -0700 (MST) Received: from lulu.private.lan (h24-82-238-48.wp.shawcable.net [24.82.238.48]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.6 (built Apr 26 2002)) with ESMTP id <0H9B00L0VRI6J9@l-daemon> for freebsd-questions@FreeBSD.ORG; Sun, 26 Jan 2003 07:13:19 -0700 (MST) Received: from lulu.private.lan (localhost [127.0.0.1]) by lulu.private.lan (8.12.6/8.12.6) with ESMTP id h0QEDrBh041290; Sun, 26 Jan 2003 08:13:53 -0600 (CST envelope-from robin@damm.ca) Received: (from robin@localhost) by lulu.private.lan (8.12.6/8.12.6/Submit) id h0QEDrp3041287; Sun, 26 Jan 2003 08:13:53 -0600 (CST envelope-from robin@damm.ca) Date: Sun, 26 Jan 2003 08:13:53 -0600 From: Robin Damm Subject: Re: Setting up serial console! In-reply-to: <000d01c2c537$ac5eead0$0201a8c0@winxp> To: Bryan Ko Cc: freebsd-questions@freebsd.org Message-id: <200301261413.h0QEDrp3041287@lulu.private.lan> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Lines: 41 References: <000d01c2c537$ac5eead0$0201a8c0@winxp> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Bryan Ko" writes: > Hello all, > > I am trying to set up serial console for the first time and I am having some > troubles to make it work. > I bought a null modem cable and connected it to COM1 on two computers. One > is Windows XP, > and one is FreeBSD. I created "boot.config" file with the line: > -Dh > When I rebooted the FreeBSD box, the dmesg was not shown anymore. I think it > wrote to serial > console already. Then I tried to connect to the FreeBSD box in WinXP by > using the HyperTerminal. > But nothing was displayed and I rebooted freebsd box again. Still nothing. > > [Deleted...] > Boot messages should appear simply by connecting to com1 from HyperTerm. To get a login prompt you need to edit /etc/ttys. Change the line: ttyd0 "/usr/libexec/getty std.9600" dialup off secure to: ttyd0 "/usr/libexec/getty std.9600" dialup on secure Connect via HyperTerm or "tip com1" from another bsd box, hit Enter and you should receive a prompt. If you still do not see anything try using only the -h flag in boot.config. More info at . Hope that helps. -- Robin Damm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 7:32:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 962F037B401 for ; Sun, 26 Jan 2003 07:32:33 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E6243F1E for ; Sun, 26 Jan 2003 07:32:32 -0800 (PST) (envelope-from fran@natserv.net) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id h0QFWMJ7022447; Sun, 26 Jan 2003 10:32:25 -0500 Date: Sun, 26 Jan 2003 10:43:38 -0500 (EST) From: Francisco J Reyes To: "P. U. Kruppa" <520023893678-0001@t-online.de> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: back up Win2k workstations? In-Reply-To: <20030123053544.A22659@small.pukruppa.de> Message-ID: <20030126104141.T17637-100000@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 23 Jan 2003, P. U. Kruppa wrote: > I am looking for a concept to back up some Win2k workstations on > a FreeBSD machine. Can this be done and how? This more of a windows question, but here is what I do. I use DriveImage from powerquest to make images of my files to a second hard drive. Then copy the images to my FreeBSD machine in case the machine dies. If only the first drive on the windows box dies I can bring it back up with emergency restore. If the whole machine dies (ie both drives) I need to install windows, copy images from the FreeBSD machine then boot of rescue disks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 7:48:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B451837B401 for ; Sun, 26 Jan 2003 07:48:27 -0800 (PST) Received: from sage-american.com (adsl-65-71-135-139.dsl.crchtx.swbell.net [65.71.135.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA08C43F3F for ; Sun, 26 Jan 2003 07:48:26 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea.sage-american [192.168.0.3]) by sage-american.com (8.12.6/8.12.6) with SMTP id h0QFmLJ7095497; Sun, 26 Jan 2003 09:48:23 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20030126094821.02e3b550@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 26 Jan 2003 09:48:21 -0600 To: Francisco J Reyes , "P. U. Kruppa" <520023893678-0001@t-online.de> From: "Jack L. Stone" Subject: Re: back up Win2k workstations? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20030126104141.T17637-100000@zoraida.natserv.net> References: <20030123053544.A22659@small.pukruppa.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=-1.3 required=4.5 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 version=2.43-jlsrules1 Sender: owner-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:43 AM 1.26.2003 -0500, Francisco J Reyes wrote: >On Thu, 23 Jan 2003, P. U. Kruppa wrote: > >> I am looking for a concept to back up some Win2k workstations on >> a FreeBSD machine. Can this be done and how? > >This more of a windows question, but here is what I do. >I use DriveImage from powerquest to make images of my files to a second >hard drive. Then copy the images to my FreeBSD machine in case the machine >dies. > >If only the first drive on the windows box dies I can bring it back up >with emergency restore. If the whole machine dies (ie both drives) I need >to install windows, copy images from the FreeBSD machine then boot of >rescue disks. > I use the VERITAS backup utility that comes with Win2K to backup (file type backup) directly to a FBSD machine over Samba connection.... retores just fine. 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 Sun Jan 26 7:52:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34FA837B401 for ; Sun, 26 Jan 2003 07:52:43 -0800 (PST) Received: from multiweb.ca (modemcable068.33-200-24.mtl.mc.videotron.ca [24.200.33.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A00043F13 for ; Sun, 26 Jan 2003 07:52:42 -0800 (PST) (envelope-from amyfoub@videotron.ca) Received: from videotron.ca (guillaume [192.168.1.10]) by multiweb.ca (8.12.6/8.12.6) with ESMTP id h0QFqYA6060713; Sun, 26 Jan 2003 10:52:34 -0500 (EST) (envelope-from amyfoub@videotron.ca) Message-ID: <3E340442.4030906@videotron.ca> Date: Sun, 26 Jan 2003 10:52:34 -0500 From: Guillaume User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: guillaume ROCH Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG guillaume ROCH wrote: > Où puis je, me procurer FreeBSD ? Cette liste est en anglais uniquement. Va voir http://www.freebsd-fr.org pour plus d'informations. (http://www.freebsd-fr.org/doc/fr_FR.ISO8859-1/books/handbook/book.html en particulier) > Est-il disponible en version française ? Le système de base non. Mais l'interface graphique comme KDE peut l'être oui. > Est-il compatible avec les processeurs AMD Duron ? Oui. > Merci de répondre à toutes mes questions. Bonne chance! > > ROCH Guillaume > > _________________________________________________________________ > MSN Messenger : discutez en direct avec vos amis ! > http://www.msn.fr/msger/default.asp > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 8:29:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C427637B401 for ; Sun, 26 Jan 2003 08:29:49 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B1C543F18 for ; Sun, 26 Jan 2003 08:29:48 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h0QGTbFc053458 for ; Sun, 26 Jan 2003 16:29:37 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h0QGTW0C053453 for freebsd-questions@FreeBSD.ORG; Sun, 26 Jan 2003 16:29:32 GMT Date: Sun, 26 Jan 2003 16:29:32 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: Upgrading perl 5.6.1 to perl 5.8 via ports Message-ID: <20030126162932.GA53031@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <20030126125036.M51472@xtaz.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030126125036.M51472@xtaz.co.uk> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 26, 2003 at 12:50:36PM +0000, Matt wrote: > I am currently running freebsd 5.0-current and so do not have the perl > installation as core. Perl 5.6.1 was installed as a dependency when I > installed irssi from ports and everything has been using this since. I > assume because this is the version mentioned in /etc/make.conf: > > PERL_VER=5.6.1 > PERL_VERSION=5.6.1 > PERL_ARCH=mach > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo > > What I would like to do is remove the perl 5.6.1 port and install the perl > 5.8 port instead but before I go off and try this and break lots of things I > would like to know what I need to do to change all my currently installed > ports that have been installed to depend on perl 5.6.1 and the modules > in /usr/local/lib/perl5/site_perl/5.6.1/ so that they all work in 5.8. > > Is it just a case of backing up site_perl and forcing a deinstall of the > 5.6.1 port and installing the 5.8 port and copying all the site_perl stuff > back but under /usr/local/lib/perl5/site_perl/5.8 instead? Or am I going to > need to reinstall all the ports that depend on perl? Plus I guess changing > the /etc/make.conf to 5.8 (though I guess the port will do this). Also am I > right to assume that the ports use the config in make.conf to decide which > version of perl they depend on? Probably the best way to do this is as follows: 0) Get a good backup of everything. Install portupgrade. i) Make a list of all of the perl modules you've installed and check that they all depend on perl-5.6.1. Seeing as you're on 5.0 and so using a ports version of perl rather than the version bundled with 4.x, you should see an explicit dependency on perl-5.6.1. You should therefore find most perl dependent things by doing: pkg_info -r perl-\* If you're on 4.x and using the system perl, you'll have to go about finding the dependencies by other means. Eg. by: pkg_info -I p5-\* but beware of the oddities like MRTG or rrdtool that don't match that naming convention. Similarly make a list of any perl modules you've installed via CPAN. (The 'snapshot' command in a CPAN shell will give you more than enough information for that purpose.) Ideally at the end of this job you should be able to identify all packages that have installed files under /usr/local/lib/perl5/{5.6.1,site_perl/5.6.1} --- it's those packages which will have to be re-installed to use the new perl. ii) Install the perl-5.8.0 port side-by-side with the perl-5.6.1 port, and run the 'use.perl port' command from 5.8.0. That should mean that: PERL_VER=5.8.0 PERL_VERSION=5.8.0 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo appears in /etc/make.conf --- you can delete any old use.perl stuff pointing at perl-5.6.1 iii) Re-install all of the ports that installed files into a perl-5.6.1 specific directory. You won't need to reinstall a port just because it gets its perl dependency just by containing some perl scripts, but you do need to re-install anything that installs .pm files or shared modules. If you're unsure, reinstall it. The easiest way to do this job is by using portupgrade(1): portupgrade -rNfix perl-5.6.1 perl-5.6.1 and select 'y' or 'n' as it prompts you to upgrade each port. The re-installed ports should now depend on perl-5.8.0. iv) Similarly, re-install any perl modules downloaded from CPAN. Nb. if possible use the ports version of a module in preference to the CPAN version --- even with BSDPAN, it's still easier to manage FreeBSD ports/pkgs. v) Forcibly remove the old perl-5.6.1 port: pkg_deinstall -f perl-5.6.1\* You've probably got some ports that are still listed as depending on perl-5.6.1, which you can interactively fix to depend on perl-5.8.0 by running: pkgdb -Fvu vi) Test thoroughly. Clean up any remnant perl-5.6.1 directories under /usr/local/lib/perl5, and make sure that /etc/manpath.config references the right perl man directory. That should get you up and running with 5.8.0. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 8:42:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C47337B401 for ; Sun, 26 Jan 2003 08:42:45 -0800 (PST) Received: from netlx010.civ.utwente.nl (netlx010.civ.utwente.nl [130.89.1.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3AEC43ED8 for ; Sun, 26 Jan 2003 08:42:43 -0800 (PST) (envelope-from r.s.a.vandomburg@student.utwente.nl) Received: from wit377002 (wit377002.student.utwente.nl [130.89.165.107]) by netlx010.civ.utwente.nl (8.11.4/HKD) with SMTP id h0QGgab20397 for ; Sun, 26 Jan 2003 17:42:36 +0100 From: "Roderick van Domburg" To: Subject: Tuning MALLOC_OPTIONS Date: Sun, 26 Jan 2003 17:43:32 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-UTwente-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 Hello all, I was wondering exactly which malloc options: - are considered safe and should be set; - which are debugging options and may be turned off in 5.0; and - which are hazardous but can be tried for maximum performance. I'm thinking a simple 'A' is the safe and fast route, and 'AR' is the way to go for low-to-medium-memory systems? Regards, Roderick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 8:46:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8298B37B401; Sun, 26 Jan 2003 08:46:38 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B4C143EB2; Sun, 26 Jan 2003 08:46:32 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0QGltiE006081; Sun, 26 Jan 2003 11:47:56 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E341113.3080304@potentialtech.com> Date: Sun, 26 Jan 2003 11:47:15 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lehey Cc: Kris Kennaway , mikel king , freebsd-questions@freebsd.org Subject: Re: trouble brewing over the UNIX thing again... References: <3E309AA0.3020705@ocsny.com> <20030124030130.GB61607@rot13.obsecurity.org> <20030126074338.GB1606@sydney.worldwide.lemis.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 Greg Lehey wrote: >>I don't expect anything to come of this. > > It's generating lots of FUD, which is unfortunate. That's probably their entire goal. After all, what else could they hope to accomplish? -- Bill Moran Potential Technologies 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 Jan 26 8:59:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6A237B401 for ; Sun, 26 Jan 2003 08:59:54 -0800 (PST) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEFA143ED8 for ; Sun, 26 Jan 2003 08:59:48 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2]) by foem.leiden.webweaving.org (8.12.6/8.12.6) with ESMTP id h0QGxewc056376 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 26 Jan 2003 17:59:41 +0100 (CET) (envelope-from dirkx@webweaving.org) Date: Sun, 26 Jan 2003 17:59:40 +0100 (CET) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: Petersen Cc: Paul Hoffman , Subject: RE: A vi for /bin? In-Reply-To: Message-ID: <20030126175854.L903-100000@foem.leiden.webweaving.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 > Assuming you have the object files from a buildworld hanging around, then > cd /usr/obj/usr/src/usr.bin/vi > cc -O -pipe -o vi *.o -lncurses -static && strip vi && mv vi /bin/ > should probably supply you with what you want. When using VI in such a situation I usually also use rc.diskless2 to create myself an environment with thing like /tmp|/var in mfs for tmp, cuuu0 lock files and the lot. Dw. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 9: 6:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E368437B401 for ; Sun, 26 Jan 2003 09:06:54 -0800 (PST) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B1D543F13 for ; Sun, 26 Jan 2003 09:06:53 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2]) by foem.leiden.webweaving.org (8.12.6/8.12.6) with ESMTP id h0QH6pwc056602 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 26 Jan 2003 18:06:52 +0100 (CET) (envelope-from dirkx@webweaving.org) Date: Sun, 26 Jan 2003 18:06:51 +0100 (CET) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: Paul Hoffman Cc: questions@FreeBSD.ORG Subject: Re: A vi for /bin? In-Reply-To: Message-ID: <20030126180157.A903-100000@foem.leiden.webweaving.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 Sat, 25 Jan 2003, Paul Hoffman wrote: > - As pointed out off-line, you also need to get it the termcap library. Doing > cp /usr/share/misc/termcap.db /root/.termcap.db You propably want to strip that bugger down to its bones; they weight in at around 2Mb including the un-db-ed version. So for floppy/flashcard systems I do: cat > /root/.termcap <\E[?1;3;4;5l\E[?7;8h\E[1;24r\E[24;1H:\ :if=/usr/share/tabset/vt100:nw=2\EE:ho=\E[H:\ :as=2\E(0:ae=2\E(B:\ :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||:\ :rs=\E>\E[?1;3;4;5l\E[?7;8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\ :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=\177:\ :k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:\ :k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:@8=\EOM:\ :K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:pt:sr=2*\EM:xn:\ :sc=2\E7:rc=2\E8:cs=5\E[%i%d;%dr:UP=2\E[%dA:DO=2\E[%dB:RI=2\E[%dC:\ :LE=2\E[%dD:ct=2\E[3g:st=2\EH:ta=^I:ms:bl=^G:cr=^M:eo:it#8:\ :RA=\E[?7l:SA=\E[?7h: EOM (See /usr/src/share/termcap/termcap.src for the source). cap_mkdb /root/.termcap Dw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 9:43: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE0C037B401 for ; Sun, 26 Jan 2003 09:43:05 -0800 (PST) Received: from giganda.komkon.org (giganda.komkon.org [63.167.241.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D624D43E4A for ; Sun, 26 Jan 2003 09:43:04 -0800 (PST) (envelope-from ugen@xonix.com) Received: from xonix.com (root@giganda.komkon.org [63.167.241.66]) by giganda.komkon.org (8.11.3/8.11.3) with ESMTP id h0QHgrQ56715; Sun, 26 Jan 2003 12:42:53 -0500 (EST) (envelope-from ugen@xonix.com) Message-ID: <3E341E24.6030407@xonix.com> Date: Sun, 26 Jan 2003 12:43:00 -0500 From: Ugen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: pjklist@ekahuna.com Cc: Dan Nelson , questions@FreeBSD.ORG Subject: Re: Traceroute with ASNs? References: <20030126052038850.AAA392@empty1.ekahuna.com@dyn205.ekahuna.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 didn't write the installation script but it seems that the man page for lft didn't get installed. In any case, if everything compiled and binary tested to work correctly, feel free to simply copy man page to it's destination (/usr/share/man/something) Seems like the binary got installed correctly in the /usr/local/bin --Ugen Philip J. Koenig wrote: >On 25 Jan 2003 at 23:50, Ugen boldly uttered: > > > >> I happen to be an author of ASN feature (and the latest version of ) >>LFT - TCP based traceroute. You can download it at : >>http://www.mainnerve.com/lft >> >> It is a plain old C application, though it does require libpcap (available >>in any FreeBSD installation). >>--Ugen >> >> > > >Sounds great - maybe you can help me with an install problem though. >I get the following when doing "make install" after copying the >makefile.bsd to Makefile: > > >install -s -o root -m 4755 lft /usr/local/bin/lft >install -o root -m 444 /usr/share/man/man8/lft.8 >usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] > [-o owner] file1 file2 > install [-bCcpSsv] [-B suffix] [-f flags] [-g group] -m mode] > [-o owner] file1 ... fileN directory > install -d [-v] [-g group] [-m mode] [-o owner] directory ... > >*** Error code 64 > >Stop in /usr/local/src/LFT/lft-2.0. > > > > > >>Philip J. Koenig wrote: >> >> >> >>>On 25 Jan 2003 at 22:36, Dan Nelson boldly uttered: >>> >>> >>> >>> >>> >>>>In the last episode (Jan 25), Philip J. Koenig said: >>>> >>>> >>>> >>>> >>>>>On 25 Jan 2003 at 20:45, Dan Nelson boldly uttered: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>Try prtraceroute, from ports/net/irrtoolset. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>OK sounds good, but are these X programs? I started to install it >>>>>and when it started to retrieve TK (/usr/ports/x11-toolkits/tk83) I >>>>>killed it. It also apparently wants XFree86-libraries-4.2.1_5. >>>>> >>>>>I don't know if I mentioned that I want something that is character- >>>>>based. I don't have X on this box and I don't want another situation >>>>>where a port ends up installing all that baggage.. >>>>> >>>>> >>>>> >>>>> >>>>Some of the tools are graphical, but prtraceroute is commandline. >>>> >>>> >>>> >>>> >>>So is there any way to compile just prtraceroute? I don't see any >>>obvious switches in the Makefile. >>> >>>It does say "GNU_CONFIGURE= Yes", does this mean I can type >>>"configure" to override defaults after fetching the distfiles? >>> >>>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 Sun Jan 26 10: 4:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5382337B401 for ; Sun, 26 Jan 2003 10:04:41 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AFC743F13 for ; Sun, 26 Jan 2003 10:04:35 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18cr8t-0006Ys-00 for FreeBSD-questions@freebsd.org; Sun, 26 Jan 2003 18:04:27 +0000 Date: Sun, 26 Jan 2003 18:04:27 +0000 From: Daniel Bye To: FreeBSD Questions Subject: Re: mutt and xterm-color problems Message-ID: <20030126180426.GA25046@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: FreeBSD Questions References: <20030126130023.GA33007@rock.stable.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030126130023.GA33007@rock.stable.ch> User-Agent: Mutt/1.4i X-Scanner: exiscan *18cr8t-0006Ys-00*te4PBY8pmo.* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Sun, Jan 26, 2003 at 02:00:23PM +0100, Thomas Spreng wrote: > Hi, > im using 'xterm-color' as TERM. I have a mutt color config that displays > the headers in the message index with different colors (depending on sender). > New and unread messages are colored with the same color but they are bright, > or better should be. > Heres the appropriate section: > > color index brightwhite default ~N # new messages > color index green default "~f dom.ch" # from dom.ch > color index brightgreen default "~N ~f dom.ch" # new from dom.ch > color index cyan default "~l" # my mailinglists > color index brightcyan default "~N ~l" # new mailinglists > color index yellow default "~P" # my mails > color index brightyellow default "~N ~P" # new mails from myself > > The probles is that 'xterm-color' seems to have problems with displaying the > bright colors, some subjects are displayed bright, some not, some only partial. > 'rxvt' doesn't have that problem btw. > > Does anyone know how to fix that? What versions of FreeBSD and Mutt are you running? I used to have very similar problems, but since upgrading to 4.7-STABLE and Mutt 1.4i, the problem has gone away. Of course, if for any reason you are not able to upgrade, this is only so much hot air, for which I apologise. ;-) 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 Sun Jan 26 10:12:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F48937B401 for ; Sun, 26 Jan 2003 10:12:28 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 1347143F18 for ; Sun, 26 Jan 2003 10:12:22 -0800 (PST) (envelope-from mwm-dated-1044036740.608dca@mired.org) Received: (qmail 1269 invoked from network); 26 Jan 2003 18:12:20 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Jan 2003 18:12:20 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15924.9476.198244.492305@guru.mired.org> Date: Sun, 26 Jan 2003 12:12:20 -0600 To: questions@freebsd.org Subject: Re: Boot loader failing? In-Reply-To: <15900.61276.547261.348182@guru.mired.org> References: <15900.61276.547261.348182@guru.mired.org> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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, it's poor form to followup to my own post, but I solved the problem and wanted to get the solution into the archives. In <15900.61276.547261.348182@guru.mired.org>, Mike Meyer typed: > I have a test machine that boots a number of things, FreeBSD -stable > and -current among them. I tried installing the latest 5.0 CDs, and > that failed miserably (the install process insist you have a swap, but > can't find the one I use on ad0s6c). So I rebooted the system to go > back to -stable. > > It failed to come up. Since this box runs a variety of OS's, including > two different FreeBSDs, I use grub to boot it. It loaded the grub > stage2 boot and then went to the grub command prompt. Trying to run > the boot by hand - via "root (hd0,1,a)" - gets the message "no such > partition". When I ask grub for a list of partitions, it lists the two > FreeBSD partitions, but says it can't find "sub-partitions" for them. > > I can boot FreeBSD-stable - I haven't tried -current - as if it were > Windows: make the FreeBSD partition the active partition and run the > standard MBR. > > I tried installing boot0. It lists the XP partition and the two > FreeBSD partitions (so much for Linux). Asking it to boot the two > FreeBSD partitions results in beeps. It boots XP just fine - which > means that entry is slightly more useful than the FreeBSD entries. > > I tried getting the latest version of grub, but that's a no go. I can > boot it off the floppy, but it doesn't see sub-partitions either. > > If I boot -stable from grub as described above, everything comes up > and works fine. I can even mount the -current partion and see that > everything is as it should be. But neither boot loader seems to work. > > Clues? Hints? Request for more information? Help? The 5.0 install process overwrote the disklabels. The only data it changed was the FS type on the partitions - they were all tagged as unused. So the various boot loaders can no longer find a partition that is in use. Fixing that with disklabel solved the problem. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 10:15:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6876E37B401 for ; Sun, 26 Jan 2003 10:15:28 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C07C743F13 for ; Sun, 26 Jan 2003 10:15:25 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a108.otenet.gr [212.205.215.108]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0QIFFBb012881; Sun, 26 Jan 2003 20:15:17 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0QCEWZC002679; Sun, 26 Jan 2003 14:14:32 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0QCEWBL002678; Sun, 26 Jan 2003 14:14:32 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 26 Jan 2003 14:14:32 +0200 From: Giorgos Keramidas To: Voicu Liviu Cc: questions@FreeBSD.ORG Subject: Re: make buildworld Message-ID: <20030126121432.GA2661@gothmog.gr> References: <200301260916.37372.pacman@huji.ac.il> <20030126074007.GA1420@gothmog.gr> <200301260940.54597.pacman@huji.ac.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301260940.54597.pacman@huji.ac.il> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-26 09:40, Voicu Liviu wrote: > On Sunday 26 January 2003 09:40, Giorgos Keramidas wrote: > > On 2003-01-26 09:16, Voicu Liviu wrote: > > > Ok folks, my turn now to come here and cry :-( > > > I have FreeBSD 4.7 STABLE. > > > > > > I got the /usr/src using cvsup and then went to single_user_mode to run: > > > >make buildworld > > > > > > During the compilation I got PANIK and the comp freezed :-( > > > Then I was forced to reboot by the power button BUT it did not want > > > to get into as normal/root account, during the boot I get malloc() > > > error and dies.... > > > > This looks like a hardware fault. Probably broken memory. > > Can you check the memory on that machine with memtest? > > May I use http://www.memtest86.com/ ??? Sure. Whatever suits you best :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 11:34:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D3637B401; Sun, 26 Jan 2003 11:34:29 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA54A43ED8; Sun, 26 Jan 2003 11:34:28 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0QJZqiE006158; Sun, 26 Jan 2003 14:35:53 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E343872.9020108@potentialtech.com> Date: Sun, 26 Jan 2003 14:35:14 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lehey Cc: pura life CR , FreeBSD-questions@freebsd.org Subject: Re: Emulation (was: Misc Questions.) References: <3E32DDB6.7040308@potentialtech.com> <20030126084812.GC1982@sydney.worldwide.lemis.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 Greg Lehey wrote: > On Saturday, 25 January 2003 at 13:55:50 -0500, Bill Moran wrote: > >>pura life CR wrote: >> >>>What does this emulation consist on? Can I run linux and svr4 binaries?. >> >>It's not really emulation. In the case of Linux, it actually installs a >>RedHat kernel and uses it when the system calls differ from the native >>FreeBSD system calls. > > No, that's not correct. It installs Red Hat (I think) libraries, but > there's no way to run two kernels on a system. There is special > non-Linux code which implements the differences between FreeBSD and > Linux system calls. Well, I'm definately no expert on the Linuxulator, so thanks for the correction, Greg. I guess I was being very sloppy in my explaination. -- Bill Moran Potential Technologies 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 Jan 26 11:58: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C23C037B401 for ; Sun, 26 Jan 2003 11:58:04 -0800 (PST) Received: from mail.dubium.com (h24-78-225-134.vn.shawcable.net [24.78.225.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70AE43F18 for ; Sun, 26 Jan 2003 11:58:03 -0800 (PST) (envelope-from joe@dubium.com) Received: (qmail 8993 invoked from network); 26 Jan 2003 20:00:19 -0000 Received: from localhost (HELO dubium.com) ([127.0.0.1]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 26 Jan 2003 20:00:19 -0000 Received: from 192.168.0.1 (SquirrelMail authenticated user joe@dubium.com) by sigfried with HTTP; Sun, 26 Jan 2003 12:00:19 -0800 (PST) Message-ID: <1091.192.168.0.1.1043611219.squirrel@sigfried> Date: Sun, 26 Jan 2003 12:00:19 -0800 (PST) Subject: scripting question, killing a process safely From: "Joe Sotham" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.0 RC2a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 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 am recording audio tapes to wav files using gramofile. I'd like to be able to walk away and automatically shut down the process without corrupting the wav file. I know the tape duration so I was planning to use the following script. I'd appreciate a better or more refined approach: (sleep 2700; killall gramofile) -- Joe Sotham ------------ If the only prayer you say in your entire life is "Thank You", that will suffice. - Meister Eckhart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 12: 0:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A4FA37B401 for ; Sun, 26 Jan 2003 12:00:53 -0800 (PST) Received: from fmx2.freemail.hu (fmx2.freemail.hu [195.228.242.222]) by mx1.FreeBSD.org (Postfix) with SMTP id 3577943F1E for ; Sun, 26 Jan 2003 12:00:52 -0800 (PST) (envelope-from gannater@freemail.hu) Received: (qmail 63896 invoked from network); 26 Jan 2003 21:00:45 +0100 Received: from fm13.freemail.hu (195.228.242.214) by fmx2.freemail.hu with SMTP; 26 Jan 2003 21:00:45 +0100 Received: (qmail 68129 invoked by uid 3644897); 26 Jan 2003 21:00:44 +0100 Date: Sun, 26 Jan 2003 21:00:44 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= Subject: MySQL To: BSD Message-ID: X-Originating-IP: [62.201.87.128] X-HTTP-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to use Horde. When I execute this command: mysql --user=root --password=pass < mysql_create.sql The following error comes up: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) What could be the problem? How can I fix it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 12: 8:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE3DB37B401 for ; Sun, 26 Jan 2003 12:08:58 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7EF43E4A for ; Sun, 26 Jan 2003 12:08:57 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0QKALiE006184; Sun, 26 Jan 2003 15:10:22 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E344087.7000900@potentialtech.com> Date: Sun, 26 Jan 2003 15:09:43 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-2?Q?Gannater_J=E1nos?= Cc: BSD Subject: Re: MySQL References: Content-Type: text/plain; charset=ISO-8859-2; 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 Gannater János wrote: > I am trying to use Horde. > When I execute this command: > mysql --user=root --password=pass < mysql_create.sql > The following error comes up: > ERROR 2002: Can't connect to local MySQL server through > socket '/tmp/mysql.sock' (2) > > What could be the problem? How can I fix it? Can you verify that the MySQL server is running? sockstat | grep mysql Does that command show mysqld listening on /tmp/mysql.sock? If not, start your MySQL server. Use the safe_mysqld script or restart your system and let the startup script handle it automatically. If neither of those works, verify that you have the MySQL server properly installed and configured. -- Bill Moran Potential Technologies 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 Jan 26 12: 9:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A3A37B405 for ; Sun, 26 Jan 2003 12:09:11 -0800 (PST) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC2E643EB2 for ; Sun, 26 Jan 2003 12:09:10 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 18ct5V-000GbI-00 for freebsd-questions@freebsd.org; Sun, 26 Jan 2003 12:09:05 -0800 Date: Sun, 26 Jan 2003 12:09:05 -0800 From: Nathan Kinkade To: BSD Subject: Re: MySQL Message-ID: <20030126200905.GA62833@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: BSD References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" 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 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 26, 2003 at 09:00:44PM +0100, Gannater J?nos wrote: > I am trying to use Horde. > When I execute this command: > mysql --user=3Droot --password=3Dpass < mysql_create.sql > The following error comes up: > ERROR 2002: Can't connect to local MySQL server through > socket '/tmp/mysql.sock' (2) >=20 > What could be the problem? How can I fix it? Is the mysqld running? Try `ps ax | grep mysqld` to make sure. If it's not running, try `/usr/local/etc/rc.d/mysql-server.sh start`. Nathan --=20 GPG Public Key ID: 0x4250A04C gpg --keyserver pgp.mit.edu --recv-keys 4250A04C http://63.105.21.156/gpg_nkinkade_4250A04C.asc --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NEBhWZYS9EJQoEwRAqurAJ9t3l/yiw3zRpcyDnJZrRQ37gzEPgCggUnu TIJg8vNqFCuCi0tdQm311Z0= =6262 -----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 Sun Jan 26 12:59:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68FB337B401 for ; Sun, 26 Jan 2003 12:59:29 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0185143F43 for ; Sun, 26 Jan 2003 12:59:29 -0800 (PST) (envelope-from freebsd@goepp.com) Received: from dpg (h002078d5d728.ne.client2.attbi.com[24.62.123.170]) by rwcrmhc51.attbi.com (rwcrmhc51) with SMTP id <2003012620592805100sr6i9e>; Sun, 26 Jan 2003 20:59:28 +0000 Message-ID: <002301c2c57d$beb67e50$6832a8c0@dpg> From: "Daniel Goepp" To: Subject: -march k7 Date: Sun, 26 Jan 2003 15:58:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 questions about machine architecture setting getting picked up. I set my CPUTYPE = k7 in make.conf, but when I compile world or kernel, I see "-march k6". If I comment out this line, I see nothing, so I'm sure my make.conf is being read okay. And I grep'd the dir for any other k6 that might be cutting in, but nothing there. Any ideas? Thanks. -Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 13: 5:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D68737B401 for ; Sun, 26 Jan 2003 13:05:18 -0800 (PST) Received: from hotmail.com (f87.law12.hotmail.com [64.4.19.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCAA143F13 for ; Sun, 26 Jan 2003 13:05:17 -0800 (PST) (envelope-from mr_coffee_12@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 26 Jan 2003 13:00:32 -0800 Received: from 12.231.6.102 by lw12fd.law12.hotmail.msn.com with HTTP; Sun, 26 Jan 2003 21:00:32 GMT X-Originating-IP: [12.231.6.102] Reply-To: tf@tf.undonet.com From: "r3b00+ ." To: questions@FreeBSD.ORG Subject: kernal emulation Date: Sun, 26 Jan 2003 13:00:32 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 26 Jan 2003 21:00:32.0300 (UTC) FILETIME=[F6DC1EC0:01C2C57D] Sender: owner-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 wondering, I've heard that FreeBSD can emulate the win32 kernal, is that true? I'd love to run *nix but there are not any win32 emulators that work well enough for me to play games and such. _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 13: 7:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A3337B401 for ; Sun, 26 Jan 2003 13:07:39 -0800 (PST) Received: from mail8.atl.registeredsite.com (mail8.atl.registeredsite.com [64.224.219.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 244F543F13 for ; Sun, 26 Jan 2003 13:07:33 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail8.atl.registeredsite.com (8.12.2/8.12.6) with ESMTP id h0QL7R9Y020408 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Sun, 26 Jan 2003 16:07:27 -0500 Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email addresses for asarians can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by asarian-host.net (8.11.6/8.11.0) id h0QL7Q923348 for freebsd-questions@freebsd.org; Sun, 26 Jan 2003 22:07:26 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Sun, 26 Jan 2003 22:07:26 +0100 (CET) From: Mark Message-Id: <200301262107.H0QL7P223340@asarian-host.net> Date: Sun, 26 Jan 2003 22:07:17 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: Side-by-side Perl X-Trace: NEbtC6/SRQ0iqFJDnn70AE/vMncR8+ZQcdTE+3qKl8UgZRqX93JD148uAVUpdQ2J X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Auth: Asarian-host PGP signature iQEVAwUAPjRODjFqW1BleBN9AQE2qAf+O2Djb4A12/NGplkGzq4IWpVMiamDJKpw tr8n8HUIPKO95IM0gNfYdutNaU02/Lnwauumh/1IMcwSkC4zVwN3DCf4Z5qqNq83 xzcK/yTpdxPVz1dc7DIcMMvHb+CJw1VMKZRYfd33lyR5oJKPPQkrgWmsk0mtDc6g lB3Qi6rEOaBPFnz6Fh3VBOl+FjyfqW3AXOdYINbhAjATJykK+CgXYhJLcv/XlaGG jkj3Qk8itQDLpZa25uTVHo0ZL9i7ROGr7BbDDMy6lWw/C5zkZJvJXBNv/s2zQsjd Xmax/zAujKB209RNCGOXixYC3ryGj4nwpaAZtXVoQ/ph69zQsySjgA== =D3fu Sender: owner-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 possible to install Perl 5.8 next to 5.005_03, on FreeBSD 4.7R? The docs say this can be done, and that using something like: sh Configure -Dprefix=/opt/perl5.8 Ought to do the trick. But has anyone ever tried this for real? I really cannot afford to lose my Perl 5.005_03, as a great many applications I run depend on it, and the additional packages that were installed over the years (many xs). So, can I install Perl 5.8 in such a way as will leave my entire 5.005_03 intact? Thanks! - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 13:16:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C45337B401 for ; Sun, 26 Jan 2003 13:16:42 -0800 (PST) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A7CB43ED8 for ; Sun, 26 Jan 2003 13:16:42 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from fwd10.sul.t-online.de by mailout01.sul.t-online.com with smtp id 18cu8v-0005Qi-00; Sun, 26 Jan 2003 22:16:41 +0100 Received: from peedub.jennejohn.org (520017439985-0001@[217.228.211.25]) by fmrl10.sul.t-online.com with esmtp id 18cu8e-18fIEyC; Sun, 26 Jan 2003 22:16:24 +0100 Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.6/8.11.6) with ESMTP id h0QLGBi6011276; Sun, 26 Jan 2003 22:16:12 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200301262116.h0QLGBi6011276@peedub.jennejohn.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: tf@tf.undonet.com Cc: questions@FreeBSD.ORG Subject: Re: kernal emulation Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 26 Jan 2003 13:00:32 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 26 Jan 2003 22:16:11 +0100 From: Gary Jennejohn X-Sender: 520017439985-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "r3b00+ ." writes: > Just wondering, I've heard that FreeBSD can emulate the win32 kernal, is > that true? > No. --- Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 13:17:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD91337B401 for ; Sun, 26 Jan 2003 13:17:33 -0800 (PST) Received: from fmx1.freemail.hu (fmx1.freemail.hu [195.228.242.221]) by mx1.FreeBSD.org (Postfix) with SMTP id 9609D43F13 for ; Sun, 26 Jan 2003 13:17:32 -0800 (PST) (envelope-from gannater@freemail.hu) Received: (qmail 20869 invoked from network); 26 Jan 2003 22:17:24 +0100 Received: from fm2.freemail.hu (195.228.242.202) by fmx1.freemail.hu with SMTP; 26 Jan 2003 22:17:24 +0100 Received: (qmail 37471 invoked by uid 3644897); 26 Jan 2003 22:17:24 +0100 Date: Sun, 26 Jan 2003 22:17:24 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= Subject: IMAP To: BSD In-Reply-To: <3E344087.7000900@potentialtech.com> Message-ID: X-Originating-IP: [62.201.87.128] X-HTTP-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 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 How can I set up IMAP to work? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 13:22:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D130B37B401 for ; Sun, 26 Jan 2003 13:22:08 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F46643F1E for ; Sun, 26 Jan 2003 13:22:07 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h0QLLoFc055487 for ; Sun, 26 Jan 2003 21:21:50 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h0QLLjkp055486 for freebsd-questions@FreeBSD.ORG; Sun, 26 Jan 2003 21:21:45 GMT Date: Sun, 26 Jan 2003 21:21:45 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: Side-by-side Perl Message-ID: <20030126212145.GA55305@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <200301262107.H0QL7P223340@asarian-host.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301262107.H0QL7P223340@asarian-host.net> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-2.2 required=5.0 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 26, 2003 at 10:07:17PM +0100, Mark wrote: > Is it possible to install Perl 5.8 next to 5.005_03, on FreeBSD 4.7R? The > docs say this can be done, and that using something like: > > sh Configure -Dprefix=/opt/perl5.8 > > Ought to do the trick. But has anyone ever tried this for real? I really > cannot afford to lose my Perl 5.005_03, as a great many applications I run > depend on it, and the additional packages that were installed over the years > (many xs). > > So, can I install Perl 5.8 in such a way as will leave my entire 5.005_03 > intact? Just install the perl-5.8.0 port, but think twice about running the 'use.perl' script if you want /usr/bin/perl to remain as perl-5.00503. The port will install into /usr/local, which won't interfere with the system provided stuff under /usr. Works just fine. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 13:27: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4331037B418 for ; Sun, 26 Jan 2003 13:26:58 -0800 (PST) Received: from pt-quorum.com (pt-quorum.com [209.10.167.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB65243E4A for ; Sun, 26 Jan 2003 13:26:57 -0800 (PST) (envelope-from qnuno@pt-quorum.com) Received: from gw.tex.bogus (195-23-212-114.nr.ip.pt [195.23.212.114]) by pt-quorum.com (Postfix) with ESMTP id 17010EC07; Sun, 26 Jan 2003 21:25:28 +0000 (WET) Received: by gw.tex.bogus (Postfix, from userid 1001) id 54094431D; Sun, 26 Jan 2003 21:25:57 +0000 (WET) Date: Sun, 26 Jan 2003 21:25:57 +0000 From: Nuno Teixeira To: Daniel Goepp Cc: freebsd-questions@freebsd.org Subject: Re: -march k7 Message-ID: <20030126212557.GE64362@gw.tex.bogus> References: <002301c2c57d$beb67e50$6832a8c0@dpg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002301c2c57d$beb67e50$6832a8c0@dpg> X-Operating-System: FreeBSD 5.0-RELEASE User-Agent: Mutt/1.5.3i Sender: owner-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, This is because your gcc doesn't support k7 optimization. In FreeBSD 5.0, gcc (3.2.1) supports more optimization flags. Bye, Nuno Teixeira On Sun, Jan 26, 2003 at 03:58:53PM -0500, Daniel Goepp wrote: > Quick questions about machine architecture setting getting picked up. I set > my CPUTYPE = k7 in make.conf, but when I compile world or kernel, I see > "-march k6". If I comment out this line, I see nothing, so I'm sure my > make.conf is being read okay. And I grep'd the dir for any other k6 that > might be cutting in, but nothing there. Any ideas? > > Thanks. > > -Daniel > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- /* PGP fingerprint: C6D1 06ED EB54 A99C 6B14 6732 0A5D 810D 727D F6C6 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 14:38:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 392A637B401 for ; Sun, 26 Jan 2003 14:38:14 -0800 (PST) Received: from ns1.titaniumnet.ws (ns1.titaniumnet.ws [216.228.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA2A43F5B for ; Sun, 26 Jan 2003 14:38:13 -0800 (PST) (envelope-from default@titaniumnet.ws) Received: from localhost (default@localhost) by ns1.titaniumnet.ws (8.11.3/8.11.3) with ESMTP id h0QMddS00387 for ; Sun, 26 Jan 2003 16:39:39 -0600 (CST) Date: Sun, 26 Jan 2003 16:39:39 -0600 (CST) From: default To: freebsd-questions@freebsd.org Subject: DNS + Virtual Hosting Question 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 have am hosting a site that has two domains setup on one I.P. address. The first domain is a subdomain of my own domain name (under its own A record). And the second domain is setup under its own zone file with another A record using the same I.P. address. The reverse pointer points to the subdomain record. This has worked so far, but we have recently noticed that if you visit the website using the non-subdomain and click on a link, you are redirected to the subdomain URL. (In Apache it is setup with the subdomain as the server and the other domain as a server alias) Does anyone have any idea why this would happen and what one might do to correct it? I would copy records over but I do not have the time for that at the moment. If they are needed I will send in another request later. Thank you much, Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 14:49:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E39E337B401 for ; Sun, 26 Jan 2003 14:49:30 -0800 (PST) Received: from dejavu.602.org (602.ORG [198.77.216.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9028043E4A for ; Sun, 26 Jan 2003 14:49:30 -0800 (PST) (envelope-from matt@602.org) Received: by dejavu.602.org (Postfix, from userid 1002) id 6A8C469708C; Sun, 26 Jan 2003 14:49:06 -0800 (PST) Date: Sun, 26 Jan 2003 15:49:06 -0700 From: matt To: FreeBSD-Questions@FreeBSD.ORG Subject: touchpad problems Message-ID: <20030126224906.GB13374@602.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i have a toshiba satellite 1110. I just put 5.0-release on it, and i cant for the life of me, get my touchpad to work (in console or X). I have it set up using /dev/sysmouse because thats all it detected. It doesnt have a psm0 device in /dev even though it IS a ps2 mouse. No matter how much I toy with this, i cant seem to get it working. Any advice or insight into this problem or maybe something similar was greatly appreciated. Im kind of in a hurry, so if this isnt enough info to go off of, please let me know. Thanks in advance for any assistance. Peace, Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 14:51: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C995D37B401 for ; Sun, 26 Jan 2003 14:51:06 -0800 (PST) Received: from relay1.pop.com.br (relay1.pop.com.br [200.175.8.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A0843E4A for ; Sun, 26 Jan 2003 14:51:06 -0800 (PST) (envelope-from cargnini@pop.com.br) Received: from smtp.pop.com.br (smtp3.pop.com.br [200.175.8.20]) by relay1.pop.com.br (Postfix) with SMTP id F031B73F33 for ; Sun, 26 Jan 2003 20:50:24 -0200 (BRST) Received: (qmail 31860 invoked by uid 0); 26 Jan 2003 22:50:44 -0000 Received: from 200-175-77-50.dial.pop.com.br (HELO shark) (200.175.77.50) by smtp3.pop.com.br with SMTP; 26 Jan 2003 22:50:44 -0000 Message-ID: <006f01c2c596$3c616fa0$324dafc8@shark> From: =?iso-8859-1?Q?=3FLu=EDs_Vit=F3rio_Cargnini?= To: Subject: Problems with my modem using Release 5.0 Date: Sun, 26 Jan 2003 20:54:15 -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 i downloaded the release 5 and installed, but my modem doesn't work at new version i having the following message ..... sio2: configured irq 5 not in bitmap of probed irqs 0 sio2: device may not be enabled ..... Well, but i changed the device.hints to: hint.sio.2.at="isa" hint.sio.2.port="0x3E8" hint.sio.2.irq="5" i already done unset at kernel boot time bu nothing worked someone knows why this happening ????? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.445 / Virus Database: 250 - Release Date: 21/1/2003 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 14:51:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1993E37B401 for ; Sun, 26 Jan 2003 14:51:33 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4651A43ED8 for ; Sun, 26 Jan 2003 14:51:32 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id E022C479; Sun, 26 Jan 2003 23:51:25 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 570552FDAB2; Sun, 26 Jan 2003 23:51:25 +0100 (CET) Date: Sun, 26 Jan 2003 23:51:25 +0100 From: Roman Neuhauser To: default Cc: freebsd-questions@freebsd.org Subject: Re: DNS + Virtual Hosting Question Message-ID: <20030126225125.GA735@freepuppy.bellavista.cz> Mail-Followup-To: default , 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.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 # default@titaniumnet.ws / 2003-01-26 16:39:39 -0600: > we have recently noticed that if you visit the website using the > non-subdomain and click on a link, you are redirected to the subdomain > URL. > > (In Apache it is setup with the subdomain as the server and the other > domain as a server alias) http://httpd.apache.org/docs/mod/core.html#usecanonicalname -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 14:54:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC5837B401 for ; Sun, 26 Jan 2003 14:54:43 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-205.dsl.lsan03.pacbell.net [64.169.104.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BEF43F3F for ; Sun, 26 Jan 2003 14:54:42 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 6AC50675F4; Sun, 26 Jan 2003 14:54:41 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 2EC9AF85; Sun, 26 Jan 2003 14:54:41 -0800 (PST) Date: Sun, 26 Jan 2003 14:54:40 -0800 From: Kris Kennaway To: Gary Jennejohn Cc: tf@tf.undonet.com, questions@FreeBSD.ORG Subject: Re: kernal emulation Message-ID: <20030126225440.GA1334@rot13.obsecurity.org> References: <200301262116.h0QLGBi6011276@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <200301262116.h0QLGBi6011276@peedub.jennejohn.org> 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 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 26, 2003 at 10:16:11PM +0100, Gary Jennejohn wrote: > "r3b00+ ." writes: > > Just wondering, I've heard that FreeBSD can emulate the win32 kernal, i= s=20 > > that true? > >=20 >=20 > No. It can run PECOFF format binaries (the Win32 binary object format), but that's it. Kris --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NGcwWry0BWjoQKURAhB8AJwNWwRTdvKI6lyBvoYgqwAIQFmUawCeNnbA /5LfVVGtJ/VAajnZgPWetgw= =7aDw -----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 Jan 26 14:57:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4393137B401 for ; Sun, 26 Jan 2003 14:57:32 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id A458643ED8 for ; Sun, 26 Jan 2003 14:57:31 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id h0QMvLJ7029562 for ; Sun, 26 Jan 2003 17:57:24 -0500 Date: Sun, 26 Jan 2003 18:08:40 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: FreeBSD Questions List Subject: Which files and directories to backup? Message-ID: <20030126180330.L17637-100000@zoraida.natserv.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 What files or directories shoud I ignore when doing a tar backup? So far my include list is: /etc /usr/home /usr/local/etc /usr/src/sys/i386/conf /var/log /root /.profile /.cshrc And my exclude list is /root/.netscape/cache /etc/fstab /etc/mtree /etc/isdn /etc/uucp /usr/local/etc/codepages/ Planning to create a separate tar just for /usr/local How about /var? should I backup all of it? Among the thing I already now which will need to be excluded is the postgreSQL "/base" directory. Other than that not aware of any directory in /usr/local/ that will need to be excluded. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 14:58:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 150C637B401 for ; Sun, 26 Jan 2003 14:58:16 -0800 (PST) Received: from relay1.pop.com.br (relay2.pop.com.br [200.175.8.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51B4D43F3F for ; Sun, 26 Jan 2003 14:58:15 -0800 (PST) (envelope-from cargnini@pop.com.br) Received: from smtp.pop.com.br (smtp3.pop.com.br [200.175.8.20]) by relay1.pop.com.br (Postfix) with SMTP id 0E82DC119C for ; Sun, 26 Jan 2003 20:56:18 -0200 (BRST) Received: (qmail 23920 invoked by uid 0); 26 Jan 2003 22:57:44 -0000 Received: from 200-175-77-50.dial.pop.com.br (HELO shark) (200.175.77.50) by smtp3.pop.com.br with SMTP; 26 Jan 2003 22:57:44 -0000 Message-ID: <008201c2c597$36afce20$324dafc8@shark> From: =?iso-8859-1?Q?=3FLu=EDs_Vit=F3rio_Cargnini?= To: "matt" , References: <20030126224906.GB13374@602.ORG> Subject: Re: touchpad problems Date: Sun, 26 Jan 2003 21:01:15 -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 Well 2 things: First: recompile your kernel adding support to toshiba satellite Second: try sysinstall to configure your mouse because your touchpad it's just a psm mouse. Third take a look at Handbook. ----- Original Message ----- From: "matt" To: Sent: Sunday, January 26, 2003 7:49 PM Subject: touchpad problems > i have a toshiba satellite 1110. I just put 5.0-release on it, and i cant for the life of > me, get my touchpad to work (in console or X). > > I have it set up using /dev/sysmouse because thats all it detected. It doesnt have a > psm0 device in /dev even though it IS a ps2 mouse. > > No matter how much I toy with this, i cant seem to get it working. Any advice or insight > into this problem or maybe something similar was greatly appreciated. > > Im kind of in a hurry, so if this isnt enough info to go off of, please let me know. > > Thanks in advance for any assistance. > > Peace, > Matt > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.445 / Virus Database: 250 - Release Date: 21/1/2003 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 15: 4:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B67C37B401 for ; Sun, 26 Jan 2003 15:04:47 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691DB43E4A for ; Sun, 26 Jan 2003 15:04:46 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 6891F479; Mon, 27 Jan 2003 00:04:45 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id D62D92FDAB2; Mon, 27 Jan 2003 00:04:44 +0100 (CET) Date: Mon, 27 Jan 2003 00:04:44 +0100 From: Roman Neuhauser To: Francisco Reyes Cc: freebsd-questions Subject: Re: Which files and directories to backup? Message-ID: <20030126230444.GB735@freepuppy.bellavista.cz> Mail-Followup-To: Francisco Reyes , freebsd-questions References: <20030126180330.L17637-100000@zoraida.natserv.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030126180330.L17637-100000@zoraida.natserv.net> User-Agent: Mutt/1.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 # lists@natserv.com / 2003-01-26 18:08:40 -0500: > What files or directories shoud I ignore when doing a tar backup? files you have customized in any way. it depends on what software you run. there's no definitive answer. > And my exclude list is > /root/.netscape/cache man, you run X as root? you use Netscape 4.x? why do you use FreeBSD then? you would be fine with Windows 95. :) > How about /var? > should I backup all of it? again, depends on what you have in there. -- FreeBSD 4.7-STABLE 12:00AM up 25 mins, 4 users, load averages: 0.03, 0.06, 0.03 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 15:18:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE0B37B401 for ; Sun, 26 Jan 2003 15:18:30 -0800 (PST) Received: from digiflux.org (43.Red-80-59-151.pooles.rima-tde.net [80.59.151.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52E043F13 for ; Sun, 26 Jan 2003 15:18:26 -0800 (PST) (envelope-from olivas@digiflux.org) Received: from sentinel (sniffy [10.0.0.150]) (authenticated bits=0) by digiflux.org (8.12.7/8.12.7) with ESMTP id h0QNIJd4009314; Mon, 27 Jan 2003 00:18:19 +0100 (CET) From: "Stacy Olivas" To: Cc: Subject: FreeBSD and the PowerPC Date: Mon, 27 Jan 2003 00:18:10 +0100 Message-ID: <003301c2c591$31d44580$0502000a@sentinel> 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.2800.1106 Sender: owner-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 have a question for the list.. I have a friend who is an avid Mac freak.. (yes, I know Avid is a video editing platform available on the mac.. :).. anyways, I've convinced him to try FreeBSD over say Linux, and he has a question about the PowerPC port of FreeBSD that is listed at: http://www.freebsd.org/platforms/ppc.html The page is a little dated... does this still exist? Does it work? (P.S. When you reply, please include the CC addressee too, he's the one inquiring). TIA. -Stacy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 15:28: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5979D37B401 for ; Sun, 26 Jan 2003 15:28:00 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 5C93E43EB2 for ; Sun, 26 Jan 2003 15:27:54 -0800 (PST) (envelope-from mwm-dated-1044055669.3fadd8@mired.org) Received: (qmail 4380 invoked from network); 26 Jan 2003 23:27:49 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 26 Jan 2003 23:27:49 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15924.28404.975979.636400@guru.mired.org> Date: Sun, 26 Jan 2003 17:27:48 -0600 To: Francisco Reyes Cc: FreeBSD Questions List Subject: Re: Which files and directories to backup? In-Reply-To: <20030126180330.L17637-100000@zoraida.natserv.net> References: <20030126180330.L17637-100000@zoraida.natserv.net> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <20030126180330.L17637-100000@zoraida.natserv.net>, Francisco Reyes typed: > What files or directories shoud I ignore when doing a tar backup? > > So far my include list is: > /etc > /usr/home > /usr/local/etc > /usr/src/sys/i386/conf > /var/log > /root > /.profile > /.cshrc > > And my exclude list is > /root/.netscape/cache > /etc/fstab It's a bad idea to exclude fstab. > /etc/mtree > /etc/isdn > /etc/uucp isdn and uucp are probably not ignorable if you are using them. > /usr/local/etc/codepages/ > > > Planning to create a separate tar just for /usr/local > How about /var? > should I backup all of it? You can exclude /var/run, /var/spool/lock, /var/backups, /var/rwho and /var/tmp. Other things you may be able to exclude depending on whether or not you are using them include; /var/msgs the messages system, which is the msgs command /var/mail delivered mail /var/spool/lpd line printer spool /var/spool/mqueue sendmail /var/spool/uucp,uucppublic uucp http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 15:28:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BACE37B401 for ; Sun, 26 Jan 2003 15:28:45 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CD243E4A for ; Sun, 26 Jan 2003 15:28:44 -0800 (PST) (envelope-from freebsd@goepp.com) Received: from dpg (h002078d5d728.ne.client2.attbi.com[24.62.123.170]) by rwcrmhc53.attbi.com (rwcrmhc53) with SMTP id <20030126232844053009t08qe>; Sun, 26 Jan 2003 23:28:44 +0000 Message-ID: <005f01c2c592$97632730$6832a8c0@dpg> From: "Daniel Goepp" To: Subject: TLS/LDAP/Postfix Date: Sun, 26 Jan 2003 18:28:10 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 why OpenLDAP would not be able to find SSLeay_add_ssl_algorithms in OpenSSL? checking for openssl/ssl.h... yes checking for ssl.h... no checking for SSLeay_add_ssl_algorithms in -lssl... no checking for SSL_library_init in -lssl... yes This then in turn messes with a Postfix install which can't find the TLS functions that appear to come from that library Any help on this would be greatly appreciated! -Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 15:29:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A9C37B401 for ; Sun, 26 Jan 2003 15:29:38 -0800 (PST) Received: from new-smtp2.ihug.com.au (new-smtp2.ihug.com.au [203.109.250.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 192FC43F13 for ; Sun, 26 Jan 2003 15:29:33 -0800 (PST) (envelope-from john@jmv.com.au) Received: from p33-tnt4.syd.ihug.com.au (localhost) [203.173.134.33] (john) by new-smtp2.ihug.com.au with esmtp (Exim 3.22 #1 (Debian)) id 18cwDF-0001PH-00; Mon, 27 Jan 2003 10:29:17 +1100 Date: Mon, 27 Jan 2003 10:25:51 +1100 Subject: Re: FreeBSD and the PowerPC Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) From: John Vender To: "Stacy Olivas" , questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: <003301c2c591$31d44580$0502000a@sentinel> Message-Id: <822589C2-3185-11D7-BC89-00039369D83A@jmv.com.au> X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-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, January 27, 2003, at 10:18 AM, Stacy Olivas wrote: > Greetings.. > > I have a question for the list.. I have a friend who is an avid Mac > freak.. > (yes, I know Avid is > a video editing platform available on the mac.. :).. > > anyways, I've convinced him to try FreeBSD over say Linux, and he has a > question about the PowerPC > port of FreeBSD that is listed at: > http://www.freebsd.org/platforms/ppc.html > > The page is a little dated... does this still exist? Does it work? > > (P.S. When you reply, please include the CC addressee too, he's the one > inquiring). > > TIA. > > -Stacy > I don't know about the ppc port of FreeBSD but is he aware that with Mac OS X there is already BSD under the hood? :) Cheers...John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 15:34:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB0E37B401 for ; Sun, 26 Jan 2003 15:34:19 -0800 (PST) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id 4628543EB2 for ; Sun, 26 Jan 2003 15:34:18 -0800 (PST) (envelope-from mykroft@explosive.mail.net) Received: (qmail 24423 invoked from network); 26 Jan 2003 23:32:26 -0000 Received: from ticking.explosive.mail.net (205.205.25.116) by empire.explosive.mail.net with SMTP; 26 Jan 2003 23:32:26 -0000 Subject: Re: FreeBSD and the PowerPC From: Mykroft Holmes IV To: Stacy Olivas Cc: questions@freebsd.org, ed@crazy-ed.net In-Reply-To: <003301c2c591$31d44580$0502000a@sentinel> References: <003301c2c591$31d44580$0502000a@sentinel> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 26 Jan 2003 18:33:39 -0500 Message-Id: <1043624019.1348.7.camel@ticking.explosive.mail.net> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2003-01-26 at 18:18, Stacy Olivas wrote: > Greetings.. > > I have a question for the list.. I have a friend who is an avid Mac freak.. > (yes, I know Avid is > a video editing platform available on the mac.. :).. > > anyways, I've convinced him to try FreeBSD over say Linux, and he has a > question about the PowerPC > port of FreeBSD that is listed at: http://www.freebsd.org/platforms/ppc.html > > The page is a little dated... does this still exist? Does it work? > > (P.S. When you reply, please include the CC addressee too, he's the one > inquiring). > > TIA. > Well, Mac OS X is probably the best known FreeBSD based Unix on the PowerPC platform. It will run on 604 based Mac's using the Xpostofacto installer. I'm pretty sure the FreeBSD port to OS X is no longer current. Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 15:41:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F4837B401 for ; Sun, 26 Jan 2003 15:41:40 -0800 (PST) Received: from smtp4.knology.net (user-24-214-63-227.knology.net [24.214.63.227]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E7BC43F6B for ; Sun, 26 Jan 2003 15:41:39 -0800 (PST) (envelope-from dkelly@HiWAAY.net) Received: (qmail 14138 invoked from network); 26 Jan 2003 23:41:32 -0000 Received: from unknown (HELO grumpy.dyndns.org) (24.214.34.52) by smtp4.knology.net with SMTP; 26 Jan 2003 23:41:32 -0000 Content-Type: text/plain; charset="us-ascii" From: David Kelly To: FreeBSD-Questions@FreeBSD.org Subject: Re: FreeBSD and the PowerPC Date: Sun, 26 Jan 2003 17:41:33 -0600 User-Agent: KMail/1.4.3 References: <003301c2c591$31d44580$0502000a@sentinel> In-Reply-To: <003301c2c591$31d44580$0502000a@sentinel> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301261741.33325.dkelly@HiWAAY.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 Sunday 26 January 2003 05:18 pm, Stacy Olivas wrote: > Greetings.. > > I have a question for the list.. I have a friend who is an avid Mac > freak.. Why should your MacFriend want to use FreeBSD or Linux when Darwin and MacOS X exist? -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 15:45:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B137037B401 for ; Sun, 26 Jan 2003 15:45:54 -0800 (PST) Received: from boston.g4.net (Boston.g4.Net [216.177.0.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id E446543ED8 for ; Sun, 26 Jan 2003 15:45:53 -0800 (PST) (envelope-from stealth215@attbi.com) Received: from attbi.com ([216.177.0.160]) by boston.g4.net (8.11.3/8.11.3) with ESMTP id h0QNjkJ72295; Sun, 26 Jan 2003 18:45:47 -0500 (EST) (envelope-from stealth215@attbi.com) Message-ID: <3E3472A4.8010809@attbi.com> Date: Sun, 26 Jan 2003 18:43:32 -0500 From: David Loszewski User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021109 X-Accept-Language: en-us, en MIME-Version: 1.0 Subject: connection sucks or problem with bsd machine? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 cable connection connected to my network, where at the head of my network is a FreeBSD 4.7 machine that I use for my gateway but also have apache and pop-3 running on it at the same time. My connection was great, I could download files no problem, but for the past 2 or 3 weeks when I try to download a file file from the server or any of the machine behind the server it will be downloading at a solid 150 - 200K/s and then just completely stall on me after about 30 seconds into the download. This also happens when I try to upload to the server. I'm using natd. Could this be a problem with my server or is it most likely a problem with my isp? Any help is appreciated, Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 16:55: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0AF437B401 for ; Sun, 26 Jan 2003 16:55:07 -0800 (PST) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA27943F18 for ; Sun, 26 Jan 2003 16:55:06 -0800 (PST) (envelope-from gldisater@gldis.ca) Received: from gldis.ca (gldisater@localhost [127.0.0.1]) by gldis.ca (8.12.3/8.12.3) with ESMTP id h0R0sUgb032816; Sun, 26 Jan 2003 19:54:30 -0500 (EST) (envelope-from gldisater@gldis.ca) Received: (from gldisater@localhost) by gldis.ca (8.12.3/8.12.3/Submit) id h0R0sUhT032813; Sun, 26 Jan 2003 19:54:30 -0500 (EST) Date: Sun, 26 Jan 2003 19:54:30 -0500 From: Jeremy Faulkner To: Stacy Olivas Cc: ed@crazy-ed.net, questions@freebsd.org Subject: Re: FreeBSD and the PowerPC Message-ID: <20030127005430.GA32701@constans.gldis.ca> References: <003301c2c591$31d44580$0502000a@sentinel> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003301c2c591$31d44580$0502000a@sentinel> 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 > port of FreeBSD that is listed at: http://www.freebsd.org/platforms/ppc.html Last modified: 2002/12/13 00:00:33 A month is "dated"? > > The page is a little dated... does this still exist? Does it work? > Read the mailling list archives. The mailling list is as active as the other porting projects. -- Jeremy Faulkner http://www.gldis.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 16:57:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE3537B401 for ; Sun, 26 Jan 2003 16:57:54 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-205.dsl.lsan03.pacbell.net [64.169.104.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E9043F18 for ; Sun, 26 Jan 2003 16:57:52 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 09853675FB; Sun, 26 Jan 2003 16:57:45 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id DE0201717; Sun, 26 Jan 2003 16:57:44 -0800 (PST) Date: Sun, 26 Jan 2003 16:57:44 -0800 From: Kris Kennaway To: Stacy Olivas Cc: questions@freebsd.org, ed@crazy-ed.net Subject: Re: FreeBSD and the PowerPC Message-ID: <20030127005744.GA10404@rot13.obsecurity.org> References: <003301c2c591$31d44580$0502000a@sentinel> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline In-Reply-To: <003301c2c591$31d44580$0502000a@sentinel> 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 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 27, 2003 at 12:18:10AM +0100, Stacy Olivas wrote: > Greetings.. >=20 > I have a question for the list.. I have a friend who is an avid Mac freak= .. > (yes, I know Avid is > a video editing platform available on the mac.. :).. >=20 > anyways, I've convinced him to try FreeBSD over say Linux, and he has a > question about the PowerPC > port of FreeBSD that is listed at: http://www.freebsd.org/platforms/ppc.h= tml >=20 > The page is a little dated... does this still exist? Does it work? >=20 > (P.S. When you reply, please include the CC addressee too, he's the one > inquiring). The port is still under active development, but is not yet at the stage where it is useful to users. Kris --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NIQIWry0BWjoQKURAs2VAKCHH1EAoAnhxVRdIbaGaMwIGh9zKACgwgKJ v2XfU+z92g8J7tiU2lAincE= =4qp+ -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 17: 5:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AE6037B401 for ; Sun, 26 Jan 2003 17:05:13 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60C8B43F1E for ; Sun, 26 Jan 2003 17:05:11 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id h0R14xJ7024767; Sun, 26 Jan 2003 20:05:03 -0500 Date: Sun, 26 Jan 2003 20:16:19 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Mike Meyer Cc: FreeBSD Questions List Subject: Re: Which files and directories to backup? In-Reply-To: <15924.28404.975979.636400@guru.mired.org> Message-ID: <20030126195713.G17637-100000@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 26 Jan 2003, Mike Meyer wrote: > It's a bad idea to exclude fstab. Why? At one point I had it included and it actually clobered a working one and just caused much more headaches. I am not planning on doing a full backup/restore so if the machine totally dies I can just get back up from it. My plan is more like install new os, restore all data in restore directory and merge by hand as needed. This has some serious overhead when doing the restore, but given that this is just in case of a HD crash I hope it won't need to be done as often. Other files won't create as much headaches as fstab if copied over by mistake. The one time that I copied over fstab after intalling a new HD I ended up with a mess that just got me all confused. I guess I don't work enough with fdisk and related programs to easily fix /etc/fstab. I guess I could copy /etc/fstab to /etc/fstab.copy and then back that up. This way I have a backup of the file and won't clobber it if I install new drive and copy over files by mistake. > > > /etc/mtree > > /etc/isdn > > /etc/uucp > > isdn and uucp are probably not ignorable if you are using them. Not using them. Never used any program that I can think that uses them. > You can exclude /var/run, /var/spool/lock, /var/backups, /var/rwho and > /var/tmp. Thanks. Will just include the rest. Not that big anyway. Other things you may be able to exclude depending on > whether or not you are using them include; > > /var/msgs the messages system, which is the msgs command > /var/mail delivered mail > /var/spool/lpd line printer spool > /var/spool/mqueue sendmail > /var/spool/uucp,uucppublic uucp Thanks much. Will check those out. Will include them for now unless I can confirm they not been used. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 17:29: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FFDC37B401 for ; Sun, 26 Jan 2003 17:29:04 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D2743F13 for ; Sun, 26 Jan 2003 17:29:03 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h0R1SuJt032905; Sun, 26 Jan 2003 19:28:56 -0600 (CST) (envelope-from dan) Date: Sun, 26 Jan 2003 19:28:56 -0600 From: Dan Nelson To: tf@tf.undonet.com Cc: questions@FreeBSD.ORG Subject: Re: kernal emulation Message-ID: <20030127012856.GA6137@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i Sender: owner-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 (Jan 26), r3b00+ . said: > Just wondering, I've heard that FreeBSD can emulate the win32 kernal, > is that true? I'd love to run *nix but there are not any win32 > emulators that work well enough for me to play games and such. Have you tried WineX? Its whole purpose is enabling Unix users to play Windows games. http://www.transgaming.com/ -- 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 Jan 26 19: 6:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A38137B401 for ; Sun, 26 Jan 2003 19:06:34 -0800 (PST) Received: from c007.snv.cp.net (h014.c007.snv.cp.net [209.228.33.242]) by mx1.FreeBSD.org (Postfix) with SMTP id B6A0A43EB2 for ; Sun, 26 Jan 2003 19:06:33 -0800 (PST) (envelope-from jemaxwell@jaymax.com) Received: (cpmta 18942 invoked from network); 26 Jan 2003 19:06:32 -0800 Received: from 66.93.45.209 (HELO jaymax.com) by smtp.directvinternet.com (209.228.33.242) with SMTP; 26 Jan 2003 19:06:32 -0800 X-Sent: 27 Jan 2003 03:06:32 GMT Message-ID: <3E34A181.20A519BE@jaymax.com> Date: Sun, 26 Jan 2003 19:03:29 -0800 From: Joseph Maxwell X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Adam Maas Cc: questions@FreeBSD.ORG Subject: Re: IP Changed ==> Problem References: <3E321A52.902B0A4F@jaymax.com> <001601c2c436$9f98e230$7419cdcd@ticking> 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 Adam, Thanks for you reply, I am using the SMC barricade router,SMC7004ABR, w/ an Admin GUI, according to the GUI it has been updated, where else would I find that info, netstat's routing tables do not seem to supply that. When I try to ssh or even ftp in I get the message: No address associated with hostname Thanks -- Joe -- Adam Maas wrote: > If you are using static mappings, check to see if they are IP they are > mapping from was updated (External IP) > > Adam > > ----- Original Message ----- > From: "Joseph Maxwell" > To: > Sent: Saturday, January 25, 2003 12:02 AM > Subject: IP Changed ==> Problem > > > Hello, > > I recently changed my ISP - DSL provider, a new static IP, and now > > having problems ssh'ing in, none before. > > My config ==> > > > > ISP[DSL] ==>Modem==>Router/Gateway ==> Hub____LAN machine(1) > > |____LAN machine(2) > > |---- > > |____LAN machine(n) > > > > The LAN side machines are configured w/ NAT and the mapping are > > unchanged, using 192.168.x.n etc. The WAN side is configured correctly, > > I think. I can access the internet from the LAN, SSH & Telnet. However I > > cannot telnet or SSH into the LAN and the Port mappings are the same as > > before??? The only change has been to the Gateway configuration, IP #, > > DNS & subnetmask. > > What am I missing? > > 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 Sun Jan 26 19: 9:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 205AF37B401 for ; Sun, 26 Jan 2003 19:09:53 -0800 (PST) Received: from anand.org (ip503c1252.speed.planet.nl [80.60.18.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 188FD43E4A for ; Sun, 26 Jan 2003 19:09:47 -0800 (PST) (envelope-from arb@anand.org) Received: from arb by mobile.anand.org with local (Exim 4.12) id 18czeX-0007Uw-00 for questions@freebsd.org; Mon, 27 Jan 2003 04:09:41 +0100 Date: Mon, 27 Jan 2003 04:09:41 +0100 From: Anand Buddhdev To: questions@freebsd.org Subject: playing CDs as non-root user Message-ID: <20030127030941.GU9710@anand.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 I've got my FreeBSD system setup with KDE and sound. I have 2 questions: 1. I got sound to work simply by doing "kldload snd" but then I did kldstat and saw that all available sound modules had been loaded. I thought that was unnecessary - is there any way (besides inserting each module one at a time) that I can determine which exact module is providing the driver for my sound card? 2. I can play a music CD just fine as root, using cdcontrol, as described in the handbook. But under KDE, running as a non-root user, I cannot play music CDs. I looked at the permissions on /dev/acd0c, and they are 0640, root.operator, so an ordinary user cannot read the CD. I changed the permissions to 0644, and I could play the CD. However, there must be a good reason for the permisisons to be 0640, and I don't want to mess up the permissions just to get the CD player to work. What is the "official" way to get this to work? The handbook didn't mention it. -- Anand Buddhdev http://anand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 19:11:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 704EE37B401 for ; Sun, 26 Jan 2003 19:11:27 -0800 (PST) Received: from ns1.titaniumnet.ws (ns1.titaniumnet.ws [216.228.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56EF743F1E for ; Sun, 26 Jan 2003 19:11:26 -0800 (PST) (envelope-from default@titaniumnet.ws) Received: from default (default.titaniumnet.ws [216.228.133.13]) (authenticated) by ns1.titaniumnet.ws (8.11.3/8.11.3) with ESMTP id h0R3BPM00668; Sun, 26 Jan 2003 21:11:26 -0600 (CST) Message-ID: <001001c2c5b1$a5e92b00$0d85e4d8@titaniumnet.ws> From: "default" To: "Roman Neuhauser" , "FreeBSD-Questions" References: <20030126225125.GA735@freepuppy.bellavista.cz> Subject: Re: DNS + Virtual Hosting Question Date: Sun, 26 Jan 2003 21:10:29 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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, Thank you much. I guess I misunderstood the purpose of this variable. I turned off canonical name and am able to get what I want now. Thanks, Jordan ----- Original Message ----- From: "Roman Neuhauser" To: "default" Cc: Sent: Sunday, January 26, 2003 4:51 PM Subject: Re: DNS + Virtual Hosting Question > # default@titaniumnet.ws / 2003-01-26 16:39:39 -0600: > > we have recently noticed that if you visit the website using the > > non-subdomain and click on a link, you are redirected to the subdomain > > URL. > > > > (In Apache it is setup with the subdomain as the server and the other > > domain as a server alias) > > http://httpd.apache.org/docs/mod/core.html#usecanonicalname > > -- > If you cc me or remove the list(s) completely I'll most likely ignore > your message. see http://www.eyrie.org./~eagle/faqs/questions.html > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 19:18:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3868337B401 for ; Sun, 26 Jan 2003 19:18:52 -0800 (PST) Received: from wabakimi.chat.carleton.ca (wabakimi.chat.carleton.ca [134.117.1.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D7243ED8 for ; Sun, 26 Jan 2003 19:18:51 -0800 (PST) (envelope-from creyenga@connectmail.carleton.ca) Received: from fireball (resnet-89-057.cavern.carleton.ca [134.117.89.57]) by wabakimi.chat.carleton.ca (8.11.1/8.11.1) with SMTP id h0R3Ifk12709; Sun, 26 Jan 2003 22:18:41 -0500 (EST) Message-ID: <001201c2c5b2$d34c51c0$0200000a@sewer.org> From: "Craig Reyenga" To: "Anand Buddhdev" Cc: References: <20030127030941.GU9710@anand.org> Subject: Re: playing CDs as non-root user Date: Sun, 26 Jan 2003 22:18:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I've got my FreeBSD system setup with KDE and sound. I have 2 questions: > > 1. I got sound to work simply by doing "kldload snd" but then I did > kldstat and saw that all available sound modules had been loaded. I > thought that was unnecessary - is there any way (besides inserting > each module one at a time) that I can determine which exact module is > providing the driver for my sound card? > Try typing 'dmesg | grep pcm0' and see what shows up. You should then be able to narrow it down. Do note that some are common between (almost?) all cards, such as snd_pcm.ko. > 2. I can play a music CD just fine as root, using cdcontrol, as described > in the handbook. But under KDE, running as a non-root user, I cannot > play music CDs. I looked at the permissions on /dev/acd0c, and they are > 0640, root.operator, so an ordinary user cannot read the CD. I changed > the permissions to 0644, and I could play the CD. However, there must > be a good reason for the permisisons to be 0640, and I don't want to > mess up the permissions just to get the CD player to work. What is the > "official" way to get this to work? The handbook didn't mention it. > That's probably the best way to do it, believe it or not. To have it work on bootup in 5.X, try editing /etc/rc.devfs (I think), or in 4.X try editing /etc/rc.local to say "chmod 644 /dev/acd0c" (I think). It may not require anything after doing it once in 4.X. -Craig P.S. Sorry if this is out to lunch. > -- > Anand Buddhdev > http://anand.org > > 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 Jan 26 19:22: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BBFF37B401 for ; Sun, 26 Jan 2003 19:22:07 -0800 (PST) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id 8129B43EB2 for ; Sun, 26 Jan 2003 19:22:06 -0800 (PST) (envelope-from mykroft@explosive.mail.net) Received: (qmail 24697 invoked from network); 27 Jan 2003 03:20:16 -0000 Received: from ticking.explosive.mail.net (205.205.25.116) by empire.explosive.mail.net with SMTP; 27 Jan 2003 03:20:16 -0000 Subject: Re: IP Changed ==> Problem From: Mykroft Holmes IV To: Joseph Maxwell Cc: questions@FreeBSD.ORG In-Reply-To: <3E34A181.20A519BE@jaymax.com> References: <3E321A52.902B0A4F@jaymax.com> <001601c2c436$9f98e230$7419cdcd@ticking> <3E34A181.20A519BE@jaymax.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 26 Jan 2003 22:21:32 -0500 Message-Id: <1043637692.1348.10.camel@ticking.explosive.mail.net> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2003-01-26 at 22:03, Joseph Maxwell wrote: > Hi Adam, > Thanks for you reply, I am using the SMC barricade router,SMC7004ABR, w/ an > Admin GUI, according to the GUI it has been updated, where else would I find > that info, netstat's routing tables do not seem to supply that. When I try to > ssh or even ftp in I get the message: No address associated with hostname > Thanks > -- Joe -- Thanks for the extra info. You've got DNS issues. If you are using 'ssh myhost.mydomain.tld' then your issue is with forward DNS, if you are using 'ssh 192.168.0.1' where 192.168.0.1 is actually your public IP, then you likely have a reverse DNS problem. Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 19:53:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C87F37B401 for ; Sun, 26 Jan 2003 19:53:22 -0800 (PST) Received: from newjack.dahomelands.net (12-222-2-102.client.insightBB.com [12.222.2.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B9443E4A for ; Sun, 26 Jan 2003 19:53:21 -0800 (PST) (envelope-from schrodinger@konundrum.org) Received: from dahomelands.net (localhost [127.0.0.1]) by newjack.dahomelands.net (8.12.4/8.11.6) with SMTP id h0R3rHfn001275 for ; Mon, 27 Jan 2003 03:53:17 GMT (envelope-from schrodinger@konundrum.org) Received: from p74-211.as1.dbn.dublin.eircom.net ([159.134.74.211]) (SquirrelMail authenticated user schrodinger) by webmail.konundrum.org with HTTP; Mon, 27 Jan 2003 03:53:17 -0000 (GMT) Message-ID: <2459.159.134.74.211.1043639597.squirrel@webmail.konundrum.org> Date: Mon, 27 Jan 2003 03:53:17 -0000 (GMT) Subject: Cron From: "Schrodinger" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm loooking for help with Cron. When cron is running my mailbox starts to fill up with hundreds of mails from cron and they are all the same: Date: Thu, 23 Jan 2003 17:40:00 GMT From: root@schro.konundrum.org (Cron Daemon) To: root@schro.konundrum.org Subject: Cron root /usr/libexec/atrun X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: root: not found And in the log file they are full with: Jan 22 13:25:00 schro cron[44063]: (root) CMD (atrun) Jan 22 13:25:00 schro cron[44064]: (root) CMD (root^Iatrun) Jan 22 13:30:00 schro cron[44330]: (root) CMD (atrun) Jan 22 13:30:00 schro cron[44331]: (root) CMD (root^Iatrun) I have read over the atrun man pages and the cron man pages and I can't figure out what the problem is. My crontab looks alright: # /etc/crontab - root's crontab for FreeBSD # # $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/games:/usr/local/sbin:/usr/X11R6/bin HOME=/var/log # #minute hour mday month wday who command # */5 * * * * root /usr/libexec/atrun # # rotate log files every hour, if necessary 0 * * * * root newsyslog # # do daily/weekly/monthly maintenance 1 3 * * * root periodic daily 15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly # # time zone change adjustment for wall cmos clock, # does nothing, if you have UTC cmos clock. # See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a Can anyone shed some light on this subject. Have I missed something completely obvious or is it something entirely different? -- It takes two to lie Marge, one to lie and one to listen. PGP Public Key: http://konundrum.org/schrodinger.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 19:58:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648EE37B405 for ; Sun, 26 Jan 2003 19:58:15 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BA943F3F for ; Sun, 26 Jan 2003 19:58:14 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.6/8.12.6) with ESMTP id h0R3w83k002399 for ; Sun, 26 Jan 2003 20:58:08 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.6/8.12.6/Submit) with ESMTP id h0R3w8DH002396 for ; Sun, 26 Jan 2003 20:58:08 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 26 Jan 2003 20:58:08 -0700 (MST) From: Warren Block To: questions@freebsd.org Subject: IPFW and DHCPD Message-ID: <20030126204607.B2377@wonkity.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 Can someone post a set of ipfw rules to allow DHCP to work on the inside interface, something that would work in the context of the "SIMPLE" example in /etc/rc.firewall? I've got too many variables to tell if I've got a working set of rules and non-working dhcpd, or the other way around. Thanks! -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 Sun Jan 26 20: 1:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E15A37B401 for ; Sun, 26 Jan 2003 20:01:55 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A89D043F13 for ; Sun, 26 Jan 2003 20:01:54 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h0R41rQa026544; Sun, 26 Jan 2003 22:01:53 -0600 (CST) (envelope-from dan) Date: Sun, 26 Jan 2003 22:01:53 -0600 From: Dan Nelson To: Schrodinger Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cron Message-ID: <20030127040153.GO6137@dan.emsphone.com> References: <2459.159.134.74.211.1043639597.squirrel@webmail.konundrum.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2459.159.134.74.211.1043639597.squirrel@webmail.konundrum.org> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i Sender: owner-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 (Jan 27), Schrodinger said: > I'm loooking for help with Cron. When cron is running my mailbox starts to > fill up with hundreds of mails from cron and they are all the same: > > Date: Thu, 23 Jan 2003 17:40:00 GMT > From: root@schro.konundrum.org (Cron Daemon) > To: root@schro.konundrum.org > Subject: Cron root /usr/libexec/atrun > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > > root: not found > > And in the log file they are full with: > > Jan 22 13:25:00 schro cron[44063]: (root) CMD (atrun) > Jan 22 13:25:00 schro cron[44064]: (root) CMD (root^Iatrun) It looks like you copied the system crontab (/etc/crontab) into root's crontab (/var/cron/tabs/root, usually edited with crontab -e). Don't do this; they are different files and have different formats. The system crontab has an additional field specifying the user that the command is to run as. -- 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 Jan 26 20: 1:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80F2537B401 for ; Sun, 26 Jan 2003 20:01:58 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9AD43F13 for ; Sun, 26 Jan 2003 20:01:57 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E5FD251973; Mon, 27 Jan 2003 14:31:54 +1030 (CST) Date: Mon, 27 Jan 2003 14:31:54 +1030 From: Greg 'groggy' Lehey To: Bill Moran Cc: Kris Kennaway , mikel king , freebsd-questions@freebsd.org Subject: Re: trouble brewing over the UNIX thing again... Message-ID: <20030127040154.GK94229@wantadilla.lemis.com> References: <3E309AA0.3020705@ocsny.com> <20030124030130.GB61607@rot13.obsecurity.org> <20030126074338.GB1606@sydney.worldwide.lemis.com> <3E341113.3080304@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E341113.3080304@potentialtech.com> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-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, 26 January 2003 at 11:47:15 -0500, Bill Moran wrote: > Greg Lehey wrote: >>> I don't expect anything to come of this. >> >> It's generating lots of FUD, which is unfortunate. > > That's probably their entire goal. After all, what else could > they hope to accomplish? I don't know. Maybe just draw attention to themselves? I'm more inclined to think that these are different parts of the same company who don't (didn't) know about the other part. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 20:15:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8429A37B401 for ; Sun, 26 Jan 2003 20:15:17 -0800 (PST) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id A905B43E4A for ; Sun, 26 Jan 2003 20:15:16 -0800 (PST) (envelope-from dragoncrest@voyager.net) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id h0R4W5VC070196 for ; Sun, 26 Jan 2003 23:32:05 -0500 (EST) (envelope-from dragoncrest@voyager.net) Message-Id: <4.2.0.58.20030126232209.00973de0@pop.voyager.net> X-Sender: dragoncrest@pop.voyager.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 26 Jan 2003 23:23:50 -0500 To: freebsd-questions@FreeBSD.ORG From: Dragoncrest Subject: Spam filter combined with virus filter 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 Looking for a good anti-virus to go with my spam filter. Currently using spam assassin with mixed results, but now I'm getting more and more of these stupid viruses coming into the mail server I'd rather deal without. Anybody got a good suggestion for a good spam filter/virus filter combination? Should I stick with Spam Assassin or go with something else? I'm fishing for ideas, cause this is getting kind of old dealing with this stuff. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 20:17:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1549137B401 for ; Sun, 26 Jan 2003 20:17:28 -0800 (PST) Received: from vms4.rit.edu (vms4.isc.rit.edu [129.21.3.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491A843F1E for ; Sun, 26 Jan 2003 20:17:27 -0800 (PST) (envelope-from bjm1287@ritvax.isc.rit.edu) Received: from dogbert ([129.21.129.47]) by ritvax.isc.rit.edu (PMDF V5.2-32 #30660) with ESMTPA id <01KRPIDKD7CQSNGMN9@ritvax.isc.rit.edu> for questions@freebsd.org; Sun, 26 Jan 2003 23:17:16 EST Date: Sun, 26 Jan 2003 23:16:05 -0500 From: Brian McCann Subject: RE: IPFW and DHCPD In-reply-to: <20030126204607.B2377@wonkity.com> To: 'Warren Block' , questions@freebsd.org Message-id: <000801c2c5ba$cf7845b0$1500a8c0@dogbert> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: 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 need to allow UDP ports 67&68 for full DHCP support, in both directions...so.... "ipfw add allow any 67 to any any via int out" "ipfw add allow any 67 to any any via int in" "ipfw add allow any 68 to any any via int out" "ipfw add allow any 68 to any any via int in" Something like that should do it. Hope that helps. --Brian -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Warren Block Sent: Sunday, January 26, 2003 10:58 PM To: questions@freebsd.org Subject: IPFW and DHCPD Can someone post a set of ipfw rules to allow DHCP to work on the inside interface, something that would work in the context of the "SIMPLE" example in /etc/rc.firewall? I've got too many variables to tell if I've got a working set of rules and non-working dhcpd, or the other way around. Thanks! -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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 20:23: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4246C37B401 for ; Sun, 26 Jan 2003 20:22:59 -0800 (PST) Received: from ns1.vagner.com (ns1.vagner.com [65.39.87.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82EEA43F13 for ; Sun, 26 Jan 2003 20:22:58 -0800 (PST) (envelope-from george@vagner.com) Received: (from root@localhost) by ns1.vagner.com (8.12.5/8.12.5) id h0R4MlQF045824; Sun, 26 Jan 2003 21:22:47 -0700 (MST) (envelope-from george@vagner.com) Received: from amd2000 (pcp02972580pcs.manass01.va.comcast.net [68.48.106.33]) by ns1.vagner.com (8.12.5/8.12.5av) with SMTP id h0R4MeWo045816; Sun, 26 Jan 2003 21:22:41 -0700 (MST) (envelope-from george@vagner.com) Message-ID: <002401c2c5bb$bbd48ae0$216a3044@vagner.com> From: "Laszlo Vagner" To: , "Dragoncrest" References: <4.2.0.58.20030126232209.00973de0@pop.voyager.net> Subject: Re: Spam filter combined with virus filter Date: Sun, 26 Jan 2003 23:22:35 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 am using amavis-perl with the auto update and spamcop BL list with sendmail. Works awesome, maybe 1 spam gets thru a week and 50 or more rejected a day with about 10 users on the system. amavis is in the ports under security look to www.spamcop.net for the blocklist and how to add it to your mail system. ----- Original Message ----- From: "Dragoncrest" To: Sent: Sunday, January 26, 2003 11:23 PM Subject: Spam filter combined with virus filter > Looking for a good anti-virus to go with my spam filter. Currently using > spam assassin with mixed results, but now I'm getting more and more of > these stupid viruses coming into the mail server I'd rather deal > without. Anybody got a good suggestion for a good spam filter/virus filter > combination? Should I stick with Spam Assassin or go with something > else? I'm fishing for ideas, cause this is getting kind of old dealing > with this stuff. > > > 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 Jan 26 20:26:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21FE237B401 for ; Sun, 26 Jan 2003 20:26:32 -0800 (PST) Received: from addr-mx02.addr.com (addr-mx02.addr.com [209.249.147.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3EF643F13 for ; Sun, 26 Jan 2003 20:26:31 -0800 (PST) (envelope-from sprasadi@addr.com) Received: from addr2.addr.com (addr2.addr.com [209.249.147.252]) by addr-mx02.addr.com (8.12.5/8.12.2) with ESMTP id h0R4QPJT034261; Sun, 26 Jan 2003 20:26:25 -0800 (PST) Received: from ts-27.addr.com ([203.124.152.26]) by addr2.addr.com (8.11.6/8.9.1) with ESMTP id h0R4QIM81706; Sun, 26 Jan 2003 20:26:19 -0800 (PST) (envelope-from sprasadi@addr.com)(envelope-to ) Message-Id: <5.1.0.14.0.20030127095558.00b81ec8@localhost> X-Sender: sprasadi/mail.addr.com@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 27 Jan 2003 09:56:50 +0530 To: Luke Hollins From: Steve Subject: Re: Installing Ghostscript Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <5.1.0.14.0.20030125140830.021ead78@mail.addr.com> <5.1.0.14.0.20030125140830.021ead78@mail.addr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.15 (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 hi, Thanks for the reply. But don't have the root access to install it as a port. Any other suggestions? Steve At 04:42 PM 1/25/2003 -0500, Luke Hollins wrote: >On Sat, 25 Jan 2003, Steve wrote: > > > Hi all, > > > > I am trying to install ghostscript on a 4.6 stable machine in a user > > account as the user himself. However, I am getting the following error > > while doing so: > > > > configure: error: I wasn't able to find a copy > > of the jpeg library. This is required for compiling > > ghostscript. Please download a copy of the source, > > e.g. from http://www.ijg.org/, unpack it at the > > top level of the gs source tree, and rename > > the directory to 'jpeg'. > > > > So I tried to install the jpeg library by downloading it from the above > > site. ./configure and make goes thorough without problems but make install > > gives the following error: > > > easiest way to do this is to use the port in /usr/ports/graphics/jpeg > anytime you need something like that, it is probably a good idea to > go into /usr/ports and run 'make search key=jpeg' for example. > If you use the ghostscript port , it should automatically build and > install these dependencies for you. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message Best Regards, Steve Addr.com Support support@addr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 21: 0:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 154EA37B401 for ; Sun, 26 Jan 2003 21:00:34 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639AB43EB2 for ; Sun, 26 Jan 2003 21:00:33 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.6/8.12.6) with ESMTP id h0R50R3k003046; Sun, 26 Jan 2003 22:00:27 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.6/8.12.6/Submit) with ESMTP id h0R50RiB003043; Sun, 26 Jan 2003 22:00:27 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 26 Jan 2003 22:00:27 -0700 (MST) From: Warren Block To: Brian McCann Cc: questions@freebsd.org Subject: RE: IPFW and DHCPD In-Reply-To: <000801c2c5ba$cf7845b0$1500a8c0@dogbert> Message-ID: <20030126215555.U2592@wonkity.com> References: <000801c2c5ba$cf7845b0$1500a8c0@dogbert> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-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, 26 Jan 2003, Brian McCann wrote: > You need to allow UDP ports 67&68 for full DHCP support, in both > directions...so.... > > "ipfw add allow any 67 to any any via int out" > "ipfw add allow any 67 to any any via int in" > "ipfw add allow any 68 to any any via int out" > "ipfw add allow any 68 to any any via int in" > > Something like that should do it. > > Hope that helps. ipfw didn't like those rules (ipfw: invalid protocol ``any''). I think it can be done easier, too: ${fwcmd} add pass udp from any 67,68 to any via ${iif} But I'm not seeing any counts on that rule when a notebook client tries for a DHCP lease, and the client never gets a lease. -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 Sun Jan 26 21:22:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3B4437B401 for ; Sun, 26 Jan 2003 21:22:46 -0800 (PST) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [206.29.169.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F1043E4A for ; Sun, 26 Jan 2003 21:22:46 -0800 (PST) (envelope-from list@museum.rain.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.12.6/8.12.6) with ESMTP id h0R5Mabi002529; Sun, 26 Jan 2003 21:22:40 -0800 (PST) (envelope-from list@ns.museum.rain.com) Received: (from list@localhost) by ns.museum.rain.com (8.12.6/8.12.6/Submit) id h0R5MaAB002528; Sun, 26 Jan 2003 21:22:36 -0800 (PST) (envelope-from list) Date: Sun, 26 Jan 2003 21:22:36 -0800 From: James Long To: Warren Block Cc: questions@FreeBSD.ORG Subject: Re: IPFW and DHCPD Message-ID: <20030126212236.A2488@ns.museum.rain.com> Reply-To: james_mapson@museum.rain.com References: <20030126204607.B2377@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030126204607.B2377@wonkity.com>; from wblock@wonkity.com on Sun, Jan 26, 2003 at 08:58:08PM -0700 X-Spam-Status: No, hits=-2.2 required=5.0 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 26, 2003 at 08:58:08PM -0700, Warren Block wrote: > Can someone post a set of ipfw rules to allow DHCP to work on the inside > interface ipfw add allow udp from any 67-68 to any via ${iif} for some value of iif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 21:25:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CD0A37B401 for ; Sun, 26 Jan 2003 21:25:25 -0800 (PST) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [206.29.169.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C125B43F65 for ; Sun, 26 Jan 2003 21:25:24 -0800 (PST) (envelope-from list@museum.rain.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.12.6/8.12.6) with ESMTP id h0R5PNbi002551; Sun, 26 Jan 2003 21:25:23 -0800 (PST) (envelope-from list@ns.museum.rain.com) Received: (from list@localhost) by ns.museum.rain.com (8.12.6/8.12.6/Submit) id h0R5PNjW002550; Sun, 26 Jan 2003 21:25:23 -0800 (PST) (envelope-from list) Date: Sun, 26 Jan 2003 21:25:23 -0800 From: James Long To: Warren Block Cc: Brian McCann , questions@FreeBSD.ORG Subject: Re: IPFW and DHCPD Message-ID: <20030126212523.B2488@ns.museum.rain.com> Reply-To: james_mapson@museum.rain.com References: <000801c2c5ba$cf7845b0$1500a8c0@dogbert> <20030126215555.U2592@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030126215555.U2592@wonkity.com>; from wblock@wonkity.com on Sun, Jan 26, 2003 at 10:00:27PM -0700 X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 26, 2003 at 10:00:27PM -0700, Warren Block wrote: > > ${fwcmd} add pass udp from any 67,68 to any via ${iif} > > But I'm not seeing any counts on that rule when a notebook client tries > for a DHCP lease, and the client never gets a lease. What deny rules do you have above that point in the ruleset? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 21:51:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D44637B401 for ; Sun, 26 Jan 2003 21:51:11 -0800 (PST) Received: from web14803.mail.yahoo.com (web14803.mail.yahoo.com [216.136.224.219]) by mx1.FreeBSD.org (Postfix) with SMTP id 5AF8443F13 for ; Sun, 26 Jan 2003 21:51:11 -0800 (PST) (envelope-from sgraesart@yahoo.com) Message-ID: <20030127055111.21209.qmail@web14803.mail.yahoo.com> Received: from [4.47.106.217] by web14803.mail.yahoo.com via HTTP; Sun, 26 Jan 2003 21:51:11 PST Date: Sun, 26 Jan 2003 21:51:11 -0800 (PST) From: Steve Graesart 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 auth 614146a9 subscribe freebsd-questions sgraesart@yahoo.com __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 26 21:53:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C1C37B401 for ; Sun, 26 Jan 2003 21:53:45 -0800 (PST) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57DE643E4A for ; Sun, 26 Jan 2003 21:53:43 -0800 (PST) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com (Exim 4.12 #4 (FreeBSD)) protocol: local id 18d2CA-000PZp-00 for ; Mon, 27 Jan 2003 08:52:34 +0300 Date: Mon, 27 Jan 2003 08:52:34 +0300 From: Odhiambo Washington To: freebsd-questions@FreeBSD.ORG Subject: Re: Spam filter combined with virus filter Message-ID: <20030127055234.GA96745@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-questions@FreeBSD.ORG References: <4.2.0.58.20030126232209.00973de0@pop.voyager.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.2.0.58.20030126232209.00973de0@pop.voyager.net> X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: Mickey Mouse wears a Spiro Agnew watch. X-Operating-System: FreeBSD 4.7-STABLE i386 X-Best-Window-Manager: Blackbox X-Mailer: Mutt 1.5.1i (2002-05-02) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 8:50AM up 3 days, 13:29, 2 users, load averages: 1.18, 0.96, 0.71 User-Agent: Mutt/1.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 * Dragoncrest [20030127 07:14]: wrote: > Looking for a good anti-virus to go with my spam filter. Currently > using spam assassin with mixed results, but now I'm getting more and more > of these stupid viruses coming into the mail server I'd rather deal > without. Anybody got a good suggestion for a good spam filter/virus filter > combination? Should I stick with Spam Assassin or go with something > else? I'm fishing for ideas, cause this is getting kind of old dealing > with this stuff. Exim+exiscan+ravantivirus. Exiscan with Exim-4.12 and spamassassin is capable of stopping virus/spam at smtp time. Anyway I don't believe there is a straight answer to your question. It's better asked in a mailing list for MTAs. -Wash -- Odhiambo Washington "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: +254 2 313985-9 +254 2 313922 so I installed FreeBSD." GSM: +254 72 743223 +254 733 744121 This sig is McQ! :-) It is Mr. Mellon's credo that $200,000,000 can do no wrong. Our offense consists in doubting it. -- Justice Robert H. Jackson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 21:55:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E9337B401 for ; Sun, 26 Jan 2003 21:55:10 -0800 (PST) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F8143F18 for ; Sun, 26 Jan 2003 21:55:09 -0800 (PST) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com (Exim 4.12 #4 (FreeBSD)) protocol: local id 18d2De-000PmD-00 for ; Mon, 27 Jan 2003 08:54:06 +0300 Date: Mon, 27 Jan 2003 08:54:06 +0300 From: Odhiambo Washington To: freebsd-questions@FreeBSD.ORG Subject: Perl gurus?? Message-ID: <20030127055406.GB96745@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 X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: Mickey Mouse wears a Spiro Agnew watch. X-Operating-System: FreeBSD 4.7-STABLE i386 X-Best-Window-Manager: Blackbox X-Mailer: Mutt 1.5.1i (2002-05-02) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 8:52AM up 3 days, 13:31, 2 users, load averages: 0.45, 0.72, 0.65 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have FreeBSD 5.0-RELEASE (was 4.7-STABLE) but even then, running CPAN would give the following barf: beastie% sudo perl -MCPAN -e shell Use of uninitialized value in bitwise and (&) at (eval 220) line 1. Use of uninitialized value in bitwise and (&) at (eval 222) line 1. cpan shell -- CPAN exploration and modules installation (v1.61) ReadLine support enabled cpan> Perl is v5.8.0 Clues welcome. -Wash -- Odhiambo Washington "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: +254 2 313985-9 +254 2 313922 so I installed FreeBSD." GSM: +254 72 743223 +254 733 744121 This sig is McQ! :-) Think big. Pollute the Mississippi. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 21:59:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B85CD37B401 for ; Sun, 26 Jan 2003 21:59:20 -0800 (PST) Received: from web14807.mail.yahoo.com (web14807.mail.yahoo.com [216.136.224.223]) by mx1.FreeBSD.org (Postfix) with SMTP id 8660943ED8 for ; Sun, 26 Jan 2003 21:59:20 -0800 (PST) (envelope-from sgraesart@yahoo.com) Message-ID: <20030127055920.86661.qmail@web14807.mail.yahoo.com> Received: from [4.47.106.217] by web14807.mail.yahoo.com via HTTP; Sun, 26 Jan 2003 21:59:20 PST Date: Sun, 26 Jan 2003 21:59:20 -0800 (PST) From: Steve Graesart 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 auth 614146a9 subscribe freebsd-questions \ sgraesart@yahoo.com __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 26 22:29:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B526937B401 for ; Sun, 26 Jan 2003 22:29:31 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB25C43E4A for ; Sun, 26 Jan 2003 22:29:25 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0R6UniE006471; Mon, 27 Jan 2003 01:30:49 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E34D1F8.2050209@potentialtech.com> Date: Mon, 27 Jan 2003 01:30:16 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warren Block Cc: Brian McCann , questions@freebsd.org Subject: Re: IPFW and DHCPD References: <000801c2c5ba$cf7845b0$1500a8c0@dogbert> <20030126215555.U2592@wonkity.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 Warren Block wrote: > On Sun, 26 Jan 2003, Brian McCann wrote: > > >>You need to allow UDP ports 67&68 for full DHCP support, in both >>directions...so.... >> >>"ipfw add allow any 67 to any any via int out" >>"ipfw add allow any 67 to any any via int in" >>"ipfw add allow any 68 to any any via int out" >>"ipfw add allow any 68 to any any via int in" >> >>Something like that should do it. >> >>Hope that helps. > > > ipfw didn't like those rules (ipfw: invalid protocol ``any''). I think > it can be done easier, too: > > ${fwcmd} add pass udp from any 67,68 to any via ${iif} > > But I'm not seeing any counts on that rule when a notebook client tries > for a DHCP lease, and the client never gets a lease. This is crazy. There is no sane way that anyone can give you rules for this without knowing the rest of your firewall rules. Amoung other things, _where_ you place the rules in the list, and what other rules that may match DCHP traffic are critical to the success of your firewall rules. Considering you stated that you're not sure if your firewall or dhcpd was problematic, I would suggest the following diag procedure. 1) Set the machine to the "open" firewall profile and attempt to get a DHCP addy. If you can, then the problem is in the firewall, if you can't, then fix your dhcpd config before worrying about the firewall. 2) Here's the basic rules for DHCP: You need to allow udp traffic in/out to ports 67/68. You need to make sure this includes traffic from 0.0.0.0 (this is the IP that DHCP uses before it has a DHCP addy) to 255.255.255.255. 3) If you have trouble, pretend to be an IP packed and trace through the rules to see where you get caught. The most frustrating thing I hit with firewall rules is when an earlier rule inadvertently catchs the traffic before the rule I intended. 4) If you're still having trouble, post the _entire_ ruleset to the list asking for help. It's the only way anyone can expect to give you any real help. Firewalls are just like that, you have to look at the whole thing or you can't see any of it. -- Bill Moran Potential Technologies 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 Jan 26 22:33:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC9F37B401; Sun, 26 Jan 2003 22:33:10 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D0A243F43; Sun, 26 Jan 2003 22:33:09 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0R6YXiE006478; Mon, 27 Jan 2003 01:34:33 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E34D2D9.8010209@potentialtech.com> Date: Mon, 27 Jan 2003 01:34:01 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Greg 'groggy' Lehey" Cc: Kris Kennaway , mikel king , freebsd-questions@FreeBSD.org Subject: Re: trouble brewing over the UNIX thing again... References: <3E309AA0.3020705@ocsny.com> <20030124030130.GB61607@rot13.obsecurity.org> <20030126074338.GB1606@sydney.worldwide.lemis.com> <3E341113.3080304@potentialtech.com> <20030127040154.GK94229@wantadilla.lemis.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 Greg 'groggy' Lehey wrote: > On Sunday, 26 January 2003 at 11:47:15 -0500, Bill Moran wrote: > >>Greg Lehey wrote: >> >>>>I don't expect anything to come of this. >>> >>>It's generating lots of FUD, which is unfortunate. >> >>That's probably their entire goal. After all, what else could >>they hope to accomplish? > > I don't know. Maybe just draw attention to themselves? They say any press is good press, perhaps these folks believe that. > I'm more inclined to think that these are different parts of the same > company who don't (didn't) know about the other part. Another strong possibility. Happens all the time. Despite the speculation, I suppose we'll just have to wait and see what comes of it all. -- Bill Moran Potential Technologies 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 Jan 26 22:39:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB9837B401 for ; Sun, 26 Jan 2003 22:39:58 -0800 (PST) Received: from mmp-3.gci.net (mmp-3.gci.net [208.138.130.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1916443F1E for ; Sun, 26 Jan 2003 22:39:58 -0800 (PST) (envelope-from jonr@ninestar.com) Received: from [192.168.1.100] ([24.237.7.240]) by mmp-3.gci.net (Netscape Messaging Server 4.15) with ESMTP id H9D16E00.6QX for ; Sun, 26 Jan 2003 21:39:50 -0900 Subject: configuring AsanteGigianix1000TA From: Jon Reynolds To: questions@FreeBSD.ORG Content-Type: text/plain Organization: Nine Star Enterprises Message-Id: <1043649380.1520.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 26 Jan 2003 21:36:20 -0900 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have an Asante Giganix 1000TA card that I am having problems getting to work maybe I have missed something. I found in the LINT kernel the reference for 'nge0' wwhich is supposes to be for my card. I copied it into my new kernel that I was building then rebuilt the kernel. When I issue the 'ifconfig' command it shows up but when I try to set it up useing '/stand/sysinstall' it doesn't hold the IP address. Can someone help me figure this out? Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 22:52:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6025637B401 for ; Sun, 26 Jan 2003 22:52:38 -0800 (PST) Received: from web14804.mail.yahoo.com (web14804.mail.yahoo.com [216.136.224.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 2D74C43F13 for ; Sun, 26 Jan 2003 22:52:38 -0800 (PST) (envelope-from sgraesart@yahoo.com) Message-ID: <20030127065238.54445.qmail@web14804.mail.yahoo.com> Received: from [4.47.106.217] by web14804.mail.yahoo.com via HTTP; Sun, 26 Jan 2003 22:52:38 PST Date: Sun, 26 Jan 2003 22:52:38 -0800 (PST) From: Steve Subject: I apologize To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I apologize for my mistake. I was trying to do to many things at once and was not paying attention to where i was sending the response..... Sorry Steve __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 26 23:22:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E6137B401 for ; Sun, 26 Jan 2003 23:22:45 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-66-126.maa.sify.net [210.214.66.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C55543E4A for ; Sun, 26 Jan 2003 23:21:58 -0800 (PST) (envelope-from shantanoo+fbsd@ieee.org) Received: (from shantanu@localhost) by dhumketu.homeunix.net (8.12.6/8.12.6) id h0R4IJi3000465; Mon, 27 Jan 2003 09:48:19 +0530 (IST) (envelope-from shantanoo+fbsd@ieee.org) X-Authentication-Warning: dhumketu.homeunix.net: shantanu set sender to shantanoo+fbsd@ieee.org using -f Date: Mon, 27 Jan 2003 09:48:19 +0530 From: Shantanu Mahajan To: Lorin Lund Cc: freebsd-questions@freebsd.org Subject: Re: sendmail configuration - how to route all mail through my ISP Message-ID: <20030127041819.GA441@dhumketu.homeunix.net> Mail-Followup-To: Lorin Lund , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.7-RELEASE 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 +++ Lorin Lund [freebsd] [26-01-03 10:37 -0700]: | Date: Sun, 26 Jan 2003 10:37:13 -0700 | From: Lorin Lund | Subject: sendmail configuration - how to route all mail through my ISP | | I have v 4.7 of FreeBSD. | | I have a static IP and a domain but I can't send e-mail out directly | because my ISP blocks it. I need to send all my e-mail out through my | ISP. How do I tell sendmail to route all my mail out through my ISP's | mail server? | | ------------------------------ plz. search the mailing archive. this ques. is discuss quite freq. Regards, Shantanu -- Everyone is a genius. It's just that some people are too stupid to realize it. PGP keyID 137AFD9E (C7DA 3350 1DEA F371 37DC D92A F0D4 C2ED 137A FD9E) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 26 23:30: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 793A537B401 for ; Sun, 26 Jan 2003 23:30:06 -0800 (PST) Received: from sv07e.atm-tzs.kmjeuro.com (sv07e.atm-tzs.kmjeuro.com [193.81.94.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABDD43E4A for ; Sun, 26 Jan 2003 23:30:05 -0800 (PST) (envelope-from k.joch@kmjeuro.com) Received: from kmjeuro.com (adsl.ooe.kmjeuro.com [193.81.94.78]) (authenticated bits=0) by sv07e.atm-tzs.kmjeuro.com (8.12.6/8.12.6) with ESMTP id h0R7TmuW095949 for ; Mon, 27 Jan 2003 08:29:49 +0100 (CET) (envelope-from k.joch@kmjeuro.com) Message-ID: <3E34DFFB.6030208@kmjeuro.com> Date: Mon, 27 Jan 2003 08:30:03 +0100 From: "Karl M. Joch" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.2.1) Gecko/20021130 X-Accept-Language: de-at, en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Spam filter combined with virus filter References: <4.2.0.58.20030126232209.00973de0@pop.voyager.net> In-Reply-To: <4.2.0.58.20030126232209.00973de0@pop.voyager.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-MailScanner: Mail Server protected by CTS Austria www.ctseuro.com Message 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 Dragoncrest schrieb: > Looking for a good anti-virus to go with my spam filter. Currently > using spam assassin with mixed results, but now I'm getting more and > more of these stupid viruses coming into the mail server I'd rather deal > without. Anybody got a good suggestion for a good spam filter/virus > filter combination? Should I stick with Spam Assassin or go with > something else? I'm fishing for ideas, cause this is getting kind of > old dealing with this stuff. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message using sendmail with enabled rbl´s + networkwide access control + mailscanner (mcafee + f-prot) and spam assasin happyly. -- Best regards / Mit freundlichen Gruessen, Karl M. Joch k.joch@ctseuro.com http://www.ctseuro.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 0:16:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB3037B401 for ; Mon, 27 Jan 2003 00:16:19 -0800 (PST) Received: from sffwd0.suedfactoring.de (port-212-202-224-251.reverse.qsc.de [212.202.224.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BFE443E4A for ; Mon, 27 Jan 2003 00:16:18 -0800 (PST) (envelope-from axel.gruner@suedfactoring.de) Received: from pcs28 (pcs28.SUEDFAC.COM [10.2.1.228]) by sffwd0.suedfactoring.de (8.12.3/8.11.3/SuSE Linux 8.11.1-0.5) with SMTP id h0R7qZWn001981 for ; Mon, 27 Jan 2003 08:52:35 +0100 Date: Mon, 27 Jan 2003 09:15:17 +0100 From: Axel Gruner To: questions@FreeBSD.ORG Subject: vmware under FreeBSD4.7 Message-Id: <20030127091517.7ac583ba.axel.gruner@suedfactoring.de> Reply-To: axel.gruner@suedfactoring.de Organization: suedfactoring GmbH X-Mailer: Sylpheed version 0.7.2claws (GTK+ 1.2.10; i686-suse-linux) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I just installed VMWare 2 under FreeBSD 4.7. The last time i used VMWare was with FreeBSD 4.5 and it run very well. So, installing is not the problem, starting vmware is also ok, but if i try to start a virtual machine, X hangs. After a few seconds the freebsd box is rebooting. What could be the problem? I cvsuped yesterday. Running vmware2-2.0.4.1142. I have a GeForce 4 graphic adapter. Running linux_base-7.1_2. Hope someone can figure out the problem. Thanks a lot. asg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 0:21:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7049D37B401 for ; Mon, 27 Jan 2003 00:21:53 -0800 (PST) Received: from freebsdm.homeunix.org (pool-151-204-131-224.ny325.east.verizon.net [151.204.131.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9875143EB2 for ; Mon, 27 Jan 2003 00:21:52 -0800 (PST) (envelope-from roma@freebsdm.homeunix.org) Received: from freebsdm.homeunix.org (localhost.homeunix.org [127.0.0.1]) by freebsdm.homeunix.org (8.12.6/8.12.6) with ESMTP id h0R8LjV7002679 for ; Mon, 27 Jan 2003 03:21:45 -0500 (EST) (envelope-from roma@freebsdm.homeunix.org) Date: Mon, 27 Jan 2003 03:21:45 -0500 From: Roman To: freebsd-questions@freebsd.org Subject: FreeBSD-5.0 xl0 problem Message-ID: <20030127082145.GE2331@freebsdm.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.4.1 Lines: 43 Sender: owner-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 currently installed FreeBSD-5.0 and having problem configuring xl card. Dmesg shows that kernel picks it up: xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xe400-0xe47f mem 0xe0000000-0xe000007f irq 11 at device 9.0 on pci0 xl0: Ethernet address: 00:50:da:7d:f1:c3 after i do "ifconfig xl0 up" it seems like the card shuts down, the link indicator on the hub as well as on the card itself goes blank... Here is ifconfig before i do anything: xl0: flags=8802 mtu 1500 options=3 ether 00:50:da:7d:f1:c3 media: Ethernet 100baseTX (100baseTX ) status: active lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 ifconfig after "ifconfig xl0 up": xl0: flags=8843 mtu 1500 options=3 inet6 fe80::250:daff:fe7d:f1c3%xl0 prefixlen 64 scopeid 0x1 ether 00:50:da:7d:f1:c3 media: Ethernet 100baseTX (none) lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 With 4.7 there is no such problem. Is there is a way to load "old" (4.7) xl driver? Thank you. roman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 0:28:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65CBF37B401 for ; Mon, 27 Jan 2003 00:28:51 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 456E043ED8 for ; Mon, 27 Jan 2003 00:28:50 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0R8SjDZ005227; Mon, 27 Jan 2003 03:28:45 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: vmware under FreeBSD4.7 From: Joe Marcus Clarke To: axel.gruner@suedfactoring.de Cc: questions@FreeBSD.ORG In-Reply-To: <20030127091517.7ac583ba.axel.gruner@suedfactoring.de> References: <20030127091517.7ac583ba.axel.gruner@suedfactoring.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-OzGP6X9AhGmglsD8ByQ9" Organization: MarcusCom, Inc. Message-Id: <1043656128.27419.20.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 27 Jan 2003 03:28:48 -0500 X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_03_05 version=2.43 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-OzGP6X9AhGmglsD8ByQ9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-01-27 at 03:15, Axel Gruner wrote: > Hi. >=20 > I just installed VMWare 2 under FreeBSD 4.7. The last time i used VMWare > was with FreeBSD 4.5 and it run very well. So, installing is not the > problem, starting vmware is also ok, but if i try to start a virtual > machine, X hangs. After a few seconds the freebsd box is rebooting. What > could be the problem? I cvsuped yesterday.=20 > Running vmware2-2.0.4.1142. > I have a GeForce 4 graphic adapter.=20 > Running linux_base-7.1_2. I have VMware working with a GeForce2 adapter (and a GeForce2 Go adapter) just fine. I'm also using the new native NVidia drivers, though the XFree86 4 drivers also work. Make sure you're not selecting the full-screen mode. It's documented as a no-no anyway. If you're using the native NV drivers, there might be an issue with the GeForce 4 and VMware. If you'd like to use the XFree86 drivers with your card, checkout http://www.marcuscom.com/g2g-xfree86/article.html. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-OzGP6X9AhGmglsD8ByQ9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+NO3Ab2iPiv4Uz4cRAidjAJ9ws6DELcRMDxh/SB1QTWaXGg8ABwCghVdF lobpka3G/FDhLLm2d3capr8= =ZT3C -----END PGP SIGNATURE----- --=-OzGP6X9AhGmglsD8ByQ9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 1:45:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C71E237B401 for ; Mon, 27 Jan 2003 01:45:57 -0800 (PST) Received: from micro6.mscc.huji.ac.il (roth.hul.huji.ac.il [132.64.182.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id C30FB43F43 for ; Mon, 27 Jan 2003 01:45:55 -0800 (PST) (envelope-from pacman@huji.ac.il) Received: from starshooter.huji.ac.il (ilana-5011-2.hul.huji.ac.il [132.64.182.150]) by micro6.mscc.huji.ac.il (8.11.0/8.11.0) with ESMTP id h0R9jod27975; Mon, 27 Jan 2003 09:45:51 GMT From: Voicu Liviu To: Giorgos Keramidas Subject: Re: make buildworld Date: Mon, 27 Jan 2003 11:40:16 +0200 User-Agent: KMail/1.5 Cc: questions@FreeBSD.ORG References: <200301260916.37372.pacman@huji.ac.il> <200301260940.54597.pacman@huji.ac.il> <20030126121432.GA2661@gothmog.gr> In-Reply-To: <20030126121432.GA2661@gothmog.gr> MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1255" Content-Transfer-Encoding: quoted-printable Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200301271140.20767.pacman@huji.ac.il> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 26 January 2003 14:14, Giorgos Keramidas wrote: > On 2003-01-26 09:40, Voicu Liviu wrote: > > On Sunday 26 January 2003 09:40, Giorgos Keramidas wrote: > > > On 2003-01-26 09:16, Voicu Liviu wrote: > > > > Ok folks, my turn now to come here and cry :-( > > > > I have FreeBSD 4.7 STABLE. > > > > > > > > I got the /usr/src using cvsup and then went to single_user_mode to= =20 run: > > > > >make buildworld > > > > > > > > During the compilation I got PANIK and the comp freezed :-( > > > > Then I was forced to reboot by the power button BUT it did not want > > > > to get into as normal/root account, during the boot I get malloc() > > > > error and dies.... > > > > > > This looks like a hardware fault. Probably broken memory. > > > Can you check the memory on that machine with memtest? > > > > May I use http://www.memtest86.com/ ??? > > Sure. Whatever suits you best :) Memtest couldn't find any problem, but I pulled the ram out and put it back= =20 and now works...maybe the RAM did not seat well in the place? Also the same= =20 with the CPU, I pressed them and not works... Thanks =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+NP6EMcVU5N/V6I8RAsX5AJwMWJETO1gMBNS3XmfgYhoUZxkKhACcDAH+ RhJzfX/itLlkdi8PQVMwrJA=3D =3DM5mT =2D----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 2: 1:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4501B37B401 for ; Mon, 27 Jan 2003 02:01:16 -0800 (PST) Received: from mail.destar.net (240-7-237-24-cable.anchorageak.net [24.237.7.240]) by mx1.FreeBSD.org (Postfix) with SMTP id 17AC543ED8 for ; Mon, 27 Jan 2003 02:01:15 -0800 (PST) (envelope-from jonr@destar.net) Received: (qmail 90780 invoked by uid 5000); 27 Jan 2003 10:02:04 -0000 Received: from unknown (HELO ?192.168.1.100?) (192.168.1.1) by 192.168.1.20 with SMTP; 27 Jan 2003 10:02:04 -0000 Subject: Re: configuring AsanteGigianix1000TA From: Jon Reynolds To: questions@FreeBSD.ORG In-Reply-To: <1043649380.1520.15.camel@localhost.localdomain> References: <1043649380.1520.15.camel@localhost.localdomain> Content-Type: text/plain Organization: Message-Id: <1043661456.1520.23.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 27 Jan 2003 00:57:37 -0900 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-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, 2003-01-26 at 21:36, Jon Reynolds wrote: > I have an Asante Giganix 1000TA card that I am having problems getting > to work maybe I have missed something. > > I found in the LINT kernel the reference for 'nge0' wwhich is supposes > to be for my card. I copied it into my new kernel that I was building > then rebuilt the kernel. > > When I issue the 'ifconfig' command it shows up but when I try to set it > up useing '/stand/sysinstall' it doesn't hold the IP address. > > Can someone help me figure this out? > > Jon I think I figured out my problem, I have an onboard ethernet port10/100 sis0 and when I placed the Giganix card in it uses the name nge0. Is the problem that both devices are using a '0'(e.g. sis0 nge0)? If this is the case how can I change the nge0 to say, nge1? Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 2:23:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95F3D37B401; Mon, 27 Jan 2003 02:23:35 -0800 (PST) Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E9A43F7E; Mon, 27 Jan 2003 02:23:33 -0800 (PST) (envelope-from goshik@binep.ac.ru) 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 h0RBFWt58103; Mon, 27 Jan 2003 14:15:32 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Message-ID: <020801c2c5ee$22cace80$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "FreeBSD Questions" Cc: References: <200301232200.h0NM0BTK032884@intruder.bmah.org> Subject: slightly OT: official CD tree structure Date: Mon, 27 Jan 2003 13:23:25 +0300 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 going to burn installation CDs after make release, but i also want to put distfiles of my ports on it, just for more convenient local work. The question is: where should i place distfiles? Should it be /distfiles or ports/distfiles? TIA, Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 3:13:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E3837B401 for ; Mon, 27 Jan 2003 03:13:33 -0800 (PST) Received: from kumprang.or.id (proxy.kumprang.or.id [202.143.103.227]) by mx1.FreeBSD.org (Postfix) with SMTP id 4996A43EB2 for ; Mon, 27 Jan 2003 03:13:26 -0800 (PST) (envelope-from budsz@kumprang.or.id) Received: (qmail 52435 invoked by uid 1008); 27 Jan 2003 11:16:33 -0000 Date: Mon, 27 Jan 2003 18:16:29 +0700 From: budsz To: FreeBSD-Questions Subject: Tunnel Message-ID: <20030127111629.GA52408@kumprang.or.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-URL: "http://www.kumprang.or.id/~budsz/" X-Pubkey: "http://www.kumprang.or.id/~budsz/pubkey.txt" X-Pubkey-MD5: "http://www.kumprang.or.id/~budsz/pubkey-checksum.md5" X-Finger-Print: "A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304" X-Organization: "Internet Cafe and Game PC Kumprang" User-Agent: Mutt/1.5.3i 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've tried some tunnel in FreeBSD box, I started with this URL : http://www.ezunix.org/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=5&page=1 I've two interface in that machine 'wi0' and 'xl0', wi0 link to my IPS and xl0 link for my local net. My ifconfig output look like: router# ifconfig -a xl0: flags=8843 mtu 1500 inet 202.143.103.229 netmask 0xfffffff0 broadcast 202.143.103.239 inet6 fe80::260:97ff:fedc:f02e%xl0 prefixlen 64 scopeid 0x1 inet 202.143.103.225 netmask 0xffffffff broadcast 202.143.103.225 ether 00:60:97:dc:f0:2e media: Ethernet autoselect (10baseT/UTP) status: active lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 faith0: flags=8002 mtu 1500 wi0: flags=8843 mtu 1500 inet 202.143.98.250 netmask 0xfffffffc broadcast 202.143.98.251 inet6 fe80::202:2dff:fe2d:228b%wi0 prefixlen 64 scopeid 0x5 ether 00:02:2d:2d:22:8b media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps) status: associated ssid terasnet-09 1:terasnet-09 stationname kumprang channel 2 authmode OPEN powersavemode OFF powersavesleep 100 wepmode MIXED weptxkey 1 wepkey 1:64-bit gif0: flags=8051 mtu 1280 tunnel inet 202.143.103.229 --> 213.253.1.201 inet6 2001:618:4:2000::dde --> 2001:618:4:2000::ddd prefixlen 128 inet6 fe80::260:97ff:fedc:f02e%gif0 prefixlen 64 scopeid 0x6 I used ipng.org.uk for broke tunnel, so this /etc/tunnel.conf # Account details username=user password=XXXXX #host and port of tunnel server (5571 non ssl, 5572 ssl) hostname=ipng.org.uk port=5572 #interface containing the tunnel endpoint ip and the tunnel interface name local_interface=xl0 tunnel_interface=gif0 #remote tunnel ipv4 endpoint and tunnel ipv6 endpoints #local_ip= - Only use this if you have a static address! local_ip=202.143.103.229 remote_ip=213.253.1.201 local_endpoint=2001:618:4:2000::dde remote_endpoint=2001:618:4:2000::ddd I've tunnel in inside interface xl0 (202.143.103.229). and I run a tunnelc like: router# ifconfig gif0 destroy router# tunnelc WARNING: Unable to verify Server Certificate 210 - OK TLS Session Established. DES-CBC3-SHA 200 - Tunnel Server 0.2.1 waiting. 201 - OK Now a password if you please. 202 - OK Password accepted. Welcome budsz 203 - OK Ip updated to 202.143.103.229 210 - OK If you insist. Bye. add net default: gateway 2001:618:4:2000::ddd Tunnel(gif0) created For ipf.rules and ipf6.rules: router# cat /etc/ipf.rules pass in all pass out all router# cat /etc/ipf6.rules pass in all pass out all So, I try to ping to xl0: router# ping6 2001:618:4:2000::dde PING6(56=40+8+8 bytes) 2001:618:4:2000::dde --> 2001:618:4:2000::dde 16 bytes from 2001:618:4:2000::dde, icmp_seq=0 hlim=64 time=0.54 ms 16 bytes from 2001:618:4:2000::dde, icmp_seq=1 hlim=64 time=0.453 ms ^C --- 2001:618:4:2000::dde ping6 statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/std-dev = 0.453/0.497/0.540/0.043 ms If I try to broke gateway: router# ping6 2001:618:4:2000::ddd PING6(56=40+8+8 bytes) 2001:618:4:2000::dde --> 2001:618:4:2000::ddd ping6: sendmsg: No route to host ping6: wrote 2001:618:4:2000::ddd 16 chars, ret=-1 ping6: sendmsg: No route to host ping6: wrote 2001:618:4:2000::ddd 16 chars, ret=-1 I try to find in routing table: $ netstat -r | more Internet6: Destination Gateway Flags Netif Expire :: localhost.kumprang UGRSc lo0 => default gif1635.tunnels.ip UGSc gif0 localhost.kumprang localhost.kumprang UH lo0 ::ffff:0.0.0.0 localhost.kumprang UGRSc lo0 gif1635.tunnels.ip UH gif0 link#6 UHL lo0 fe80:: localhost.kumprang UGRSc lo0 fe80::%xl0 link#1 UC xl0 fe80::260:97ff:fed 00:60:97:dc:f0:2e UHL lo0 fe80::%lo0 fe80::1%lo0 Uc lo0 fe80::1%lo0 link#3 UHL lo0 fe80::%wi0 link#5 UC wi0 fe80::202:2dff:fe2 00:02:2d:2d:22:8b UHL lo0 fe80::%gif0 link#6 UC gif0 fe80::260:97ff:fed link#6 UHL lo0 ff01:: localhost.kumprang U lo0 ff02:: localhost.kumprang UGRS lo0 ff02::%xl0 link#1 UC xl0 ff02::%lo0 localhost.kumprang UC lo0 ff02::%wi0 link#5 UC wi0 ff02::%gif0 link#6 UC gif0 I can't understand why it's happen, so finally I ask to this malinglist because google.com can not help me. would you like explain this? Thank You for advance. -- budsz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 3:17:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA74737B401 for ; Mon, 27 Jan 2003 03:17:24 -0800 (PST) Received: from fixx.co.za (gemini.fixx.co.za [196.34.165.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4171B43F13 for ; Mon, 27 Jan 2003 03:17:23 -0800 (PST) (envelope-from fixx@fixx.co.za) Received: from [196.34.165.222] (helo=gemini.fixx.co.za) by fixx.co.za with esmtp (Exim 3.36 #1) id 18d7GQ-0000c1-00 for freebsd-questions@freebsd.org; Mon, 27 Jan 2003 13:17:18 +0200 Date: Mon, 27 Jan 2003 13:16:43 +0200 (SAST) From: Wayne Swart To: FreeBSD Mailing list Subject: disconnecting box Message-ID: <20030127131309.C260-100000@gemini.fixx.co.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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 a freebsd 4.7 box that keeps disconnecting for no reason. It simply just disconnects from the internet and if i do a ifconfig dc0 down and then ifconfig dc0 up, it comes back up again i have tried 3 different network cards. if i use a 10mbit card it doesn't happen, but on a 100mb card it lasts like 3 hours and then falls over i took a look at /var/log/messages but it shows nothing if anyone knows anything about this please let me know, i have to get it fixed, but i do not even know where to begin kind regards wayne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 4: 8:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 716D437B401 for ; Mon, 27 Jan 2003 04:08:34 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3238843E4A for ; Mon, 27 Jan 2003 04:08:29 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h0RC8JFc062017 for ; Mon, 27 Jan 2003 12:08:19 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h0RC8E1R062016 for freebsd-questions@FreeBSD.ORG; Mon, 27 Jan 2003 12:08:14 GMT Date: Mon, 27 Jan 2003 12:08:14 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: Perl gurus?? Message-ID: <20030127120814.GA61767@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <20030127055406.GB96745@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030127055406.GB96745@ns2.wananchi.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 27, 2003 at 08:54:06AM +0300, Odhiambo Washington wrote: > I have FreeBSD 5.0-RELEASE (was 4.7-STABLE) but even then, running CPAN > would give the following barf: > > beastie% sudo perl -MCPAN -e shell > Use of uninitialized value in bitwise and (&) at (eval 220) line 1. > Use of uninitialized value in bitwise and (&) at (eval 222) line 1. > > cpan shell -- CPAN exploration and modules installation (v1.61) > ReadLine support enabled > > cpan> > > > > Perl is v5.8.0 > > > Clues welcome. Hmmm... I can't reproduce this under FreeBSD-4.7 and perl-5.8.0. However, I'd hazard a guess that it's something wrong with your local CPAN configuration. What, if anything, are the contents of: /usr/local/lib/perl5/5.8.0/CPAN/Config.pm /root/.cpan/CPAN/MyConfig.pm ~/.cpan/CPAN/MyConfig.pm It's OK if the last two don't exist: that just means you're using the systemwide default configuration. The CPAN module supplied with perl-5.8.0 is version 1.61. There's an update to 1.63 available on cpan.org --- you could try installing that and see if it clears things up. Note however that as CPAN is bundled with perl, the next time you update your perl port you may well end up back where you started. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 4:12:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BE6337B401 for ; Mon, 27 Jan 2003 04:12:47 -0800 (PST) Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 3DFD543F13 for ; Mon, 27 Jan 2003 04:12:46 -0800 (PST) (envelope-from CapM@gmx.net) Received: (qmail 16879 invoked by uid 0); 27 Jan 2003 12:12:39 -0000 Date: Mon, 27 Jan 2003 13:12:39 +0100 (MET) From: Pascal Giannakakis To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: mozilla build port hangs at /usr/bin/sed X-Priority: 3 (Normal) X-Authenticated-Sender: #0000945514@gmx.net X-Authenticated-IP: [195.82.64.130] Message-ID: <7335.1043669559@www28.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 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 can't build mozilla from ports on FreeBSD 4.7-STABLE. It hangs at this point: /usr/bin/sed -e "s|%%PREFIX%%|/usr/X11R6|g" -e "s|%%MOZILLA%%|mozilla|g" /usr/ports/www/mozilla/files/mozilla.sh >/usr/ports/www/mozilla/work/mozilla/mozilla (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; /usr/bin/touch ./chrome/user-skins.rdf ./chrome/user-locales.rdf) What might be the reason? The ports tree is fresh. -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 4:21:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E2C37B401 for ; Mon, 27 Jan 2003 04:21:57 -0800 (PST) Received: from mcesr.etat.lu (dynamic4.etat.lu [194.154.200.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE83C43EB2 for ; Mon, 27 Jan 2003 04:21:55 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from [148.110.43.149] (HELO mcesr.etat.lu) by mcesr.etat.lu (CommuniGate Pro SMTP 3.5.9) with ESMTP id 711111 for freebsd-questions@freebsd.org; Mon, 27 Jan 2003 13:10:32 +0100 Message-ID: <3E35244B.4090203@mcesr.etat.lu> Date: Mon, 27 Jan 2003 13:21:31 +0100 From: Didier Wiroth User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030122 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mounting ntfs drive fails Content-Type: text/plain; charset=ISO-8859-1; 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 Hey, I have a primary master disk drive which has winxp installed and is ad0s1 My secondary slave drive is ad2: a) ad2s1 slice is a ntfs partition and b) ad2s2a-f is freebsd! I can mount without problems the ntfs slice ad2s1 When I try to mount my primary master which has xp installed I get the following error in /var/log/messages: Jan 27 13:13:53 lucifer /kernel: ad0s1: slice extends beyond end of disk: truncating from 78140097 to 4408785 sectors Jan 27 13:13:53 lucifer /kernel: ntfs_loadntnode: BREAD FAILED Jan 27 13:13:53 lucifer /kernel: ntfs_vget: CAN'T LOAD ATTRIBUTES FOR INO: 0 What can I do to solve the problem? Thanks a lot Didier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 4:25:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A41B37B401 for ; Mon, 27 Jan 2003 04:25:45 -0800 (PST) Received: from wartch.sapros.com (wartch.sapros.com [66.117.154.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77A8043E4A for ; Mon, 27 Jan 2003 04:25:44 -0800 (PST) (envelope-from peterh@wartch.sapros.com) Received: from wartch.sapros.com (localhost [127.0.0.1]) by wartch.sapros.com (8.12.6/8.12.3) with ESMTP id h0RCPaLG001029 for ; Mon, 27 Jan 2003 04:25:37 -0800 (PST) (envelope-from peterh@wartch.sapros.com) Message-Id: <200301271225.h0RCPaLG001029@wartch.sapros.com> To: freebsd-questions@freebsd.org Subject: FreeBSD IPSEC tunnel stoped working. Date: Mon, 27 Jan 2003 04:25:36 -0800 From: Peter Haight X-SMRazor: ok Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had a FreeBSD IPSEC tunnel set up between two machines that stopped working when I upgraded one of the machines to a newer version of 4.7-STABLE. I'm not sure what the problem is. When I watch the packets on the outside interfaces, I see the packet go out from one host, the older (4.7-RELEASE) machine replies, but the new one never moves that reply packet back across the tunnel. 'netstat -sn -p ipsec' is reporting that packets are "violating process security policy". I'm pretty sure that is the problem, but I'm not sure what that means. Here's setkey -DP (4.7-STABLE): 192.168.1.1/24[any] 10.10.1.1/24[any] any in ipsec esp/tunnel/XX.XX.XX.XX-YY.YY.YY.YY/require spid=24 seq=1 pid=24319 refcnt=1 10.10.1.1/24[any] 192.168.1.1/24[any] any out ipsec esp/tunnel/YY.YY.YY.YY-XX.XX.XX.XX/require spid=23 seq=0 pid=24319 refcnt=1 setkey -DP (4.7-RELEASE): 10.10.1.1/24[any] 192.168.1.1/24[any] any in ipsec esp/tunnel/YY.YY.YY.YY-XX.XX.XX.XX/require spid=4 seq=1 pid=8760 refcnt=1 192.168.1.1/24[any] 10.10.1.1/24[any] any out ipsec esp/tunnel/XX.XX.XX.XX-YY.YY.YY.YY/require spid=3 seq=0 pid=8760 refcnt=1 netstat -sn -p ipsec (4.7-STABLE): ipsec: 1688 inbound packets processed successfully 1682 inbound packets violated process security policy 0 inbound packets with no SA available 0 invalid inbound packets 0 inbound packets failed due to insufficient memory 0 inbound packets failed getting SPI 0 inbound packets failed on AH replay check 0 inbound packets failed on ESP replay check 0 inbound packets considered authentic 0 inbound packets failed on authentication ESP input histogram: blowfish-cbc: 1688 588 outbound packets processed successfully 0 outbound packets violated process security policy 11 outbound packets with no SA available 0 invalid outbound packets 0 outbound packets failed due to insufficient memory 0 outbound packets with no route ESP output histogram: blowfish-cbc: 588 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 4:37:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C7637B401 for ; Mon, 27 Jan 2003 04:37:33 -0800 (PST) Received: from aries.i-cable.com (aries.i-cable.com [203.83.111.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FA6443F13 for ; Mon, 27 Jan 2003 04:37:32 -0800 (PST) (envelope-from bryanko@i-cable.com) Received: (qmail 19367 invoked by uid 706); 27 Jan 2003 12:37:24 -0000 Received: from cm61-15-38-56.hkcable.com.hk (HELO winxp) (61.15.38.56) by 0 with SMTP; 27 Jan 2003 12:37:23 -0000 Message-ID: <000701c2c600$da8a46b0$0201a8c0@winxp> From: "Bryan Ko" To: References: Subject: Re: Setting up serial console! Date: Mon, 27 Jan 2003 20:37:28 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 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 Wiroth and Robin Damm for the useful links. I finally made it work after bought a new null modem cable. I really hate this happened. Now I am working on making it faster! =) Bryan Ko ----- Original Message ----- From: "Wiroth Didier" To: "Bryan Ko" Sent: Sunday, January 26, 2003 9:43 PM Subject: Re: Setting up serial console! > On Sun, 26 Jan 2003 20:37:22 +0800 > "Bryan Ko" wrote: > > Hello all, > > > > I am trying to set up serial console for the first time > > and I am having some > > troubles to make it work. > > I bought a null modem cable and connected it to COM1 on > > two computers. One > > is Windows XP, > > and one is FreeBSD. I created "boot.config" file with the > > line: > > -Dh > > When I rebooted the FreeBSD box, the dmesg was not shown > > anymore. I think it > > wrote to serial > > console already. Then I tried to connect to the FreeBSD > > box in WinXP by > > using the HyperTerminal. > > But nothing was displayed and I rebooted freebsd box > > again. Still nothing. > > I think there are some problems with the HyperTerminal, > > so I installed > > VMWare and install FreeBSD > > in the WinXP and try to connect to my original FreeBSD > > box. But I still > > cannot get anything from the > > display. > > Would anyone enlighten me about this issue. Is the null > > modem cable's > > problems or something else? > > Thanks a lot! > > > > Regards, > > > > Bryan Ko > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the > > message > Hey, > I can't help you directly, but I found this article this > morning while surfing and thought it might help you: > http://mostgraveconcern.com/freebsd/sercon.html > > Good luck > Didier > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 4:43: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5172C37B401 for ; Mon, 27 Jan 2003 04:43:02 -0800 (PST) Received: from relay1.pop.com.br (relay1.pop.com.br [200.175.8.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8255443F1E for ; Mon, 27 Jan 2003 04:43:01 -0800 (PST) (envelope-from cargnini@pop.com.br) Received: from smtp.pop.com.br (webmail2.pop.com.br [200.175.8.34]) by relay1.pop.com.br (Postfix) with SMTP id DB68773BC5 for ; Mon, 27 Jan 2003 10:42:12 -0200 (BRST) Received: (qmail 4986 invoked by uid 89); 27 Jan 2003 12:42:33 -0000 Message-ID: <20030127124233.4985.qmail@webmail2.pop.com.br> References: <20030126224906.GB13374@602.ORG> <008201c2c597$36afce20$324dafc8@shark> <20030127101415.GC20365@602.ORG> In-Reply-To: <20030127101415.GC20365@602.ORG> From: "=?iso-8859-1?Q?Lu=EDs=20Vit=F3rio?= Cargnini" To: matt Cc: freebsd-questions@freebsd.org Subject: Re: touchpad problems Date: Mon, 27 Jan 2003 10:42:33 -0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Sender: cargnini@pop.com.br Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well Matt try to take a look at /usr/src/sys/i386/conf/LINT i don't know your version of FreeBSD if it's 5.0 try NOTES, other version try LINT. Both are in same directory. Again: Use sysinstall try ps2 port, protocol auto maybe this work. Another thing is try to do moused manually (man moused), if you don't have man pages installed at www.freebsd.org you will find a eletronic version of man page. i finded this at http://www.4gh.net/hints/toshiba/satellite1005-s157.html: Mouse .... You'll need to patch your system to get the touchpad mouse working. I have a small patch to the psm driver available at psm.c.patch. Apply this patch to your kernel sources and rebuild your kernel. (Don't forget to re-apply this patch every time you cvsup the kernel tree.) ... adn this link at Geocrawler http://www.geocrawler.com/archives/3/163/2002/2/0/7956812/ maybe aplying this patch or someone more expert in satellite could help you better =) Something call.......reply-me. good luck Matt. matt escreve: > Luis, > > Thanks for the reply. > > Ive tried sysinstall also. It was the first thing I tried. > > Ive tried to use the ps2 device offered and it doesnt work. > > Thanks again for the reply, and any other info would be appreciated. > -- POP. Nem parece internet grátis. Seja POP você também! Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 4:47:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2258137B401 for ; Mon, 27 Jan 2003 04:47:40 -0800 (PST) Received: from relay1.pop.com.br (relay2.pop.com.br [200.175.8.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9646443F1E for ; Mon, 27 Jan 2003 04:47:39 -0800 (PST) (envelope-from cargnini@pop.com.br) Received: from smtp.pop.com.br (webmail1.pop.com.br [200.175.8.33]) by relay1.pop.com.br (Postfix) with SMTP id E70DFC1537 for ; Mon, 27 Jan 2003 10:45:39 -0200 (BRST) Received: (qmail 21171 invoked by uid 89); 27 Jan 2003 11:46:56 -0000 Message-ID: <20030127114656.21170.qmail@webmail1.pop.com.br> From: "=?iso-8859-1?Q?Lu=EDs=20Vit=F3rio?= Cargnini" To: freebsd-questions@freebsd.org Subject: Modem in FreeBSD-5.0 RELEASE Date: Mon, 27 Jan 2003 09:46:56 -0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Sender: cargnini@pop.com.br Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well like nobody answered my i'm replying myself. how i wroted before i having problems with modem at sio3. the answer that i founded: ............. These are the four serial ports referred to as COM1 through COM4 in the MS-DOS/Windows world. Note: If you have an internal modem on COM4 and a serial port at COM2, you will have to change the IRQ of the modem to 2 (for obscure technical reasons, IRQ2 = IRQ 9) in order to access it from FreeBSD. If you have a multiport serial card, check the manual page for sio(4) for more information on the proper values for these lines. Some video cards (notably those based on S3 chips) use IO addresses in the form of 0x*2e8, and since many cheap serial cards do not fully decode the 16-bit IO address space, they clash with these cards making the COM4 port practically unavailable. Each serial port is required to have a unique IRQ (unless you are using one of the multiport cards where shared interrupts are supported), so the default IRQs for COM3 and COM4 cannot be used. ...... -- POP. Nem parece internet grátis. Seja POP você também! Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 5:11:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C6BD37B401 for ; Mon, 27 Jan 2003 05:11:47 -0800 (PST) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id D826543ED8 for ; Mon, 27 Jan 2003 05:11:45 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id h0RDBWO31663; Mon, 27 Jan 2003 15:11:32 +0200 Message-Id: <200301271311.h0RDBWO31663@lv.raad.tartu.ee> Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 27 Jan 03 15:10:57 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 27 Jan 03 15:10:47 +0200 From: "Toomas Aas" Organization: Tartu City Government To: Jon Reynolds , questions@freebsd.org Date: Mon, 27 Jan 2003 15:10:42 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: configuring AsanteGigianix1000TA References: <1043649380.1520.15.camel@localhost.localdomain> In-reply-to: <1043661456.1520.23.camel@localhost.localdomain> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! > I think I figured out my problem, I have an onboard ethernet port10/100 > sis0 and when I placed the Giganix card in it uses the name nge0. Is the > problem that both devices are using a '0'(e.g. sis0 nge0)? No, this is not the problem. I don't know why sysinstall won't configure the card, but maybe you can try it from command line: ifconfig nge0 inet 10.0.0.1 netmask 255.0.0.0 (of course, use the correct ip address and netmask for your network). If something is wrong, it will at least give you an error message. If the address 'sticks', then append the following line to /etc/rc.conf: ifconfig_nge0="inet 10.0.0.1 netmask 255.0.0.0" This will make sure the address remains after reboot. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * ASCII stupid question, get a stupid ANSI! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 5:24:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F1A037B401 for ; Mon, 27 Jan 2003 05:24:27 -0800 (PST) Received: from www.clubplus.net (ns1.clubplus.net [216.191.22.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B28543F18 for ; Mon, 27 Jan 2003 05:24:21 -0800 (PST) (envelope-from david@skytrackercanada.com) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by www.clubplus.net (8.11.4/8.11.1) with ESMTP id h0R6T9c04945 for ; Mon, 27 Jan 2003 01:29:09 -0500 X-RAV-AntiVirus: This e-mail has been scanned for viruses on host: www.clubplus.net Received: (from david@localhost) by skytrackercanada.com (8.12.6/8.12.6) id h0R6Lf9l031417 for questions@freebsd.org; Mon, 27 Jan 2003 01:21:41 -0500 (EST) (envelope-from david) Date: Mon, 27 Jan 2003 01:21:40 -0500 From: David Banning To: questions@freebsd.org Subject: how to fix a botched directory Message-ID: <20030127012140.A31400@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was linking the directory /C to my windows box C drive using shlight, but now, for an unknown reason the directory is still there, but is not viewable with ls. I can not re-create it, as the system states that it exists. Here is the result of some of my commands; su-2.03# cd / su-2.03# ls -ld C ls: C: Input/output error su-2.03# mkdir C mkdir: C: File exists su-2.03# rm -r C rm: C: Input/output error su-2.03# su-2.03# mv C Z mv: C: Input/output error su-2.03# Any idea what I can do? There is nothing in the directory so it is unimportant, but I would like to get this cleared up. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 6:10: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C14937B401 for ; Mon, 27 Jan 2003 06:09:59 -0800 (PST) Received: from www.clubplus.net (ns1.clubplus.net [216.191.22.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6551E43F43 for ; Mon, 27 Jan 2003 06:09:57 -0800 (PST) (envelope-from david@skytrackercanada.com) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by www.clubplus.net (8.11.4/8.11.1) with ESMTP id h0R6Uac04975 for ; Mon, 27 Jan 2003 01:30:36 -0500 X-RAV-AntiVirus: This e-mail has been scanned for viruses on host: www.clubplus.net Received: (from david@localhost) by skytrackercanada.com (8.12.6/8.12.6) id h0R6QILY031442 for questions@FreeBSD.ORG; Mon, 27 Jan 2003 01:26:18 -0500 (EST) (envelope-from david) Date: Mon, 27 Jan 2003 01:26:17 -0500 From: David Banning To: questions@freebsd.org Subject: Re: xhost command problem Message-ID: <20030127012617.A31431@skytrackercanada.com> References: <20030125130545.A19012@skytrackercanada.com> <20030125191651.GC2440@sub21-156.member.dsl-only.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030125191651.GC2440@sub21-156.member.dsl-only.net>; from nkinkade@dsl-only.net on Sat, Jan 25, 2003 at 11:16:52AM -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, Jan 25, 2003 at 11:16:52AM -0800, Nathan Kinkade wrote: > On Sat, Jan 25, 2003 at 01:05:45PM -0500, David Banning wrote: > > > > I am trying to run an xterm remotely (over the web). > > > > I understand the IP address must be entered using the xhost command. > > > > My problem is that the xhost command wants X running on the main terminal, > > but main terminal is using an ascii screen only. > > The xhost command gives an error stating that the command > > must be run from X on the main terminal. > > > > Is there another way I can maybe bypass the xhost command and > > register the IP address in the same place that xhost does? > > What is the exact error you are getting? If you are working from a > console, make sure that your DISPLAY environment variable is set, and > that you export it. > > Assuming X is running on display 0 try (and that you are using bash): > # export DISPLAY=:0 > # xhost +the.ip.address.or.hostname The exact error is; _X11TransSocketUNIXConnect: Can't connect: errno = 2 which is the same error you get if you try and fire up X and the DISPLAY variable is wrong or X is configured wrong. My DISPLAY=:0.0 I also tried DISPLAY=:0 It is trying to fire up X I guess, but as I mentioned, I don't have graphics running on my main box. The main box -is- hosting X for windows desktops on the local network which use x-win32, so it -should- be feasable to do what I want over the internet if it is aleady working over the local network. It seems to be just a permission thing that I have to overcome. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 6:17:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99BA537B401 for ; Mon, 27 Jan 2003 06:17:50 -0800 (PST) Received: from tao.xtaz.co.uk (pc-62-30-69-139-az.blueyonder.co.uk [62.30.69.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F28643F13 for ; Mon, 27 Jan 2003 06:17:44 -0800 (PST) (envelope-from matt@xtaz.co.uk) Received: from webmail.xtaz.co.uk (matt@localhost.xtaz.co.uk [127.0.0.1]) by tao.xtaz.co.uk (8.12.6/8.12.6) with ESMTP id h0REHfTH026800 for ; Mon, 27 Jan 2003 14:17:41 GMT (envelope-from matt@xtaz.co.uk) From: "Matt" To: freebsd-questions@freebsd.org Subject: Re: FreeBSD-5.0 xl0 problem Date: Mon, 27 Jan 2003 14:17:40 +0000 Message-Id: <20030127141740.M18517@xtaz.co.uk> X-Mailer: Open WebMail 1.81 20021127 X-OriginatingIP: 193.35.129.161 (matt) 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 currently installed FreeBSD-5.0 and having problem configuring xl > card. Dmesg shows that kernel picks it up: *snip* I also use 3com's with the xl driver and I have no such issues: xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xe400-0xe47f mem 0xea000000- 0xea00007f irq 12 at device 15.0 on pci0 xl0: Ethernet address: 00:a0:24:ac:e1:b4 xl1: <3Com 3c905-TX Fast Etherlink XL> port 0xe800-0xe83f irq 11 at device 17.0 on pci0 xl1: Ethernet address: 00:60:08:6d:1e:3b Both are configured and working first on FreeBSD5.0-RELEASE and now on 5.0- CURRENT after I cvsup'd over the weekend. The only problems I have seen which I did not see with 4.x-STABLE was the following errors: xl1: transmission error: 90 xl1: tx underrun, increasing tx start threshold to 120 bytes This occured as I was transferring a large amount of data over a samba mount, but I have not seen it since and the card is still working normally. --- Matt (matt@xtaz.co.uk) http://www.xtaz.co.uk/ --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 6:36:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1041037B401 for ; Mon, 27 Jan 2003 06:36:20 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34AE543EB2 for ; Mon, 27 Jan 2003 06:36:14 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0REbUiE006701; Mon, 27 Jan 2003 09:37:31 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E35440E.3000906@potentialtech.com> Date: Mon, 27 Jan 2003 09:37:02 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wayne Swart Cc: FreeBSD Mailing list Subject: Re: disconnecting box References: <20030127131309.C260-100000@gemini.fixx.co.za> 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 Wayne Swart wrote: > Hi everyone > > I have a freebsd 4.7 box that keeps disconnecting for no reason. It simply > just disconnects from the internet and if i do a ifconfig dc0 down and > then ifconfig dc0 up, it comes back up again You know, I saw this once a few years ago. The problem was a crappy NIC and the solution was to replace it. > i have tried 3 different network cards. if i use a 10mbit card it doesn't > happen, but on a 100mb card it lasts like 3 hours and then falls over What about the third NIC? It sounds like the 100mb card is problematic. > i took a look at /var/log/messages but it shows nothing Neither did I. I think the problem was a hardware level that the kernel wasn't able to detect. > if anyone knows anything about this please let me know, i have to get it > fixed, but i do not even know where to begin If the 10mb card works, why not just use it? -- Bill Moran Potential Technologies 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 Jan 27 6:39:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CF5837B401 for ; Mon, 27 Jan 2003 06:39:19 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2769F43F13 for ; Mon, 27 Jan 2003 06:39:18 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0REegiE006704; Mon, 27 Jan 2003 09:40:42 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3544CE.9060708@potentialtech.com> Date: Mon, 27 Jan 2003 09:40:14 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Banning Cc: questions@freebsd.org Subject: Re: how to fix a botched directory References: <20030127012140.A31400@skytrackercanada.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 Banning wrote: > I was linking the directory /C to my windows box C drive using shlight, > but now, for an unknown reason the directory is still there, but > is not viewable with ls. I can not re-create it, as the system states > that it exists. Here is the result of some of my commands; > > su-2.03# cd / > su-2.03# ls -ld C > ls: C: Input/output error > su-2.03# mkdir C > mkdir: C: File exists > su-2.03# rm -r C > rm: C: Input/output error > su-2.03# > su-2.03# mv C Z > mv: C: Input/output error > su-2.03# > > Any idea what I can do? There is nothing in the directory so it is > unimportant, but I would like to get this cleared up. Have you had a system crash recently? First, back up you / partition. Then reboot into single user mode and run fsck. See if that helps. (don't run fsck multi-user unless you know what you're doing. You shouldn't run fsck on filesystems that are in use) -- Bill Moran Potential Technologies 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 Jan 27 7: 7:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA3A37B401 for ; Mon, 27 Jan 2003 07:07:47 -0800 (PST) Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by mx1.FreeBSD.org (Postfix) with SMTP id 8404843F1E for ; Mon, 27 Jan 2003 07:07:47 -0800 (PST) (envelope-from khairil_yusof@yahoo.com) Received: from unknown (HELO ?219.94.101.83?) (khairil?yusof@219.94.101.83 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 27 Jan 2003 15:07:46 -0000 Subject: sendmail -> different smtp server From: Khairil Yusof To: questions@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0agf3/wjztcKidSq8pHP" Organization: Message-Id: <1043680031.13591.165.camel@daemon.home.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 27 Jan 2003 23:07:11 +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 --=-0agf3/wjztcKidSq8pHP Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Due to my ISP's smtp server not having a valid external hostname, I can only send emails to FreeBSD mailing list via yahoo's smtp server (which requires authentification). Is it possible to setup my sendmail, so that it will relay emails to yahoo's email server instead? Is editing the mailertable to add something like this correct? .freebsd.org smtp:smtp.mail.yahoo.com Right now, it's still trying to send email from my dialup ip (which does not have a valid hostname). --=-0agf3/wjztcKidSq8pHP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+NUsfDAqnLW/+/X8RAqb5AKCuC6Rwu0GIDTQHkkUkRP8Fc+Fr5ACfb0PQ 8cPUoiSzolDZcSxSo7/XDgw= =f2jv -----END PGP SIGNATURE----- --=-0agf3/wjztcKidSq8pHP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 7:11: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C38737B401 for ; Mon, 27 Jan 2003 07:11:00 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9546E43ED8 for ; Mon, 27 Jan 2003 07:10:59 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <20030127151058052007lf65e>; Mon, 27 Jan 2003 15:10:58 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h0RFAvtm060009 for ; Mon, 27 Jan 2003 10:10:57 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h0RFAvjq060006; Mon, 27 Jan 2003 10:10:57 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: playing CDs as non-root user References: <20030127030941.GU9710@anand.org> <001201c2c5b2$d34c51c0$0200000a@sewer.org> From: Lowell Gilbert Date: 27 Jan 2003 10:10:57 -0500 In-Reply-To: <001201c2c5b2$d34c51c0$0200000a@sewer.org> Message-ID: <448yx6ljb2.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Craig Reyenga" writes: > > 2. I can play a music CD just fine as root, using cdcontrol, as described > > in the handbook. But under KDE, running as a non-root user, I cannot > > play music CDs. I looked at the permissions on /dev/acd0c, and they are > > 0640, root.operator, so an ordinary user cannot read the CD. I changed > > the permissions to 0644, and I could play the CD. However, there must > > be a good reason for the permisisons to be 0640, and I don't want to > > mess up the permissions just to get the CD player to work. What is the > > "official" way to get this to work? The handbook didn't mention it. > > > > That's probably the best way to do it, believe it or not. To have it work on > bootup in 5.X, try editing /etc/rc.devfs (I think), or in 4.X try editing > /etc/rc.local to say "chmod 644 /dev/acd0c" (I think). It may not require > anything after doing it once in 4.X. The slightly more secure approach is to use fbtab(5) (or Xsetup) to give the console user the ownership of the device. If it's really a single-user machine, this may not be worth the effort. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 7:45: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76DCF37B401 for ; Mon, 27 Jan 2003 07:44:59 -0800 (PST) Received: from hotmail.com (dav67.sea1.hotmail.com [207.68.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E0C43E4A for ; Mon, 27 Jan 2003 07:44:59 -0800 (PST) (envelope-from kenzo_chin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 27 Jan 2003 07:44:54 -0800 X-Originating-IP: [209.187.233.156] From: "Kenzo" To: Subject: snmp probe? Date: Mon, 27 Jan 2003 09:44:53 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 27 Jan 2003 15:44:54.0872 (UTC) FILETIME=[09AFAD80:01C2C61B] Sender: owner-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 posted this on freebsd forum but didn't get any responces, just alot people viewing it. Maybe I'm missing something or this is such a stupid question that no one want to reply. so I'll try it in here. "I just installed portsentry to play with, and after 10 min of setting it on the network I get probe. looking at the message log this is what I see. portsentry[236]: attackalert: Connect from host: 10.x.x.x/10.x.x.x to UDP port: 161 That's the snmp port. the address that it's comming from is just a workstation. Now why would a regular workstation probe me on the snmp port? What could it be? Is it a program on the computer trying to look for a device on the network like a jetdirect? Or virus, trojan trying to spread?" I guess I just want to know why it's doing this, and how to prevent it. It may not be a virus or trojan, but it uses bandwidt to broadcast and I just dont like that. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 7:54:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C8DE37B401 for ; Mon, 27 Jan 2003 07:54:45 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913E743EB2 for ; Mon, 27 Jan 2003 07:54:44 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0RFu8iE006768; Mon, 27 Jan 2003 10:56:08 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E35567D.9000704@potentialtech.com> Date: Mon, 27 Jan 2003 10:55:41 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kenzo Cc: freebsd-questions@FreeBSD.ORG Subject: Re: snmp probe? 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 Kenzo wrote: > I posted this on freebsd forum but didn't get any responces, just alot > people viewing it. Maybe I'm missing something or this is such a stupid > question that no one want to reply. so I'll try it in here. > > "I just installed portsentry to play with, and after 10 min of setting it on > the network I get probe. > looking at the message log this is what I see. > > portsentry[236]: attackalert: Connect from host: 10.x.x.x/10.x.x.x to UDP > port: 161 > > That's the snmp port. the address that it's comming from is just a > workstation. Now why would a regular workstation probe me on the snmp port? > > What could it be? > Is it a program on the computer trying to look for a device on the network > like a jetdirect? > Or virus, trojan trying to spread?" Yes. I'm surprised nobody has answered yet. But the problem with the question, is it can't be answered. There are a lot of possibilities. You're just going to have to visit that workstation and find out what's going on with it. > I guess I just want to know why it's doing this, and how to prevent it. It > may not be a virus or trojan, but it uses bandwidt to broadcast and I just > dont like that. True. The first thing to do is visit the workstation and see what's running. Make sure it isn't some backdoor or trojan. You don't state what the workstation is (OS-wise). If you did, you might find somone on the list who would reply "Oh yea, OS xyz is known for trying to connect to port 161 on every machine on the network, it's perfectly harmless." or something similar. -- Bill Moran Potential Technologies 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 Jan 27 7:57:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 835D837B401 for ; Mon, 27 Jan 2003 07:57:44 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EAB343E4A for ; Mon, 27 Jan 2003 07:57:44 -0800 (PST) (envelope-from fozekizer@attbi.com) Received: from rwcrwbc70 ([204.127.198.53]) by rwcrmhc52.attbi.com (rwcrmhc52) with SMTP id <2003012715574305200gatjpe>; Mon, 27 Jan 2003 15:57:43 +0000 Received: from [4.60.254.198] by rwcrwbc70; Mon, 27 Jan 2003 15:57:41 +0000 From: fozekizer@attbi.com To: freebsd-questions@freebsd.org Subject: freebsd as platform for video security? Date: Mon, 27 Jan 2003 15:57:41 +0000 X-Mailer: AT&T Message Center Version 1 (Nov 5 2002) X-Authenticated-Sender: Zm96ZWtpemVyQGF0dGJpLmNvbQ== Message-Id: <20030127155744.0EAB343E4A@mx1.FreeBSD.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My father wants to be able to watch his security cameras at his business remotely. I know it can be done...static IP, video capture, streaming video, etc...in Windoze but I DO NOT want to deal with MS at all. Does software exist for FreeBSD that would allow me to: 1. Monitor security camera footage online, either in real time or recorded 2. Switch among 4 different cameras or meld the images together in a 4-way split screen. And what kind of machine (at the most basic) does everyone think would be required to handle this sort of activity? Do you think I would be better off using BeOS or another OS? I mention BeOS because I know what it can handle, especially since it is extremely good when it comes to graphics and other usually memory intensive programming. Thanks in advance for any help. Charlie Pelletier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 8: 4:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6ED037B401 for ; Mon, 27 Jan 2003 08:04:17 -0800 (PST) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 321D943F5F for ; Mon, 27 Jan 2003 08:04:17 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.40.4]) by out002.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030127160416.ESCB7656.out002.verizon.net@mac.com> for ; Mon, 27 Jan 2003 10:04:16 -0600 Message-ID: <3E355875.5000106@mac.com> Date: Mon, 27 Jan 2003 11:04:05 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: snmp probe? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [129.44.40.4] at Mon, 27 Jan 2003 10:04:16 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kenzo wrote: [ ... ] > portsentry[236]: attackalert: Connect from host: 10.x.x.x/10.x.x.x to UDP > port: 161 > > That's the snmp port. the address that it's comming from is just a > workstation. Now why would a regular workstation probe me on the snmp port? A human programmed it to do so, most likely. > What could it be? If you tell us what OS and software the workstation is running, we could probably make more useful suggestions. > Is it a program on the computer trying to look for a device on the network > like a jetdirect? That's very probable. > Or virus, trojan trying to spread?" Much less likely, but still possible, I guess. > I guess I just want to know why it's doing this, and how to prevent it. Disconnect the workstation from the network? Configure the workstation to perform packet filtering of 168/169? Determine which software is causing the and change it? -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 8:15:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADC5137B405 for ; Mon, 27 Jan 2003 08:15:20 -0800 (PST) Received: from hotmail.com (dav13.sea1.hotmail.com [207.68.162.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 460A843E4A for ; Mon, 27 Jan 2003 08:15:20 -0800 (PST) (envelope-from kenzo_chin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 27 Jan 2003 08:15:15 -0800 X-Originating-IP: [209.187.233.156] From: "Kenzo" To: References: <3E35567D.9000704@potentialtech.com> Subject: Re: snmp probe? Date: Mon, 27 Jan 2003 10:15:14 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 27 Jan 2003 16:15:15.0004 (UTC) FILETIME=[4691C7C0:01C2C61F] Sender: owner-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 OS is most likely win95 or win98. I'll have to go there a check. We do have some win2k comps, but I'm pretty sure that those workstations are not. Thanks, at least it gives me something. just a simple reply like that was what I was looking for. Thanks. ----- Original Message ----- From: "Bill Moran" To: "Kenzo" Cc: Sent: Monday, January 27, 2003 9:55 AM Subject: Re: snmp probe? > Kenzo wrote: > > I posted this on freebsd forum but didn't get any responces, just alot > > people viewing it. Maybe I'm missing something or this is such a stupid > > question that no one want to reply. so I'll try it in here. > > > > "I just installed portsentry to play with, and after 10 min of setting it on > > the network I get probe. > > looking at the message log this is what I see. > > > > portsentry[236]: attackalert: Connect from host: 10.x.x.x/10.x.x.x to UDP > > port: 161 > > > > That's the snmp port. the address that it's comming from is just a > > workstation. Now why would a regular workstation probe me on the snmp port? > > > > What could it be? > > Is it a program on the computer trying to look for a device on the network > > like a jetdirect? > > Or virus, trojan trying to spread?" > > Yes. > I'm surprised nobody has answered yet. But the problem with the question, is > it can't be answered. There are a lot of possibilities. You're just going to > have to visit that workstation and find out what's going on with it. > > > I guess I just want to know why it's doing this, and how to prevent it. It > > may not be a virus or trojan, but it uses bandwidt to broadcast and I just > > dont like that. > > True. The first thing to do is visit the workstation and see what's running. > Make sure it isn't some backdoor or trojan. You don't state what the workstation > is (OS-wise). If you did, you might find somone on the list who would reply > "Oh yea, OS xyz is known for trying to connect to port 161 on every machine on > the network, it's perfectly harmless." or something similar. > > -- > Bill Moran > Potential Technologies > 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 Jan 27 8:44:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED8F37B401 for ; Mon, 27 Jan 2003 08:44:17 -0800 (PST) Received: from mail.zoper.com (mail.zoper.com [198.78.65.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146F543EB2 for ; Mon, 27 Jan 2003 08:44:17 -0800 (PST) (envelope-from list@zettai.net) Received: (qmail 5410 invoked by uid 7794); 27 Jan 2003 16:44:10 -0000 Received: from list@zettai.net by mail.zoper.com by uid 89 with qmail-scanner-1.15 (clamscan: 0.53. spamassassin: 2.43. Clear:SA:0(-1.9/5.0):. Processed in 0.603917 secs); 27 Jan 2003 16:44:10 -0000 Received: from unknown (HELO ?63.74.24.25?) (list@zettai.net@63.74.24.25) by 0 with SMTP; 27 Jan 2003 16:44:09 -0000 User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.0.5 Date: Mon, 27 Jan 2003 11:44:08 -0500 Subject: Re: FreeBSD and the PowerPC From: george donnelly To: David Kelly , Message-ID: In-Reply-To: <200301261741.33325.dkelly@HiWAAY.net> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Status: No, hits=-1.9 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MACOE version=2.43 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 [David Kelly commented on 1/26/03 6:41 PM] > On Sunday 26 January 2003 05:18 pm, Stacy Olivas wrote: >> Greetings.. >> >> I have a question for the list.. I have a friend who is an avid Mac >> freak.. > > Why should your MacFriend want to use FreeBSD or Linux when Darwin and > MacOS X exist? maybe he doesn't want to get locked in to anything remotely closed source? maybe he'd rather not have to go thu apple to get to *bsd? <--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet - ICQ: 51907738 - e:george@zettai.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 8:46:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44BBC37B401 for ; Mon, 27 Jan 2003 08:46:27 -0800 (PST) Received: from hardesty.saintaardvarkthecarpeted.com (h24-76-91-242.vc.shawcable.net [24.76.91.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3CEF43F5F for ; Mon, 27 Jan 2003 08:46:22 -0800 (PST) (envelope-from aardvark@hardesty.saintaardvarkthecarpeted.com) Received: from hardesty.saintaardvarkthecarpeted.com (localhost.localdomain [127.0.0.1]) by hardesty.saintaardvarkthecarpeted.com (8.12.5/8.12.5) with ESMTP id h0RGfB6Z016522; Mon, 27 Jan 2003 08:41:12 -0800 Received: (from aardvark@localhost) by hardesty.saintaardvarkthecarpeted.com (8.12.5/8.12.5/Submit) id h0RGf96n016520; Mon, 27 Jan 2003 08:41:09 -0800 Date: Mon, 27 Jan 2003 08:41:09 -0800 From: Saint Aardvark the Carpeted To: fozekizer@attbi.com Cc: freebsd-questions@freebsd.org Subject: Re: freebsd as platform for video security? Message-ID: <20030127164109.GA16487@hardesty.saintaardvarkthecarpeted.com> References: <20030127155744.0EAB343E4A@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030127155744.0EAB343E4A@mx1.FreeBSD.org> 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 The company I work for has done something like this for a local construction company. Basically, we set up a modest (P-200, if I recall correctly, maybe 64 MB of RAM) FreeBSD machine with a webcam and a video capture card (Happauge-based, I believe) to take pictures of a site they were building. Cron was used to take a picture every fifteen minutes, dial up another computer (also FreeBSD-based), and upload it; once there, it was merged with other pictures into movie files, made available in an archive, etc. Sorry to be vague on the details -- I had to rebuild the box once, so I wasn't involved in software choices, etc. (The ImageMagick tools would probably be a good starting point for merging pictures.) My point is that we did the job pretty well with modest equipment, so I think that, at least for time-lapse pictures, it is definitely possible to do what you're after. Oh, one other thing -- I do remember fooling around with capture utilities that basically acted as a web server: every time you connected to the machine, it would capture a picture and send it back. That might be useful to you. I can't remember the name of the program, but maybe someone else can help me out. Hope this helps, Hugh -- Saint Aardvark the Carpeted aardvark@saintaardvarkthecarpeted.com Because the plural of Anecdote is Myth. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 8:53: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0069537B401 for ; Mon, 27 Jan 2003 08:53:00 -0800 (PST) Received: from grumpy.dyndns.org (user-24-214-34-52.knology.net [24.214.34.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A596543F1E for ; Mon, 27 Jan 2003 08:52:58 -0800 (PST) (envelope-from dkelly@grumpy.dyndns.org) Received: from grumpy.dyndns.org (localhost [127.0.0.1]) by grumpy.dyndns.org (8.12.6/8.12.6) with ESMTP id h0RGqlX0093422; Mon, 27 Jan 2003 10:52:47 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Received: (from dkelly@localhost) by grumpy.dyndns.org (8.12.6/8.12.6/Submit) id h0RGql4w093421; Mon, 27 Jan 2003 10:52:47 -0600 (CST) Date: Mon, 27 Jan 2003 10:52:47 -0600 From: David Kelly To: george donnelly Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: FreeBSD and the PowerPC Message-ID: <20030127165247.GA93399@grumpy.dyndns.org> References: <200301261741.33325.dkelly@HiWAAY.net> 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 Mon, Jan 27, 2003 at 11:44:08AM -0500, george donnelly wrote: > [David Kelly commented on 1/26/03 6:41 PM] > > > On Sunday 26 January 2003 05:18 pm, Stacy Olivas wrote: > >> Greetings.. > >> > >> I have a question for the list.. I have a friend who is an avid Mac > >> freak.. > > > > Why should your MacFriend want to use FreeBSD or Linux when Darwin and > > MacOS X exist? > > maybe he doesn't want to get locked in to anything remotely closed source? > maybe he'd rather not have to go thu apple to get to *bsd? Maybe somebody doesn't know anything about Darwin. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 9: 4:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DD9437B401 for ; Mon, 27 Jan 2003 09:04:42 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-88.apple.com [17.250.248.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C0DE43FBB for ; Mon, 27 Jan 2003 09:04:42 -0800 (PST) (envelope-from rolnif@mac.com) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h0RH4bLp005660 for ; Mon, 27 Jan 2003 09:04:37 -0800 (PST) Received: from mac.com ([66.92.1.188]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id H9DU3O00.L51 for ; Mon, 27 Jan 2003 09:04:36 -0800 Date: Mon, 27 Jan 2003 09:00:46 -0800 Subject: Re: FreeBSD and the PowerPC Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) From: John Martinez To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit In-Reply-To: <20030127165247.GA93399@grumpy.dyndns.org> Message-Id: X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-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, January 27, 2003, at 08:52 AM, David Kelly wrote: > On Mon, Jan 27, 2003 at 11:44:08AM -0500, george donnelly wrote: >> [David Kelly commented on 1/26/03 6:41 PM] >> >>> On Sunday 26 January 2003 05:18 pm, Stacy Olivas wrote: >>> >>> Why should your MacFriend want to use FreeBSD or Linux when Darwin >>> and >>> MacOS X exist? >> >> maybe he doesn't want to get locked in to anything remotely closed >> source? >> maybe he'd rather not have to go thu apple to get to *bsd? > > Maybe somebody doesn't know anything about Darwin. While it would be nice to have a working version of FreeBSD for PPC, NetBSD, OpenBSD or Darwin are probably the other best choices. I still run Mac OS X on my PowerMacs, though. ;-) -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 9:31:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4062837B401 for ; Mon, 27 Jan 2003 09:31:17 -0800 (PST) Received: from diana.northnetworks.ca (att-ws20.switchview.com [216.13.70.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F4E43EB2 for ; Mon, 27 Jan 2003 09:31:12 -0800 (PST) (envelope-from iaccounts@northnetworks.ca) Received: from northnetworks.ca ([192.168.0.250]) by diana.northnetworks.ca (8.11.6/8.11.6) with ESMTP id h0RHUud54981; Mon, 27 Jan 2003 12:30:59 -0500 (EST) (envelope-from iaccounts@northnetworks.ca) Message-ID: <3E356C73.10401@northnetworks.ca> Date: Mon, 27 Jan 2003 12:29:23 -0500 From: Steve Bertrand User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Haight Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD IPSEC tunnel stoped working. References: <200301271225.h0RCPaLG001029@wartch.sapros.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 Looks like the 'spi' are out of sync on the 2 machines. This is after a quick glance, but I know on my IPSec setup, (with manual keys), the spi's have to be such: Stable in spi == Release out spi Release in spi == Stable out spi Are you using racoon? If not, post your ipsec script. Steve Bertrand Peter Haight wrote: >I had a FreeBSD IPSEC tunnel set up between two machines that stopped >working when I upgraded one of the machines to a newer version of >4.7-STABLE. I'm not sure what the problem is. When I watch the packets on >the outside interfaces, I see the packet go out from one host, the older >(4.7-RELEASE) machine replies, but the new one never moves that reply packet >back across the tunnel. > >'netstat -sn -p ipsec' is reporting that packets are "violating process >security policy". I'm pretty sure that is the problem, but I'm not sure what >that means. > >Here's setkey -DP (4.7-STABLE): > >192.168.1.1/24[any] 10.10.1.1/24[any] any > in ipsec > esp/tunnel/XX.XX.XX.XX-YY.YY.YY.YY/require > spid=24 seq=1 pid=24319 > refcnt=1 >10.10.1.1/24[any] 192.168.1.1/24[any] any > out ipsec > esp/tunnel/YY.YY.YY.YY-XX.XX.XX.XX/require > spid=23 seq=0 pid=24319 > refcnt=1 > >setkey -DP (4.7-RELEASE): >10.10.1.1/24[any] 192.168.1.1/24[any] any > in ipsec > esp/tunnel/YY.YY.YY.YY-XX.XX.XX.XX/require > spid=4 seq=1 pid=8760 > refcnt=1 >192.168.1.1/24[any] 10.10.1.1/24[any] any > out ipsec > esp/tunnel/XX.XX.XX.XX-YY.YY.YY.YY/require > spid=3 seq=0 pid=8760 > refcnt=1 > > >netstat -sn -p ipsec (4.7-STABLE): >ipsec: > 1688 inbound packets processed successfully > 1682 inbound packets violated process security policy > 0 inbound packets with no SA available > 0 invalid inbound packets > 0 inbound packets failed due to insufficient memory > 0 inbound packets failed getting SPI > 0 inbound packets failed on AH replay check > 0 inbound packets failed on ESP replay check > 0 inbound packets considered authentic > 0 inbound packets failed on authentication > ESP input histogram: > blowfish-cbc: 1688 > 588 outbound packets processed successfully > 0 outbound packets violated process security policy > 11 outbound packets with no SA available > 0 invalid outbound packets > 0 outbound packets failed due to insufficient memory > 0 outbound packets with no route > ESP output histogram: > blowfish-cbc: 588 > >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 Jan 27 9:32:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB6537B401 for ; Mon, 27 Jan 2003 09:32:41 -0800 (PST) Received: from fmx1.freemail.hu (fmx1.freemail.hu [195.228.242.221]) by mx1.FreeBSD.org (Postfix) with SMTP id C57A543F1E for ; Mon, 27 Jan 2003 09:32:39 -0800 (PST) (envelope-from gannater@freemail.hu) Received: (qmail 85858 invoked from network); 27 Jan 2003 18:32:29 +0100 Received: from fm5.freemail.hu (195.228.242.205) by fmx1.freemail.hu with SMTP; 27 Jan 2003 18:32:29 +0100 Received: (qmail 87455 invoked by uid 3644897); 27 Jan 2003 18:32:29 +0100 Date: Mon, 27 Jan 2003 18:32:29 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= Subject: Re: IMAP To: BSD In-Reply-To: <00ad01c2c61c$e5ae6230$7419cdcd@ticking> Message-ID: X-Originating-IP: [62.201.65.16] X-HTTP-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) 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 > >What is this kill -HUP inetd? > > kill -HUP pid is the standard command to reload a daemon in Unix. Replacing > the 'pid' with the process id number of the daemon in question (listed when > you do a 'ps aux') will force the daemon to reload it's configuration. > My problem is that the ps aux doesn't lists the inetd daemon. So this kill thing doesn't works as well..... How can I check IMAP or POP3 is really listening? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 9:35:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DF5037B401 for ; Mon, 27 Jan 2003 09:35:45 -0800 (PST) Received: from diana.northnetworks.ca (att-ws20.switchview.com [216.13.70.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2C643EB2 for ; Mon, 27 Jan 2003 09:35:44 -0800 (PST) (envelope-from iaccounts@northnetworks.ca) Received: from northnetworks.ca ([192.168.0.250]) by diana.northnetworks.ca (8.11.6/8.11.6) with ESMTP id h0RHZgd55870; Mon, 27 Jan 2003 12:35:42 -0500 (EST) (envelope-from iaccounts@northnetworks.ca) Message-ID: <3E356D90.50603@northnetworks.ca> Date: Mon, 27 Jan 2003 12:34:08 -0500 From: Steve Bertrand User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warren Block Cc: freebsd-questions@freebsd.org Subject: Re: IPFW and DHCPD References: <20030126204607.B2377@wonkity.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 $cmd allow 00010 udp from any to me 67 in via $iif $cmd allow 00020 udp from me 68 to any out via $iif Assuming that $iif is your interface and that dhcpd is running on the dhcpd server. Steve Warren Block wrote: >Can someone post a set of ipfw rules to allow DHCP to work on the inside >interface, something that would work in the context of the "SIMPLE" >example in /etc/rc.firewall? > >I've got too many variables to tell if I've got a working set of rules >and non-working dhcpd, or the other way around. Thanks! > >-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 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 9:37: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF00237B401 for ; Mon, 27 Jan 2003 09:37:00 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FD543EB2 for ; Mon, 27 Jan 2003 09:36:54 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0RHcIiE006828; Mon, 27 Jan 2003 12:38:19 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E356E70.3060708@potentialtech.com> Date: Mon, 27 Jan 2003 12:37:52 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-2?Q?Gannater_J=E1nos?= Cc: BSD Subject: Re: IMAP References: Content-Type: text/plain; charset=ISO-8859-2; 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 Gannater János wrote: >>>What is this kill -HUP inetd? >> >>kill -HUP pid is the standard command to reload a daemon in Unix. Replacing >>the 'pid' with the process id number of the daemon in question (listed when >>you do a 'ps aux') will force the daemon to reload it's configuration. > > My problem is that the ps aux doesn't lists the inetd daemon. So this > kill thing doesn't works as well..... > How can I check IMAP or POP3 is really listening? sockstat is your friend. Something like "sockstat | grep 110" will check for pop3, and you can see what program has it open. "sockstat | more" will allow you to scroll through the listing to see what's going on. -- Bill Moran Potential Technologies 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 Jan 27 9:39: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6F837B401 for ; Mon, 27 Jan 2003 09:39:08 -0800 (PST) Received: from flatiron.instantemail.net (naturalcom-gw.avl.rocketlauncher.net [209.95.78.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 325AC43F1E for ; Mon, 27 Jan 2003 09:39:07 -0800 (PST) (envelope-from benwilliams@instantemail.net) Received: from reliable-2000 (flatiron.instantemail.net [209.95.72.149]) by flatiron.instantemail.net (8.9.3/8.9.3) with ESMTP id RAA79437; Mon, 27 Jan 2003 17:38:54 GMT Date: Mon, 27 Jan 2003 12:38:57 -0500 From: Ben Williams X-Mailer: The Bat! (v1.61) Personal Reply-To: Ben Williams X-Priority: 3 (Normal) Message-ID: <24172748829.20030127123857@instantemail.net> To: =?ISO-8859-2?B?R2FubmF0ZXIgSuFub3M=?= Cc: BSD Subject: Re[2]: IMAP In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 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 Monday, January 27, 2003, 12:32:29 PM, you wrote: >> >What is this kill -HUP inetd? >> >> kill -HUP pid is the standard command to reload a daemon in Unix. GJ> Replacing >> the 'pid' with the process id number of the daemon in question (listed GJ> when >> you do a 'ps aux') will force the daemon to reload it's configuration. >> GJ> My problem is that the ps aux doesn't lists the inetd daemon. So this GJ> kill thing doesn't works as well..... GJ> How can I check IMAP or POP3 is really listening? For IMAP: sockstat | grep :143 For POP3: sockstat | grep :110 For both/either: sockstat | egrep ":143|:110" -- Ben mailto:benwilliams@instantemail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 9:44:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C15437B401 for ; Mon, 27 Jan 2003 09:44:34 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 1DDE443EB2 for ; Mon, 27 Jan 2003 09:44:28 -0800 (PST) (envelope-from mwm-dated-1044121467.43bfa2@mired.org) Received: (qmail 21103 invoked from network); 27 Jan 2003 17:44:27 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 27 Jan 2003 17:44:27 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15925.28666.766856.386331@guru.mired.org> Date: Mon, 27 Jan 2003 11:44:26 -0600 To: Francisco Reyes Cc: FreeBSD Questions List Subject: Re: Which files and directories to backup? In-Reply-To: <20030126195713.G17637-100000@zoraida.natserv.net> References: <15924.28404.975979.636400@guru.mired.org> <20030126195713.G17637-100000@zoraida.natserv.net> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <20030126195713.G17637-100000@zoraida.natserv.net>, Francisco Reyes typed: > On Sun, 26 Jan 2003, Mike Meyer wrote: > > It's a bad idea to exclude fstab. > Why? At one point I had it included and it actually clobered a working one > and just caused much more headaches. Because fstab tells you which disks are mounted where. This is important information, and while you may think you have it memorized, it's better to have it backed up somewhere. Overwriting a new copy with an old backup can be a problem with *any* file you back up, not just fstab, so that's not really a reason to not back it up. > I am not planning on doing a full backup/restore so if the machine totally > dies I can just get back up from it. My plan is more like install new os, > restore all data in restore directory and merge by hand as needed. This > has some serious overhead when doing the restore, but given that this is just in case of a > HD crash I hope it won't need to be done as often. Actually, that's what I do. I keep all the files I've changed - which includes /etc/fstab - in perforce. To "restore", I install the new OS and then have perforce replace all the files stored in it. fstab is definitely one of the files that get backed up that way. > Other files won't create as much headaches as fstab if copied over by > mistake. Oh yeah? What about rc.conf? Your firewall config, if any? password? Seems like they *all* create nasty headaches if copied over by mistake. The solution to that problem is *not* to not back things up, it's to NOT DO THAT. > The one time that I copied over fstab after intalling a new HD I > ended up with a mess that just got me all confused. I guess I don't work > enough with fdisk and related programs to easily fix /etc/fstab. fdisk and fstab have little, if anything, to do with each other. If you can't easily recreate fstab from memory, then you really do need to back it up. > I guess I could copy /etc/fstab to /etc/fstab.copy and then back that up. > This way I have a backup of the file and won't clobber it if I install new > drive and copy over files by mistake. Again, the same logic applies to every other file that you back up. Of course, that doesn't prevent you from copying /etc/fstab.copy over /etc/fstab, which would have the same results. > Thanks much. Will check those out. Will include them for now unless I can > confirm they not been used. FWIW, as well as the perforce backups, I back up all of / and /var - actually, /var is on /. It's about 82meg total, and not worth the trouble of sorting out. I don't back up anything on /usr except the perforce stuff, as all of that is built from the FreeBSD distribution. Ports go in /usr/opt, and locally built software goes in /usr/local, which is backed up. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 9:50: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4042F37B405 for ; Mon, 27 Jan 2003 09:50:06 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BBE843F81 for ; Mon, 27 Jan 2003 09:50:05 -0800 (PST) (envelope-from mwm-dated-1044121805.75fa89@mired.org) Received: (qmail 21165 invoked from network); 27 Jan 2003 17:50:05 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 27 Jan 2003 17:50:05 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15925.29004.336017.600454@guru.mired.org> Date: Mon, 27 Jan 2003 11:50:04 -0600 To: Anand Buddhdev Cc: questions@freebsd.org Subject: Re: playing CDs as non-root user In-Reply-To: <20030127030941.GU9710@anand.org> References: <20030127030941.GU9710@anand.org> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <20030127030941.GU9710@anand.org>, Anand Buddhdev typed: > I've got my FreeBSD system setup with KDE and sound. I have 2 questions: > 1. I got sound to work simply by doing "kldload snd" but then I did > kldstat and saw that all available sound modules had been loaded. I > thought that was unnecessary - is there any way (besides inserting > each module one at a time) that I can determine which exact module is > providing the driver for my sound card? Try "cat /dev/sndstat". That should tell you which driver you have. > 2. I can play a music CD just fine as root, using cdcontrol, as described > in the handbook. But under KDE, running as a non-root user, I cannot > play music CDs. I looked at the permissions on /dev/acd0c, and they are > 0640, root.operator, so an ordinary user cannot read the CD. I changed > the permissions to 0644, and I could play the CD. However, there must > be a good reason for the permisisons to be 0640, and I don't want to > mess up the permissions just to get the CD player to work. What is the > "official" way to get this to work? The handbook didn't mention it. There's no "official" way, because the best solution depends on the exact requirements. If you want to let everyone indiscriminatly use the CD player, you've found it. If you only want to let users who are logged onto the console use it, you use fbtab. If you only want to let a specific set of users use it, you put those users in group operator. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 10: 5:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 852A637B401; Mon, 27 Jan 2003 10:05:35 -0800 (PST) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52C643E4A; Mon, 27 Jan 2003 10:05:34 -0800 (PST) (envelope-from 520023893678-0001@t-online.de) Received: from fwd04.sul.t-online.de by mailout03.sul.t-online.com with smtp id 18dDdR-0007CK-06; Mon, 27 Jan 2003 19:05:29 +0100 Received: from pD950C7ED.dip.t-dialin.net (520023893678-0001@[217.80.199.237]) by fwd04.sul.t-online.com with esmtp id 18dDdD-0UCM0eC; Mon, 27 Jan 2003 19:05:15 +0100 Date: Mon, 27 Jan 2003 19:04:42 +0000 (GMT) From: 520023893678-0001@t-online.de (P. U. Kruppa) To: "Igor B. Bykhalo" Cc: FreeBSD Questions , "" Subject: Re: slightly OT: official CD tree structure In-Reply-To: <020801c2c5ee$22cace80$ea2ce9c1@binep.ac.ru> Message-ID: <20030127190357.G21839@small.pukruppa.de> References: <200301232200.h0NM0BTK032884@intruder.bmah.org> <020801c2c5ee$22cace80$ea2ce9c1@binep.ac.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: 520023893678-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 27 Jan 2003, Igor B. Bykhalo wrote: > I'm going to burn installation CDs after make release, > but i also want to put distfiles of my ports on it, > just for more convenient local work. > > The question is: where should i place distfiles? > Should it be /distfiles or ports/distfiles? Default should be /usr/ports/distfiles Regards, Uli. > > TIA, > Igor > > > 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 Mon Jan 27 10:25:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B019537B401 for ; Mon, 27 Jan 2003 10:25:57 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D9243EB2 for ; Mon, 27 Jan 2003 10:25:57 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id h0RIPoJ7022675; Mon, 27 Jan 2003 13:25:51 -0500 Date: Mon, 27 Jan 2003 13:37:18 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Mike Meyer Cc: FreeBSD Questions List Subject: Re: Which files and directories to backup? In-Reply-To: <15925.28666.766856.386331@guru.mired.org> Message-ID: <20030127132927.F32694-100000@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 27 Jan 2003, Mike Meyer wrote: > > Other files won't create as much headaches as fstab if copied over by > > mistake. > > Oh yeah? What about rc.conf? Your firewall config, if any? password? > Seems like they *all* create nasty headaches if copied over by > mistake. The solution to that problem is *not* to not back things up, > it's to NOT DO THAT. Again my case is: * Machine died * Install Fresh OS in new HD/machine * Restore to some "Restore" directory * Move/Copy files as needed. In such case I do want to use the same rc.conf, rc.firewall AS IS. Fstab on the other hand could clobber the installation. One thing I forgot to mention in the post is that I do backup all of /etc somewhere outside the tar. I guess it's just the way my crazy mind works, but when I deal with the tar files it would be a major catastrophy and where I think I could make mistakes. Because /etc is so important I keep a copy of /etc in a second drive. However I do need to also keep the data somewhere outside the machine just in case. Thanks for all the feedback and food for thought. Backups is one of those things that one usually sets up once and then forgets that it needs to be revised periodically. I am jut glad I am revising it before I need them and not as a result of having lost needed data. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 10:26:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC9137B401 for ; Mon, 27 Jan 2003 10:26:50 -0800 (PST) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1847743E4A for ; Mon, 27 Jan 2003 10:26:49 -0800 (PST) (envelope-from Jim.Hatfield@insignia.com) Received: from scorpio.isltd.insignia.com (scorpio.isltd.insignia.com [172.16.1.1]) by highland.isltd.insignia.com (8.12.6/8.12.6) with ESMTP id h0RIQg5x038790 for ; Mon, 27 Jan 2003 18:26:42 GMT (envelope-from Jim.Hatfield@insignia.com) Received: from exchange-uk.isltd.insignia.com (exchange-uk [172.16.1.6]) by scorpio.isltd.insignia.com (8.11.3/8.11.3) with ESMTP id h0RIQg129346 for ; Mon, 27 Jan 2003 18:26:42 GMT Received: by exchange-uk.isltd.insignia.com with Internet Mail Service (5.5.2653.19) id <3949G97F>; Mon, 27 Jan 2003 18:26:41 -0000 Message-ID: <2F03DF3DDE57D411AFF4009027B8C3670289D6FB@exchange-uk.isltd.insignia.com> From: "local.freebsd.questions" To: "'freebsd-questions@freebsd.org'" Subject: Matrox support for XFree86 on FreeBSD Date: Mon, 27 Jan 2003 18:26:37 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / 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 Yesterday while upgrading XFree86-Server from ports I saw the following, which I can't recall seeing before: >******************************************************** >Define WITH_MATROX_GXX_DRIVER to include Matrox's extra >"HALLIB" binary driver >******************************************************** And indeed it then pulled down drivers from the Matrox site and I see mga_hal is loaded in the X log. Amazing! I had thought that these drivers were for Linux only. The question immediately arises, in what way is XFree86 better with these drivers (on a G400) than the normal open-source drivers? If it's only enabling TV out then on a bog-standard G400 I won't see any benefit I guess. And is there any way I can persuade mplayer to allow me to use xmga or mga for output? It seems to look for a /dev/mga_vid which isn't present on FreeBSD. jim hatfield To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 10:37:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8303937B405 for ; Mon, 27 Jan 2003 10:37:17 -0800 (PST) Received: from tomts24-srv.bellnexxia.net (tomts24.bellnexxia.net [209.226.175.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC5243E4A for ; Mon, 27 Jan 2003 10:37:16 -0800 (PST) (envelope-from phillip@3bags.com) Received: from 3bagsmedia ([207.35.180.174]) by tomts24-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030127183715.PWUP5735.tomts24-srv.bellnexxia.net@3bagsmedia> for ; Mon, 27 Jan 2003 13:37:15 -0500 From: "Phillip Smith" To: Subject: A question about umask, groups and classes Date: Mon, 27 Jan 2003 13:39:44 -0500 Message-ID: <000c01c2c633$7638a250$aeb423cf@3bagsmedia> 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, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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, What I'm trying to accomplish is - to have a group of users called 'developers' - read/write access to all files created by any member of that group I believe in the past I've accomplished this via a umask of 002, but I don't recall where I put that to have it automatically assigned to all users in a certain group? Also, I've stumbled on the whole login.conf stuff, which seems to speak to 'classes' of users? I've never used user classes, is this a better way to set this? Preferably, I don't want to have to set the GUID on every folder the group is jointly working on. I'd rather have all files group readable/writeable by default. Are there any reasons not to do this? Many thanks in advance, phillip. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 10:40:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C9B37B401 for ; Mon, 27 Jan 2003 10:40:22 -0800 (PST) Received: from RoadRunner.timing.com (roadrunner.timing.com [206.168.13.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 716A643E4A for ; Mon, 27 Jan 2003 10:40:21 -0800 (PST) (envelope-from smp@RoadRunner.timing.com) Received: from RoadRunner.timing.com (localhost.timing.com [127.0.0.1]) by RoadRunner.timing.com (8.11.6/8.11.1) with ESMTP id h0RIeEK12550; Mon, 27 Jan 2003 11:40:18 -0700 (MST) (envelope-from smp@RoadRunner.timing.com) Message-Id: <200301271840.h0RIeEK12550@RoadRunner.timing.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 From: Steve Passe To: Rene Veerman Cc: questions@freebsd.org Subject: Re: 4.7-stable won't boot on Asus P2B-DS board :-(( Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 27 Jan 2003 11:40:14 -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, > An Asus P2B-DS board, with the latest bios (1013), 2 P-II processors, And IDE > harddisk and DVD-drive that loads a freebsd iso CD, and 512 Megs of RAM that > count correctly won't boot 4.7-Stable. > ... > Whatever kind of kernel configuration I try to boot, it hangs after > detecting devices. In standard kern-conf, this is straight after "plip". We have had a similar problem with SOME p2b boards here since 4.4. Just today we discovered that the problem went away if we enable "USB IRQ" in the BIOS on the "PNP AND PCI SETUP" page. -- Steve Passe | powered by smp@timing.com | Symmetric MultiProcessor FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 10:43:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73C9F37B401 for ; Mon, 27 Jan 2003 10:43:09 -0800 (PST) Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id A068843F3F for ; Mon, 27 Jan 2003 10:43:08 -0800 (PST) (envelope-from lists@3bags.com) Received: from 3bagsmedia ([207.35.180.174]) by tomts6-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030127184308.UWPO2515.tomts6-srv.bellnexxia.net@3bagsmedia> for ; Mon, 27 Jan 2003 13:43:08 -0500 Reply-To: From: "Phillip Smith (mailing list)" To: Subject: How to set-up two 'defaultrouter' IPs? Date: Mon, 27 Jan 2003 13:45:36 -0500 Message-ID: <000d01c2c634$48196ca0$aeb423cf@3bagsmedia> 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, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 create a somewhat redundant network connection, my friend has connected to business level ADSL connections at his home (32 IPs each). So, he has two routers, on two different networks (ATT/UUNET) and what he's doing is multi-homing his NIC cards and via some interesting DNS set-up, theoretically, there is some network redundancy or failover or something. Anyway, here's the question... how would I set-up two 'defaultrouter' IPs in my rc.conf? Is that were I would do such a thing? I'd like to have the same scenario that he's building with a multi-homed NIC and two IPs per VirtualHost directive. I guess there are actually many steps to accomplish this (as I now start to think about it) but I'm wondering how to set-up the networking piece first. Many thanks in advance, phillip. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 10:57:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A89A237B401 for ; Mon, 27 Jan 2003 10:57:10 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 2926B43EB2 for ; Mon, 27 Jan 2003 10:57:09 -0800 (PST) (envelope-from mwm-dated-1044125828.3deaf6@mired.org) Received: (qmail 22055 invoked from network); 27 Jan 2003 18:57:08 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 27 Jan 2003 18:57:08 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15925.33027.865478.842933@guru.mired.org> Date: Mon, 27 Jan 2003 12:57:07 -0600 To: fozekizer@attbi.com Cc: freebsd-questions@freebsd.org Subject: Re: freebsd as platform for video security? In-Reply-To: <20030127155744.0EAB343E4A@mx1.FreeBSD.org> References: <20030127155744.0EAB343E4A@mx1.FreeBSD.org> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <20030127155744.0EAB343E4A@mx1.FreeBSD.org>, fozekizer@attbi.com typed: > My father wants to be able to watch his security cameras at his business > remotely. I know it can be done...static IP, video capture, streaming video, > etc...in Windoze but I DO NOT want to deal with MS at all. Does software exist > for FreeBSD that would allow me to: > > 1. Monitor security camera footage online, either in real time or recorded > 2. Switch among 4 different cameras or meld the images together in a 4-way > split screen. The magic word in this case is H323. That's the network video/voice conferencing standard, and the tools to do this kind of thing on FreeBSD that I know of all use H323. In particular, the ohphone port. You could, for instance, set up one computer at each camera, and have ohphone displaying the incoming video from them on the monitoring computer. I don't have an ohphone setup anymore, so I don't know how much trouble getting multiple incoming video streams setup is. This solution provide four images in windows. You can use plpwm (part of the plwm port) as a window manager, which will let you rotate through the windows with a single key. Or you could use a scriptable window manager to lay out the windows in four quarters of the screen. > And what kind of machine (at the most basic) does everyone think would be > required to handle this sort of activity? Do you think I would be better off > using BeOS or another OS? I mention BeOS because I know what it can handle, > especially since it is extremely good when it comes to graphics and other > usually memory intensive programming. If you're going to pipe video over IP, then the end systems can be cheap - a 500MHz box is more than enough. The system running four displays is the problem. CPU load isn't much of a problem - fxtv chews up about 5% of the cpu on a gigahertz athlon box - but memory bandwidth could be a problem if you want to keep four running videos on it. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 11: 3:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C497737B407 for ; Mon, 27 Jan 2003 11:03:57 -0800 (PST) Received: from francisco.saintaardvarkthecarpeted.com (h24-76-91-242.vc.shawcable.net [24.76.91.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D28843F3F for ; Mon, 27 Jan 2003 11:03:56 -0800 (PST) (envelope-from aardvark@francisco.saintaardvarkthecarpeted.com) Received: from francisco.saintaardvarkthecarpeted.com (localhost [127.0.0.1]) by francisco.saintaardvarkthecarpeted.com (8.12.6/8.12.6) with ESMTP id h0RJ5aZE089336; Mon, 27 Jan 2003 19:05:36 GMT (envelope-from aardvark@francisco.saintaardvarkthecarpeted.com) Received: (from aardvark@localhost) by francisco.saintaardvarkthecarpeted.com (8.12.6/8.12.6/Submit) id h0RJ5Z2a089331; Mon, 27 Jan 2003 19:05:35 GMT Date: Mon, 27 Jan 2003 19:05:35 +0000 From: Saint Aardvark the Carpeted To: Gannater J?nos Cc: freebsd-questions@freebsd.org Subject: Re: IMAP Message-ID: <20030127190534.GB89218@francisco.saintaardvarkthecarpe> References: <00ad01c2c61c$e5ae6230$7419cdcd@ticking> 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 Gannater J?nos disturbed my sleep to write: > How can I check IMAP or POP3 is really listening? Other folks have mentioned sockstat; another method is just to try telnetting to port 110 in the case of POP3 (haven't worked with IMAP before, so not sure if this works with it). If you get a banner back like "+OK pop3d at
starting", then you're good. Hope this helps, Hugh -- Saint Aardvark the Carpeted aardvark@saintaardvarkthecarpeted.com Because the plural of Anecdote is Myth. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 11: 6: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CEB437B401 for ; Mon, 27 Jan 2003 11:06:05 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 6687143F3F for ; Mon, 27 Jan 2003 11:06:03 -0800 (PST) (envelope-from mwm-dated-1044126362.d979f8@mired.org) Received: (qmail 22155 invoked from network); 27 Jan 2003 19:06:03 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 27 Jan 2003 19:06:03 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15925.33562.323338.252653@guru.mired.org> Date: Mon, 27 Jan 2003 13:06:02 -0600 To: Francisco Reyes Cc: FreeBSD Questions List Subject: Re: Which files and directories to backup? In-Reply-To: <20030127132927.F32694-100000@zoraida.natserv.net> References: <15925.28666.766856.386331@guru.mired.org> <20030127132927.F32694-100000@zoraida.natserv.net> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <20030127132927.F32694-100000@zoraida.natserv.net>, Francisco Reyes typed: > On Mon, 27 Jan 2003, Mike Meyer wrote: > > > > Other files won't create as much headaches as fstab if copied over by > > > mistake. > > > > Oh yeah? What about rc.conf? Your firewall config, if any? password? > > Seems like they *all* create nasty headaches if copied over by > > mistake. The solution to that problem is *not* to not back things up, > > it's to NOT DO THAT. > > Again my case is: > * Machine died > * Install Fresh OS in new HD/machine > * Restore to some "Restore" directory > * Move/Copy files as needed. > > In such case I do want to use the same rc.conf, rc.firewall AS IS. > Fstab on the other hand could clobber the installation. Ok, I get it. You probably still want a copy of fstab, so you have a record of things you can mount other than backed up file systems and the things created by the install. If you never touch fstab after the install, then you don't need to back it up. > Backups is one of those things that one usually sets up once and then > forgets that it needs to be revised periodically. I am jut glad I am > revising it before I need them and not as a result of having lost needed > data. You should set up a cron job to do this backup for you once a day. That way, it'll always be reasonably current. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 11:14:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9106137B406 for ; Mon, 27 Jan 2003 11:14:15 -0800 (PST) Received: from mail.destar.net (240-7-237-24-cable.anchorageak.net [24.237.7.240]) by mx1.FreeBSD.org (Postfix) with SMTP id A51F443F43 for ; Mon, 27 Jan 2003 11:14:12 -0800 (PST) (envelope-from jonr@destar.net) Received: (qmail 92371 invoked by uid 5000); 27 Jan 2003 19:15:03 -0000 Received: from unknown (HELO ?192.168.1.100?) (192.168.1.1) by 192.168.1.20 with SMTP; 27 Jan 2003 19:15:03 -0000 Subject: Re: configuring AsanteGigianix1000TA From: Jon Reynolds To: Toomas Aas Cc: questions@freebsd.org In-Reply-To: <200301271311.h0RDBWO31663@lv.raad.tartu.ee> References: <1043649380.1520.15.camel@localhost.localdomain> <200301271311.h0RDBWO31663@lv.raad.tartu.ee> Content-Type: text/plain Organization: Message-Id: <1043694634.1893.8.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 27 Jan 2003 10:10:34 -0900 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-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, 2003-01-27 at 04:10, Toomas Aas wrote: > Hi! > > > I think I figured out my problem, I have an onboard ethernet port10/100 > > sis0 and when I placed the Giganix card in it uses the name nge0. Is the > > problem that both devices are using a '0'(e.g. sis0 nge0)? > > No, this is not the problem. > > I don't know why sysinstall won't configure the card, but maybe you can > try it from command line: > > ifconfig nge0 inet 10.0.0.1 netmask 255.0.0.0 > > (of course, use the correct ip address and netmask for your network). > > If something is wrong, it will at least give you an error message. If > the address 'sticks', then append the following line to /etc/rc.conf: > > ifconfig_nge0="inet 10.0.0.1 netmask 255.0.0.0" > > This will make sure the address remains after reboot. > -- > Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ > * ASCII stupid question, get a stupid ANSI! > I've tried to do both of those examples and it still will not hold the IP. I do have the correct driver installed if I copied the line from LINT for my NIC to my custom kernel then rebuilt it, correct? It also does not give me an error it just acts as if everything worked. Has anyone else run into this? Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 11:26:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEAA737B401 for ; Mon, 27 Jan 2003 11:26:21 -0800 (PST) Received: from above.proper.com (mail.proper.com [208.184.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A06343E4A for ; Mon, 27 Jan 2003 11:26:21 -0800 (PST) (envelope-from phoffman@proper.com) Received: from [165.227.249.18] (165-227-249-18.client.dsl.net [165.227.249.18]) by above.proper.com (8.11.6/8.11.3) with ESMTP id h0RJQ1o25142; Mon, 27 Jan 2003 11:26:01 -0800 (PST) Mime-Version: 1.0 X-Sender: phoffprop@mail.proper.com Message-Id: In-Reply-To: <20030126195713.G17637-100000@zoraida.natserv.net> References: <20030126195713.G17637-100000@zoraida.natserv.net> X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Date: Mon, 27 Jan 2003 08:22:20 -0800 To: Francisco Reyes , Mike Meyer From: Paul Hoffman Subject: Re: Which files and directories to backup? Cc: FreeBSD Questions List Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 8:16 PM -0500 1/26/03, Francisco Reyes wrote: >On Sun, 26 Jan 2003, Mike Meyer wrote: > >> It's a bad idea to exclude fstab. > >Why? At one point I had it included and it actually clobered a working one >and just caused much more headaches. You should still back it up; you just need to be more careful with your restores. The same will be true for many of the files in /etc. >Other files won't create as much headaches as fstab if copied over by >mistake. You say that now, but I would bet that for many people, restoring an old rc.conf would be more prone to making them yell "Doh!" than restoring an old fstab. In other words, you are better off doing more complete backups and just being that much more careful when you do restores. You can also do backups very often to minimize the problems of a backup being too old. I back up something similar to what you have listed here (with fewer exceptions of directories because most of the things you carefully excluded are really small) every week, and always just before I do a major upgrade. I then shove the backup offsite via ftp. Much of what you are backing up is quite compressable, so you should most likely be using 'tar -czf' instead of just 'tar -cf' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 11:54:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39AD837B401; Mon, 27 Jan 2003 11:54:12 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B6A43ED8; Mon, 27 Jan 2003 11:54:11 -0800 (PST) (envelope-from swear@attbi.com) Received: from localhost.localdomain ([12.242.158.67]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <20030127195410001008ap98e>; Mon, 27 Jan 2003 19:54:10 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.6/8.12.5) with ESMTP id h0RJpsm9042331; Mon, 27 Jan 2003 11:51:55 -0800 (PST) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.6/8.12.5/Submit) id h0RJpjWk042328; Mon, 27 Jan 2003 11:51:45 -0800 (PST) (envelope-from swear@attbi.com) X-Authentication-Warning: localhost.localdomain: jojo set sender to swear@attbi.com using -f To: Bill Moran Cc: "Greg 'groggy' Lehey" , freebsd-questions@FreeBSD.org Subject: Re: trouble brewing over the UNIX thing again... References: <3E309AA0.3020705@ocsny.com> <20030124030130.GB61607@rot13.obsecurity.org> <20030126074338.GB1606@sydney.worldwide.lemis.com> <3E341113.3080304@potentialtech.com> <20030127040154.GK94229@wantadilla.lemis.com> <3E34D2D9.8010209@potentialtech.com> From: swear@attbi.com (Gary W. Swearingen) Date: 27 Jan 2003 11:51:44 -0800 In-Reply-To: <3E34D2D9.8010209@potentialtech.com> Message-ID: <56y956jrqn.956@localhost.localdomain> Lines: 32 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bill Moran writes: > Greg 'groggy' Lehey wrote: > > > I'm more inclined to think that these are different parts of the same > > company who don't (didn't) know about the other part. > > Another strong possibility. Happens all the time. Not this time. The reports are quoting the CEO from interviews and official letters. They are reporting the creation of a new business unit ("SCOsource") to handle company intellectual property. The purpose is obviously not to get good publicity. http://siliconvalley.internet.com/news/article.php/1573491 quotes the CEO: "SCO is [...] identifying where intellectual property violations have taken place, and helping resolve those violations" http://news.com.com/2100-1001-981569.html?tag=fd_top quotes the CEO: "To us, it's not an issue of: Is Linux violating (SCO intellectual property)? It's an issue of: Is anybody violating it?" And it quotes the CEO noting the presence of their code in (Mac) OS/X. We can hope that he doesn't know something about the secret agreements over that code which we don't, and is just an ignorant CEO speaking too soon, and that his new lawyer will educate him about the code's status. Note that this scheme is not the one previously announced to sell licenses to the SysV compatibility libraries which the articles says is "a program that customers have been asking for". They didn't need the new laywer to figure out how to help their customers resolve that one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 12:16:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CB4337B401 for ; Mon, 27 Jan 2003 12:16:40 -0800 (PST) Received: from gardi.rapdat.com (dsl092-042-164.lax1.dsl.speakeasy.net [66.92.42.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id D183D43F3F for ; Mon, 27 Jan 2003 12:16:30 -0800 (PST) (envelope-from hackett@rapdat.com) Received: from gardi.home.rapdat.com (localhost.home.rapdat.com [127.0.0.1]) by gardi.home.rapdat.com (8.12.6/8.12.6) with ESMTP id h0R8wX38037648 for ; Mon, 27 Jan 2003 00:58:33 -0800 (PST) (envelope-from hackett@gardi.home.rapdat.com) Received: (from hackett@localhost) by gardi.home.rapdat.com (8.12.6/8.12.6/Submit) id h0R8wX1s037647 for freebsd-questions@FreeBSD.ORG; Mon, 27 Jan 2003 00:58:33 -0800 (PST) Content-Type: text/plain; charset="us-ascii" From: Nathan Hackett To: freebsd-questions@FreeBSD.ORG Subject: XF86 crash Date: Mon, 27 Jan 2003 00:58:33 -0800 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301270058.33122.hackett@rapdat.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is anyone out there using an ATI radeon 8500 graphics card? I just cvsup'd the latest ports tree and built a fresh build of the XFree86-4 port. then I run [root]>XFree86 -configure [root]>XFree86 -xf86config /root/xf86config.new and I get a floating point exception. Here is the contents of the /var/log/XFree86.0.log file: XFree86 Version 4.2.1 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 3 September 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.7-RELEASE 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: Sun Jan 26 23:07:53 2003 (++) Using config file: "/root/XF86Config.new" (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.5 XFree86 XInput driver : 0.3 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.3 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,71a0 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,71a1 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00 (II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00 (II) PCI: 00:0b:0: chip 9005,005f card 9005,080f rev 00 class 01,00,00 hdr 80 (II) PCI: 00:0b:1: chip 9005,005f card 9005,080f rev 00 class 01,00,00 hdr 80 (II) PCI: 00:0c:0: chip 1274,1371 card 1274,1371 rev 06 class 04,01,00 hdr 00 (II) PCI: 00:0d:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr 00 (II) PCI: 00:11:0: chip 109e,036e card 1461,0001 rev 02 class 04,00,00 hdr 80 (II) PCI: 00:11:1: chip 109e,0878 card 1461,0001 rev 02 class 04,80,00 hdr 80 (II) PCI: 00:13:0: chip 1274,5880 card 1274,2003 rev 02 class 04,01,00 hdr 00 (II) PCI: 01:00:0: chip 1002,514c card 1002,0f2a rev 00 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) LoadModule: "scanpci" (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Host-to-PCI bridge: (II) PCI-to-ISA bridge: (II) PCI-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0xff500000 - 0xff5fffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0xd6a00000 - 0xf6afffff (0x20100000) MX[B] (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (--) PCI: (0:17:0) BrookTree unknown chipset (0x036e) rev 2, Mem @ 0xfebfe000/12 (--) PCI:*(1:0:0) ATI Radeon 8500 QL rev 0, Mem @ 0xe0000000/28, 0xff5f0000/16, I/O @ 0xd800/8, BIOS @ 0xff5c0000/17 (II) Addressable bus resource ranges are [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [1] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [2] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [3] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [4] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [5] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [6] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [7] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [8] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [9] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [10] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [11] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [12] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [13] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) (II) Inactive PCI resource ranges: [0] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E (II) Active PCI resource ranges after removing overlaps: [0] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [1] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [2] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [3] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [4] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [5] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [6] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [7] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [8] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [9] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [10] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [11] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [12] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [13] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) (II) Inactive PCI resource ranges after removing overlaps: [0] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [6] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [7] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [8] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [9] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [10] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [11] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [12] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [14] -1 0x00000000 - 0x000000ff (0x100) IX[B] [15] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [16] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [17] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [18] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [19] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [20] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [21] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [22] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) LoadModule: "xie" (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a (II) Module xie: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XIE (II) LoadModule: "pex5" (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a (II) Module pex5: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension X3D-PEX (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a (II) Module drm: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a (II) Module xtrap: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a (II) Module speedo: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "ati" (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="The XFree86 Project" compiled for 4.2.1, module version = 6.4.8 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.5 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.3 (II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI), ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI), ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP), ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP), ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI), ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI), ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP), ATI Rage 128 Mobility ML (AGP) (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP), ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP), ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP), ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP), ATI Radeon 7500 QW (AGP) (II) Primary Device is: PCI 01:00:0 (II) ATI: Candidate "Device" section "Card0". (II) ATI: Unshared 8514/A not probed. (II) ATI: Unshared Mach64 at PIO base 0x02EC not probed. (II) ATI: Unshared Mach64 at PIO base 0x01CC not probed. (II) ATI: Unshared Mach64 at PIO base 0x01C8 not probed. (--) Chipset ATI Radeon 8500 QL (AGP) found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [6] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [7] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [8] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [9] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [10] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [11] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [12] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [14] -1 0x00000000 - 0x000000ff (0x100) IX[B] [15] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [16] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [17] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [18] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [19] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [20] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [21] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [22] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E (II) Loading sub module "radeon" (II) LoadModule: "radeon" (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o (II) Module radeon: vendor="The XFree86 Project" compiled for 4.2.1, module version = 4.0.1 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.5 (II) resource ranges after probing: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [6] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [7] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [8] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [9] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [10] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [11] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [12] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [13] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [14] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [15] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [19] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [20] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [21] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [22] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [23] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [24] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [25] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E [26] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [27] 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="The XFree86 Project" compiled for 4.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) RADEON(0): PCI bus 1 card 0 func 0 (==) RADEON(0): Depth 8, (==) framebuffer bpp 8 (II) RADEON(0): Pixel depth = 8 bits stored in 1 byte (8 bpp pixmaps) (==) RADEON(0): Default visual is PseudoColor (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): initializing int10 (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear (==) RADEON(0): Write-combining range (0xf0000,0x10000) (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (--) RADEON(0): Chipset: "ATI Radeon 8500 QL (AGP)" (ChipID = 0x514c) (--) RADEON(0): Linear framebuffer at 0xe0000000 (--) RADEON(0): MMIO registers at 0xff5f0000 (--) RADEON(0): BIOS at 0xff5c0000 (==) RADEON(0): Write-combining range (0xff5f0000,0x80000) was already clear (--) RADEON(0): VideoRAM: 131072 kByte (64-bit DDR SDRAM) (==) RADEON(0): Write-combining range (0xff5f0000,0x80000) was already clear (II) RADEON(0): Primary Display == Type 1 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.a (II) Module i2c: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.2.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): I2C bus "DDC" initialized. (==) RADEON(0): Write-combining range (0xff5f0000,0x80000) was already clear (II) RADEON(0): I2C device "DDC:ddc2" registered. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C EDID Info: (II) RADEON(0): Manufacturer: VSC Model: 2107 Serial#: 16843009 (II) RADEON(0): Year: 2001 Week: 48 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) RADEON(0): Sync: Separate Composite SyncOnGreen (II) RADEON(0): Max H-Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.40 (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@67Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@56Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 832x624@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): 1280x1024@75Hz (II) RADEON(0): 1152x870@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 75 vid: 36737 (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 75 vid: 20321 (II) RADEON(0): #4: hsize: 832 vsize 624 refresh: 75 vid: 20297 (II) RADEON(0): #5: hsize: 800 vsize 600 refresh: 75 vid: 20293 (II) RADEON(0): #6: hsize: 640 vsize 480 refresh: 75 vid: 20273 (II) RADEON(0): #7: hsize: 640 vsize 480 refresh: 60 vid: 16433 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Serial No: A0Z014810148 (II) RADEON(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 82 kHz, PixClock max 140 MHz (II) RADEON(0): Monitor name: VG191b (II) RADEON(0): End of DDC Monitor info (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=27500 (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) RADEON(0): Monitor0: Using hsync range of 30.00-82.00 kHz (II) RADEON(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz (II) RADEON(0): Clock range: 20.00 to 350.00 MHz (II) RADEON(0): Not using default mode "640x350" (vrefresh out of range) (II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "640x400" (vrefresh out of range) (II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "720x400" (vrefresh out of range) (II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range) (II) RADEON(0): Not using default mode "400x300" (vrefresh out of range) (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range) (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range) (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range) (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range) (II) RADEON(0): Not using default mode "1280x960" (hsync out of range) (II) RADEON(0): Not using default mode "640x480" (hsync out of range) (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range) (II) RADEON(0): Not using default mode "640x512" (hsync out of range) (WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 140MHz (WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 140MHz (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (hsync out of range) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (hsync out of range) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (hsync out of range) (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) (II) RADEON(0): Not using default mode "896x672" (hsync out of range) (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) (II) RADEON(0): Not using default mode "896x672" (hsync out of range) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (hsync out of range) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (hsync out of range) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (hsync out of range) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (hsync out of range) (WW) (1400x1050,Monitor0) mode clock 155.8MHz exceeds DDC maximum 140MHz (--) RADEON(0): Virtual size is 1600x1200 (pitch 1600) (**) RADEON(0): Default mode "1600x1200": 175.5 MHz, 81.2 kHz, 65.0 Hz (II) RADEON(0): Modeline "1600x1200" 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (**) RADEON(0): Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (**) RADEON(0): Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz (II) RADEON(0): Modeline "1400x1050" 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (**) RADEON(0): Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz (II) RADEON(0): Modeline "1400x1050" 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (**) RADEON(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) RADEON(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) RADEON(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) RADEON(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (**) RADEON(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) RADEON(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (**) RADEON(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) RADEON(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (**) RADEON(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) RADEON(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (**) RADEON(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) RADEON(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (**) RADEON(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) RADEON(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (**) RADEON(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) RADEON(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (**) RADEON(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) RADEON(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) RADEON(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) (II) RADEON(0): Modeline "800x600" 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (**) RADEON(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) RADEON(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) RADEON(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "800x600" 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (**) RADEON(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) RADEON(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (**) RADEON(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) (II) RADEON(0): Modeline "700x525" 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (**) RADEON(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "700x525" 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (**) RADEON(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) (II) RADEON(0): Modeline "640x512" 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (**) RADEON(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "640x512" 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) RADEON(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) RADEON(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (**) RADEON(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) RADEON(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (**) RADEON(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "640x480" 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (**) RADEON(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) (II) RADEON(0): Modeline "576x432" 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (**) RADEON(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D) (II) RADEON(0): Modeline "512x384" 39.40 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (**) RADEON(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (II) RADEON(0): Modeline "512x384" 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (**) RADEON(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "512x384" 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (**) RADEON(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) RADEON(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (**) RADEON(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) RADEON(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) RADEON(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) RADEON(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (--) RADEON(0): Display dimensions: (380, 300) mm (--) RADEON(0): DPI set to (106, 101) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.a (II) Module xaa: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): Depth moves disabled by default (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0xff5f0000 - 0xff5fffff (0x10000) MX[B] [1] 0 0xe0000000 - 0xefffffff (0x10000000) MX[B] [2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [8] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [9] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [10] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [11] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [12] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [13] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [14] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [15] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [16] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [17] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [18] 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [19] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [22] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [23] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [24] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [25] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [26] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [27] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [28] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E [29] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [30] 0 0x000003c0 - 0x000003df (0x20) IS[B] (==) RADEON(0): Write-combining range (0xff5f0000,0x80000) was already clear (==) RADEON(0): Write-combining range (0xe0000000,0x8000000) (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear Fatal server error: Caught signal 8. Server aborting 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 12:17:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FED37B405 for ; Mon, 27 Jan 2003 12:17:20 -0800 (PST) Received: from gardi.rapdat.com (dsl092-042-164.lax1.dsl.speakeasy.net [66.92.42.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 842D943F1E for ; Mon, 27 Jan 2003 12:17:08 -0800 (PST) (envelope-from hackett@rapdat.com) Received: from gardi.home.rapdat.com (localhost.home.rapdat.com [127.0.0.1]) by gardi.rapdat.com (8.12.6/8.12.6) with ESMTP id h0RKFLn4056758 for ; Mon, 27 Jan 2003 12:15:21 -0800 (PST) (envelope-from hackett@gardi.home.rapdat.com) Received: (from hackett@localhost) by gardi.home.rapdat.com (8.12.6/8.12.6/Submit) id h0RKFLdj056757 for freebsd-questions@freebsd.org; Mon, 27 Jan 2003 12:15:21 -0800 (PST) Content-Type: text/plain; charset="iso-8859-1" From: Nathan Hackett Subject: XF86 crash Date: Mon, 27 Jan 2003 12:15:20 -0800 User-Agent: KMail/1.4.3 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301271215.20989.hackett@rapdat.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is anyone out there using an ATI radeon 8500 graphics card? I just cvsup'd the latest ports tree and built a fresh build of the XFree86-4 port. then I run [root]>XFree86 -configure [root]>XFree86 -xf86config /root/xf86config.new and I get a floating point exception. Here is the contents of the /var/log/XFree86.0.log file: XFree86 Version 4.2.1 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 3 September 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.7-RELEASE 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: Sun Jan 26 23:07:53 2003 (++) Using config file: "/root/XF86Config.new" (==) ServerLayout "XFree86 Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Keyboard: CustomKeycode disabled (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/l ib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/ 100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.5 XFree86 XInput driver : 0.3 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.3 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,71a0 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,71a1 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00 (II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00 (II) PCI: 00:0b:0: chip 9005,005f card 9005,080f rev 00 class 01,00,00 hdr 80 (II) PCI: 00:0b:1: chip 9005,005f card 9005,080f rev 00 class 01,00,00 hdr 80 (II) PCI: 00:0c:0: chip 1274,1371 card 1274,1371 rev 06 class 04,01,00 hdr 00 (II) PCI: 00:0d:0: chip 8086,1229 card 8086,000c rev 08 class 02,00,00 hdr 00 (II) PCI: 00:11:0: chip 109e,036e card 1461,0001 rev 02 class 04,00,00 hdr 80 (II) PCI: 00:11:1: chip 109e,0878 card 1461,0001 rev 02 class 04,80,00 hdr 80 (II) PCI: 00:13:0: chip 1274,5880 card 1274,2003 rev 02 class 04,01,00 hdr 00 (II) PCI: 01:00:0: chip 1002,514c card 1002,0f2a rev 00 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) LoadModule: "scanpci" (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Host-to-PCI bridge: (II) PCI-to-ISA bridge: (II) PCI-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0xff500000 - 0xff5fffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0xd6a00000 - 0xf6afffff (0x20100000) MX[B] (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (--) PCI: (0:17:0) BrookTree unknown chipset (0x036e) rev 2, Mem @ 0xfebfe000/12 (--) PCI:*(1:0:0) ATI Radeon 8500 QL rev 0, Mem @ 0xe0000000/28, 0xff5f0000/16, I/O @ 0xd800/8, BIOS @ 0xff5c0000/17 (II) Addressable bus resource ranges are [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [1] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [2] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [3] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [4] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [5] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [6] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [7] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [8] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [9] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [10] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [11] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [12] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [13] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) (II) Inactive PCI resource ranges: [0] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E (II) Active PCI resource ranges after removing overlaps: [0] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [1] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [2] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [3] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [4] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [5] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [6] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [7] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [8] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [9] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [10] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [11] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [12] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [13] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) (II) Inactive PCI resource ranges after removing overlaps: [0] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [6] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [7] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [8] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [9] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [10] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [11] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [12] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [14] -1 0x00000000 - 0x000000ff (0x100) IX[B] [15] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [16] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [17] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [18] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [19] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [20] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [21] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [22] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) LoadModule: "xie" (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a (II) Module xie: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XIE (II) LoadModule: "pex5" (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a (II) Module pex5: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension X3D-PEX (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a (II) Module dri: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a (II) Module drm: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a (II) Module xtrap: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a (II) Module speedo: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "ati" (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="The XFree86 Project" compiled for 4.2.1, module version = 6.4.8 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.5 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.3 (II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI), ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI), ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP), ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP), ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI), ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI), ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP), ATI Rage 128 Mobility ML (AGP) (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP), ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP), ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP), ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP), ATI Radeon 7500 QW (AGP) (II) Primary Device is: PCI 01:00:0 (II) ATI: Candidate "Device" section "Card0". (II) ATI: Unshared 8514/A not probed. (II) ATI: Unshared Mach64 at PIO base 0x02EC not probed. (II) ATI: Unshared Mach64 at PIO base 0x01CC not probed. (II) ATI: Unshared Mach64 at PIO base 0x01C8 not probed. (--) Chipset ATI Radeon 8500 QL (AGP) found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [6] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [7] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [8] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [9] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [10] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [11] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [12] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [14] -1 0x00000000 - 0x000000ff (0x100) IX[B] [15] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [16] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [17] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [18] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [19] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [20] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [21] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [22] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E (II) Loading sub module "radeon" (II) LoadModule: "radeon" (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o (II) Module radeon: vendor="The XFree86 Project" compiled for 4.2.1, module version = 4.0.1 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.5 (II) resource ranges after probing: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [6] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [7] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [8] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [9] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [10] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [11] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [12] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [13] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [14] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [15] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0x00000000 - 0x000000ff (0x100) IX[B] [18] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [19] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [20] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [21] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [22] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [23] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [24] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [25] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E [26] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [27] 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="The XFree86 Project" compiled for 4.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) RADEON(0): PCI bus 1 card 0 func 0 (==) RADEON(0): Depth 8, (==) framebuffer bpp 8 (II) RADEON(0): Pixel depth = 8 bits stored in 1 byte (8 bpp pixmaps) (==) RADEON(0): Default visual is PseudoColor (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): initializing int10 (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear (==) RADEON(0): Write-combining range (0xf0000,0x10000) (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (--) RADEON(0): Chipset: "ATI Radeon 8500 QL (AGP)" (ChipID = 0x514c) (--) RADEON(0): Linear framebuffer at 0xe0000000 (--) RADEON(0): MMIO registers at 0xff5f0000 (--) RADEON(0): BIOS at 0xff5c0000 (==) RADEON(0): Write-combining range (0xff5f0000,0x80000) was already clear (--) RADEON(0): VideoRAM: 131072 kByte (64-bit DDR SDRAM) (==) RADEON(0): Write-combining range (0xff5f0000,0x80000) was already clear (II) RADEON(0): Primary Display == Type 1 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.a (II) Module i2c: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.2.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): I2C bus "DDC" initialized. (==) RADEON(0): Write-combining range (0xff5f0000,0x80000) was already clear (II) RADEON(0): I2C device "DDC:ddc2" registered. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C device "DDC:ddc2" registered. (II) RADEON(0): I2C device "DDC:ddc2" removed. (II) RADEON(0): I2C EDID Info: (II) RADEON(0): Manufacturer: VSC Model: 2107 Serial#: 16843009 (II) RADEON(0): Year: 2001 Week: 48 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) RADEON(0): Sync: Separate Composite SyncOnGreen (II) RADEON(0): Max H-Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.40 (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@67Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@56Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 832x624@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): 1280x1024@75Hz (II) RADEON(0): 1152x870@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 75 vid: 36737 (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 75 vid: 20321 (II) RADEON(0): #4: hsize: 832 vsize 624 refresh: 75 vid: 20297 (II) RADEON(0): #5: hsize: 800 vsize 600 refresh: 75 vid: 20293 (II) RADEON(0): #6: hsize: 640 vsize 480 refresh: 75 vid: 20273 (II) RADEON(0): #7: hsize: 640 vsize 480 refresh: 60 vid: 16433 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Serial No: A0Z014810148 (II) RADEON(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 82 kHz, PixClock max 140 MHz (II) RADEON(0): Monitor name: VG191b (II) RADEON(0): End of DDC Monitor info (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=27500 (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) RADEON(0): Monitor0: Using hsync range of 30.00-82.00 kHz (II) RADEON(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz (II) RADEON(0): Clock range: 20.00 to 350.00 MHz (II) RADEON(0): Not using default mode "640x350" (vrefresh out of range) (II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "640x400" (vrefresh out of range) (II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "720x400" (vrefresh out of range) (II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range) (II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range) (II) RADEON(0): Not using default mode "400x300" (vrefresh out of range) (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range) (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range) (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range) (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range) (II) RADEON(0): Not using default mode "1280x960" (hsync out of range) (II) RADEON(0): Not using default mode "640x480" (hsync out of range) (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range) (II) RADEON(0): Not using default mode "640x512" (hsync out of range) (WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 140MHz (WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 140MHz (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (hsync out of range) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (hsync out of range) (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range) (II) RADEON(0): Not using default mode "800x600" (hsync out of range) (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) (II) RADEON(0): Not using default mode "896x672" (hsync out of range) (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range) (II) RADEON(0): Not using default mode "896x672" (hsync out of range) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (hsync out of range) (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range) (II) RADEON(0): Not using default mode "928x696" (hsync out of range) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (hsync out of range) (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range) (II) RADEON(0): Not using default mode "960x720" (hsync out of range) (WW) (1400x1050,Monitor0) mode clock 155.8MHz exceeds DDC maximum 140MHz (--) RADEON(0): Virtual size is 1600x1200 (pitch 1600) (**) RADEON(0): Default mode "1600x1200": 175.5 MHz, 81.2 kHz, 65.0 Hz (II) RADEON(0): Modeline "1600x1200" 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (**) RADEON(0): Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (**) RADEON(0): Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz (II) RADEON(0): Modeline "1400x1050" 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (**) RADEON(0): Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz (II) RADEON(0): Modeline "1400x1050" 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (**) RADEON(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) RADEON(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) RADEON(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (**) RADEON(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (II) RADEON(0): Modeline "1280x960" 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (**) RADEON(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) RADEON(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (**) RADEON(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) RADEON(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (**) RADEON(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) RADEON(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (**) RADEON(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) RADEON(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (**) RADEON(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) RADEON(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (**) RADEON(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) RADEON(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (**) RADEON(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) RADEON(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) RADEON(0): Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D) (II) RADEON(0): Modeline "800x600" 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (**) RADEON(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) RADEON(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) RADEON(0): Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "800x600" 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (**) RADEON(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) RADEON(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (**) RADEON(0): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D) (II) RADEON(0): Modeline "700x525" 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (**) RADEON(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "700x525" 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (**) RADEON(0): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D) (II) RADEON(0): Modeline "640x512" 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (**) RADEON(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "640x512" 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) RADEON(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) RADEON(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (**) RADEON(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) RADEON(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (**) RADEON(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "640x480" 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (**) RADEON(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) (II) RADEON(0): Modeline "576x432" 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (**) RADEON(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D) (II) RADEON(0): Modeline "512x384" 39.40 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (**) RADEON(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (II) RADEON(0): Modeline "512x384" 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (**) RADEON(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) RADEON(0): Modeline "512x384" 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (**) RADEON(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) RADEON(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (**) RADEON(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) RADEON(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) RADEON(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (**) RADEON(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) RADEON(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (--) RADEON(0): Display dimensions: (380, 300) mm (--) RADEON(0): DPI set to (106, 101) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.2.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.5 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.a (II) Module xaa: vendor="The XFree86 Project" compiled for 4.2.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (II) RADEON(0): Depth moves disabled by default (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0xff5f0000 - 0xff5fffff (0x10000) MX[B] [1] 0 0xe0000000 - 0xefffffff (0x10000000) MX[B] [2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0xfebff000 - 0xfebfffff (0x1000) MX[B]E [8] -1 0xff900000 - 0xff9fffff (0x100000) MX[B]E [9] -1 0xffafd000 - 0xffafdfff (0x1000) MX[B]E [10] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B]E [11] -1 0xff5c0000 - 0xff5dffff (0x20000) MX[B](B) [12] -1 0xff5f0000 - 0xff5fffff (0x10000) MX[B](B) [13] -1 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [14] -1 0xfebfe000 - 0xfebfefff (0x1000) MX[B](B) [15] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [16] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [17] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [18] 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [19] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0x0000ed80 - 0x0000edff (0x80) IX[B]E [22] -1 0x0000ee80 - 0x0000eeff (0x80) IX[B]E [23] -1 0x0000ef00 - 0x0000efff (0x100) IX[B]E [24] -1 0x0000e800 - 0x0000e8ff (0x100) IX[B]E [25] -1 0x0000e400 - 0x0000e4ff (0x100) IX[B]E [26] -1 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [27] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [28] -1 0x0000ef80 - 0x0000efff (0x80) IX[B]E [29] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [30] 0 0x000003c0 - 0x000003df (0x20) IS[B] (==) RADEON(0): Write-combining range (0xff5f0000,0x80000) was already clear (==) RADEON(0): Write-combining range (0xe0000000,0x8000000) (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear Fatal server error: Caught signal 8. Server aborting 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. ------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 12:37:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FDD37B401 for ; Mon, 27 Jan 2003 12:37:22 -0800 (PST) Received: from ns.utk.ru (P91-36-5.utk.ru [81.91.36.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D230D43F1E for ; Mon, 27 Jan 2003 12:37:20 -0800 (PST) (envelope-from none@none.ru) Received: from Sender (vc160.utk.ru [81.91.32.160]) by ns.utk.ru (8.9.3/8.9.3) with SMTP id BAA45642; Tue, 28 Jan 2003 01:36:21 +0500 (ESK) Message-Id: <200301272036.BAA45642@ns.utk.ru> From: Àíäðåé To: "" <> Subject: Ïðåäëîæåíèå Reply-To: none@none.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="Windows-1251" Date: Tue, 28 Jan 2003 01:37:49 +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 Ïðåäëîãàÿ Âàì èçãîòîâëåíèå ïëàñòèêîâûõ êàðò. Áûñòðî è íåäîðîãî. ò. 8-902-8868204 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 12:47:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCE937B401 for ; Mon, 27 Jan 2003 12:47:06 -0800 (PST) Received: from web13506.mail.yahoo.com (web13506.mail.yahoo.com [216.136.175.85]) by mx1.FreeBSD.org (Postfix) with SMTP id CA88943F18 for ; Mon, 27 Jan 2003 12:47:05 -0800 (PST) (envelope-from us23north@yahoo.com) Message-ID: <20030127204705.44005.qmail@web13506.mail.yahoo.com> Received: from [66.248.81.100] by web13506.mail.yahoo.com via HTTP; Mon, 27 Jan 2003 12:47:05 PST Date: Mon, 27 Jan 2003 12:47:05 -0800 (PST) From: Eric Buchanan Subject: Make buildworld dies in /usr/src/gnu/usr.bin/texinfo To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, My make buildworld keeps failing in /usr/src/gnu/usr.bin/texinfo. This desktop has been updated with cvsup and make worlds since 4.1-Release with very few problems until today. Thank you in advance! Eric Buchanan This was what was printed out when it stopped: /usr/obj/backup/src/i386/backup/src/gnu/usr.bin/texinfo/install-info created for /backup/src/gnu/usr.bin/texinfo/install-info ===> gnu/usr.bin/texinfo/texindex /usr/obj/backup/src/i386/backup/src/gnu/usr.bin/texinfo/texindex created for /backup/src/gnu/usr.bin/texinfo/texindex ===> gnu/usr.bin/texinfo/doc /usr/obj/backup/src/i386/backup/src/gnu/usr.bin/texinfo/doc created for /backup/src/gnu/usr.bin/texinfo/doc ===> gnu/usr.bin/texinfo/libtxi rm -f .depend mkdep -f .depend -a -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo -I/backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib -D__FBSDID=__RCSID /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/getopt.c /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/getopt1.c /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/substring.c /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/xexit.c /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/xmalloc.c /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/lib/xstrdup.c ===> gnu/usr.bin/texinfo/makeinfo rm -f .depend mkdep -f .depend -a -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/backup/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/backup/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -D__FBSDID=__RCSID /backup/src/gnu/usr.bin/texinfo/makeinfo/cmds.c /backup/src/gnu/usr.bin/texinfo/makeinfo/docbook.c /backup/src/gnu/usr.bin/texinfo/makeinfo/defun.c /backup/src/gnu/usr.bin/texinfo/makeinfo/files.c /backup/src/gnu/usr.bin/texinfo/makeinfo/footnote.c /backup/src/gnu/usr.bin/texinfo/makeinfo/html.c /backup/src/gnu/usr.bin/texinfo/makeinfo/index.c /backup/src/gnu/usr.bin/texinfo/makeinfo/insertion.c /backup/src/gnu/usr.bin/texinfo/makeinfo/lang.c /backup/src/gnu/usr.bin/texinfo/makeinfo/macro.c /backup/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/makeinfo.c /backup/src/gnu/usr.bin/texinfo/makeinfo/multi.c /backup/src/gnu/usr.bin/texinfo/makeinfo/node.c /backup/src/gnu/usr.bin/texinfo/makeinfo/sectioning.c /backup/src/gnu/usr.bin/texinfo/makeinfo/toc.c /backup/src/gnu/usr.bin/texinfo/makeinfo/xml.c echo makeinfo: /usr/lib/libc.a /usr/obj/backup/src/i386/backup/src/gnu/usr.bin/texinfo/makeinfo/../libtxi/libtxi.a >> .depend ===> gnu/usr.bin/texinfo/info rm -f .depend mkdep -f .depend -a -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo -I/backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/lib -D__FBSDID=__RCSID /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/dir.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/display.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/doc.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/dribble.c /backup/src/gnu/usr.bin/texinfo/info/echo-area.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/filesys.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/footnotes.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/gc.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/indices.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/info-utils.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/info.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/infodoc.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/infomap.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/m-x.c /backup/src/gnu/usr.bin/texinfo/info/man.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/nodemenu.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/nodes.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/search.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/session.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/signals.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/terminal.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/tilde.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/variables.c /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info/window.c *** Error code 1 Stop in /backup/src/gnu/usr.bin/texinfo/info. *** Error code 1 Stop in /backup/src/gnu/usr.bin/texinfo. *** Error code 1 Stop in /backup/src. *** Error code 1 Stop in /backup/src. *** Error code 1 Stop in /backup/src. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 27 12:53: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 129F837B407 for ; Mon, 27 Jan 2003 12:53:03 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id C542143F13 for ; Mon, 27 Jan 2003 12:53:01 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt-207-41-94-233.owt.com (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id MAA20932; Mon, 27 Jan 2003 12:52:59 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Kent Stewart To: Eric Buchanan , freebsd-questions@FreeBSD.ORG Subject: Re: Make buildworld dies in /usr/src/gnu/usr.bin/texinfo Date: Mon, 27 Jan 2003 12:52:59 -0800 User-Agent: KMail/1.4.3 References: <20030127204705.44005.qmail@web13506.mail.yahoo.com> In-Reply-To: <20030127204705.44005.qmail@web13506.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301271252.59411.kstewart@owt.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 Monday 27 January 2003 12:47 pm, Eric Buchanan wrote: > Hello, > My make buildworld keeps failing in > /usr/src/gnu/usr.bin/texinfo. This desktop has been > updated with cvsup and make worlds since 4.1-Release > with very few problems until today. > I didn't try a build today. I didn't have any problem yesterday. So, I=20 can comment on the failure. You left out one important piece of=20 information and that is what did you cvsup. The tag info and uname -a=20 are important. Kent > > > Thank you in advance! > Eric Buchanan > > This was what was printed out when it stopped: > > > /usr/obj/backup/src/i386/backup/src/gnu/usr.bin/texinfo/install-info > created for > /backup/src/gnu/usr.bin/texinfo/install-info > =3D=3D=3D> gnu/usr.bin/texinfo/texindex > /usr/obj/backup/src/i386/backup/src/gnu/usr.bin/texinfo/texindex > created for > /backup/src/gnu/usr.bin/texinfo/texindex > =3D=3D=3D> gnu/usr.bin/texinfo/doc > /usr/obj/backup/src/i386/backup/src/gnu/usr.bin/texinfo/doc > created for > /backup/src/gnu/usr.bin/texinfo/doc > =3D=3D=3D> gnu/usr.bin/texinfo/libtxi > rm -f .depend > mkdep -f .depend -a -DHAVE_CONFIG_H > -DLOCALEDIR=3D\"/usr/share/locale\" > -I/backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo > > -I/backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/ >lib -D__FBSDID=3D__RCSID > /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/li >b/getopt.c > > /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/li >b/getopt1.c > > /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/li >b/substring.c > > /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/li >b/xexit.c > > /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/li >b/xmalloc.c > > /backup/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/li >b/xstrdup.c =3D=3D=3D> gnu/usr.bin/texinfo/makeinfo > rm -f .depend > mkdep -f .depend -a -DHAVE_CONFIG_H > -DLOCALEDIR=3D\"/usr/share/locale\" > -I/backup/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinf >o > > -I/backup/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinf >o/lib -D__FBSDID=3D__RCSID > /backup/src/gnu/usr.bin/texinfo/makeinfo/cmds.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/docbook.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/defun.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/files.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/footnote.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/html.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/index.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/insertion.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/lang.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/macro.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/ >makeinfo/makeinfo.c > > /backup/src/gnu/usr.bin/texinfo/makeinfo/multi.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/node.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/sectioning.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/toc.c > /backup/src/gnu/usr.bin/texinfo/makeinfo/xml.c > echo makeinfo: /usr/lib/libc.a > /usr/obj/backup/src/i386/backup/src/gnu/usr.bin/texinfo/makeinfo/../l >ibtxi/libtxi.a > > >> .depend > > =3D=3D=3D> gnu/usr.bin/texinfo/info > rm -f .depend > mkdep -f .depend -a > -DINFODIR=3D\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" > > -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" > -I/backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo > > -I/backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/li >b -D__FBSDID=3D__RCSID > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/dir.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/display.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/doc.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/dribble.c > > /backup/src/gnu/usr.bin/texinfo/info/echo-area.c > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/filesys.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/footnotes.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/gc.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/indices.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/info-utils.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/info.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/infodoc.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/infomap.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/m-x.c > > /backup/src/gnu/usr.bin/texinfo/info/man.c > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/nodemenu.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/nodes.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/search.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/session.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/signals.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/terminal.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/tilde.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/variables.c > > /backup/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/info >/window.c *** Error code 1 > > Stop in /backup/src/gnu/usr.bin/texinfo/info. > *** Error code 1 > > Stop in /backup/src/gnu/usr.bin/texinfo. > *** Error code 1 > > Stop in /backup/src. > *** Error code 1 > > Stop in /backup/src. > *** Error code 1 > > Stop in /backup/src. > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 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 Jan 27 13: 6:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6530037B401 for ; Mon, 27 Jan 2003 13:06:51 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id B778143E4A for ; Mon, 27 Jan 2003 13:06:50 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id h0RL6hJ7017134; Mon, 27 Jan 2003 16:06:45 -0500 Date: Mon, 27 Jan 2003 16:18:12 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Paul Hoffman Cc: Mike Meyer , FreeBSD Questions List Subject: Re: Which files and directories to backup? In-Reply-To: Message-ID: <20030127161608.B49755-100000@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 27 Jan 2003, Paul Hoffman wrote: > before I do a major upgrade. I then shove the backup offsite via ftp. I have not been sending the files out, but working on that. First will encryp the files with gpg (GNU privacy) and then will use scp to send the files out. I don't have FTP enabled on any of the, very few, machines I admin. > Much of what you are backing up is quite compressable, so you should > most likely be using 'tar -czf' instead of just 'tar -cf' I don't recall posting the line I use to run tar, but I use bzip2 instead of gzip so it's something like 'tar -cyf ....' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 13:13:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2988037B401 for ; Mon, 27 Jan 2003 13:13:55 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBB243EB2 for ; Mon, 27 Jan 2003 13:13:49 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from fwd02.sul.t-online.de by mailout05.sul.t-online.com with smtp id 18dGZg-0000ls-04; Mon, 27 Jan 2003 22:13:48 +0100 Received: from peedub.jennejohn.org (520017439985-0001@[217.80.233.61]) by fmrl02.sul.t-online.com with esmtp id 18dGZP-0hBEA4C; Mon, 27 Jan 2003 22:13:31 +0100 Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.6/8.11.6) with ESMTP id h0RLD5Jj022611; Mon, 27 Jan 2003 22:13:27 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200301272113.h0RLD5Jj022611@peedub.jennejohn.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: "local.freebsd.questions" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Matrox support for XFree86 on FreeBSD Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 27 Jan 2003 18:26:37 GMT." <2F03DF3DDE57D411AFF4009027B8C3670289D6FB@exchange-uk.isltd.insignia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 27 Jan 2003 22:13:05 +0100 From: Gary Jennejohn X-Sender: 520017439985-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "local.freebsd.questions" writes: > >******************************************************** > >Define WITH_MATROX_GXX_DRIVER to include Matrox's extra > >"HALLIB" binary driver > >******************************************************** > > And indeed it then pulled down drivers from the Matrox > site and I see mga_hal is loaded in the X log. Amazing! > > I had thought that these drivers were for Linux only. > It's not a driver, it's a moduke for X and apparently is pretty much OS independent. > The question immediately arises, in what way is XFree86 > better with these drivers (on a G400) than the normal > open-source drivers? If it's only enabling TV out then > on a bog-standard G400 I won't see any benefit I guess. > I don't know about the G400, but's it's the only way I can use the DVI output on my G550. I can't address the other questions. --- Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 13:16:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3012437B401 for ; Mon, 27 Jan 2003 13:16:50 -0800 (PST) Received: from web13508.mail.yahoo.com (web13508.mail.yahoo.com [216.136.175.87]) by mx1.FreeBSD.org (Postfix) with SMTP id 773F743F5F for ; Mon, 27 Jan 2003 13:16:49 -0800 (PST) (envelope-from us23north@yahoo.com) Message-ID: <20030127211649.41819.qmail@web13508.mail.yahoo.com> Received: from [66.248.84.192] by web13508.mail.yahoo.com via HTTP; Mon, 27 Jan 2003 13:16:49 PST Date: Mon, 27 Jan 2003 13:16:49 -0800 (PST) From: Eric Buchanan Subject: Re: Make buildworld dies in /usr/src/gnu/usr.bin/texinfo To: Kent Stewart Cc: freebsd-questions@freebsd.org In-Reply-To: <200301271252.59411.kstewart@owt.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 Hello, I am sorry for inadvertenly posting this message to freebsd-questions as well. Last night I cvsuped src and ports, and this is the output of uname: FreeBSD host1.my.domain 4.7-STABLE FreeBSD 4.7-STABLE #5: Sun Nov 17 15:27:34 PST 2002 root@:/backup/src/sys/compile/MYKERNEL i386 thank you, Eric Buchanan - > > I didn't try a build today. I didn't have any > problem yesterday. So, I > can comment on the failure. You left out one > important piece of > information and that is what did you cvsup. The tag > info and uname -a > are important. > > Kent __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 27 13:23:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7845737B401 for ; Mon, 27 Jan 2003 13:23:10 -0800 (PST) Received: from above.proper.com (mail.proper.com [208.184.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0A643EB2 for ; Mon, 27 Jan 2003 13:23:09 -0800 (PST) (envelope-from phoffman@proper.com) Received: from [165.227.249.18] (165-227-249-18.client.dsl.net [165.227.249.18]) by above.proper.com (8.11.6/8.11.3) with ESMTP id h0RLMdo28504; Mon, 27 Jan 2003 13:22:39 -0800 (PST) Mime-Version: 1.0 X-Sender: phoffprop@mail.proper.com Message-Id: In-Reply-To: <20030127161608.B49755-100000@zoraida.natserv.net> References: <20030127161608.B49755-100000@zoraida.natserv.net> X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Date: Mon, 27 Jan 2003 13:22:34 -0800 To: Francisco Reyes From: Paul Hoffman Subject: Re: Which files and directories to backup? Cc: Mike Meyer , FreeBSD Questions List 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 4:18 PM -0500 1/27/03, Francisco Reyes wrote: >On Mon, 27 Jan 2003, Paul Hoffman wrote: > >> before I do a major upgrade. I then shove the backup offsite via ftp. > >I have not been sending the files out, but working on that. >First will encryp the files with gpg (GNU privacy) and then will use scp >to send the files out. I don't have FTP enabled on any of the, very few, >machines I admin. Of course, that works too. I use FTP because I can use 'mirror' (from /usr/ports/net/mirror) to pull down the automatic backups reliably, and because I simply don't back up any file that has passwords (none of the password-containing files in /etc, nor any directory called '.ssh', nor any private key file used for writing certificates). I could probably hack up mirror or some other system to use scp, but mirror works and I can quickly get the files to where I want them (namely, away from the server they are backing up). > > Much of what you are backing up is quite compressable, so you should >> most likely be using 'tar -czf' instead of just 'tar -cf' > >I don't recall posting the line I use to run tar, but I use bzip2 instead >of gzip so it's something like 'tar -cyf ....' gzip is more universally known that bzip2, so using it means that you are more likely to be able to recover your data in an emergency, such as on a non-BSD system. --Paul Hoffman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 13:50: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F0B337B401 for ; Mon, 27 Jan 2003 13:50:00 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBFA43F5F for ; Mon, 27 Jan 2003 13:49:58 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id h0RLnvJ7001377; Mon, 27 Jan 2003 16:49:58 -0500 Date: Mon, 27 Jan 2003 17:01:26 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Paul Hoffman Cc: Mike Meyer , FreeBSD Questions List Subject: Re: Which files and directories to backup? In-Reply-To: Message-ID: <20030127165947.J51500-100000@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 27 Jan 2003, Paul Hoffman wrote: > gzip is more universally known that bzip2, so using it means that you > are more likely to be able to recover your data in an emergency, such > as on a non-BSD system. I have several FreeBSD machines that I administer in a couple of locations so I just copy my data to one of them. After I am done backing up my home machine will probably replicate the setup to the other machines and back them up to my home machine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 13:58:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A8A37B401 for ; Mon, 27 Jan 2003 13:58:11 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688DA43F3F for ; Mon, 27 Jan 2003 13:58:10 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id h0RLw9J7004070 for ; Mon, 27 Jan 2003 16:58:10 -0500 Date: Mon, 27 Jan 2003 17:09:38 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: FreeBSD Questions List Subject: Anyone using popFile in FreeBSD? Message-ID: <20030127170131.O51500-100000@zoraida.natserv.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 Found this program which seems like may help controlling spam http://popfile.sourceforge.net/ However I am wondering if anyone has got it working in FreeBSD that could share some tips. Looking at the archives from the forums of the project seems that there are some FreeBSD users currently using it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 14: 4:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B3437B401 for ; Mon, 27 Jan 2003 14:04:26 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAEC243F18 for ; Mon, 27 Jan 2003 14:04:23 -0800 (PST) (envelope-from freebsd@goepp.com) Received: from dpg (h002078d5d728.ne.client2.attbi.com[24.62.123.170]) by rwcrmhc51.attbi.com (rwcrmhc51) with SMTP id <2003012722042305100hu68re>; Mon, 27 Jan 2003 22:04:23 +0000 Message-ID: <003d01c2c650$03c52410$6732a8c0@dpg> From: "Daniel Goepp" To: Subject: ldconfig question Date: Mon, 27 Jan 2003 17:04:07 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Something odd here just started happening. I realize the ldconfig is run on startup to rebuild the library list. And some ports have to add their lib path to this list, for example mysql. Well, now, everytime I reboot, mysql is getting cleaned out of this list. I haven't noticed this before, am I just missing something stupid? How can I make these changes stick? Thanks! -Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 14: 6:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A9F37B401 for ; Mon, 27 Jan 2003 14:06:23 -0800 (PST) Received: from hotmail.com (bay1-f44.bay1.hotmail.com [65.54.245.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D7D043F7B for ; Mon, 27 Jan 2003 14:06:23 -0800 (PST) (envelope-from paul_m_nz@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 27 Jan 2003 14:06:22 -0800 Received: from 203.98.48.151 by by1fd.bay1.hotmail.msn.com with HTTP; Mon, 27 Jan 2003 22:06:22 GMT X-Originating-IP: [203.98.48.151] From: "Paul Miller" To: freebsd-questions@freebsd.org Subject: Silly Question - Fbsd + Win 3.1 Date: Mon, 27 Jan 2003 22:06:22 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 27 Jan 2003 22:06:22.0792 (UTC) FILETIME=[53F31C80:01C2C650] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Everyone, Will fbsd + Win 3.1 coexist? I know that you're probably asking why (I'm asking this myself) but I may need to do it anyway. I've searched the online doc's/archives and can't find reference to it (earliest Win OS mention is win95). Any pointers / assistance would be appreciated. Paul _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 14:15:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C12537B401 for ; Mon, 27 Jan 2003 14:15:38 -0800 (PST) Received: from mail-relay1.mirrorimage.net (mail-relay1.mirrorimage.net [209.58.140.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C33243F65 for ; Mon, 27 Jan 2003 14:15:37 -0800 (PST) (envelope-from leblanc@mirrorimage.net) Received: from leblanc.mirrorimage.net (leblanc.mirrorimage.net [209.192.210.146]) by mail-relay1.mirrorimage.net (8.9.3/8.9.3) with ESMTP id RAA27802 for ; Mon, 27 Jan 2003 17:15:31 -0500 Received: from leblanc.mirrorimage.net (localhost [127.0.0.1]) by leblanc.mirrorimage.net (8.12.3/8.11.4) with ESMTP id h0RMFUtk025200 for ; Mon, 27 Jan 2003 17:15:30 -0500 (EST) (envelope-from leblanc@leblanc.mirrorimage.net) Received: (from leblanc@localhost) by leblanc.mirrorimage.net (8.12.3/8.12.3/Submit) id h0RMFUa7025108 for freebsd-questions@FreeBSD.org; Mon, 27 Jan 2003 17:15:30 -0500 (EST) Date: Mon, 27 Jan 2003 17:15:29 -0500 From: Louis LeBlanc To: FreeBSD Questions Subject: Caching nameserver question - I need a spot here . . . Message-ID: <20030127221529.GB36301@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.3i Sender: owner-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'm finally getting around to setting up a caching dns server. Pretty confusing from my angle. Here's what I have so far: named enaabled in /etc/rc.conf cd to /etc/namedb and run sh make-localhost and the following in /etc/namedb/named.conf: options { directory "/etc/namedb"; forward first; forwarders { 151.203.0.84; 151.202.0.84; }; listen-on { 10.8.20.5; }; version "surely you must be joking" query-source address * port 53; }; zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; }; 10.8.20.5 is the interface to the internal network, and I'm hoping the listen-on statement above will restrict requests to the internal network - And from the local machine if I simply add that IP to /etc/resolv.conf. The IPs in the forwarders block are my ISPs dns servers. Anyone care to point out my mistakes so I don't go making an ass of myself by turning on named with a broken config? Thanks in advance. Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ I never forget a face, but in your case I'll make an exception. -- Groucho Marx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 14:21: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5BFD37B401 for ; Mon, 27 Jan 2003 14:21:03 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B6843F8E for ; Mon, 27 Jan 2003 14:20:53 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt-207-41-94-233.owt.com (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id OAA26042; Mon, 27 Jan 2003 14:20:48 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Kent Stewart To: Eric Buchanan Subject: Re: Make buildworld dies in /usr/src/gnu/usr.bin/texinfo Date: Mon, 27 Jan 2003 14:20:43 -0800 User-Agent: KMail/1.4.3 Cc: freebsd-questions@freebsd.org References: <20030127211649.41819.qmail@web13508.mail.yahoo.com> In-Reply-To: <20030127211649.41819.qmail@web13508.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301271420.43918.kstewart@owt.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 Monday 27 January 2003 01:16 pm, Eric Buchanan wrote: > Hello, > I am sorry for inadvertenly posting this message to > freebsd-questions as well. > Last night I cvsuped src and ports, and this is the > output of uname: > FreeBSD host1.my.domain 4.7-STABLE FreeBSD 4.7-STABLE > #5: Sun Nov 17 15:27:34 PST 2002 > root@:/backup/src/sys/compile/MYKERNEL i386 > I just did a cvsup of src-all and nothing dealing with texinfo was=20 updated. So, my "no-problem" build from yesterday should compare.=20 Your error code 1 just means that you had an error previously. You need=20 to find what that error was. If you are running something like -j4,=20 drop the -j option so that you see the error where it is occuring. Kent > thank you, > Eric Buchanan > - > > > I didn't try a build today. I didn't have any > > problem yesterday. So, I > > can comment on the failure. You left out one > > important piece of > > information and that is what did you cvsup. The tag > > info and uname -a > > are important. > > > > Kent > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 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 Jan 27 14:22:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B43337B401 for ; Mon, 27 Jan 2003 14:22:15 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6344343F75 for ; Mon, 27 Jan 2003 14:22:14 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 245171600B6EF for ; Mon, 27 Jan 2003 22:22:11 +0000 (GMT) Subject: Re: Caching nameserver question - I need a spot here . . . From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: FreeBSD Questions In-Reply-To: <20030127221529.GB36301@keyslapper.org> References: <20030127221529.GB36301@keyslapper.org> Content-Type: text/plain Organization: Message-Id: <1043706135.13652.101.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 27 Jan 2003 22:22:15 +0000 Content-Transfer-Encoding: 7bit Sender: owner-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 Louis, On Mon, 2003-01-27 at 22:15, Louis LeBlanc wrote: > Hey all. I'm finally getting around to setting up a caching dns > server. Pretty confusing from my angle. > > Here's what I have so far: > named enaabled in /etc/rc.conf > cd to /etc/namedb and run sh make-localhost > > and the following in /etc/namedb/named.conf: > > options { > directory "/etc/namedb"; > forward first; > forwarders { > 151.203.0.84; > 151.202.0.84; > }; > listen-on { 10.8.20.5; }; > version "surely you must be joking" > query-source address * port 53; > }; > > > zone "." { > type hint; > file "named.root"; > }; > > zone "0.0.127.IN-ADDR.ARPA" { > type master; > file "localhost.rev"; > }; > > > 10.8.20.5 is the interface to the internal network, and I'm hoping the > listen-on statement above will restrict requests to the internal > network - And from the local machine if I simply add that IP to > /etc/resolv.conf. The IPs in the forwarders block are my ISPs dns > servers. > > Anyone care to point out my mistakes so I don't go making an ass of > myself by turning on named with a broken config? I once had a similar set up as what you've described as your intention here. I'll not critique what you've done, but I'll point you to the handbook, which has a complete section on DNS and mentions what needs to be done to set up a basic caching nameserver - its here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html Hope this assists in some way. Lots of luck! Regards, Stacey > > Thanks in advance. > Lou -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 14:40: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45BAB37B401 for ; Mon, 27 Jan 2003 14:40:08 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1775343F3F for ; Mon, 27 Jan 2003 14:40:07 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18dHv4-0008Gx-00 for freebsd-questions@freebsd.org; Mon, 27 Jan 2003 22:39:58 +0000 Date: Mon, 27 Jan 2003 22:39:58 +0000 From: Daniel Bye To: freebsd-questions@freebsd.org Subject: Re: Silly Question - Fbsd + Win 3.1 Message-ID: <20030127223958.GC31326@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Scanner: exiscan *18dHv4-0008Gx-00*40BG8RFMZcY* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Mon, Jan 27, 2003 at 10:06:22PM +0000, Paul Miller wrote: > Everyone, > Will fbsd + Win 3.1 coexist? I know that you're probably asking why (I'm > asking this myself) but I may need to do it anyway. Rather you than me ;-) > > I've searched the online doc's/archives and can't find reference to it > (earliest Win OS mention is win95). You could try bochs in the ports. I used it for a while, and it's pretty good. And you don't have to reboot to enjoy the manifold pleasures on offer in Win 3.1, and you can be sure it doesn't do anything pernicious and sneaky with your MBR. Just a thought. 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 Mon Jan 27 14:50:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 261D737B401 for ; Mon, 27 Jan 2003 14:50:41 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C503743F3F for ; Mon, 27 Jan 2003 14:50:40 -0800 (PST) (envelope-from freebsd@goepp.com) Received: from dpg (h002078d5d728.ne.client2.attbi.com[24.62.123.170]) by rwcrmhc51.attbi.com (rwcrmhc51) with SMTP id <2003012722504005100htsgne>; Mon, 27 Jan 2003 22:50:40 +0000 Message-ID: <004e01c2c656$7a35f9c0$6732a8c0@dpg> From: "Daniel Goepp" To: References: <003d01c2c650$03c52410$6732a8c0@dpg> Subject: Re: ldconfig question Date: Mon, 27 Jan 2003 17:50:23 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bah! Okay, stupid me. I had tracked it to ldconfig_paths in rc, but wasn't seeing where that was coming from. Of course, rc.conf in /etc/default. Sorry. ----- Original Message ----- From: "Daniel Goepp" To: Sent: Monday, January 27, 2003 5:04 PM Subject: ldconfig question > Something odd here just started happening. I realize the ldconfig is run on > startup to rebuild the library list. And some ports have to add their lib > path to this list, for example mysql. Well, now, everytime I reboot, mysql > is getting cleaned out of this list. I haven't noticed this before, am I > just missing something stupid? How can I make these changes stick? > > Thanks! > > -Daniel > > > 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 Jan 27 14:51: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15DFB37B405 for ; Mon, 27 Jan 2003 14:51:03 -0800 (PST) Received: from africahome.net (1Cust47.tnt12.montreal.qb.da.uu.net [64.11.235.47]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E10D43F79 for ; Mon, 27 Jan 2003 14:51:01 -0800 (PST) (envelope-from publishing@africahome.net) From: "2003 Edition now available" To: Subject: 2003 Edition now available Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Mon, 27 Jan 2003 17:50:55 -0500 Content-Transfer-Encoding: 8bit Message-Id: <20030127225101.1E10D43F79@mx1.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 CANADIAN SUBSIDY DIRECTORY 4865 HWY 138,R.R 1 ST-ANDREWS WEST ONTARIO, KOC 2A0 PRESS RELEASE CANADIAN SUBSIDY DIRECTORY YEAR 2003 EDITION Legal Deposit-National Library of Canada ISBN 2-922870-05-7 The new revised edition of the Canadian Subsidy Directory 2003 is now available. The new edition is the most complete and affordable reference for anyone looking for financial support. It is deemed to be the perfect tool for new or existing businesses, individual ventures, foundations and associations. This Publication contains more than 2000 direct and indirect financial subsidies, grants and loans offered by government departments and agencies, foundations, associations and organisations. In this new 2003 edition all programs are well described. The Canadian Subsidy Directory is the most comprehensive tool to start up a business, improve existent activities, set up a business plan, or obtain assistance from experts in fields such as: Industry, transport, agriculture, communications, municipal infrastructure, education, import-export, labor, construction and renovation, the service sector, hi-tech industries, research and development, joint ventures, arts, cinema, theatre, music and recording industry, the self employed, contests, and new talents. Assistance from and for foundations and associations, guidance to prepare a business plan, market surveys, computers, and much more! The Canadian Subsidy Directory is sold $ 49.95, to obtain a copy please call: Canadian Publications: (866)322-3376 Credit card orders: Canadian Business Resource Center (250)381-4822 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 14:55:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B6C37B405 for ; Mon, 27 Jan 2003 14:55:24 -0800 (PST) Received: from mail.webjogger.net (mail.webjogger.net [208.29.192.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF6E943F43 for ; Mon, 27 Jan 2003 14:55:23 -0800 (PST) (envelope-from dino@webjogger.net) Received: from shadowfax [208.29.192.19] by mail.webjogger.net (SMTPD32-6.06) id A8D72B20148; Mon, 27 Jan 2003 17:55:19 -0500 Message-ID: <018b01c2c657$5a2d7c60$13c01dd0@shadowfax> From: "Mario Antonio" To: Subject: Checking Vulnerabilities Date: Mon, 27 Jan 2003 17:56:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 List, How Can I verify that my system has some of the discovered vulnerabilities? Is there any tool that I can use to help me out? Regards Mario --- [This e-mail was scanned for viruses by Webjogger's AntiVirus Protection System] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 15:14:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC9F37B401 for ; Mon, 27 Jan 2003 15:14:28 -0800 (PST) Received: from sage-american.com (adsl-65-71-135-139.dsl.crchtx.swbell.net [65.71.135.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48FCA43F93 for ; Mon, 27 Jan 2003 15:14:27 -0800 (PST) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea.sage-american [192.168.0.3]) by sage-american.com (8.12.6/8.12.6) with SMTP id h0RNEOJ7006766; Mon, 27 Jan 2003 17:14:24 -0600 (CST) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20030127171422.02b412a0@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 27 Jan 2003 17:14:22 -0600 To: "Mario Antonio" , From: "Jack L. Stone" Subject: Re: Checking Vulnerabilities In-Reply-To: <018b01c2c657$5a2d7c60$13c01dd0@shadowfax> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=0.1 required=4.5 tests=DEAR_SOMEBODY,IN_REP_TO,SPAM_PHRASE_00_01 version=2.43-jlsrules1 Sender: owner-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:56 PM 1.27.2003 -0500, Mario Antonio wrote: >Dear List, > >How Can I verify that my system has some of the discovered vulnerabilities? >Is there any tool that I can use to help me out? > > >Regards > >Mario > The tool I use is regular cvsup for -RELEASE, which includes all security updates.... 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 Mon Jan 27 15:16:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3BD637B401 for ; Mon, 27 Jan 2003 15:16:33 -0800 (PST) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id C747343F3F for ; Mon, 27 Jan 2003 15:16:32 -0800 (PST) (envelope-from mykroft@explosive.mail.net) Received: (qmail 26153 invoked from network); 27 Jan 2003 23:14:41 -0000 Received: from ticking.explosive.mail.net (205.205.25.116) by empire.explosive.mail.net with SMTP; 27 Jan 2003 23:14:41 -0000 Subject: Re: Silly Question - Fbsd + Win 3.1 From: Mykroft Holmes IV To: Paul Miller Cc: freebsd-questions@freebsd.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 27 Jan 2003 18:16:00 -0500 Message-Id: <1043709360.1329.3.camel@ticking.explosive.mail.net> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2003-01-27 at 17:06, Paul Miller wrote: > Everyone, > Will fbsd + Win 3.1 coexist? I know that you're probably asking why (I'm > asking this myself) but I may need to do it anyway. Yes, just treat it the same as Win95 for this purpose. > I've searched the online doc's/archives and can't find reference to it > (earliest Win OS mention is win95). > > Any pointers / assistance would be appreciated. > Partition your drive into two primary partitions, the first is for DOS/Win3.1 and can be created via DOS FDisk (Just leave empty space for FreeBSD, and be sure to use DOS fdisk, rather than Win956 or Win98 FDISK), install DOS and Win3.11, then install FreeBSD normally to the unpartitioned space (Creating partitions in the FreeBSD installer, of course). Install the FreeBSD bootloader to the MBR and you should be good to go. Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 15:39:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD2E037B401 for ; Mon, 27 Jan 2003 15:39:34 -0800 (PST) Received: from pop016.verizon.net (pop016pub.verizon.net [206.46.170.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F66C43F85 for ; Mon, 27 Jan 2003 15:39:33 -0800 (PST) (envelope-from leblanc@keyslapper.org) Received: from keyslapper.org ([68.160.24.118]) by pop016.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030127233932.RYQB20431.pop016.verizon.net@keyslapper.org> for ; Mon, 27 Jan 2003 17:39:32 -0600 Received: from keyslapper.org (localhost [127.0.0.1]) by keyslapper.org (8.12.3/8.12.3) with ESMTP id h0RNdZO2007818 for ; Mon, 27 Jan 2003 18:39:35 -0500 (EST) (envelope-from leblanc@keyslapper.org) Received: (from leblanc@localhost) by keyslapper.org (8.12.3/8.12.3/Submit) id h0RNdYRS007817 for freebsd-questions@FreeBSD.ORG; Mon, 27 Jan 2003 18:39:34 -0500 (EST) Date: Mon, 27 Jan 2003 18:39:34 -0500 From: Louis LeBlanc To: FreeBSD Questions Subject: Re: Caching nameserver question - I need a spot here . . . Message-ID: <20030127233934.GA7292@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.ORG Mail-Followup-To: FreeBSD Questions References: <20030127221529.GB36301@keyslapper.org> <1043706135.13652.101.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1043706135.13652.101.camel@localhost> User-Agent: Mutt/1.5.3i X-Authentication-Info: Submitted using SMTP AUTH at pop016.verizon.net from [68.160.24.118] at Mon, 27 Jan 2003 17:39:32 -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 01/27/03 10:22 PM, Stacey Roberts sat at the `puter and typed: > Hi Louis, > > On Mon, 2003-01-27 at 22:15, Louis LeBlanc wrote: > > Hey all. I'm finally getting around to setting up a caching dns > > server. Pretty confusing from my angle. > > > > Here's what I have so far: > > named enaabled in /etc/rc.conf > > cd to /etc/namedb and run sh make-localhost > > > > and the following in /etc/namedb/named.conf: > > > > options { > > directory "/etc/namedb"; > > forward first; > > forwarders { > > 151.203.0.84; > > 151.202.0.84; > > }; > > listen-on { 10.8.20.5; }; > > version "surely you must be joking" > > query-source address * port 53; > > }; > > > > > > zone "." { > > type hint; > > file "named.root"; > > }; > > > > zone "0.0.127.IN-ADDR.ARPA" { > > type master; > > file "localhost.rev"; > > }; > > > > > > 10.8.20.5 is the interface to the internal network, and I'm hoping the > > listen-on statement above will restrict requests to the internal > > network - And from the local machine if I simply add that IP to > > /etc/resolv.conf. The IPs in the forwarders block are my ISPs dns > > servers. > > > > Anyone care to point out my mistakes so I don't go making an ass of > > myself by turning on named with a broken config? > > I once had a similar set up as what you've described as your intention > here. I'll not critique what you've done, but I'll point you to the > handbook, which has a complete section on DNS and mentions what needs to > be done to set up a basic caching nameserver - its here: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html > > Hope this assists in some way. Lots of luck! I probably should have mentioned this, but that page is exactly how I got this far in the first place. Section 10.9.7 (Caching Name Server) says only this: A caching name server is a name server that is not authoritative for any zones. It simply asks queries of its own, and remembers them for later use. To set one up, just configure the name server as usual, omitting any inclusions of zones. So I guess my main question is do the following default zones violate that statement, or are they exceptions? zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; }; And, what about the Options section? Am I understanding the use of the forwarders, forward first, and listen-on directives correctly? I have put some effort into this, and the configuration above is the result of that effort, so I'm not asking anyone to do it for me. However, I know there have been more than a few people who have started out intending only to set up a basic internal service of some kind, only to have their mistakes cause trouble externally. I've been there myself, and I'm just trying this once to avoid that one step commonly referred to as 'making an ass of yourself.' Particularly since screwing with the ISPs dns service availability isn't exactly smiled upon. Thanks Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ life, n.: That brief interlude between nothingness and eternity. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 16:34:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E6937B401 for ; Mon, 27 Jan 2003 16:34:30 -0800 (PST) Received: from ohsmtp01.ogw.rr.com (ohsmtp01.ogw.rr.com [65.24.7.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8AB343F3F for ; Mon, 27 Jan 2003 16:34:29 -0800 (PST) (envelope-from quintin@ohio.edu) Received: from tjqathlonpc (dhcp024-208-182-170.columbus.rr.com [24.208.182.170]) by ohsmtp01.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h0S0YRXc013127 for ; Mon, 27 Jan 2003 19:34:27 -0500 (EST) From: "Thaddeus J. Quintin" To: Subject: Installing new versions of GCC Date: Mon, 27 Jan 2003 19:34:42 -0500 Message-ID: <001301c2c665$0d28f620$0200a8c0@tjqathlonpc> 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.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 Greetings- I'm a pretty new user of FreeBSD and I've enjoyed every minute of it so far. I'm trying to update gcc via the package/ports system, but I've had a few problems. 'pkg_add -r gcc' Results in a error message that the file is unavailable. This make sense, because the package it's looking for (ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.7-release/Latest/gcc. tgz) does not exist. I downloaded the ports package (/usr/ports) and went into the /lang/gcc directory. I first tried 'make.' That ran for awhile, but when it finished, gcc still reported version '2.95.4.' After that, I realized I should run 'make install.' That ran for awhile, but in the end, when I ran gcc -v I still got this message- Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] I'd like to be using 3.2 so I'd be using the same compiler as my University's server. I could get the source from GNU and install that, but I'm trying to utilize the FreeBSD Package/ports system as much as possible. Am I missing something?? Is there something else I should try? Thanks for the help! Thaddeus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 16:47:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC03B37B401 for ; Mon, 27 Jan 2003 16:47:44 -0800 (PST) Received: from mail.destar.net (240-7-237-24-cable.anchorageak.net [24.237.7.240]) by mx1.FreeBSD.org (Postfix) with SMTP id E8A5B43F3F for ; Mon, 27 Jan 2003 16:47:43 -0800 (PST) (envelope-from jonr@destar.net) Received: (qmail 93046 invoked by uid 5000); 28 Jan 2003 00:48:36 -0000 Received: from unknown (HELO ?192.168.1.100?) (192.168.1.1) by 192.168.1.20 with SMTP; 28 Jan 2003 00:48:36 -0000 Subject: chown and chmod using crontab? From: Jon Reynolds To: FreeBSD Questions List Content-Type: text/plain Organization: Message-Id: <1043714644.1895.35.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 27 Jan 2003 15:44:05 -0900 Content-Transfer-Encoding: 7bit Sender: owner-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 directory that 2 different groups have access to. When one group writes to the folder it retains the permissions of that group. I need the permissions to change to the permissions of the directory. I thought I could add a crontab in and run a little script every 1 minute to set the correct permissions. The script does what it should when ran by the cmdline but not when I try to run it from the crontab. Is it not possible to run chmod and chown on a folder by using a crontab? The entry into my /etc/crontab file looks like this: 0 * * * root /bin/fixperms My fixperms file looks like this: #!/bin/sh chmod -R 777 /usr/local/ServerFiles chown -R staff /usr/local/ServerFiles Am I doing this right? Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 16:53:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64EA137B401 for ; Mon, 27 Jan 2003 16:53:22 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id C06DA43F3F for ; Mon, 27 Jan 2003 16:53:20 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id DFDC851980; Tue, 28 Jan 2003 11:23:18 +1030 (CST) Date: Tue, 28 Jan 2003 11:23:18 +1030 From: Greg 'groggy' Lehey To: "Gary W. Swearingen" Cc: Bill Moran , freebsd-questions@FreeBSD.org Subject: Re: trouble brewing over the UNIX thing again... Message-ID: <20030128005318.GF56320@wantadilla.lemis.com> References: <3E309AA0.3020705@ocsny.com> <20030124030130.GB61607@rot13.obsecurity.org> <20030126074338.GB1606@sydney.worldwide.lemis.com> <3E341113.3080304@potentialtech.com> <20030127040154.GK94229@wantadilla.lemis.com> <3E34D2D9.8010209@potentialtech.com> <56y956jrqn.956@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56y956jrqn.956@localhost.localdomain> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-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, 27 January 2003 at 11:51:44 -0800, Gary W. Swearingen wrote: > Bill Moran writes: >> Greg 'groggy' Lehey wrote: >> >>> I'm more inclined to think that these are different parts of the same >>> company who don't (didn't) know about the other part. >> >> Another strong possibility. Happens all the time. > > Not this time. The reports are quoting the CEO from interviews and > official letters. They are reporting the creation of a new business > unit ("SCOsource") to handle company intellectual property. The purpose > is obviously not to get good publicity. > > http://siliconvalley.internet.com/news/article.php/1573491 quotes the CEO: > > "SCO is [...] identifying where intellectual property violations > have taken place, and helping resolve those violations" > > http://news.com.com/2100-1001-981569.html?tag=fd_top quotes the CEO: > > "To us, it's not an issue of: Is Linux violating (SCO intellectual > property)? It's an issue of: Is anybody violating it?" > > And it quotes the CEO noting the presence of their code in (Mac) OS/X. > We can hope that he doesn't know something about the secret agreements > over that code which we don't, Which secret agreements? The license is public, and it doesn't leave any space for secret agreements. > and is just an ignorant CEO speaking too soon, and that his new > lawyer will educate him about the code's status. I suspect that this is the case. Could we now please take this off -questions? Continue on advocacy@ if you want. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 17: 0: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28FFC37B401 for ; Mon, 27 Jan 2003 16:59:59 -0800 (PST) Received: from cypress.adhesivemedia.com (cypress.adhesivemedia.com [207.202.159.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F53A43FA3 for ; Mon, 27 Jan 2003 16:59:57 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from cypress.adhesivemedia.com (localhost [127.0.0.1]) by cypress.adhesivemedia.com (8.12.3/8.12.3) with ESMTP id h0S0xpSc044895; Mon, 27 Jan 2003 16:59:51 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by cypress.adhesivemedia.com (8.12.3/8.12.3/Submit) with ESMTP id h0S0xpYW044892; Mon, 27 Jan 2003 16:59:51 -0800 (PST) X-Authentication-Warning: cypress.adhesivemedia.com: philip owned process doing -bs Date: Mon, 27 Jan 2003 16:59:51 -0800 (PST) From: Philip Hallstrom To: Jon Reynolds Cc: FreeBSD Questions List Subject: Re: chown and chmod using crontab? In-Reply-To: <1043714644.1895.35.camel@localhost.localdomain> Message-ID: <20030127165915.P44871-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 Try using the full paths... /bin/chmod and /usr/sbin/chown On 27 Jan 2003, Jon Reynolds wrote: > I have a directory that 2 different groups have access to. When one > group writes to the folder it retains the permissions of that group. I > need the permissions to change to the permissions of the directory. > > I thought I could add a crontab in and run a little script every 1 > minute to set the correct permissions. The script does what it should > when ran by the cmdline but not when I try to run it from the crontab. > > Is it not possible to run chmod and chown on a folder by using a > crontab? > > The entry into my /etc/crontab file looks like this: > > 0 * * * root /bin/fixperms > > My fixperms file looks like this: > > #!/bin/sh > > chmod -R 777 /usr/local/ServerFiles > chown -R staff /usr/local/ServerFiles > > Am I doing this right? > > Jon > > > 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 Jan 27 17: 0:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60A8737B401 for ; Mon, 27 Jan 2003 17:00:55 -0800 (PST) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D36243F43 for ; Mon, 27 Jan 2003 17:00:54 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from gabby.gsicomp.on.ca ([65.95.180.103]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030128010048.UWTP17488.tomts5-srv.bellnexxia.net@gabby.gsicomp.on.ca>; Mon, 27 Jan 2003 20:00:48 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.6/8.12.6) with SMTP id h0S0vsAl012163; Mon, 27 Jan 2003 19:57:54 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <002701c2c668$96aaf580$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Thaddeus J. Quintin" , References: <001301c2c665$0d28f620$0200a8c0@tjqathlonpc> Subject: Re: Installing new versions of GCC Date: Mon, 27 Jan 2003 20:00:02 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 a pretty new user of FreeBSD and I've enjoyed every minute of it so > far. > > I'm trying to update gcc via the package/ports system, but I've had a > few problems. > > 'pkg_add -r gcc' > > Results in a error message that the file is unavailable. This make > sense, because the package it's looking for > (ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.7-release/Latest/gcc. > tgz) does not exist. > > I downloaded the ports package (/usr/ports) and went into the /lang/gcc > directory. I first tried 'make.' That ran for awhile, but when it > finished, gcc still reported version '2.95.4.' After that, I realized I > should run 'make install.' That ran for awhile, but in the end, when I > ran gcc -v I still got this message- > > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > > I'd like to be using 3.2 so I'd be using the same compiler as my > University's server. I could get the source from GNU and install that, > but I'm trying to utilize the FreeBSD Package/ports system as much as > possible. > > Am I missing something?? Is there something else I should try? Upgrade to 5.0-RELEASE if you're daring -- it includes GCC 3.2.1 (IIRC). -- 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 Jan 27 17: 1:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 160C737B401 for ; Mon, 27 Jan 2003 17:01:31 -0800 (PST) Received: from mail3.atl.registeredsite.com (mail3.atl.registeredsite.com [64.224.219.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC50F43E4A for ; Mon, 27 Jan 2003 17:01:21 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail3.atl.registeredsite.com (8.12.6/8.12.6) with ESMTP id h0S11DT3018919 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Mon, 27 Jan 2003 20:01:16 -0500 Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email addresses for asarians can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by asarian-host.net (8.11.6/8.11.0) id h0S11D642519 for questions@freebsd.org; Tue, 28 Jan 2003 02:01:13 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Tue, 28 Jan 2003 02:01:13 +0100 (CET) From: Mark Message-Id: <200301280101.H0S10T942361@asarian-host.net> Date: Tue, 28 Jan 2003 02:00:39 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: Re: chown and chmod using crontab? X-Trace: ZvCUrhkODv1bPMNNb/J2Jt0efvHEeAUY8hC/Qgaqi0LYY/5Fap04bJte1G7cJW+S X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: "Jon Reynolds" , "FreeBSD Questions List" References: <1043714644.1895.35.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Auth: Asarian-host PGP signature iQEVAwUAPjXWWTFqW1BleBN9AQE1rQf+LVUin03ib9r1s2Ux884FHj8/gYKhnYii uzRc8iZ3iOn8HtmSWq1pqbVsxt2t9bTJTxb8BTTUW01skGPYz08EKHwBNCED3/po soHII+endom/6ApTrM2A4qyxFkLbD0yawoP5KBWqxl3i6A4CAD72M6fIzz7dr2Ur nmBnyp6GZWDIYmSpAS/9bcxSnHQoxzNqchIX6o41W2Z2LGIQC7UolJ8fgSvL8nq6 qKUFopXJMGy87NY8lhtvU6+Q/bvxJOHZrkXsB9iOhekid+lwrksJJdXN1V+pGYb+ /dtqOOmtwybY4kR2793drGFcxKzDOzfXUcPDBKKUB1hwSQWnm6YQ4g== =DEoX Sender: owner-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: "Jon Reynolds" To: "FreeBSD Questions List" Sent: Tuesday, January 28, 2003 1:44 AM Subject: chown and chmod using crontab? > I have a directory that 2 different groups have access to. > When one group writes to the folder it retains the permissions > of that group. I need the permissions to change to the permissions > of the directory. > > I thought I could add a crontab in and run a little script every 1 > minute to set the correct permissions. The script does what it > should when ran by the cmdline but not when I try to run it > from the crontab. > > Is it not possible to run chmod and chown on a folder by using a > crontab? If you have two different groups that need write access in a directory, the obvious solution, to me, is not to change ownership at 1 minute intervals, but to create a third group, and make the people of both groups a member of that third group. Then you give that directory write acces for that third group. - Mark System Administrator Asarian-host.org --- "If you were supposed to understand it, we wouldn't call it code." - FedEx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 17: 2:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC7DB37B401 for ; Mon, 27 Jan 2003 17:02:23 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A913E43F85 for ; Mon, 27 Jan 2003 17:02:22 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.6/8.12.6) with ESMTP id h0S12G3k005402; Mon, 27 Jan 2003 18:02:16 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.6/8.12.6/Submit) with ESMTP id h0S12GNH005399; Mon, 27 Jan 2003 18:02:16 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 27 Jan 2003 18:02:16 -0700 (MST) From: Warren Block To: Bill Moran Cc: questions@freebsd.org Subject: Re: IPFW and DHCPD In-Reply-To: <3E34D1F8.2050209@potentialtech.com> Message-ID: <20030127175115.C5371@wonkity.com> References: <000801c2c5ba$cf7845b0$1500a8c0@dogbert> <20030126215555.U2592@wonkity.com> <3E34D1F8.2050209@potentialtech.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, 27 Jan 2003, Bill Moran wrote: > This is crazy. There is no sane way that anyone can give you rules for > this without knowing the rest of your firewall rules. Amoung other things, > _where_ you place the rules in the list, and what other rules that may > match DCHP traffic are critical to the success of your firewall rules. You're right. I did say that it was the "simple" rule set from /etc/rc.firewall, but it occurred to me later that the rules in there have changed over time. So I really should have said it was "simple" from /etc/rc.firewall in 4.7-Release. > Considering you stated that you're not sure if your firewall or dhcpd was > problematic, I would suggest the following diag procedure. Turns out both were working. The notebook had been working, at least when it was put into the bag a couple of months ago. In the meantime, the notebook's OS (*not* FreeBSD), had decided to render the USB Ethernet driver invisibly nonfunctional. The variations on ipfw rules were interesting, too. -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 Mon Jan 27 17:20:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96B5737B401 for ; Mon, 27 Jan 2003 17:20:32 -0800 (PST) Received: from mail.destar.net (240-7-237-24-cable.anchorageak.net [24.237.7.240]) by mx1.FreeBSD.org (Postfix) with SMTP id 265B243E4A for ; Mon, 27 Jan 2003 17:20:31 -0800 (PST) (envelope-from jonr@destar.net) Received: (qmail 93157 invoked by uid 5000); 28 Jan 2003 01:21:28 -0000 Received: from unknown (HELO ?192.168.1.100?) (192.168.1.1) by 192.168.1.20 with SMTP; 28 Jan 2003 01:21:28 -0000 Subject: Re: chown and chmod using crontab? From: Jon Reynolds To: Mark Cc: FreeBSD Questions List In-Reply-To: <200301280101.H0S10T942361@asarian-host.net> References: <1043714644.1895.35.camel@localhost.localdomain> <200301280101.H0S10T942361@asarian-host.net> Content-Type: text/plain Organization: Message-Id: <1043716616.1894.41.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 27 Jan 2003 16:16:56 -0900 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-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, 2003-01-27 at 16:00, Mark wrote: > ----- Original Message ----- > From: "Jon Reynolds" > To: "FreeBSD Questions List" > Sent: Tuesday, January 28, 2003 1:44 AM > Subject: chown and chmod using crontab? > > > > I have a directory that 2 different groups have access to. > > When one group writes to the folder it retains the permissions > > of that group. I need the permissions to change to the permissions > > of the directory. > > > > I thought I could add a crontab in and run a little script every 1 > > minute to set the correct permissions. The script does what it > > should when ran by the cmdline but not when I try to run it > > from the crontab. > > > > Is it not possible to run chmod and chown on a folder by using a > > crontab? > > > If you have two different groups that need write access in a directory, the > obvious solution, to me, is not to change ownership at 1 minute intervals, > but to create a third group, and make the people of both groups a member of > that third group. Then you give that directory write acces for that third > group. > > - Mark > > System Administrator Asarian-host.org > > --- > "If you were supposed to understand it, > we wouldn't call it code." - FedEx It's a good thing simplicity can't punch you in the face. Thanks Mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 17:56:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DD037B401 for ; Mon, 27 Jan 2003 17:56:49 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id C421943F9B for ; Mon, 27 Jan 2003 17:56:39 -0800 (PST) (envelope-from mwm-dated-1044150998.9cbbfa@mired.org) Received: (qmail 26378 invoked from network); 28 Jan 2003 01:56:38 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Jan 2003 01:56:38 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15925.58197.393122.606646@guru.mired.org> Date: Mon, 27 Jan 2003 19:56:37 -0600 To: "Thaddeus J. Quintin" Cc: Subject: Re: Installing new versions of GCC In-Reply-To: <001301c2c665$0d28f620$0200a8c0@tjqathlonpc> References: <001301c2c665$0d28f620$0200a8c0@tjqathlonpc> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <001301c2c665$0d28f620$0200a8c0@tjqathlonpc>, Thaddeus J. Quintin typed: > Greetings- > > I'm a pretty new user of FreeBSD and I've enjoyed every minute of it so > far. > > I'm trying to update gcc via the package/ports system, but I've had a > few problems. > > 'pkg_add -r gcc' > > Results in a error message that the file is unavailable. This make > sense, because the package it's looking for > (ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.7-release/Latest/gcc. > tgz) does not exist. > > I downloaded the ports package (/usr/ports) and went into the /lang/gcc > directory. I first tried 'make.' That ran for awhile, but when it I don't see a "lang/gcc". I see a collection of lang/gcc. Did you really go to lang/gcc32? > finished, gcc still reported version '2.95.4.' After that, I realized I > should run 'make install.' That ran for awhile, but in the end, when I > ran gcc -v I still got this message- > > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] Which gcc did you run? the one that comes with the system - 2.95.4 - is /usr/bin/gcc. The one the port installed is probably /usr/local/bin/gcc, or /usr/local/bin/gcc32 or some such. > I'd like to be using 3.2 so I'd be using the same compiler as my > University's server. I could get the source from GNU and install that, > but I'm trying to utilize the FreeBSD Package/ports system as much as > possible. > > Am I missing something?? Is there something else I should try? Well, going to 5.0 has been suggested, but moving off -STABLE seems extreme when there are ports of the version you want. However, if you want to compile your system with 3.2, going to -CURRENT - via 5.0-RELEASE - is the easiest solution. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 17:58: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C84B37B409 for ; Mon, 27 Jan 2003 17:58:00 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC5B43F85 for ; Mon, 27 Jan 2003 17:57:58 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by sccrmhc02.attbi.com (sccrmhc02) with ESMTP id <2003012801575700200i5sl8e>; Tue, 28 Jan 2003 01:57:57 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h0S1vutm037315; Mon, 27 Jan 2003 20:57:56 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h0S1vu38037312; Mon, 27 Jan 2003 20:57:56 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: "Thaddeus J. Quintin" Cc: Subject: Re: Installing new versions of GCC References: <001301c2c665$0d28f620$0200a8c0@tjqathlonpc> From: Lowell Gilbert Date: 27 Jan 2003 20:57:55 -0500 In-Reply-To: <001301c2c665$0d28f620$0200a8c0@tjqathlonpc> Message-ID: <44k7gqdoik.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Thaddeus J. Quintin" writes: > I downloaded the ports package (/usr/ports) and went into the /lang/gcc > directory. I first tried 'make.' That ran for awhile, but when it > finished, gcc still reported version '2.95.4.' After that, I realized I > should run 'make install.' That ran for awhile, but in the end, when I > ran gcc -v I still got this message- > > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > > I'd like to be using 3.2 so I'd be using the same compiler as my > University's server. I could get the source from GNU and install that, > but I'm trying to utilize the FreeBSD Package/ports system as much as > possible. /usr/ports/lang/gcc32 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 17:58:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2488F37B401 for ; Mon, 27 Jan 2003 17:58:54 -0800 (PST) Received: from anu.edu.au (anumail4.anu.edu.au [150.203.2.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id C065343F79 for ; Mon, 27 Jan 2003 17:58:52 -0800 (PST) (envelope-from Gregory.Lane@anu.edu.au) Received: from nucl03.anu.edu.au (nucl03.anu.edu.au [150.203.19.120]) by anu.edu.au (8.12.4/8.12.4) with ESMTP id h0S1woBo017496; Tue, 28 Jan 2003 12:58:50 +1100 (EST) Received: from nucl03.anu.edu.au (localhost [127.0.0.1]) by nucl03.anu.edu.au (8.12.6/8.12.3) with ESMTP id h0S1wogX076855; Tue, 28 Jan 2003 12:58:50 +1100 (EST) (envelope-from gjl103@nucl03.anu.edu.au) Received: (from gjl103@localhost) by nucl03.anu.edu.au (8.12.6/8.12.6/Submit) id h0S1wnGh076854; Tue, 28 Jan 2003 12:58:49 +1100 (EST) Date: Tue, 28 Jan 2003 12:58:49 +1100 From: Greg Lane To: freebsd-questions@FreeBSD.ORG Cc: leblanc+freebsd@keyslapper.org Subject: Re: Caching nameserver question - I need a spot here . . . Message-ID: <20030128015849.GA76718@nucl03.anu.edu.au> Reply-To: gregory.lane@anu.edu.au Mail-Followup-To: freebsd-questions@FreeBSD.ORG, leblanc+freebsd@keyslapper.org References: <20030127221529.GB36301@keyslapper.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030127221529.GB36301@keyslapper.org> User-Agent: Mutt/1.4i X-Sender: gregory.lane@anu.edu.au X-Sender-Domain: anu.edu.au X-Spam-Status: Scanned X-Spam-Score: (-3.4) X-Spam-Tests: IN_REP_TO X-Scanned-By: MIMEDefang 2.15 (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 On Mon, Jan 27, 2003 at 05:15:29PM -0500, Louis LeBlanc wrote: > Hey all. I'm finally getting around to setting up a caching dns > server. Pretty confusing from my angle. > > Here's what I have so far: > named enaabled in /etc/rc.conf > cd to /etc/namedb and run sh make-localhost > > and the following in /etc/namedb/named.conf: > > options { > directory "/etc/namedb"; > forward first; > forwarders { > 151.203.0.84; > 151.202.0.84; > }; > listen-on { 10.8.20.5; }; > version "surely you must be joking" > query-source address * port 53; > }; > > > zone "." { > type hint; > file "named.root"; > }; > > zone "0.0.127.IN-ADDR.ARPA" { > type master; > file "localhost.rev"; > }; > G'day Louis, The only differences I can see between this and my working configuration at home is 1/. I have "forward only" rather than "forward first". So far my DNS providers haven't failed me! 2/. I run named as a non-privileged user. I haven't configured a complete sandbox (see http://www.au.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html#NAMED-SANDBOX for that), but just did the following: mkdir /etc/namedb/s chown bind:bind /etc/namedb/s chmod 750 /etc/namedb/s Add the following to the options in named.conf dump-file "s/named_dump.db"; and named_flags="-u bind -g bind" to /etc/rc.conf. 3/. I don't have the version and query-source lines. I don't believe they'll break anything for you. 4/. I have set up an authorative "lane.family" domain for my home network 5/. You may want to add 127.0.0.1 to your listen-on option. I can't see anything in your setup as is that will wreak havoc on the internet, but I am not an expert. I would at least run it as bind:bind rather than root as it is trivial to set up. A complete sandbox is better, and of course a jail would be even better, but they are both more work. Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 18: 3: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E307E37B401 for ; Mon, 27 Jan 2003 18:03:06 -0800 (PST) Received: from ostia.INS.cwru.edu (ostia.INS.CWRU.Edu [129.22.8.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1206B43F93 for ; Mon, 27 Jan 2003 18:03:06 -0800 (PST) (envelope-from bwm3@po.cwru.edu) Received: from z (Z@z.STUDENT.CWRU.Edu [129.22.161.109]) by ostia.INS.cwru.edu with ESMTP (8.11.6+cwru/CWRU-3.9) id h0S234E11658; Mon, 27 Jan 2003 21:03:04 -0500 (EST) (from bwm3@po.cwru.edu for ) From: "Braden McGrath" To: Subject: ATA DMA issues in 5.0-RELEASE Date: Mon, 27 Jan 2003 21:03:04 -0500 Message-ID: <015801c2c671$650ed470$6da11681@z> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 less of a question and more of a solution to a problem I was = having. There were (apparently) some ATA DMA changes recently in -current that = never trickled down to 4.7-STABLE, which is what I had been running before = trying 5.0. (My 4-STABLE install was working perfectly.) These DMA changes = were specific to certain cards & chipsets, from what I can gather looking at = the source. My problems were specifically with a Promise PCI Ultra66 = controller (no raid, just extra ATA ports). Every time drives were accessed on the controller in 5.0, the controller would hang and be forced to reset. I looked through the -current source revisions and found that the issues were resolved in newer versions of the ata driver. I cvsupped to = 5-current and attempted to build a kernel, and it failed (this didn't surprise = me). I backed down to 5-release, giving up on current. =20 My next step was to get the source diffs between current's ATA support = and 5-release. I compiled them into a single file, patched the source, = built a "modified" -release kernel, and now my DMA problem is no more. =20 I figured since I had already done the work of determining the needed = files and compiling the unidiff, I would make it available to the community. = Note that I have made NO alterations to the source itself. My diffs do have modified "build IDs" so they will patch cleanly against the -release = sources though. (I had to drop '/home/ncvs/' from the identifiers.) I've just = gone through, grabbed the files needed to correct this problem, and put them together for the sake of convenience. Please remember that this is code from CURRENT, possibly buggy and untested... But it is working 100% fine for me. Just drop the diff in /usr/src and run 'patch -p1 ; Mon, 27 Jan 2003 18:35:56 -0800 (PST) Received: from skywalker.rogness.net (skywalker.rogness.net [64.251.173.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BDE43F79 for ; Mon, 27 Jan 2003 18:35:56 -0800 (PST) (envelope-from nick@rogness.net) Received: from skywalker.rogness.net (localhost [127.0.0.1]) by skywalker.rogness.net (8.12.5/8.12.5) with ESMTP id h0S2ZsFH065121; Mon, 27 Jan 2003 19:35:54 -0700 (MST) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by skywalker.rogness.net (8.12.5/8.12.5/Submit) with ESMTP id h0S2Zlh4065118; Mon, 27 Jan 2003 19:35:53 -0700 (MST) X-Authentication-Warning: skywalker.rogness.net: nick owned process doing -bs Date: Mon, 27 Jan 2003 19:35:45 -0700 (MST) From: Nick Rogness To: Vikash Badal Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Source nat question (ipfw and natd) In-Reply-To: <002001c2c515$f5b72200$4b0a0a0a@my.domain> Message-ID: <20030127191911.F64691-100000@skywalker.rogness.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 26 Jan 2003, Vikash Badal wrote: > > > I currently have a box (4.7p3) that i want to connect to four different > > > networks According to the man page i can only nat on one interface using > > > natd. > > > > > > My current natd.conf is as follows : > > > -------------------------------------------------------------------------- > > > redirect_address 10.136.236.18 192.168.28.61 > > > redirect_address 10.136.236.20 192.168.20.47 > > > redirect_address 10.136.236.19 192.167.11.47 > > > -------------------------------------------------------------------------- > > > > > > When i add the following maping : > > > redirect_address 10.136.236.18 192.168.15.47 > > > > > > the source address for connections to 192.168.15.0/24 is 192.168.25.61 > > > is there any way i can setup natd and ipfw so that if packets are > > > destined for 192.168.15.0/24 then the source address should be > > > 192.168.15.47 > > > I'm still not sure what you are trying to accomplish here. You talk about source address for connections to 192.168.15.0/24...from where ? From the 192.168.X.X network? If so, you can run a seperate copy of natd in -reverse mode and an alias address to translate the source address. It becomes tricky to do but it might be what you want. What are you trying to accomplish? It sounds like you want the -reverse option for nat but I don't know what machines are where and how your network is laid out and how traffic flows across the BSD machine. Do you want all machines on the 192.168.X.X network (connected via vx0) to hit 10.136.X.X network with the same source address always? Please clarify. Also, comments below: > > I made a typo in the original mail : > ===> redirect_address 10.136.236.19 192.167.11.47 > should be redirect_address 10.136.236.19 192.168.21.47 > > configs: > > rc.conf: > ============ > kern_securelevel_enable="NO" > nfs_reserved_port_only="YES" > sendmail_enable="NONE" > sshd_enable="YES" > inetd_enable="NO" > portmap_enable="NO" > gateway_enable="YES" > ntpdate_flags="10.131.156.5" > ntpdate_enable="YES" > natd_enable="YES" > natd_interface="vx0" > natd_flags="-config /etc/natd.conf" > hostname="nwest-fw.natis.natis" > ifconfig_xl0="inet 10.136.236.5 netmask 255.255.255.0" > ifconfig_vx0="inet 192.168.28.61 netmask 255.255.240.0" > ifconfig_vx0_alias0="inet 192.168.15.57 netmask 255.255.255.0 > defaultrouter="10.136.236.1" > firewall_enable="YES" > firewall_type="natis" > firewall_quiet="YES" > ==================== > With your default gateway 10.136.236.1 I hope that the machines on the 10.136 network know how to reach the 192 network. > nwest-fw# ipfw -a l > 00050 0 0 divert 8668 ip from any to any via vx0 > 00100 32 2000 allow ip from any to any via lo0 > 00200 0 0 deny ip from any to 127.0.0.0/8 > 00300 0 0 deny ip from 127.0.0.0/8 to any > 00400 0 0 check-state [SNIP] Why are you running stateful inspection intermixed with nat? That is a bad combination. > ================ > nwest-fw# cat /etc/natd.conf > redirect_address 10.136.236.18 192.168.28.61 > redirect_address 10.136.236.20 192.168.20.47 > redirect_address 10.136.236.19 192.168.21.47 > redirect_address 10.136.236.18 192.168.15.47 So do these translations work? The only way to test them is from the 192.168 network. Also, 192.168.15.47.??.But the vx0 interface is setup with IP 192.168.15.57? Nick Rogness - How many people here have telekenetic powers? Raise my hand. -Emo Philips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 18:47: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F4537B401 for ; Mon, 27 Jan 2003 18:47:08 -0800 (PST) Received: from skywalker.rogness.net (skywalker.rogness.net [64.251.173.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9271643F43 for ; Mon, 27 Jan 2003 18:47:07 -0800 (PST) (envelope-from nick@rogness.net) Received: from skywalker.rogness.net (localhost [127.0.0.1]) by skywalker.rogness.net (8.12.5/8.12.5) with ESMTP id h0S2lBFH065144; Mon, 27 Jan 2003 19:47:11 -0700 (MST) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by skywalker.rogness.net (8.12.5/8.12.5/Submit) with ESMTP id h0S2l9FI065141; Mon, 27 Jan 2003 19:47:10 -0700 (MST) X-Authentication-Warning: skywalker.rogness.net: nick owned process doing -bs Date: Mon, 27 Jan 2003 19:47:07 -0700 (MST) From: Nick Rogness To: Ben Williams Cc: =?ISO-8859-2?B?R2FubmF0ZXIgSuFub3M=?= , BSD Subject: Re[2]: IMAP In-Reply-To: <24172748829.20030127123857@instantemail.net> Message-ID: <20030127194526.F64691-100000@skywalker.rogness.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 27 Jan 2003, Ben Williams wrote: > Monday, January 27, 2003, 12:32:29 PM, you wrote: > > >> >What is this kill -HUP inetd? > >> > >> kill -HUP pid is the standard command to reload a daemon in Unix. > GJ> Replacing > >> the 'pid' with the process id number of the daemon in question (listed > GJ> when > >> you do a 'ps aux') will force the daemon to reload it's configuration. > >> > GJ> My problem is that the ps aux doesn't lists the inetd daemon. So this > GJ> kill thing doesn't works as well..... > GJ> How can I check IMAP or POP3 is really listening? > > For IMAP: > sockstat | grep :143 > > For POP3: > sockstat | grep :110 > > For both/either: > sockstat | egrep ":143|:110" Alternatively, if sockstat isn't available (like on another OS), then: # netstat -an Works on a lot of OS's (including windows). Nick Rogness - How many people here have telekenetic powers? Raise my hand. -Emo Philips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 18:57:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE3F37B401; Mon, 27 Jan 2003 18:57:43 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F6643F43; Mon, 27 Jan 2003 18:57:42 -0800 (PST) (envelope-from swear@attbi.com) Received: from localhost.localdomain ([12.242.158.67]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <2003012802574100300jhegre>; Tue, 28 Jan 2003 02:57:42 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.6/8.12.5) with ESMTP id h0S2tJm9047874; Mon, 27 Jan 2003 18:55:24 -0800 (PST) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.6/8.12.5/Submit) id h0S2tDI5047871; Mon, 27 Jan 2003 18:55:13 -0800 (PST) (envelope-from swear@attbi.com) X-Authentication-Warning: localhost.localdomain: jojo set sender to swear@attbi.com using -f To: "Greg 'groggy' Lehey" Cc: Bill Moran , freebsd-questions@FreeBSD.org Subject: Re: trouble brewing over the UNIX thing again... References: <3E309AA0.3020705@ocsny.com> <20030124030130.GB61607@rot13.obsecurity.org> <20030126074338.GB1606@sydney.worldwide.lemis.com> <3E341113.3080304@potentialtech.com> <20030127040154.GK94229@wantadilla.lemis.com> <3E34D2D9.8010209@potentialtech.com> <56y956jrqn.956@localhost.localdomain> <20030128005318.GF56320@wantadilla.lemis.com> From: swear@attbi.com (Gary W. Swearingen) Date: 27 Jan 2003 18:55:12 -0800 In-Reply-To: <20030128005318.GF56320@wantadilla.lemis.com> Message-ID: Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greg 'groggy' Lehey writes: > Which secret agreements? The license is public, and it doesn't leave > any space for secret agreements. The secret agreements which presumably allowed UCB and BSDi to continue using Unix code without getting sued over it. Permission which I've not seen extended to the rest of us by its owner, as has been done for the older versions of Unix. We're trusting that UCB or BSDi have published the code under its owner's license and that the published licenses are valid and can be interpreted to cover patents as well as copyrights. People with much at stake should "trust, but verify". Call this FUD if you will; FUD is an accurate description, in my mind. > Could we now please take this off -questions? Continue on advocacy@ > if you want. I already started and finished my thread on -chat, joining this thread only after you and Bill had each added to it twice. How dare you tell others to hide their replies in another list? If you want to object to a thread, do that in your first reply and without an on-topic comment; it's only fair, 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 Jan 27 19:15:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD86837B401 for ; Mon, 27 Jan 2003 19:15:56 -0800 (PST) Received: from freebsdm.homeunix.org (pool-151-204-131-224.ny325.east.verizon.net [151.204.131.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id D440F43F3F for ; Mon, 27 Jan 2003 19:15:55 -0800 (PST) (envelope-from roma@freebsdm.homeunix.org) Received: from freebsdm.homeunix.org (localhost.homeunix.org [127.0.0.1]) by freebsdm.homeunix.org (8.12.6/8.12.6) with ESMTP id h0S3FeV9003950 for ; Mon, 27 Jan 2003 22:15:41 -0500 (EST) (envelope-from roma@freebsdm.homeunix.org) Date: Mon, 27 Jan 2003 03:21:45 -0500 From: Roman To: freebsd-questions@freebsd.org Subject: FreeBSD-5.0 xl0 problem Message-ID: <20030127082145.GE2331@freebsdm.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.4.1 Lines: 43 Sender: owner-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 currently installed FreeBSD-5.0 and having problem configuring xl card. Dmesg shows that kernel picks it up: xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xe400-0xe47f mem 0xe0000000-0xe000007f irq 11 at device 9.0 on pci0 xl0: Ethernet address: 00:50:da:7d:f1:c3 after i do "ifconfig xl0 up" it seems like the card shuts down, the link indicator on the hub as well as on the card itself goes blank... Here is ifconfig before i do anything: xl0: flags=8802 mtu 1500 options=3 ether 00:50:da:7d:f1:c3 media: Ethernet 100baseTX (100baseTX ) status: active lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 ifconfig after "ifconfig xl0 up": xl0: flags=8843 mtu 1500 options=3 inet6 fe80::250:daff:fe7d:f1c3%xl0 prefixlen 64 scopeid 0x1 ether 00:50:da:7d:f1:c3 media: Ethernet 100baseTX (none) lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 With 4.7 there is no such problem. Is there is a way to load "old" (4.7) xl driver? Thank you. roman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:23:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBA037B401 for ; Mon, 27 Jan 2003 19:23:31 -0800 (PST) Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by mx1.FreeBSD.org (Postfix) with SMTP id BDB0243F75 for ; Mon, 27 Jan 2003 19:23:30 -0800 (PST) (envelope-from simon@optinet.com) Received: (qmail 99250 invoked by uid 106); 28 Jan 2003 03:25:58 -0000 Received: from 24-90-127-16.nyc.rr.com (HELO win2kpc1) (24.90.127.16) by cobra.acceleratedweb.net with SMTP; 28 Jan 2003 03:25:58 -0000 From: "Simon" To: "freebsd-questions@freebsd.org" Date: Mon, 27 Jan 2003 22:22:43 -0500 X-Mailer: PMMail 2000 Professional (2.20.2661) For Windows 2000 (5.0.2195;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: What caused this Panic Message-Id: <20030128032330.BDB0243F75@mx1.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, I just had a server panic due to something wrong with disk quotas, I guess. panic: dqget: free dquot isn't Can someone please explain what the above is about. Thank you, Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:24: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A8C37B401 for ; Mon, 27 Jan 2003 19:24:03 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 498A143F3F for ; Mon, 27 Jan 2003 19:24:01 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 08BC451980; Tue, 28 Jan 2003 13:53:59 +1030 (CST) Date: Tue, 28 Jan 2003 13:53:59 +1030 From: Greg 'groggy' Lehey To: "Gary W. Swearingen" Cc: freebsd-questions@FreeBSD.org Subject: Off-topic posts (was: trouble brewing over the UNIX thing again...) Message-ID: <20030128032358.GB84248@wantadilla.lemis.com> References: <3E309AA0.3020705@ocsny.com> <20030124030130.GB61607@rot13.obsecurity.org> <20030126074338.GB1606@sydney.worldwide.lemis.com> <3E341113.3080304@potentialtech.com> <20030127040154.GK94229@wantadilla.lemis.com> <3E34D2D9.8010209@potentialtech.com> <56y956jrqn.956@localhost.localdomain> <20030128005318.GF56320@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-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, 27 January 2003 at 18:55:12 -0800, Gary W. Swearingen wrote: > Greg 'groggy' Lehey writes: > >> Could we now please take this off -questions? Continue on advocacy@ >> if you want. > > I already started and finished my thread on -chat, joining this > thread only after you and Bill had each added to it twice. How dare > you tell others to hide their replies in another list? I find this reply offensive. Do you want me to put on my core team hat and warn you? I was expecting you to be reasonable. This thread is off topic on this list, and the fact that I didn't notice that we were on the wrong list doesn't make it right. There are plenty of people who are upset by off-topic postings. Please stop. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:30: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F119537B401 for ; Mon, 27 Jan 2003 19:29:59 -0800 (PST) Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 3513E43F75 for ; Mon, 27 Jan 2003 19:29:59 -0800 (PST) (envelope-from simon@optinet.com) Received: (qmail 601 invoked by uid 106); 28 Jan 2003 03:32:31 -0000 Received: from 24-90-127-16.nyc.rr.com (HELO win2kpc1) (24.90.127.16) by cobra.acceleratedweb.net with SMTP; 28 Jan 2003 03:32:31 -0000 From: "Simon" To: "freebsd-questions@freebsd.org" Date: Mon, 27 Jan 2003 22:29:15 -0500 X-Mailer: PMMail 2000 Professional (2.20.2661) For Windows 2000 (5.0.2195;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: What caused this Panic Message-Id: <20030128032959.3513E43F75@mx1.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, I just had a server panic due to something wrong with disk quotas, I guess. panic: dqget: free dquot isn't Can someone please explain what the above is about. Thank you, Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:33:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FFA637B401 for ; Mon, 27 Jan 2003 19:33:28 -0800 (PST) Received: from ohsmtp01.ogw.rr.com (ohsmtp01.ogw.rr.com [65.24.7.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B31D43F85 for ; Mon, 27 Jan 2003 19:33:27 -0800 (PST) (envelope-from quintin@ohio.edu) Received: from tjqathlonpc (dhcp024-208-182-170.columbus.rr.com [24.208.182.170]) by ohsmtp01.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h0S3XQXc006263 for ; Mon, 27 Jan 2003 22:33:26 -0500 (EST) From: "Thaddeus J. Quintin" To: Subject: RE: Installing new versions of GCC Date: Mon, 27 Jan 2003 22:33:42 -0500 Message-ID: <001401c2c67e$0e734710$0200a8c0@tjqathlonpc> 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.4024 In-Reply-To: <15925.58197.393122.606646@guru.mired.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 Wow, Thanks for all of the responses. First off, that was a typo in my original email. I was running make in /usr/ports/lang/gcc32. Now, I tried a few things. I ran 'make clean' to start over, 'make', 'make deinstall', and then 'make install'. When that's done, I end up with gcc32 (and g++32, etc) in /usr/local/bin. So, THAT appears to be working alright. However, the original gcc (etc.) remain in /usr/bin. It doesn't seem right that I should need to delete all of the old compilers and create links, but perhaps that's what I need to do. Any advice now that I have this new perspective? Thaddeus -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Mike Meyer Sent: Monday, January 27, 2003 8:57 PM To: Thaddeus J. Quintin Cc: freebsd-questions@FreeBSD.org Subject: Re: Installing new versions of GCC In <001301c2c665$0d28f620$0200a8c0@tjqathlonpc>, Thaddeus J. Quintin typed: > Greetings- > > I'm a pretty new user of FreeBSD and I've enjoyed every minute of it > so far. > > I'm trying to update gcc via the package/ports system, but I've had a > few problems. > > 'pkg_add -r gcc' > > Results in a error message that the file is unavailable. This make > sense, because the package it's looking for > (ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.7-release/Latest/gc > c. > tgz) does not exist. > > I downloaded the ports package (/usr/ports) and went into the > /lang/gcc directory. I first tried 'make.' That ran for awhile, but > when it I don't see a "lang/gcc". I see a collection of lang/gcc. Did you really go to lang/gcc32? > finished, gcc still reported version '2.95.4.' After that, I realized > I should run 'make install.' That ran for awhile, but in the end, > when I ran gcc -v I still got this message- > > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] Which gcc did you run? the one that comes with the system - 2.95.4 - is /usr/bin/gcc. The one the port installed is probably /usr/local/bin/gcc, or /usr/local/bin/gcc32 or some such. > I'd like to be using 3.2 so I'd be using the same compiler as my > University's server. I could get the source from GNU and install that, > but I'm trying to utilize the FreeBSD Package/ports system as much as > possible. > > Am I missing something?? Is there something else I should try? Well, going to 5.0 has been suggested, but moving off -STABLE seems extreme when there are ports of the version you want. However, if you want to compile your system with 3.2, going to -CURRENT - via 5.0-RELEASE - is the easiest solution. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:33:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A9437B401 for ; Mon, 27 Jan 2003 19:33:38 -0800 (PST) Received: from flatiron.instantemail.net (naturalcom-gw.avl.rocketlauncher.net [209.95.78.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B31343F85 for ; Mon, 27 Jan 2003 19:33:38 -0800 (PST) (envelope-from benwilliams@instantemail.net) Received: from reliable-2000 (flatiron.instantemail.net [209.95.72.149]) by flatiron.instantemail.net (8.9.3/8.9.3) with ESMTP id DAA99518; Tue, 28 Jan 2003 03:33:30 GMT Date: Mon, 27 Jan 2003 22:33:31 -0500 From: Ben Williams X-Mailer: The Bat! (v1.61) Personal Reply-To: Ben Williams X-Priority: 3 (Normal) Message-ID: <17430810182.20030127223331@instantemail.net> To: Nick Rogness Cc: BSD Subject: Re[3]: IMAP In-Reply-To: <20030127194526.F64691-100000@skywalker.rogness.net> References: <20030127194526.F64691-100000@skywalker.rogness.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Monday, January 27, 2003, 9:47:07 PM, you wrote: NR> On Mon, 27 Jan 2003, Ben Williams wrote: >> Monday, January 27, 2003, 12:32:29 PM, you wrote: >> >> >> >What is this kill -HUP inetd? >> >> >> >> kill -HUP pid is the standard command to reload a daemon in Unix. >> GJ> Replacing >> >> the 'pid' with the process id number of the daemon in question (listed >> GJ> when >> >> you do a 'ps aux') will force the daemon to reload it's configuration. >> >> >> GJ> My problem is that the ps aux doesn't lists the inetd daemon. So this >> GJ> kill thing doesn't works as well..... >> GJ> How can I check IMAP or POP3 is really listening? >> >> For IMAP: >> sockstat | grep :143 >> >> For POP3: >> sockstat | grep :110 >> >> For both/either: >> sockstat | egrep ":143|:110" NR> Alternatively, if sockstat isn't available (like on another OS), NR> then: NR> # netstat -an NR> Works on a lot of OS's (including windows). True. This being a BSD list I didn't bother with a portable solution. -- Ben mailto:benwilliams@instantemail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:46:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7020D37B401 for ; Mon, 27 Jan 2003 19:46:43 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD34743F43 for ; Mon, 27 Jan 2003 19:46:41 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id D2D3151980; Tue, 28 Jan 2003 14:16:39 +1030 (CST) Date: Tue, 28 Jan 2003 14:16:39 +1030 From: Greg 'groggy' Lehey To: Simon Cc: "freebsd-questions@freebsd.org" Subject: Panic out of dqget() (was: What caused this Panic) Message-ID: <20030128034639.GD84248@wantadilla.lemis.com> References: <20030128032959.3513E43F75@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030128032959.3513E43F75@mx1.FreeBSD.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-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, 27 January 2003 at 22:29:15 -0500, Simon wrote: > Hi, > > I just had a server panic due to something wrong with disk quotas, I guess. > > panic: dqget: free dquot isn't > > Can someone please explain what the above is about. Yes, it means that the kernel found a discrepancy in quota allocation, in the function dqget() (/usr/src/sys/ufs/ufs/ufs_quota.c). Possibly that's not enough for you. To find out more, we need a dump. Even then, it could be difficult. A little information on the circumstances could help. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:51:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E083737B405 for ; Mon, 27 Jan 2003 19:51:10 -0800 (PST) Received: from conn.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7167D43F3F for ; Mon, 27 Jan 2003 19:51:10 -0800 (PST) (envelope-from dennisr@visi.com) Received: from visi.com (dennisr.dsl.visi.com [208.42.90.154]) by conn.mc.mpls.visi.com (Postfix) with ESMTP id D6ADF823A for ; Mon, 27 Jan 2003 21:51:09 -0600 (CST) Message-ID: <3E35FE2D.7000009@visi.com> Date: Mon, 27 Jan 2003 21:51:09 -0600 From: dennis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030126 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: 5.0 install help - slicing disk problems X-Enigmail-Version: 0.71.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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 am trying to install freebsd 5.0 on a Maxtor 52049U4 20G hard drive. The disk is slaved on ide0. The fdisk will not let me create a slice larger than 2G. Further more I can not create any number of slices totaling more than 2G. The mobo is a MSI KT4 ulta with a VIA KT400 chipset. The onboard ide controller is a VIA VT8235 chipset. The drive geometry is always reported incorrectly when I boot from the freebsd installation cdrom. When I set the geometry manually the size is reported correctly but I am still unable to slice the disk larger than 2GB. Are these problems related to the new-ness of my mobo and chipset or am I just doing something wrong? Is there a work around for the problem? I want to dedicate the entire disk to the freebsd installation. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:55:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6489A37B401 for ; Mon, 27 Jan 2003 19:55:46 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2335243F75 for ; Mon, 27 Jan 2003 19:55:45 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from quai (12-245-211-155.client.attbi.com [12.245.211.155]) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with SMTP id h0S49VFF070512 for ; Mon, 27 Jan 2003 23:09:32 -0500 (EST) From: "Asenchi" To: "freebsd-questions@FreeBSD. ORG" Subject: RE: Firewall + DHCP (STILL) Date: Mon, 27 Jan 2003 22:55:09 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I emailed and receive some help this past weekend. Thank you all for responding, however none of the suggestions were able to cure my problem. Here is the issue: I am setting up a firewall, IPFW + NATD that will act as a gateway. I have two NIC's that are configured. The OIF will be connected to a cable modem that assigns connections by DHCP. I am not able to keep a connection with my OIF concerning this. It did work once. However when I removed the 'all any to any' rule in rc.firewall it dropped. Never to connect again. Some of the suggestions so far have been: "commenting out the ifconfig_vr0='DHCP'" DONE "This suggest that your dhclient can not bind to the port it needs. You may want to check what is bound to that port. See 'lsof' and 'netstat'." DONE I have tried both of these. Here is a schematic of the ideal situation: NET --> Cable Modem >> Firewall (IPFW + NAT, Gateway) > Internal NET. Can someone please help me? I really appreciate the help so far. Thanks, Curt Micol PS: Below is a bunch of info on my setup, let me know if you want more. Oh and I know that there is no ip assigned to vr0, this is bsd, not me. I have tried to assign one and have also set 'ifconfig_vr0="DHCP"' in rc.conf. #uname -a FreeBSD world.attbi.com 4.7-STABLE FreeBSD 4.7-STABLE #6: Fri Jan 24 22:05:56 EST 2003 asenchi@world:/usr/obj/usr/src/sys/ASENCHI i386 #vi /etc/rc.firewall #FIREWALL RULES fwcmd="/sbin/ipfw" oif="vr0" onet="`ifconfig vr0 | grep "inet " | awk '{print $6}'`" omask="`ifconfig vr0 | grep "inet " | awk '{print $4}'`" oip="`ifconfig vr0 | grep "inet " | awk '{print $2}'`" iif="rl0" inet="192.168.0.0" imask="255.255.255.0" iip="192.168.0.1" ${fwcmd} -f flush ${fwcmd} add 0050 divert natd all from any to any via ${oif} ${fwcmd} add 0200 allow all from any to any ${fwcmd} add 0500 allow all from ${iip} to ${inet}:${imask} ${fwcmd} add 0501 allow all from ${inet}:${imask} to ${iip} ${fwcmd} add 0502 allow tcp from any to any established ${fwcmd} add 0503 deny all from ${inet}:${imask} to any in via ${oif} ${fwcmd} add 0504 deny all from ${onet}:${omask} to any in via ${iif} ${fwcmd} add 0505 pass all from any to any frag ${fwcmd} add 0506 pass tcp from any to ${oip} 53 setup ${fwcmd} add 0507 pass udp from any 53 to ${oip} ${fwcmd} add 0508 pass udp from ${oip} 53 to any ${fwcmd} add 0509 pass udp from ${oip} to any 53 keep-state ${fwcmd} add 0510 allow tcp from any to any 22 setup ${fwcmd} add 0511 allow tcp from any 22 to any setup ${fwcmd} add 0550 allow udp from any to any 68 out via ${oif} ${fwcmd} add 0551 allow udp from any 68 to any out via ${oif} ${fwcmd} add 0552 allow udp from any 67 to any in via ${oif} #ps -acux USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 225 0.0 0.1 420 216 v1 R+ 10:30PM 0:00.00 ps root 1 0.0 0.1 552 316 ?? ILs 5:28PM 0:00.01 init root 2 0.0 0.0 0 0 ?? DL 5:28PM 0:00.00 pagedaemon root 3 0.0 0.0 0 0 ?? DL 5:28PM 0:00.00 vmdaemon root 4 0.0 0.0 0 0 ?? DL 5:28PM 0:00.00 bufdaemon root 5 0.0 0.0 0 0 ?? DL 5:28PM 0:00.00 vnlru root 6 0.0 0.0 0 0 ?? DL 5:28PM 0:00.01 syncer root 25 0.0 0.0 212 96 ?? Is 5:28PM 0:00.00 adjkerntz root 66 0.0 0.3 944 728 ?? Is 10:28PM 0:00.00 dhclient root 114 0.0 0.1 432 288 ?? Is 10:28PM 0:00.00 natd root 137 0.0 0.3 972 656 ?? Ss 10:28PM 0:00.08 syslogd root 145 0.0 0.3 1056 696 ?? Is 10:28PM 0:00.00 inetd root 147 0.0 0.3 1024 764 ?? Is 10:28PM 0:00.00 cron root 149 0.0 0.7 2324 1744 ?? Is 10:28PM 0:00.00 sshd qmaild 173 0.0 0.2 896 392 con- I 10:28PM 0:00.00 tcpserver root 174 0.0 0.2 896 392 con- I 10:28PM 0:00.00 tcpserver qmails 175 0.0 0.2 940 500 con- I 10:28PM 0:00.03 qmail-send qmaill 180 0.0 0.2 896 504 con- I 10:28PM 0:00.00 splogger root 181 0.0 0.2 896 476 con- I 10:28PM 0:00.00 qmail-lspawn qmailr 182 0.0 0.2 896 412 con- I 10:28PM 0:00.00 qmail-rspawn qmailq 183 0.0 0.2 884 440 con- I 10:28PM 0:00.00 qmail-clean root 184 0.0 0.3 952 644 v0 Is+ 10:28PM 0:00.00 getty root 185 0.0 0.4 1268 948 v1 Is 10:28PM 0:00.03 login root 186 0.0 0.3 952 644 v2 Is+ 10:28PM 0:00.00 getty root 187 0.0 0.3 952 644 v3 Is+ 10:28PM 0:00.00 getty root 188 0.0 0.3 952 644 v4 Is+ 10:28PM 0:00.00 getty root 189 0.0 0.3 952 644 v5 Is+ 10:28PM 0:00.00 getty root 190 0.0 0.3 952 644 v6 Is+ 10:28PM 0:00.00 getty root 191 0.0 0.3 952 644 v7 Is+ 10:28PM 0:00.00 getty asenchi 198 0.0 0.2 636 440 v1 I 10:28PM 0:00.01 sh root 209 0.0 0.4 1484 1084 v1 S 10:29PM 0:00.08 csh root 0 0.0 0.0 0 0 ?? DLs 5:28PM 0:00.00 swapper #vi /var/db/dhclient.leases lease { interface "xl0"; fixed-address 12.245.246.22; option subnet-mask 255.255.255.0; option dhcp-lease-time 3600; option routers 12.245.246.1; option dhcp-message-type 5; option dhcp-server-identifier 12.242.20.34; option domain-name-servers 63.240.76.4,204.127.198.4; option broadcast-address 255.255.255.255; option host-name "x1-6-00-04-76-c5-f4-a2"; option domain-name "attbi.com"; renew 2 2003/1/28 03:29:22; rebind 2 2003/1/28 03:58:51; expire 2 2003/1/28 04:06:21; } lease { interface "vr0"; fixed-address 12.245.228.183; option subnet-mask 255.255.255.128; option dhcp-lease-time 345600; option routers 12.245.228.129; option dhcp-message-type 5; option dhcp-server-identifier 12.242.20.34; option domain-name-servers 63.240.76.4,204.127.198.4; option broadcast-address 255.255.255.255; option domain-name "attbi.com"; renew 4 2003/1/30 01:09:35; rebind 5 2003/1/31 15:28:11; expire 6 2003/2/1 03:28:11; } #ifconfig -a vr0: flags=8843 mtu 1500 inet6 fe80::240:33ff:fe5a:748a%vr0 prefixlen 64 scopeid 0x1 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ether 00:40:33:5a:74:8a media: Ethernet autoselect (100baseTX ) status: active xl0: flags=8802 mtu 1500 options=3 ether 00:04:76:c5:f4:a2 media: Ethernet autoselect (none) status: no carrier rl0: flags=8843 mtu 1500 inet6 fe80::250:bfff:fe90:6d98%rl0 prefixlen 64 scopeid 0x3 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:50:bf:90:6d:98 media: Ethernet autoselect (100baseTX) status: active faith0: flags=8002 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:56:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B9EB37B401 for ; Mon, 27 Jan 2003 19:56:56 -0800 (PST) Received: from invert.com (datacenterops.com [209.164.15.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C55843F79 for ; Mon, 27 Jan 2003 19:56:55 -0800 (PST) (envelope-from mee@invert.com) Received: (from mee@localhost) by invert.com (8.11.3/8.11.3) id h0S3vp291212 for freebsd-questions@FreeBSD.ORG; Mon, 27 Jan 2003 19:57:51 -0800 (PST) (envelope-from mee) Date: Mon, 27 Jan 2003 19:57:51 -0800 From: Mike Erickson To: "'freebsd-questions@freebsd.org'" Subject: Re: Matrox support for XFree86 on FreeBSD Message-ID: <20030128035751.GC30171@quidquam.com> Mail-Followup-To: "'freebsd-questions@freebsd.org'" References: <2F03DF3DDE57D411AFF4009027B8C3670289D6FB@exchange-uk.isltd.insignia.com> <200301272113.h0RLD5Jj022611@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301272113.h0RLD5Jj022611@peedub.jennejohn.org> 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 * Gary Jennejohn (garyj@jennejohn.org) wrote: > "local.freebsd.questions" writes: > > >******************************************************** > > >Define WITH_MATROX_GXX_DRIVER to include Matrox's extra > > >"HALLIB" binary driver > > >******************************************************** > > > > And indeed it then pulled down drivers from the Matrox > > site and I see mga_hal is loaded in the X log. Amazing! > > > > I had thought that these drivers were for Linux only. > > > > It's not a driver, it's a moduke for X and apparently is pretty > much OS independent. > > > The question immediately arises, in what way is XFree86 > > better with these drivers (on a G400) than the normal > > open-source drivers? If it's only enabling TV out then > > on a bog-standard G400 I won't see any benefit I guess. > > > > I don't know about the G400, but's it's the only way I can use the > DVI output on my G550. > > I can't address the other questions. Here is more info about the HAL library: ftp://ftp.matrox.com/pub/mga/archive/linux/2001/powerdesk_1_00_7/readme_pdesk.txt a relevant snippet: The Matrox HAL ("Hardware Abstraction Layer") library is required to enable DualHead, TV output, and digital flat panel support with G400-based graphics hardware. The HAL library is required for certain PowerDesk features such as adjusting refresh rates and display positioning, and using "DualHead Multi-Display - Merged" mode. mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 19:57:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B0DF37B401 for ; Mon, 27 Jan 2003 19:57:39 -0800 (PST) Received: from pop015.verizon.net (pop015pub.verizon.net [206.46.170.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BEE643F43 for ; Mon, 27 Jan 2003 19:57:38 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.40.202]) by pop015.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030128035737.DDKZ21001.pop015.verizon.net@mac.com> for ; Mon, 27 Jan 2003 21:57:37 -0600 Message-ID: <3E35FFB1.7000405@mac.com> Date: Mon, 27 Jan 2003 22:57:37 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: 5.0 install help - slicing disk problems References: <3E35FE2D.7000009@visi.com> In-Reply-To: <3E35FE2D.7000009@visi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [129.44.40.202] at Mon, 27 Jan 2003 21:57:37 -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 dennis wrote: [ ... ] > Are these problems related to the new-ness of my mobo and chipset or am > I just doing something wrong? Is there a work around for the problem? > > I want to dedicate the entire disk to the freebsd installation. Try using MS-DOS' FDISK to create your partitions, and see whether FreeBSD recognizes the geometry better. You can either change the partition type from FAT to UFS, or else perhaps create a ~20 MB DOS partition and try to install FreeBSD in the remaining space. [ For that matter, make sure that you've disabled any boot sector virus checking or protection in the system BIOS. ] -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 20: 1: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD8B737B401 for ; Mon, 27 Jan 2003 20:01:06 -0800 (PST) Received: from tomts25-srv.bellnexxia.net (tomts25.bellnexxia.net [209.226.175.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07D643E4A for ; Mon, 27 Jan 2003 20:01:05 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from gabby.gsicomp.on.ca ([65.95.180.103]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030128040104.FMAH7180.tomts25-srv.bellnexxia.net@gabby.gsicomp.on.ca>; Mon, 27 Jan 2003 23:01:04 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.6/8.12.6) with SMTP id h0S3wAAl013211; Mon, 27 Jan 2003 22:58:10 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <00eb01c2c681$c7170290$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Thaddeus J. Quintin" , References: <001401c2c67e$0e734710$0200a8c0@tjqathlonpc> Subject: Re: Installing new versions of GCC Date: Mon, 27 Jan 2003 23:00:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Wow, Thanks for all of the responses. > > First off, that was a typo in my original email. > > I was running make in /usr/ports/lang/gcc32. > > Now, I tried a few things. I ran 'make clean' to start over, 'make', > 'make deinstall', and then 'make install'. > > When that's done, I end up with gcc32 (and g++32, etc) in > /usr/local/bin. > > So, THAT appears to be working alright. However, the original gcc > (etc.) remain in /usr/bin. As would be expected. If you plan on recompiling your kernel, you need to have the "system gcc" around or else things will get screwy. If you want to compile using gcc32, just use gcc32 intead of gcc. To get configure to use your new compile, do this: ./configure CC=gcc32 CXX=g++32 -- 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 Jan 27 20:14:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC49837B401 for ; Mon, 27 Jan 2003 20:14:48 -0800 (PST) Received: from ohsmtp03.ogw.rr.com (ohsmtp03.ogw.rr.com [65.24.7.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC81943F43 for ; Mon, 27 Jan 2003 20:14:47 -0800 (PST) (envelope-from quintin@ohio.edu) Received: from tjqathlonpc (dhcp024-208-182-170.columbus.rr.com [24.208.182.170]) by ohsmtp03.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h0S4EfLg008600 for ; Mon, 27 Jan 2003 23:14:41 -0500 (EST) From: "Thaddeus J. Quintin" To: Subject: RE: Installing new versions of GCC Date: Mon, 27 Jan 2003 23:14:57 -0500 Message-ID: <000001c2c683$d1c10ae0$0200a8c0@tjqathlonpc> 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.4024 In-Reply-To: <00eb01c2c681$c7170290$1200a8c0@gsicomp.on.ca> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alrighty then. Now I know! Thanks a lot! Thaddeus >As would be expected. If you plan on recompiling your kernel, >you need to have the "system gcc" around or else things will get screwy. >If you want to compile using gcc32, just use gcc32 intead of gcc. >To get configure to use your new compile, do this: >../configure CC=gcc32 CXX=g++32 -- 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 Jan 27 20:16:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D66737B401 for ; Mon, 27 Jan 2003 20:16:15 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE99443F75 for ; Mon, 27 Jan 2003 20:16:09 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0S4HSiE007134; Mon, 27 Jan 2003 23:17:31 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E36043F.8010005@potentialtech.com> Date: Mon, 27 Jan 2003 23:17:03 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Asenchi Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Firewall + DHCP (STILL) 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 Asenchi wrote: > Hello, > > I emailed and receive some help this past weekend. Thank you all for > responding, however none of the suggestions were able to cure my problem. I don't think I was in on the original round of q&a. I'm going to make some suggestions, but also clarify a few things. Please pardon me if I suggest some things that have already come up, or ask questions that you've already answered. > Here is the issue: > I am setting up a firewall, IPFW + NATD that will act as a gateway. I have > two NIC's that are configured. The OIF will be connected to a cable modem > that assigns connections by DHCP. I am not able to keep a connection with > my OIF concerning this. What do you mean by "not able to _keep_ a connection"? Are you saying that your DHCP addy expires and can't be renewed? Or is there something more to the problem (i.e., the link layer connection fails?) > PS: Below is a bunch of info on my setup, let me know if you want more. Oh > and I know that there is no ip assigned to vr0, this is bsd, not me. I have > tried to assign one and have also set 'ifconfig_vr0="DHCP"' in rc.conf. To clarify: if you type: killall dhclient ifconfig vr0 inet 10.1.1.1 netmaks 255.0.0.0 ifconfig Does it display the 10.1.1.1 address, or is there still no ip addy on vr0? > #vi /etc/rc.firewall > #FIREWALL RULES > > fwcmd="/sbin/ipfw" > > oif="vr0" > onet="`ifconfig vr0 | grep "inet " | awk '{print $6}'`" > omask="`ifconfig vr0 | grep "inet " | awk '{print $4}'`" > oip="`ifconfig vr0 | grep "inet " | awk '{print $2}'`" > > iif="rl0" > inet="192.168.0.0" > imask="255.255.255.0" > iip="192.168.0.1" > > ${fwcmd} -f flush > > ${fwcmd} add 0050 divert natd all from any to any via ${oif} > > ${fwcmd} add 0200 allow all from any to any If this is truely the firewall rules you are using, then every rule after this one is redundant, as this constitutes an "open" firewall, which is almost the same as no firewall at all (except for the divert rule). > #vi /var/db/dhclient.leases > lease { > interface "xl0"; > fixed-address 12.245.246.22; > option subnet-mask 255.255.255.0; > option dhcp-lease-time 3600; > option routers 12.245.246.1; > option dhcp-message-type 5; > option dhcp-server-identifier 12.242.20.34; > option domain-name-servers 63.240.76.4,204.127.198.4; > option broadcast-address 255.255.255.255; > option host-name "x1-6-00-04-76-c5-f4-a2"; > option domain-name "attbi.com"; > renew 2 2003/1/28 03:29:22; > rebind 2 2003/1/28 03:58:51; > expire 2 2003/1/28 04:06:21; > } > lease { > interface "vr0"; > fixed-address 12.245.228.183; > option subnet-mask 255.255.255.128; > option dhcp-lease-time 345600; > option routers 12.245.228.129; > option dhcp-message-type 5; > option dhcp-server-identifier 12.242.20.34; > option domain-name-servers 63.240.76.4,204.127.198.4; > option broadcast-address 255.255.255.255; > option domain-name "attbi.com"; > renew 4 2003/1/30 01:09:35; > rebind 5 2003/1/31 15:28:11; > expire 6 2003/2/1 03:28:11; > } Are you trying to get DHCP addys on both interfaces? > #ifconfig -a > vr0: flags=8843 mtu 1500 > inet6 fe80::240:33ff:fe5a:748a%vr0 prefixlen 64 scopeid 0x1 > inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 > ether 00:40:33:5a:74:8a > media: Ethernet autoselect (100baseTX ) > status: active > xl0: flags=8802 mtu 1500 > options=3 > ether 00:04:76:c5:f4:a2 > media: Ethernet autoselect (none) > status: no carrier > rl0: flags=8843 mtu 1500 > inet6 fe80::250:bfff:fe90:6d98%rl0 prefixlen 64 scopeid 0x3 > inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 > ether 00:50:bf:90:6d:98 > media: Ethernet autoselect (100baseTX) > status: active > faith0: flags=8002 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 This is probably unrelated, but you have not IPv4 address on the loopback device (lo0), which has caused problems for me in the past. You managed to post _almost_ everything relevent ;) Can you post your rc.conf please. -- Bill Moran Potential Technologies 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 Jan 27 20:27:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69B837B401 for ; Mon, 27 Jan 2003 20:27:41 -0800 (PST) Received: from 7521.net (esabowski-01.dslbr.toad.net [162.33.154.90]) by mx1.FreeBSD.org (Postfix) with SMTP id C860943F75 for ; Mon, 27 Jan 2003 20:27:37 -0800 (PST) (envelope-from airyk@7521.net) Received: (qmail 5582 invoked from network); 28 Jan 2003 04:28:25 -0000 Received: from unknown (HELO localhost) (10.10.0.220) by 7521.net with SMTP; 28 Jan 2003 04:28:25 -0000 From: Erik Sabowski Organization: 7521 To: freebsd-questions@FreeBSD.ORG Subject: 'newfs /dev/fd0' causing machine to crash Date: Mon, 27 Jan 2003 23:28:36 -0500 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200301272328.36897.airyk@7521.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am running freebsd 5.0, and when I tried to run newfs on a floppy, the machine complete crashes. I ran the following commands: # fdformat /dev/fd0 # disklabel -w -r /dev/fd0 fd1440 # newfs /dev/fd0 on the newfs command, the machine crashes. Unfortunatley there is nothing in the logs about the crash. Has this happened to anybody else? erik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 20:28:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F38D637B401 for ; Mon, 27 Jan 2003 20:28:14 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 961B343F43 for ; Mon, 27 Jan 2003 20:28:13 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 65479 invoked by uid 65534); 28 Jan 2003 04:28:04 -0000 Received: from 202.6.144.157 ( [202.6.144.157]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Tue, 28 Jan 2003 14:58:04 +1030 Message-ID: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> Date: Tue, 28 Jan 2003 14:58:04 +1030 From: bastill@adam.com.au To: freebsd-questions@freebsd.org Subject: Fixit instructions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.157 Sender: owner-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 somewhat puzzled. The only helpful instruction I have found on the use of the Fixit disk are these: "You will then be placed into a shell with a wide variety of commands available (in the /stand and /mnt2/stand directories) for checking, repairing and examining file systems and their contents. Some UNIX administration experience is required to use the fixit option." Surely there must be something more comprehensive than this? -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.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 Jan 27 20:30:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D60C937B401 for ; Mon, 27 Jan 2003 20:30:55 -0800 (PST) Received: from ns1.vagner.com (ns1.vagner.com [65.39.87.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 288C843F75 for ; Mon, 27 Jan 2003 20:30:55 -0800 (PST) (envelope-from freebsd@vagner.com) Received: (from root@localhost) by ns1.vagner.com (8.12.5/8.12.5) id h0S4Uik1054773 for questions@freebsd.org; Mon, 27 Jan 2003 21:30:44 -0700 (MST) (envelope-from freebsd@vagner.com) Received: from vagner.com (pcp02972580pcs.manass01.va.comcast.net [68.48.106.33]) by ns1.vagner.com (8.12.5/8.12.5av) with ESMTP id h0S4UcWo054765 for ; Mon, 27 Jan 2003 21:30:39 -0700 (MST) (envelope-from freebsd@vagner.com) Message-ID: <3E36076E.4020903@vagner.com> Date: Mon, 27 Jan 2003 23:30:38 -0500 From: Laszlo Vagner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Subject: openoffice.org build on 5.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trying to build openoffice and get this=== I cant find the file it is looking for on the net although the "/nonexistant" bothers me that it is really the problem. ERROR below-------------------- > Extracting for openoffice-1.0.2 >> Checksum OK for openoffice/OOo_1.0.2_source.tar.bz2. >> Checksum OK for openoffice/gpc231.tar.Z. >> Checksum OK for openoffice/patch-openoffice-mozilla101-2002-10-14. ===> openoffice-1.0.2 depends on executable: zip - found ===> openoffice-1.0.2 depends on executable: unzip - found ===> openoffice-1.0.2 depends on file: /usr/local/bin/ant - not found ===> Verifying install for /usr/local/bin/ant in /usr/ports/devel/jakarta-ant ===> Extracting for jakarta-ant-1.5.1_3 >> Checksum OK for jakarta/jakarta-ant-1.5.1-bin.tar.gz. ===> jakarta-ant-1.5.1_3 depends on file: /usr/local/jdk1.2.2/bin/java - not found ===> Verifying install for /usr/local/jdk1.2.2/bin/java in /usr/ports/java/jdk12 ===> Extracting for jdk-1.2.2p11 >> Checksum OK for jdk1_2_2-src.tar.gz. >> Checksum OK for bsd-jdk122-patches-11.tar.gz. ===> jdk-1.2.2p11 depends on executable: gm4 - found ===> jdk-1.2.2p11 depends on executable: zip - found ===> jdk-1.2.2p11 depends on file: /usr/local/jdk1.1.8/bin/javac - found ===> jdk-1.2.2p11 depends on file: /usr/X11R6/lib/libXm.so - found ===> jdk-1.2.2p11 depends on file: /nonexistent - not found ===> Verifying extract for /nonexistent in /usr/ports/java/jfc ===> jfc-1.1.1 'You must manually fetch the standard zip format distribution from http://www.javasoft.com/products/jfc/download.html and place it in /usr/ports/distfiles then run make again.'. *** Error code 1 Stop in /usr/ports/java/jfc. *** Error code 1 Stop in /usr/ports/java/jdk12. *** Error code 1 Stop in /usr/ports/devel/jakarta-ant. *** Error code 1 Stop in /usr/ports/editors/openoffice. amd2000# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 20:39:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A42B37B401 for ; Mon, 27 Jan 2003 20:39:50 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72CC543F75 for ; Mon, 27 Jan 2003 20:39:45 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from quai (12-245-211-155.client.attbi.com [12.245.211.155]) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with SMTP id h0S4rVFF070791; Mon, 27 Jan 2003 23:53:32 -0500 (EST) From: "Asenchi" To: "Bill Moran" Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: Firewall + DHCP (STILL) Date: Mon, 27 Jan 2003 23:39:09 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <3E36043F.8010005@potentialtech.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >What do you mean by "not able to _keep_ a connection"? Are you saying that >your DHCP addy expires and can't be renewed? Or is there something more to >the problem (i.e., the link layer connection fails?) It won't pick up an ip from my provider. When I boot up, ifconfig in dmesg shows an ip, but nothing will connect. If I do an 'ifconfig -a' it will show up 0.0.0.0. >To clarify: >if you type: >killall dhclient >ifconfig vr0 inet 10.1.1.1 netmaks 255.0.0.0 >ifconfig >Does it display the 10.1.1.1 address, or is there still no ip addy on >vr0? Yes I can configure it for an address...I think it has something to do with dhclient. > ${fwcmd} add 0200 allow all from any to any >If this is truely the firewall rules you are using, then every rule after >this one is redundant, as this constitutes an "open" firewall, which is >almost the same as no firewall at all (except for the divert rule). Yes I am aware of this. I have it in there to try and get a connection. It normally isn't in there. >Are you trying to get DHCP addys on both interfaces? Sorry I tried switching cards and settings. Now I am sticking with vr0. Nothing happened(ens) either way. Ok, here is my rc.conf. I took your advice and configured the lo0. I included all my info again just in case, with rc.conf at the top. It is all the same info as I am on a windows machine as well. So transferring from floppy becomes a hassle. Thank you very much for your help. Curt Micol #vi /etc/rc.conf # -- sysinstall generated deltas -- # Thu Nov 14 10:01:53 2002 # Created: Thu Nov 14 10:01:53 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. #Network Stuff hostname="world.attbi.com" ifconfig_vr0="DHCP" ifconfig_rl0="inet 192.168.0.1 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1 netmask 255.0.0.0" gateway_enable="YES" #Misc Options inetd_enable="YES" kern_securelevel_enable="NO" nfs_reserved_port_only="YES" ntpdate_enable="YES" ntpdate_flags="clock.linuxshell.net" sshd_enable="YES" sshd_flags="-4" usbd_enable="NO" syslogd_enable="YES" syslogd_flags="-ss" clear_tmp_enable="YES" icmp_drop_redirect="YES" icmp_log_redirect="YES" icmp_bmcastecho="NO" fsck_y_enable="YES" linux_enable="NO" moused_enable="NO" portmap_enable="NO" #Firewall firewall_enable="YES" #firewall_type="OPEN" firewall_type="/etc/rc.firewall" firewall_quiet="YES" firewall_logging="YES" log_in_vain="YES" #NATD natd_enable="YES" natd_interface="vr0" natd_flags="-f /etc/natd.conf" sendmail_enable="NONE" #qmail options qmail_smtp_enable="YES" qmail_pop_enable="YES" qmail_enable="YES" #uname -a FreeBSD world.attbi.com 4.7-STABLE FreeBSD 4.7-STABLE #6: Fri Jan 24 22:05:56 EST 2003 asenchi@world:/usr/obj/usr/src/sys/ASENCHI i386 #vi /etc/rc.firewall #FIREWALL RULES fwcmd="/sbin/ipfw" oif="vr0" onet="`ifconfig vr0 | grep "inet " | awk '{print $6}'`" omask="`ifconfig vr0 | grep "inet " | awk '{print $4}'`" oip="`ifconfig vr0 | grep "inet " | awk '{print $2}'`" iif="rl0" inet="192.168.0.0" imask="255.255.255.0" iip="192.168.0.1" ${fwcmd} -f flush ${fwcmd} add 0050 divert natd all from any to any via ${oif} ${fwcmd} add 0200 allow all from any to any ${fwcmd} add 0500 allow all from ${iip} to ${inet}:${imask} ${fwcmd} add 0501 allow all from ${inet}:${imask} to ${iip} ${fwcmd} add 0502 allow tcp from any to any established ${fwcmd} add 0503 deny all from ${inet}:${imask} to any in via ${oif} ${fwcmd} add 0504 deny all from ${onet}:${omask} to any in via ${iif} ${fwcmd} add 0505 pass all from any to any frag ${fwcmd} add 0506 pass tcp from any to ${oip} 53 setup ${fwcmd} add 0507 pass udp from any 53 to ${oip} ${fwcmd} add 0508 pass udp from ${oip} 53 to any ${fwcmd} add 0509 pass udp from ${oip} to any 53 keep-state ${fwcmd} add 0510 allow tcp from any to any 22 setup ${fwcmd} add 0511 allow tcp from any 22 to any setup ${fwcmd} add 0550 allow udp from any to any 68 out via ${oif} ${fwcmd} add 0551 allow udp from any 68 to any out via ${oif} ${fwcmd} add 0552 allow udp from any 67 to any in via ${oif} #ps -acux USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 225 0.0 0.1 420 216 v1 R+ 10:30PM 0:00.00 ps root 1 0.0 0.1 552 316 ?? ILs 5:28PM 0:00.01 init root 2 0.0 0.0 0 0 ?? DL 5:28PM 0:00.00 pagedaemon root 3 0.0 0.0 0 0 ?? DL 5:28PM 0:00.00 vmdaemon root 4 0.0 0.0 0 0 ?? DL 5:28PM 0:00.00 bufdaemon root 5 0.0 0.0 0 0 ?? DL 5:28PM 0:00.00 vnlru root 6 0.0 0.0 0 0 ?? DL 5:28PM 0:00.01 syncer root 25 0.0 0.0 212 96 ?? Is 5:28PM 0:00.00 adjkerntz root 66 0.0 0.3 944 728 ?? Is 10:28PM 0:00.00 dhclient root 114 0.0 0.1 432 288 ?? Is 10:28PM 0:00.00 natd root 137 0.0 0.3 972 656 ?? Ss 10:28PM 0:00.08 syslogd root 145 0.0 0.3 1056 696 ?? Is 10:28PM 0:00.00 inetd root 147 0.0 0.3 1024 764 ?? Is 10:28PM 0:00.00 cron root 149 0.0 0.7 2324 1744 ?? Is 10:28PM 0:00.00 sshd qmaild 173 0.0 0.2 896 392 con- I 10:28PM 0:00.00 tcpserver root 174 0.0 0.2 896 392 con- I 10:28PM 0:00.00 tcpserver qmails 175 0.0 0.2 940 500 con- I 10:28PM 0:00.03 qmail-send qmaill 180 0.0 0.2 896 504 con- I 10:28PM 0:00.00 splogger root 181 0.0 0.2 896 476 con- I 10:28PM 0:00.00 qmail-lspawn qmailr 182 0.0 0.2 896 412 con- I 10:28PM 0:00.00 qmail-rspawn qmailq 183 0.0 0.2 884 440 con- I 10:28PM 0:00.00 qmail-clean root 184 0.0 0.3 952 644 v0 Is+ 10:28PM 0:00.00 getty root 185 0.0 0.4 1268 948 v1 Is 10:28PM 0:00.03 login root 186 0.0 0.3 952 644 v2 Is+ 10:28PM 0:00.00 getty root 187 0.0 0.3 952 644 v3 Is+ 10:28PM 0:00.00 getty root 188 0.0 0.3 952 644 v4 Is+ 10:28PM 0:00.00 getty root 189 0.0 0.3 952 644 v5 Is+ 10:28PM 0:00.00 getty root 190 0.0 0.3 952 644 v6 Is+ 10:28PM 0:00.00 getty root 191 0.0 0.3 952 644 v7 Is+ 10:28PM 0:00.00 getty asenchi 198 0.0 0.2 636 440 v1 I 10:28PM 0:00.01 sh root 209 0.0 0.4 1484 1084 v1 S 10:29PM 0:00.08 csh root 0 0.0 0.0 0 0 ?? DLs 5:28PM 0:00.00 swapper #vi /var/db/dhclient.leases lease { interface "xl0"; fixed-address 12.245.246.22; option subnet-mask 255.255.255.0; option dhcp-lease-time 3600; option routers 12.245.246.1; option dhcp-message-type 5; option dhcp-server-identifier 12.242.20.34; option domain-name-servers 63.240.76.4,204.127.198.4; option broadcast-address 255.255.255.255; option host-name "x1-6-00-04-76-c5-f4-a2"; option domain-name "attbi.com"; renew 2 2003/1/28 03:29:22; rebind 2 2003/1/28 03:58:51; expire 2 2003/1/28 04:06:21; } lease { interface "vr0"; fixed-address 12.245.228.183; option subnet-mask 255.255.255.128; option dhcp-lease-time 345600; option routers 12.245.228.129; option dhcp-message-type 5; option dhcp-server-identifier 12.242.20.34; option domain-name-servers 63.240.76.4,204.127.198.4; option broadcast-address 255.255.255.255; option domain-name "attbi.com"; renew 4 2003/1/30 01:09:35; rebind 5 2003/1/31 15:28:11; expire 6 2003/2/1 03:28:11; } #ifconfig -a vr0: flags=8843 mtu 1500 inet6 fe80::240:33ff:fe5a:748a%vr0 prefixlen 64 scopeid 0x1 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ether 00:40:33:5a:74:8a media: Ethernet autoselect (100baseTX ) status: active xl0: flags=8802 mtu 1500 options=3 ether 00:04:76:c5:f4:a2 media: Ethernet autoselect (none) status: no carrier rl0: flags=8843 mtu 1500 inet6 fe80::250:bfff:fe90:6d98%rl0 prefixlen 64 scopeid 0x3 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:50:bf:90:6d:98 media: Ethernet autoselect (100baseTX) status: active faith0: flags=8002 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 20:45:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 214B637B401 for ; Mon, 27 Jan 2003 20:45:53 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id F0FAC43F75 for ; Mon, 27 Jan 2003 20:45:51 -0800 (PST) (envelope-from mwm-dated-1044161150.d06f9f@mired.org) Received: (qmail 27916 invoked from network); 28 Jan 2003 04:45:50 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Jan 2003 04:45:50 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15926.2814.331230.808433@guru.mired.org> Date: Mon, 27 Jan 2003 22:45:50 -0600 To: "Thaddeus J. Quintin" Cc: Subject: RE: Installing new versions of GCC In-Reply-To: <001401c2c67e$0e734710$0200a8c0@tjqathlonpc> References: <15925.58197.393122.606646@guru.mired.org> <001401c2c67e$0e734710$0200a8c0@tjqathlonpc> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Context delete due to top posting.] In <001401c2c67e$0e734710$0200a8c0@tjqathlonpc>, Thaddeus J. Quintin typed: > First off, that was a typo in my original email. > I was running make in /usr/ports/lang/gcc32. > > It doesn't seem right that I should need to delete all of the old > compilers and create links, but perhaps that's what I need to do. If you do that, the system will quit making. So don't do that. Tell things that need to be built with gcc32 that the compiler is named gcc32. If you really want gcc to invoke that gcc, link gcc to gcc32 in /usr/local/bin, and make sure /usr/local/bin preceeds /usr/bin in your path. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 20:50:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB30E37B401 for ; Mon, 27 Jan 2003 20:50:18 -0800 (PST) Received: from flatiron.instantemail.net (naturalcom-gw.avl.rocketlauncher.net [209.95.78.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id E707743F43 for ; Mon, 27 Jan 2003 20:50:17 -0800 (PST) (envelope-from benwilliams@instantemail.net) Received: from reliable-2000 (flatiron.instantemail.net [209.95.72.149]) by flatiron.instantemail.net (8.9.3/8.9.3) with ESMTP id EAA28243; Tue, 28 Jan 2003 04:48:53 GMT Date: Mon, 27 Jan 2003 23:48:55 -0500 From: Ben Williams X-Mailer: The Bat! (v1.61) Personal Reply-To: Ben Williams X-Priority: 3 (Normal) Message-ID: <17335334237.20030127234855@instantemail.net> To: Laszlo Vagner Cc: questions@freebsd.org Subject: Re: openoffice.org build on 5.0 In-Reply-To: <3E36076E.4020903@vagner.com> References: <3E36076E.4020903@vagner.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 Monday, January 27, 2003, 11:30:38 PM, you wrote: LV> trying to build openoffice and get this=== LV> I cant find the file it is looking for on the net although the LV> "/nonexistant" bothers me LV> that it is really the problem. LV> ERROR below-------------------- LV> > Extracting for openoffice-1.0.2 LV> >> Checksum OK for openoffice/OOo_1.0.2_source.tar.bz2. LV> >> Checksum OK for openoffice/gpc231.tar.Z. LV> >> Checksum OK for openoffice/patch-openoffice-mozilla101-2002-10-14. ===>> openoffice-1.0.2 depends on executable: zip - found ===>> openoffice-1.0.2 depends on executable: unzip - found ===>> openoffice-1.0.2 depends on file: /usr/local/bin/ant - not found ===>> Verifying install for /usr/local/bin/ant in LV> /usr/ports/devel/jakarta-ant ===>> Extracting for jakarta-ant-1.5.1_3 LV> >> Checksum OK for jakarta/jakarta-ant-1.5.1-bin.tar.gz. ===>> jakarta-ant-1.5.1_3 depends on file: /usr/local/jdk1.2.2/bin/java LV> - not found ===>> Verifying install for /usr/local/jdk1.2.2/bin/java in LV> /usr/ports/java/jdk12 ===>> Extracting for jdk-1.2.2p11 LV> >> Checksum OK for jdk1_2_2-src.tar.gz. LV> >> Checksum OK for bsd-jdk122-patches-11.tar.gz. ===>> jdk-1.2.2p11 depends on executable: gm4 - found ===>> jdk-1.2.2p11 depends on executable: zip - found ===>> jdk-1.2.2p11 depends on file: /usr/local/jdk1.1.8/bin/javac - found ===>> jdk-1.2.2p11 depends on file: /usr/X11R6/lib/libXm.so - found ===>> jdk-1.2.2p11 depends on file: /nonexistent - not found ===>> Verifying extract for /nonexistent in /usr/ports/java/jfc ===>> jfc-1.1.1 'You must manually fetch the standard zip format LV> distribution from http://www.javasoft.com/products/jfc/download.html and LV> place it in /usr/ports/distfiles then run make again.'. LV> *** Error code 1 LV> Stop in /usr/ports/java/jfc. LV> *** Error code 1 LV> Stop in /usr/ports/java/jdk12. LV> *** Error code 1 LV> Stop in /usr/ports/devel/jakarta-ant. LV> *** Error code 1 LV> Stop in /usr/ports/editors/openoffice. LV> amd2000# Have you done this? ===> jfc-1.1.1 'You must manually fetch the standard zip format distribution from http://www.javasoft.com/products/jfc/download.html and place it in /usr/ports/distfiles then run make again.'. -- Ben mailto:benwilliams@instantemail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 20:55:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE2337B401 for ; Mon, 27 Jan 2003 20:55:43 -0800 (PST) Received: from pop015.verizon.net (pop015pub.verizon.net [206.46.170.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB30A43F3F for ; Mon, 27 Jan 2003 20:55:42 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.40.202]) by pop015.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030128045542.DLHO21001.pop015.verizon.net@mac.com>; Mon, 27 Jan 2003 22:55:42 -0600 Message-ID: <3E360D4E.5060507@mac.com> Date: Mon, 27 Jan 2003 23:55:42 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: bastill@adam.com.au Subject: Re: Fixit instructions References: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> In-Reply-To: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [129.44.40.202] at Mon, 27 Jan 2003 22:55:41 -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 bastill@adam.com.au wrote: [ ... ] > The only helpful instruction I have found on the use of the Fixit disk are these: > "You will then be placed into a shell with a wide variety of commands available > (in the /stand and /mnt2/stand directories) for checking, repairing and > examining file systems and their contents. Some UNIX administration experience > is required to use the fixit option." > > Surely there must be something more comprehensive than this? Lots and lots. cd /stand touch /tmp/docs foreach file ( * ) man -p /bin/cat $file >> /tmp/docs end ...produces about two hundred pages worth of documentation. Comprehensive, but perhaps not organized effectively. However, the FreeBSD Handbook, or O'Reillys "Essential System Administration", might be better starting places as tutorials/problem-solving resources. -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 20:56:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D47C37B401 for ; Mon, 27 Jan 2003 20:56:10 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C63F243F43 for ; Mon, 27 Jan 2003 20:56:08 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0S4vViE007147; Mon, 27 Jan 2003 23:57:31 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E360DA2.2090007@potentialtech.com> Date: Mon, 27 Jan 2003 23:57:06 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Asenchi Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Firewall + DHCP (STILL) 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 Asenchi wrote: >>What do you mean by "not able to _keep_ a connection"? Are you saying that >>your DHCP addy expires and can't be renewed? Or is there something more to >>the problem (i.e., the link layer connection fails?) > > It won't pick up an ip from my provider. When I boot up, ifconfig in dmesg > shows an ip, but nothing will connect. If I do an 'ifconfig -a' it will > show up 0.0.0.0. OK, that clears that up. >>To clarify: >>if you type: >>killall dhclient >>ifconfig vr0 inet 10.1.1.1 netmaks 255.0.0.0 >>ifconfig >>Does it display the 10.1.1.1 address, or is there still no ip addy on >>vr0? > > Yes I can configure it for an address...I think it has something to do with > dhclient. Ok, so it appears as though the NIC and the driver are working ... >>${fwcmd} add 0200 allow all from any to any > >>If this is truely the firewall rules you are using, then every rule after >>this one is redundant, as this constitutes an "open" firewall, which is >>almost the same as no firewall at all (except for the divert rule). > > Yes I am aware of this. I have it in there to try and get a connection. It > normally isn't in there. Gotcha, so for now we're ruling out the firewall as a problem, good strategy. > #vi /etc/rc.conf > # -- sysinstall generated deltas -- # Thu Nov 14 10:01:53 2002 > # Created: Thu Nov 14 10:01:53 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. > #Network Stuff > hostname="world.attbi.com" Try adding a line at this point in the file (actually, I don't think it really matters exactly _where_ you put it in the file) network_interfaces="vr0 rl0 lo0" And see if things start acting nicer. This may solve the problem, let me know either way. > ifconfig_vr0="DHCP" > ifconfig_rl0="inet 192.168.0.1 netmask 255.255.255.0" > ifconfig_lo0="inet 127.0.0.1 netmask 255.0.0.0" > gateway_enable="YES" -- Bill Moran Potential Technologies 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 Jan 27 21: 2: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 660E437B401 for ; Mon, 27 Jan 2003 21:01:59 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C9E243E4A for ; Mon, 27 Jan 2003 21:01:58 -0800 (PST) (envelope-from mwm-dated-1044162117.79082c@mired.org) Received: (qmail 28104 invoked from network); 28 Jan 2003 05:01:57 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Jan 2003 05:01:57 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15926.3781.54965.702684@guru.mired.org> Date: Mon, 27 Jan 2003 23:01:57 -0600 To: bastill@adam.com.au Cc: freebsd-questions@freebsd.org Subject: Re: Fixit instructions In-Reply-To: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> References: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <1043728084.3e3606d4a3b6a@webmail.adam.com.au>, bastill@adam.com.au typed: > I'm somewhat puzzled. > > The only helpful instruction I have found on the use of the Fixit disk are these: > "You will then be placed into a shell with a wide variety of commands available > (in the /stand and /mnt2/stand directories) for checking, repairing and > examining file systems and their contents. Some UNIX administration experience > is required to use the fixit option." > > Surely there must be something more comprehensive than this? ls /stand/bin and /mnt2/bin, and possibly /stand/usr/bin and /mnt2/usr/bin. Then read the manual pages for each of those commands on Unix. There are also some writeups on the FreeBSD web site on troubleshooting. In general, fixit mode is only useful if you know how to fix a broken unix system using standard unix commands, as that what it gives you. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 21:13:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C3737B401 for ; Mon, 27 Jan 2003 21:13:12 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 114CD43F79 for ; Mon, 27 Jan 2003 21:13:11 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from quai (12-245-211-155.client.attbi.com [12.245.211.155]) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with SMTP id h0S5QxFF071015; Tue, 28 Jan 2003 00:26:59 -0500 (EST) From: "Asenchi" To: "Bill Moran" Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: Firewall + DHCP (STILL) Date: Tue, 28 Jan 2003 00:12:37 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <3E360DA2.2090007@potentialtech.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I can't figure this out? I want to reiterate my appreciation for your help. It still isn't working. I added: network_interfaces="vr0 rl0 lo0" and even rebooted to see if that would work (rather than using /etc/netstart) nothing. I guess let me ask this, if you were going to setup a firewall running natd, configured with two nics and the oif connected to DHCP would you do this following? Base install, Kernel reconfig installing ipfw + natd configuring in rc.conf oif card w/ DHCP and internal with generic ip's config rc.firewall what am i missing? again thank you... frustrated, curt -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Bill Moran Sent: Monday, January 27, 2003 11:57 PM To: Asenchi Cc: freebsd-questions@FreeBSD. ORG Subject: Re: Firewall + DHCP (STILL) Asenchi wrote: >>What do you mean by "not able to _keep_ a connection"? Are you saying that >>your DHCP addy expires and can't be renewed? Or is there something more to >>the problem (i.e., the link layer connection fails?) > > It won't pick up an ip from my provider. When I boot up, ifconfig in dmesg > shows an ip, but nothing will connect. If I do an 'ifconfig -a' it will > show up 0.0.0.0. OK, that clears that up. >>To clarify: >>if you type: >>killall dhclient >>ifconfig vr0 inet 10.1.1.1 netmaks 255.0.0.0 >>ifconfig >>Does it display the 10.1.1.1 address, or is there still no ip addy on >>vr0? > > Yes I can configure it for an address...I think it has something to do with > dhclient. Ok, so it appears as though the NIC and the driver are working ... >>${fwcmd} add 0200 allow all from any to any > >>If this is truely the firewall rules you are using, then every rule after >>this one is redundant, as this constitutes an "open" firewall, which is >>almost the same as no firewall at all (except for the divert rule). > > Yes I am aware of this. I have it in there to try and get a connection. It > normally isn't in there. Gotcha, so for now we're ruling out the firewall as a problem, good strategy. > #vi /etc/rc.conf > # -- sysinstall generated deltas -- # Thu Nov 14 10:01:53 2002 > # Created: Thu Nov 14 10:01:53 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. > #Network Stuff > hostname="world.attbi.com" Try adding a line at this point in the file (actually, I don't think it really matters exactly _where_ you put it in the file) network_interfaces="vr0 rl0 lo0" And see if things start acting nicer. This may solve the problem, let me know either way. > ifconfig_vr0="DHCP" > ifconfig_rl0="inet 192.168.0.1 netmask 255.255.255.0" > ifconfig_lo0="inet 127.0.0.1 netmask 255.0.0.0" > gateway_enable="YES" -- Bill Moran Potential Technologies 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 Jan 27 21:42:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4788E37B401 for ; Mon, 27 Jan 2003 21:42:22 -0800 (PST) Received: from skywalker.rogness.net (skywalker.rogness.net [64.251.173.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607E843E4A for ; Mon, 27 Jan 2003 21:42:21 -0800 (PST) (envelope-from nick@rogness.net) Received: from skywalker.rogness.net (localhost [127.0.0.1]) by skywalker.rogness.net (8.12.5/8.12.5) with ESMTP id h0S5gAFH065415; Mon, 27 Jan 2003 22:42:10 -0700 (MST) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by skywalker.rogness.net (8.12.5/8.12.5/Submit) with ESMTP id h0S5g9n2065412; Mon, 27 Jan 2003 22:42:09 -0700 (MST) X-Authentication-Warning: skywalker.rogness.net: nick owned process doing -bs Date: Mon, 27 Jan 2003 22:42:07 -0700 (MST) From: Nick Rogness To: Vikash Badal - PCS Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Source nat question (ipfw and natd) Revised In-Reply-To: <501BF453CDCFD111A6E40080C83DAC04E4C219@PSICS001> Message-ID: <20030127221735.S64691-100000@skywalker.rogness.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 28 Jan 2003, Vikash Badal - PCS wrote: > Greetings, > > My current natd.conf is as follows : > -------------------------------------------------------------- > redirect_address 10.136.236.18 192.168.28.61 > redirect_address 10.136.236.20 192.168.20.47 > redirect_address 10.136.236.19 192.168.21.47 > ------------------------------------------------------------- > When i add the following maping : > redirect_address 10.136.236.18 192.168.15.47 > the source address for connections to 192.168.15.0/24 > is 192.168.25.61 > > what I want to do is : if i initiate a connection to 192.168.15.0/24 > from 10.136.238.18 then i need the source address to be 192.168.15.47 > > If i initiate a connection to 192.168.28.0/24 from 10.136.238.18 then i > need the source address to be 192.168.28.61 > > network layout > > 192.168.16.0:255.255.240.0 --------------- > 192.168.15.0:255.255.255.0 ---| | > | | > | HUB | > | | > vx0 === 192.168.15.47 (alias address) 192.168.28.61 > > xl0 === 10.136.236.5 > | > | > | > 10.136.236.0/24 > > > The machines on 192.168.x.x only hit 10.136.236.[18/19/20] > depending the application required. The source address of packets > from the 192.168.x.x remains unaltered. > > The machines on the 10.136.236.0 network have a static route > to the 192.168.x.x network. > > The translations work for : > 10.136.236.20 to 192.168.20.0/24 i.e > the 192.168.20.0/24 sees the source as 192.168.28.61 > 10.136.236.19 to 192.168.21.0/24 i.e > the 192.168.20.0/24 sees the source as 192.168.20.47 > > When i try to connect from 10.136.236.18 to 192.168.15.0/24, > the source address is 192.168.28.61. I needed the source > address to be 192.168.15.47 only when i connect to 192.168.15.0/24 > > If i change the order of the redirect rules in /etc/natd.conf : > i.e > redirect_address 10.136.236.18 192.168.15.47 > is place before > redirect_address 10.136.236.18 192.168.28.61 > > then the translation to 192.168.28.0/24 no longer works but the > translation for 192.168.15.0/24 works. Yes, this is true as it will use the first entry in natd.conf for the translation. The problem is, you are thinking of the translations backwards. Are only 3 machines on the 10.136 segment talking to only 3 machines on the 192 segment? Does communication have to go both ways, ie. do the 192.168 machines need to talk to 10.136 machines? Also, you can run multiple copies of natd for the same interface (different port needed) and direct packets to the different natds based on the firewall rules applied: Firewall rules and Corresponding Natd #1( on port 8668): # ipfw divert 8668 ip from 10.136.236.18/32 to 192.168.15.0/24 out via vx0 # ipfw divert 8668 ip from 192.168.15.0/24 to 192.168.15.47/32 in via vx0 # natd -p 8668 -n vx0 -redirect_address 10.136.236.18 192.168.15.47 Firewall rules and Corresponding natd #2 (port 8669): # ipfw divert 8669 ip from 10.136.236.18/32 to 192.168.28.0/24 out via vx0 # ipfw divert 8669 ip from 192.168.28.0/24 to 192.168.28.61/32 in via vx0 # natd -p 8669 -n vx0 -redirect_address 10.136.236.18 192.168.28.61 Nick Rogness - How many people here have telekenetic powers? Raise my hand. -Emo Philips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 22:32:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CEB137B401 for ; Mon, 27 Jan 2003 22:32:45 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-205.dsl.lsan03.pacbell.net [64.169.104.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD7C43F75 for ; Mon, 27 Jan 2003 22:32:43 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id E3F9A678BE; Mon, 27 Jan 2003 22:32:42 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id DFDAA1624; Mon, 27 Jan 2003 22:32:41 -0800 (PST) Date: Mon, 27 Jan 2003 22:32:41 -0800 From: Kris Kennaway To: Mike Meyer Cc: "Thaddeus J. Quintin" , freebsd-questions@FreeBSD.ORG Subject: Re: Installing new versions of GCC Message-ID: <20030128063241.GA1398@rot13.obsecurity.org> References: <15925.58197.393122.606646@guru.mired.org> <001401c2c67e$0e734710$0200a8c0@tjqathlonpc> <15926.2814.331230.808433@guru.mired.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <15926.2814.331230.808433@guru.mired.org> 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 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 27, 2003 at 10:45:50PM -0600, Mike Meyer wrote: > [Context delete due to top posting.] >=20 > In <001401c2c67e$0e734710$0200a8c0@tjqathlonpc>, Thaddeus J. Quintin typed: > > First off, that was a typo in my original email. > > I was running make in /usr/ports/lang/gcc32. > >=20 > > It doesn't seem right that I should need to delete all of the old > > compilers and create links, but perhaps that's what I need to do. >=20 > If you do that, the system will quit making. So don't do that. Tell > things that need to be built with gcc32 that the compiler is named > gcc32. >=20 > If you really want gcc to invoke that gcc, link gcc to gcc32 in > /usr/local/bin, and make sure /usr/local/bin preceeds /usr/bin in your > path. =2E..but it's better to use the standard way to specify the choice of compiler, namely setting the CC and CXX environment variables to point to the C and C++ compilers. Kris --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NiQJWry0BWjoQKURAiokAKD+H6yowuUvW7nsCcxwMNTbdCD6xQCfXQ9P sFGZ48JILC84sRyD122nXeY= =9Jjc -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 22:44:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C680B37B401 for ; Mon, 27 Jan 2003 22:44:42 -0800 (PST) Received: from web14708.mail.yahoo.com (web14708.mail.yahoo.com [216.136.224.125]) by mx1.FreeBSD.org (Postfix) with SMTP id 949A843F3F for ; Mon, 27 Jan 2003 22:44:42 -0800 (PST) (envelope-from justincarrera@yahoo.com) Message-ID: <20030128064442.60490.qmail@web14708.mail.yahoo.com> Received: from [64.81.137.14] by web14708.mail.yahoo.com via HTTP; Mon, 27 Jan 2003 22:44:42 PST Date: Mon, 27 Jan 2003 22:44:42 -0800 (PST) From: Justin Carrera Subject: bsd 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 what is the difference between Freebsd and Openbsd? thank you __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 27 22:45:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E993637B405 for ; Mon, 27 Jan 2003 22:45:29 -0800 (PST) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFEFE43F85 for ; Mon, 27 Jan 2003 22:45:28 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.40.202]) by out002.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030128064528.KRCP7656.out002.verizon.net@mac.com> for ; Tue, 28 Jan 2003 00:45:28 -0600 Message-ID: <3E362707.2090809@mac.com> Date: Tue, 28 Jan 2003 01:45:27 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd Questions Subject: sandboxing named... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [129.44.40.202] at Tue, 28 Jan 2003 00:45:28 -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 believe the normal way to chroot named in FreeBSD is something like: named_enable="YES" named_flags="-u bind -g bind -t /etc/namedb -c named.conf" ...in /etc/rc.conf. When doing so, the following seems to make life much better for ndc and the config file: mkdir /etc/namedb/etc mkdir /etc/namedb/var mkdir /etc/namedb/var/run ln -s / /etc/namedb/etc/namedb ln -s /etc/namedb/var/run/ndc /var/run/ndc -Chuck PS: I'm not exactly sure whether this is a suggestion, a question to verify that I'm not doing something silly, or some combination. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 22:47:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C62D37B401 for ; Mon, 27 Jan 2003 22:47:12 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B741C43F3F for ; Mon, 27 Jan 2003 22:47:09 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 59098 invoked by uid 65534); 28 Jan 2003 06:47:07 -0000 Received: from 202.6.144.157 ( [202.6.144.157]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Tue, 28 Jan 2003 17:17:06 +1030 Message-ID: <1043736426.3e36276aee60a@webmail.adam.com.au> Date: Tue, 28 Jan 2003 17:17:06 +1030 From: bastill@adam.com.au To: Mike Meyer , swiger@mac.com Cc: freebsd-questions@freebsd.org Subject: Re: Fixit instructions References: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> <15926.3781.54965.702684@guru.mired.org> In-Reply-To: <15926.3781.54965.702684@guru.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.157 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Mike Meyer : > There are also some writeups on the FreeBSD web site on > troubleshooting. Don't doubt you, but that is the first place I looked on the Internet. That info is well hidden, I think. However, The tips you and Chuck have offered will keep me quite sufficiently busy and informed for a while! :-) Thanks for your help. -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.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 Jan 27 23:12: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B191537B405 for ; Mon, 27 Jan 2003 23:12:06 -0800 (PST) Received: from freebsdm.homeunix.org (pool-151-204-131-224.ny325.east.verizon.net [151.204.131.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3AFA43F43 for ; Mon, 27 Jan 2003 23:12:05 -0800 (PST) (envelope-from roma@freebsdm.homeunix.org) Received: from freebsdm.homeunix.org (localhost.homeunix.org [127.0.0.1]) by freebsdm.homeunix.org (8.12.6/8.12.6) with ESMTP id h0S7C0fT000230 for ; Tue, 28 Jan 2003 02:12:00 -0500 (EST) (envelope-from roma@freebsdm.homeunix.org) Date: Tue, 28 Jan 2003 02:12:00 -0500 From: Roman To: freebsd-questions@freebsd.org Subject: modules info? Message-ID: <20030128071200.GF192@freebsdm.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.4.1 Lines: 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 Hello, Does anybody know where could i find some description of kernel modules? 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 Jan 27 23:32:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E8437B401 for ; Mon, 27 Jan 2003 23:32:25 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 633EA43F75 for ; Mon, 27 Jan 2003 23:32:24 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from quai (12-245-211-155.client.attbi.com [12.245.211.155]) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with SMTP id h0S7kDFF071963; Tue, 28 Jan 2003 02:46:13 -0500 (EST) From: "Asenchi" To: "Bill Moran" Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: Firewall + DHCP (STILL) Date: Tue, 28 Jan 2003 02:31:51 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <3E360DA2.2090007@potentialtech.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well I think I fixed it...However it seems to be a weird fix. Here is what I did. After startup, the system couldn't find any routing information. I would disable the firewall, natd anything but it wouldn't load up any routes. so i decided to kill dhclient, and by chance i ran /etc/netstart and dhclient restarted with DHCP parameters for my card. Works perfect...only thing is, if i ever reboot the machine i hvae to kill dhclient everytime to get a connection... anyone know why? anything I can do to stop this? Thanks Bill for your help, Curt Micol To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 23:39: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D086E37B401 for ; Mon, 27 Jan 2003 23:39:07 -0800 (PST) Received: from mail019.syd.optusnet.com.au (mail019.syd.optusnet.com.au [210.49.20.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B8143F79 for ; Mon, 27 Jan 2003 23:39:06 -0800 (PST) (envelope-from bsdbrett@optushome.com.au) Received: from kblam.gravity (c16544.eburwd2.vic.optusnet.com.au [210.49.183.163]) by mail019.syd.optusnet.com.au (8.11.1/8.11.1) with SMTP id h0S7cms30435; Tue, 28 Jan 2003 18:38:48 +1100 Date: Tue, 28 Jan 2003 17:39:47 +1100 From: Brett Harris To: Francisco Reyes Cc: mwm-dated-1044121467.43bfa2@mired.org, questions@FreeBSD.ORG Subject: Re: Which files and directories to backup? Message-Id: <20030128173947.46630490.bsdbrett@optushome.com.au> In-Reply-To: <20030127132927.F32694-100000@zoraida.natserv.net> References: <15925.28666.766856.386331@guru.mired.org> <20030127132927.F32694-100000@zoraida.natserv.net> X-Mailer: Sylpheed version 0.8.8 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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, The best way that I've found to back my machine's configs up, is to create a directory such as /etc/config , *move* all my important configuration files to it (firewall, syslogd, rc.conf etc - basically anything i'd want to keep for a new machine), and then symlink them to their proper locations. That way, if it comes time for a backup, all you do is tar and zip that one /etc/config directory, and move it somewhere safe. No need to remember every single configuration file that you've ever modified, and you also don't risk messing the system up by extracting the entire /etc directory over a fresh install. Because its so simple too, you're more likely to do more regular backups :) Hope that helps, it's saved my ass many times. regards Brett Harris bmh.youth-it.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 23:48: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B59737B401 for ; Mon, 27 Jan 2003 23:48:06 -0800 (PST) Received: from mail.lanworks.de (mailgate.lanworks.de [194.77.154.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C40843E4A for ; Mon, 27 Jan 2003 23:48:04 -0800 (PST) (envelope-from ahuth@lanworks.de) Received: from miraculix.pinguintown.local (private-lan-address [192.168.100.207] (may be forged)) by mail.lanworks.de with ESMTP id h0S8n9O01014 for ; Tue, 28 Jan 2003 09:49:09 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Alex Huth To: freebsd-questions@freebsd.org Subject: =?iso-8859-1?b?VFRZtHM=?= Date: Tue, 28 Jan 2003 08:36:23 +0100 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301280836.23201.ahuth@lanworks.de> X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi guys! Where can i define the amount of TTY=B4s expecting login (inittab at Linu= x)? So long ... Alex Huth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 27 23:58:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A42637B401 for ; Mon, 27 Jan 2003 23:58:35 -0800 (PST) Received: from mail.lanworks.de (mailgate.lanworks.de [194.77.154.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F1143F93 for ; Mon, 27 Jan 2003 23:58:34 -0800 (PST) (envelope-from ahuth@lanworks.de) Received: from miraculix.pinguintown.local (private-lan-address [192.168.100.207] (may be forged)) by mail.lanworks.de with ESMTP id h0S8xhO01139 for ; Tue, 28 Jan 2003 09:59:43 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Alex Huth To: freebsd-questions@freebsd.org Subject: Re: =?iso-8859-1?q?TTY=B4s?= Date: Tue, 28 Jan 2003 08:46:58 +0100 User-Agent: KMail/1.4.3 References: <200301280836.23201.ahuth@lanworks.de> In-Reply-To: <200301280836.23201.ahuth@lanworks.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301280846.58053.ahuth@lanworks.de> X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi guys! > > Where can i define the amount of TTY=B4s expecting login (inittab at Li= nux)? > > > So long ... > > > Alex Huth Sorry for this, already found. It was to early in the morning, haven=B4t = seen it=20 ;-) So long .. Alex Huth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 1:15:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D65A37B401 for ; Tue, 28 Jan 2003 01:15:58 -0800 (PST) Received: from hotmail.com (f98.sea2.hotmail.com [207.68.165.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF8A43F79 for ; Tue, 28 Jan 2003 01:15:57 -0800 (PST) (envelope-from chao_shen@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 28 Jan 2003 01:15:57 -0800 Received: from 210.22.177.14 by sea2fd.sea2.hotmail.msn.com with HTTP; Tue, 28 Jan 2003 09:15:57 GMT X-Originating-IP: [210.22.177.14] From: "shen chao" To: freebsd-questions@FreeBSD.ORG Subject: Help about Tape Device Date: Tue, 28 Jan 2003 17:15:57 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jan 2003 09:15:57.0591 (UTC) FILETIME=[DDFEF270:01C2C6AD] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi: Can someone tell me how to configure the Tape Device if it is not identified by the FreeBSD.Or I must add options to the kernel. Mine is dds-3 12/24G internal scsi Tape device. Shen Chao _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 1:38:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6CB37B401 for ; Tue, 28 Jan 2003 01:38:39 -0800 (PST) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81BE43F43 for ; Tue, 28 Jan 2003 01:38:37 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id h0S9cTj01892; Tue, 28 Jan 2003 11:38:29 +0200 Message-Id: <200301280938.h0S9cTj01892@lv.raad.tartu.ee> Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 28 Jan 03 11:37:53 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 28 Jan 03 11:37:37 +0200 From: "Toomas Aas" Organization: Tartu City Government To: "shen chao" , questions@freebsd.org Date: Tue, 28 Jan 2003 11:37:31 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Help about Tape Device 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 Hi! > Can someone tell me how to configure the Tape Device if it is not identified > by the FreeBSD.Or I must add options to the kernel. > > Mine is dds-3 12/24G internal scsi Tape device. In my experience SCSI tape drives require no special configuration of FreeBSD. You just need to make sure that the driver for your SCSI card is loaded (included in the kernel). If the adapter is found by FreeBSD but the tape drive is not, then maybe you have problems with the SCSI bus (conflicting IDs, missing termination, bad cable etc). -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * If you think education's expensive, try ignorance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 1:43:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E509137B405 for ; Tue, 28 Jan 2003 01:43:36 -0800 (PST) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 8702543F43 for ; Tue, 28 Jan 2003 01:43:35 -0800 (PST) (envelope-from gaml@buz.ch) Received: (qmail 30967 invoked from network); 28 Jan 2003 09:43:24 -0000 Received: from dclient80-218-105-144.hispeed.ch (HELO gaxp1800.root.li) (80.218.105.144) by 0 with SMTP; 28 Jan 2003 09:43:24 -0000 Date: Tue, 28 Jan 2003 10:44:55 +0100 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.62i) Educational Reply-To: Gabriel Ambuehl X-Priority: 3 (Normal) Message-ID: <73137740046.20030128104455@buz.ch> To: questions@freebsd.org Subject: Fixing degraded atacontrol based software RAID? 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 have a machine running atacontrol based software RAID in which one of the disks recently failed (Maxtor, not IBM for those who want to know). Now I'm wondering how I should go about fixing this. atacontrol seems to lack a command to fix broken software only arrays. I suppose I could use dd -if workingdisk -of newdisk but atacontrol seems to block the disks during multi user (and since the box has got work to do, I can't just take it down for a few hours). Other option would be to just install a hardware RAID controller I suppose. I still have a 3ware one laying around somewhere (this one features background rebuilding, albeit very slowly) but I'd be interested to hear whether I can do background rebuilding triggered from atacontrol with Highpoint 370 or Promise Fasttrak controllers. Any comments would greatly be appreciated (as would be CCs to myself as the traffic on this list makes it sometimes hard to find the answers ;-). TIA & regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 1:52:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D04937B401 for ; Tue, 28 Jan 2003 01:52:20 -0800 (PST) Received: from rhadamanth.submonkey.net (pc1-cdif2-5-cust47.cdif.cable.ntl.com [81.101.150.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A40943F3F for ; Tue, 28 Jan 2003 01:52:19 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from setantae by rhadamanth.submonkey.net with local (Exim 4.12) id 18dSPi-0000kg-00; Tue, 28 Jan 2003 09:52:18 +0000 Date: Tue, 28 Jan 2003 09:52:18 +0000 From: Ceri Davies To: Chuck Swiger Cc: freebsd Questions Subject: Re: sandboxing named... Message-ID: <20030128095218.GB2628@submonkey.net> References: <3E362707.2090809@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E362707.2090809@mac.com> X-message-flag: All your linuxconf-configured redhat are belong to us. X-message-flag-attribution: suresh, sdm. User-Agent: Mutt/1.5.3i Sender: owner-freebsd-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, Jan 28, 2003 at 01:45:27AM -0500, Chuck Swiger wrote: > I believe the normal way to chroot named in FreeBSD is something like: > > named_enable="YES" > named_flags="-u bind -g bind -t /etc/namedb -c named.conf" > > ...in /etc/rc.conf. When doing so, the following seems to make life > much better for ndc and the config file: > > mkdir /etc/namedb/etc > mkdir /etc/namedb/var > mkdir /etc/namedb/var/run > ln -s / /etc/namedb/etc/namedb > ln -s /etc/namedb/var/run/ndc /var/run/ndc Please read the section on this in the handbook. Ceri -- The brothers of the fire have brought your fate! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 1:56:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B7F37B401 for ; Tue, 28 Jan 2003 01:56:10 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-205.dsl.lsan03.pacbell.net [64.169.104.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AEB343F75 for ; Tue, 28 Jan 2003 01:56:09 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 8152667025; Tue, 28 Jan 2003 01:56:07 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 68D67171A; Tue, 28 Jan 2003 01:56:07 -0800 (PST) Date: Tue, 28 Jan 2003 01:56:07 -0800 From: Kris Kennaway To: Justin Carrera Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bsd Message-ID: <20030128095607.GA2335@rot13.obsecurity.org> References: <20030128064442.60490.qmail@web14708.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <20030128064442.60490.qmail@web14708.mail.yahoo.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 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jan 27, 2003 at 10:44:42PM -0800, Justin Carrera wrote: > what is the difference between Freebsd and Openbsd? Consult the archives for the last N times this question has been discussed. Kris --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NlO0Wry0BWjoQKURAnROAKDO/cM1IhkZAVqiYL/FjQb70MI5cwCgkfBS wdZNbEpmaTdyAafbkXn3S1U= =+7mV -----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 Tue Jan 28 2: 8:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C2037B401 for ; Tue, 28 Jan 2003 02:08:53 -0800 (PST) Received: from office.lcn.biz (host217-37-74-237.in-addr.btopenworld.com [217.37.74.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E67E43F3F for ; Tue, 28 Jan 2003 02:08:52 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from devbox.int.lcn.biz ([192.168.254.128]) by office.lcn.biz with esmtp (Exim 3.36 #1) id 18dSfc-000088-00; Tue, 28 Jan 2003 10:08:44 +0000 Subject: Re: Spam filter combined with virus filter From: Simon Dick To: Dragoncrest Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <4.2.0.58.20030126232209.00973de0@pop.voyager.net> References: <4.2.0.58.20030126232209.00973de0@pop.voyager.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 28 Jan 2003 10:08:44 +0000 Message-Id: <1043748524.1537.2.camel@devbox> 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 Mon, 2003-01-27 at 04:23, Dragoncrest wrote: > Looking for a good anti-virus to go with my spam filter. Currently using > spam assassin with mixed results, but now I'm getting more and more of > these stupid viruses coming into the mail server I'd rather deal > without. Anybody got a good suggestion for a good spam filter/virus filter > combination? Should I stick with Spam Assassin or go with something > else? I'm fishing for ideas, cause this is getting kind of old dealing > with this stuff. exim with exiscan can link with spamassassin and works with virus checkers too, or http://mailscanner.info/ does very good spam and virus scanning but may be over the top for personal installations :) -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 2:30: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F0C37B401 for ; Tue, 28 Jan 2003 02:30:03 -0800 (PST) Received: from mail12.atl.registeredsite.com (mail12.atl.registeredsite.com [64.224.219.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id F282543E4A for ; Tue, 28 Jan 2003 02:29:55 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail12.atl.registeredsite.com (8.12.2/8.12.6) with ESMTP id h0SATokS000525 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Tue, 28 Jan 2003 05:29:50 -0500 Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email addresses for asarians can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by asarian-host.net (8.11.6/8.11.0) id h0SATn237155 for freebsd-questions@freebsd.org; Tue, 28 Jan 2003 11:29:49 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Tue, 28 Jan 2003 11:29:49 +0100 (CET) From: Mark Message-Id: <200301281029.H0SATM937146@asarian-host.net> Date: Tue, 28 Jan 2003 11:29:28 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: How to stop BIND from using high ports? X-Trace: KYRbiIcnG1ohtKnu8rZ0D9nSOo551bJdzsjnOw7CB0OJlMGGszT+spqjSShI5lMx X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Auth: Asarian-host PGP signature iQEVAwUAPjZbnTFqW1BleBN9AQHc8Qf/c9oN8gFM81NZwpjy1fn21jmdodIkRDUJ VOr35LeYsh4nglUopdkGnpsXR0FL5l4IH4TdAVUj7KfX/vFDpWAeBj4fxRVYjY4L jvWEFSQbmqg0Qtv3sCvSZjxzTldZn5A4OH+YwN9TF/EFFcJKHneYiWIyH4aJjm3c 5QndL+mG6LBLrtse2WMTx/JmGPpmwYH5s+urHVDTBT8JiGwRETPpy0kvKPGbKq69 ZFVdS3ylzeCOa/C2fOyA0vsIqydytEhWkH8Q7zvFWJIRP/Ymie54Bi5/1PlW1P+3 aaGLiFrsOQHStyC/cs59Hf4iUxEwrSn+tKjfZnDz78VBdVvSC6OCmw== =sgl2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am having a bit of a problem. One might say, a serious problem. :( When other servers query my name servers, they send queries with a source port of 53; but apparently my BIND (8.3.4) is responding from a high port (seemingly random). And this is causing some trouble. :( How can I prevent that?? In my "options" section I have query-source address * port 53; But my log is filled with entries like these: Accept UDP 10.0.0.2:53 194.112.32.1:1024 out via rl0 Accept UDP 10.0.0.2:53 209.73.14.10:38992 out via rl0 Accept UDP 10.0.0.2:53 165.250.91.52:53 out via rl0 Accept UDP 10.0.0.2:53 209.73.14.10:38992 out via rl0 Accept UDP 10.0.0.2:53 15.243.160.33:32857 out via rl0 Accept UDP 10.0.0.2:53 194.205.246.130:42876 out via rl0 Accept UDP 10.0.0.2:53 198.49.218.20:53 out via rl0 Accept UDP 10.0.0.2:53 203.2.75.109:53 out via rl0 Accept UDP 10.0.0.2:53 146.18.16.248:53 out via rl0 Accept UDP 10.0.0.2:53 15.251.160.31:32852 out via rl0 Accept UDP 10.0.0.2:53 15.251.160.31:32852 out via rl0 Which seems to suggest that for outgoing UDP a random high port is being used. :( And I do not understand why. :( I have only four ipfw rules defined regarding DNS: ${fwcmd} add 3 allow tcp from any to any 53 out via ${outside} ${fwcmd} add 4 allow udp from any to any 53 out via ${outside} ${fwcmd} add 5 allow tcp from any 53 to any in via ${outside} ${fwcmd} add 6 allow udp from any 53 to any in via ${outside} Why is BIND using high ports for outgoing udp? And how do I stop it? I appreciate your comments, as this is truly becoming a problem. - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 2:30:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C3B37B401 for ; Tue, 28 Jan 2003 02:30:18 -0800 (PST) Received: from mail.dtc.syzran.ru (mail.dtc.syzran.ru [62.213.18.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 4EA7543FB1 for ; Tue, 28 Jan 2003 02:30:16 -0800 (PST) (envelope-from roslada@dtc.syzran.ru) Received: (qmail 3827 invoked from network); 28 Jan 2003 14:30:07 +0400 (SAMT) Received: from roslada.syzran.ru (HELO IVC5) ([62.213.18.242]) (envelope-sender ) by mail.dtc.syzran.ru (qmail-ldap-1.03) with SMTP for ; 28 Jan 2003 14:30:07 +0400 (SAMT) Date: Tue, 28 Jan 2003 14:24:59 +0300 From: =?Windows-1251?B?yMLW?= X-Mailer: The Bat! (v1.60c) Personal Reply-To: =?Windows-1251?B?yMLW?= Organization: RL X-Priority: 3 (Normal) Message-ID: <12224572883.20030128142459@dtc.syzran.ru> To: freebsd-questions@FreeBSD.ORG Subject: help needed! MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 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, gentlemen! Our company has an email & internet server working under FreeBSD. We use it for mail and as a internet gate, not for web-hosting. We have no specialists in UNIX systems, but we have a great need of measuring IP-traffic via the server. Can we use any standard commands for this purpose or do we need to get a special program for it? Best regards, Vladimir Titenkov mailto:roslada@dtc.syzran.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 2:49:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F6937B401 for ; Tue, 28 Jan 2003 02:49:10 -0800 (PST) Received: from aragorn.qbcon.com (aragorn.qbcon.com [196.37.71.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B93FA43E4A for ; Tue, 28 Jan 2003 02:49:08 -0800 (PST) (envelope-from andreasp@qbcon.com) Received: from 127.0.0.1 (localhost.qbcon.com [127.0.0.1]) by dummy.ravqbcon.com (Postfix) with SMTP id 7F4FD38F47F for ; Tue, 28 Jan 2003 12:37:49 +0200 (SAST) Received: from penguin.intranet.qbcon.com (andreas.intranet.qbcon.com [192.168.71.202]) by aragorn.qbcon.com (Postfix) with ESMTP id B2C8338F47C for ; Tue, 28 Jan 2003 12:37:47 +0200 (SAST) Date: Tue, 28 Jan 2003 12:53:10 +0200 (SAST) From: Andreas Pauley X-X-Sender: To: Subject: Installing customized mod_php4 port 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 would like to know what the preferred way is for installing the mod_php4 port (4.2.3) with your own customized options enabled. This is on FreeBSD 4.7, in conjunction with apache+mod_ssl-1.3.27+2.8.12. I see the Makefile's CONFIGURE_ARGS specifically states "--without-gd" and "--without-mysql". Do I need to change this if I want those options enabled? The Makefile also mentions PHP4_OPTIONS. Is this something I can use to enable certain extra options (eg. IMAP support)? Does the FreeBSD ports have something like flavors, as in OpenBSD? The options I would like to enable are: gdbm, imap, imap-ssl, mhash, mm, recode, pdflib, gd, jpeg, png, tiff, mcrypt, curl, mysql, postgresql. Regards, Andreas. -- "Only two things are infinite: the universe and human stupidity, and I'm not so sure about the former." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 2:58:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CFC37B401 for ; Tue, 28 Jan 2003 02:58:37 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 685F943F43 for ; Tue, 28 Jan 2003 02:58:37 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (bde6b26507be09ea35a4d707bbc8a4b7@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id h0SB0ffY064001; Tue, 28 Jan 2003 03:00:42 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id h0SB0fxJ063999; Tue, 28 Jan 2003 03:00:41 -0800 (PST) (envelope-from monkey) Date: Tue, 28 Jan 2003 03:00:41 -0800 From: Adam Weinberger To: Andreas Pauley Cc: questions@FreeBSD.ORG Subject: Re: Installing customized mod_php4 port Message-ID: <20030128110041.GA63175@vectors.cx> Mail-Followup-To: Adam Weinberger , Andreas Pauley , questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx User-Agent: Mutt/1.5.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Just run 'make' from the mod_php4 directory. You set all those options interactively. # Adam >> (01.28.2003 @ 0253 PST): Andreas Pauley said, in 1.0K: << > Hi, > > I would like to know what the preferred way is for installing the mod_php4 > port (4.2.3) with your own customized options enabled. > This is on FreeBSD 4.7, in conjunction with apache+mod_ssl-1.3.27+2.8.12. > > I see the Makefile's CONFIGURE_ARGS specifically states "--without-gd" and > "--without-mysql". > Do I need to change this if I want those options enabled? > > The Makefile also mentions PHP4_OPTIONS. > Is this something I can use to enable certain extra options (eg. IMAP > support)? > Does the FreeBSD ports have something like flavors, as in OpenBSD? > > The options I would like to enable are: > gdbm, imap, imap-ssl, mhash, mm, recode, pdflib, gd, jpeg, png, tiff, > mcrypt, curl, mysql, postgresql. > > Regards, > Andreas. > > -- > "Only two things are infinite: > the universe and human stupidity, > and I'm not so sure about the former." > -- Albert Einstein > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > >> end of "Installing customized mod_php4 port" from Andreas Pauley << - -- Adam Weinberger vectors.cx >> adam@vectors.cx FreeBSD.org << adamw@FreeBSD.ORG Bayer Berkeley >> adam.weinberger.b@bayer.com #vim:set ts=8: 8-char tabs prevent tooth decay. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NmLZo8KM2ULHQ/0RApsfAJ9IEdcfbhaNlAErR9RxIN8ikQ9BaACeLGnE piPoeOHtjMfWUdC5ZJCzuaY= =te8l -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 3:11:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F61337B405; Tue, 28 Jan 2003 03:11:43 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCC6543F3F; Tue, 28 Jan 2003 03:11:41 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.6/8.12.6) with ESMTP id h0SBBhfw085479; Tue, 28 Jan 2003 12:11:43 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.6/8.12.6/Submit) id h0SBBhD0085478; Tue, 28 Jan 2003 12:11:43 +0100 (CET) Date: Tue, 28 Jan 2003 12:11:43 +0100 From: Stijn Hoop To: Adam Weinberger Cc: Andreas Pauley , questions@freebsd.org Subject: Re: Installing customized mod_php4 port Message-ID: <20030128111143.GO71982@pcwin002.win.tue.nl> References: <20030128110041.GA63175@vectors.cx> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Wtrm9ATX0sn6fFKv" Content-Disposition: inline In-Reply-To: <20030128110041.GA63175@vectors.cx> User-Agent: Mutt/1.4i 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 --Wtrm9ATX0sn6fFKv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 28, 2003 at 03:00:41AM -0800, Adam Weinberger wrote: > Just run 'make' from the mod_php4 directory. You set all those options > interactively. Or for the noninteractive version: # make PHP4_OPTIONS=3D'\"option1\" \"option2\" ...' BATCH=3Dyes install The quotes & backslashes are necessary AFAIK. For a list of option names consult scripts/configure.php. HTH, --Stijn --=20 "An adult is a child who has more ethics and morals, that's all." -- Shigeru Miyamoto --Wtrm9ATX0sn6fFKv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NmVvY3r/tLQmfWcRAlzhAKCcVP6SIJaBd/NdSAY82YGU354nLwCgtS5t ywequ3chFa2ujNOs6nM385Y= =JZ/4 -----END PGP SIGNATURE----- --Wtrm9ATX0sn6fFKv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 3:48:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6072137B401 for ; Tue, 28 Jan 2003 03:48:34 -0800 (PST) Received: from fmx1.freemail.hu (fmx1.freemail.hu [195.228.242.221]) by mx1.FreeBSD.org (Postfix) with SMTP id EF4EC43F79 for ; Tue, 28 Jan 2003 03:48:32 -0800 (PST) (envelope-from gannater@freemail.hu) Received: (qmail 46163 invoked from network); 28 Jan 2003 12:48:25 +0100 Received: from fm10.freemail.hu (195.228.242.211) by fmx1.freemail.hu with SMTP; 28 Jan 2003 12:48:25 +0100 Received: (qmail 23843 invoked by uid 3644897); 28 Jan 2003 12:48:25 +0100 Date: Tue, 28 Jan 2003 12:48:25 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= Subject: IMAP2 To: BSD In-Reply-To: <20030127194526.F64691-100000@skywalker.rogness.net> Message-ID: X-Originating-IP: [62.201.80.53] X-HTTP-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) 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 My problem is that, I installed the popper and the imap-uw programs. With make install from their directory in /usr/ports. My first problem is that I can't find the popper program... All the installations went fine! Athought the impad program does exists, but if I start it I can't see it anywhere. Not in sockstat in the ps and telnet ..... I tried to restart the system, but nothing else changed. Of course I uncommented the pop3 and imap lines in the /etc/inetd.conf file. Do you have a guess what could be wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 4:42: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50EA637B401 for ; Tue, 28 Jan 2003 04:42:01 -0800 (PST) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id 7115043F3F for ; Tue, 28 Jan 2003 04:42:00 -0800 (PST) (envelope-from mykroft@explosive.mail.net) Received: (qmail 26963 invoked from network); 28 Jan 2003 12:40:06 -0000 Received: from ticking.explosive.mail.net (205.205.25.116) by empire.explosive.mail.net with SMTP; 28 Jan 2003 12:40:06 -0000 Subject: Re: IMAP2 From: Mykroft Holmes IV To: Gannater =?ISO-8859-1?Q?J=E1nos?= Cc: BSD In-Reply-To: References: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 28 Jan 2003 07:41:36 -0500 Message-Id: <1043757696.1329.10.camel@ticking.explosive.mail.net> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2003-01-28 at 06:48, Gannater J=C3=A1nos wrote: > My problem is that, > I installed the popper and the imap-uw programs. With make install=20 > from their directory in /usr/ports. > My first problem is that I can't find the popper program... > All the installations went fine! > Athought the impad program does exists, but if I start it I can't see it=20 > anywhere. Not in sockstat in the ps and telnet ..... > I tried to restart the system, but nothing else changed. Of course I=20 > uncommented the pop3 and imap lines in the /etc/inetd.conf file. > Do you have a guess what could be wrong? imapd is a peculiar program. It doesn't actually understand IP or ports, merely stin and stdout. If you have uncommented it's lines in inetd, try 'telnet localhost 143' and see if you get a response. The sockstat and netstat suggestions will not work for imapd, since it is started by inetd. Your inetd daemon is running, right? If not, check the Handbook on how to enable it (IIRC it's an option you need to set in rc.conf, but should be enabled in /etc/defaults/rc.conf) Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 4:52:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 844FF37B401 for ; Tue, 28 Jan 2003 04:52:25 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E8443F3F for ; Tue, 28 Jan 2003 04:52:23 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h0SCqF0F021301 for ; Tue, 28 Jan 2003 12:52:15 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h0SCqAw6021300 for freebsd-questions@FreeBSD.ORG; Tue, 28 Jan 2003 12:52:10 GMT Date: Tue, 28 Jan 2003 12:52:10 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: How to stop BIND from using high ports? Message-ID: <20030128125210.GB20406@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <200301281029.H0SATM937146@asarian-host.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200301281029.H0SATM937146@asarian-host.net> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 28, 2003 at 11:29:28AM +0100, Mark wrote: > I am having a bit of a problem. One might say, a serious problem. :( When > other servers query my name servers, they send queries with a source port= of > 53; but apparently my BIND (8.3.4) is responding from a high port (seemin= gly > random). And this is causing some trouble. :( How can I prevent that?? >=20 > In my "options" section I have >=20 > query-source address * port 53; Looks right to me. You might also want to investigate: transfer-source 81.2.69.218 port 53; notify-source 81.2.69.218 port 53; if you have off-site secondaries. Check that the syntax is correct for Bind8 --- I just copied that out of my Bind9 config. =20 > But my log is filled with entries like these: >=20 > Accept UDP 10.0.0.2:53 194.112.32.1:1024 out via rl0 > Accept UDP 10.0.0.2:53 209.73.14.10:38992 out via rl0 > Accept UDP 10.0.0.2:53 165.250.91.52:53 out via rl0 > Accept UDP 10.0.0.2:53 209.73.14.10:38992 out via rl0 > Accept UDP 10.0.0.2:53 15.243.160.33:32857 out via rl0 > Accept UDP 10.0.0.2:53 194.205.246.130:42876 out via rl0 > Accept UDP 10.0.0.2:53 198.49.218.20:53 out via rl0 > Accept UDP 10.0.0.2:53 203.2.75.109:53 out via rl0 > Accept UDP 10.0.0.2:53 146.18.16.248:53 out via rl0 > Accept UDP 10.0.0.2:53 15.251.160.31:32852 out via rl0 > Accept UDP 10.0.0.2:53 15.251.160.31:32852 out via rl0 >=20 > Which seems to suggest that for outgoing UDP a random high port is being > used. :( And I do not understand why. :( I assume that 10.0.0.2 is the IP number of your DNS machine. Then it would appear to be doing exactly what it's been told to. All the replies it sends have the source IP address of the machine and the *source* port 53. Your nameserver is either responding to packets =66rom a resolver out on the internet somewhere, or querying a remote server for DNS data on your behalf. In the second case, the destination port must be 53 in order to contact a nameserver, but the source port could be anything, and it's usual to use an arbitrary high-numbered port. Incoming packaets in the first case will have whatever source port the remote machine felt like using, which is outside the scope of what you can control. Your machine has to respond back to the given IP and port number, or the other end won't be able to connect the reply it receives with the query it sent out. > I have only four ipfw rules defined regarding DNS: >=20 > ${fwcmd} add 3 allow tcp from any to any 53 out via ${outside} > ${fwcmd} add 4 allow udp from any to any 53 out via ${outside} > ${fwcmd} add 5 allow tcp from any 53 to any in via ${outside} > ${fwcmd} add 6 allow udp from any 53 to any in via ${outside} Hmmm... I use dynamic rules to achieve the same goal: add 1000 allow tcp from any to 81.2.69.218 22,25,53 setup keep-state in= recv de0 add 1600 allow udp from 81.2.69.218 to any 53 keep-state out xmit de0 add 1700 allow udp from any to 81.2.69.218 53 keep-state in recv de0 So 1600 matches the first packet when I try and look something up remotely, and the generated dynamic rule permits the response to come back in only from the machine I queried. Similarly 1700 lets remote systems query me and the generated rule permits the response back out. Rule 1000 permits TCP connections into my DNS (ie. generally my secondaries doing an AXFR when my zone data gets updated) amongst other services, and I have a generic rule that lets me do any outward going tcp connection I want. This works very well for a lightly loaded server --- it even copes with the sudden flood of DNS traffic when I send messages to the thousands of recipients on this list. If your DNS traffic is considerably higher than mine, then you might prefer to use static rules, but you'll have to add two extra rules corresponding to the packets in reply to queries: add 1600 allow udp from 81.2.69.218 to any 53 out xmit de0 add 1650 allow udp from any 53 to 81.2.69.218 in recv de0 add 1700 allow udp from any to 81.2.69.218 53 in recv de0 add 1750 allow udp from 81.2.69.218 53 to any out xmit de0 Obviously, this opens you up to rather more malicious traffic than the stateful version, but that's a judgement you'll have to make. TCP connections can be handled similarly, taking account of the 'setup' vs 'established' state change. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 5:28:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C245337B401 for ; Tue, 28 Jan 2003 05:28:25 -0800 (PST) Received: from chemist.com (adsl-b3-27-122.telepac.pt [213.13.27.122]) by mx1.FreeBSD.org (Postfix) with SMTP id 02FDA43F3F for ; Tue, 28 Jan 2003 05:28:09 -0800 (PST) (envelope-from heathermb261@chemist.com) Received: from unknown (HELO rly-yk05.pesdets.com) (65.94.48.60) by rly-xr01.nihuyatut.net with QMQP; Tue, 28 Jan 2003 02:27:58 +1100 Reply-To: "heather" Message-ID: <031b73a72d6a$1786c6b4$8ad83ad7@qomnen> From: "heather" To: Subject: Actually reverse a g i n g symptoms! 9643ZWme1-589swmo9566ToYU4-238Be-30 Date: Tue, 28 Jan 2003 09:07:23 +0400 MiME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00D3_50A51D5C.B1478C18" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 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 ------=_NextPart_000_00D3_50A51D5C.B1478C18 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 KiBSZWR1Y2UgdGhlIGFtb3VudCBvZiBzbGVlcCB5b3UgbmVlZA0KKiBDYXVz ZSB3b3VuZHMgdG8gaGVhbCBmYXN0ZXINCiogTG9zZSB3ZWlnaHQgd2hpbGUg eW91ciBzbGVlcGluZw0KKiBCZWNvbWUgbGVzcyB3aW5kZWQgd2hlbiBleGNl cnNpemluZw0KKiBQdXQgY29sb3IgYmFjayBpbiBncmV5IGhhaXINCiogR3Jv dyBoYWlyIGJhY2sgd2hlcmUgaXQgaGFkIG9uY2UgZmFsbGVuIG91dA0KKiBU aWdodGVuIHNraW4NCiogU3RyZW5ndGhlbiBib25lcw0KKiBCb2R5IGJ1aWxk ZXJzIC0gdXNlIHRoaXMgdG8gYnVpbGQgeW91ciBtdXNjbGVzIHF1aWNrZXIN Ci4uLi4uLi4uLi5UaGUgTGlzdCB0cnVseSBnb2VzIG9uIGFuZCBvbi4uLi4u Li4uLi4NCg0KQXMgc2VlbiBvbiBOQkMsIENCUywgQ05OLCBhbmQgT3ByYWgh IFRoZSBoZWFsdGggZGlzY292ZXJ5IA0KdGhhdCBhY3R1YWxseSByZXZlcnNl cyBhZ2luZyBzeW1wdG9tcyB3aXRob3V0IGRpZXRpbmcgb3IgZXhlcmNpc2Uh IA0KVGhpcyBQUk9WRU4gZGlzY292ZXJ5IGhhcyBiZWVuIHJlcG9ydGVkIG9u IGJ5IHRoZSANCk5ldyBFbmdsYW5kIEpvdXJuYWwgb2YgTWVkaWNpbmUgLSBk b24ndCBqdXN0IHRha2Ugb3VyIHdvcmQgZm9yIGl0Lg0KDQpJbiBmYWN0IHdl J2QgbGlrZSB5b3UgdG8gcmVjZWl2ZSBhIEYuUi5FLkUgdGhpcnR5IGRheSBz dXBwbHk7IGxvb2sgYW5kIGZlZWwgDQp5b3VuZ2VyLCBsb3NlIHdlaWdodCwg cmVkdWNlIHNsZWVwLCBUaGUgbGlzdCBnb2VzIG9uLCB3ZSANCmVuY291cmFn ZSB5b3UgdG8gYXQgbGVhc3QgdGFrZSBhIGxvb2sgYXQgdGhlIGluZm9ybWF0 aW9uIGFzIHRvDQp3aGF0IGVsc2UgaXQgY2FuIGRvDQoNCmh0dHA6Ly9oaWRk ZW4uY29tLm1zLXNjcmlwdC42NTE2ODUuOTg3MzY2MS0wMzMyMTk4NzYzNTEz NTMxODQxLmVuY29kZS4zMjAyMzYyNTQxNTcwMzgyLmVsc2UuMTQwNTU4NjM3 MjAyNTg5NDYzMDIxNTUwNjM3MzIubXMvd3d3Lmdyb3d5b3VuZy5jb20vP2xp ZmVzDQoNCg0KNzg3MHZlSnYyLTMwNEh2aEczMzQ0ZEZIRjUtNDY1TGpQaDUx ODZrSllWOC0wODhXckJ4OTY0OWd6dlQ4LTcyMFhTVGc1NTQzd0hSVTEtbDcz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 5:33: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 322E237B401 for ; Tue, 28 Jan 2003 05:33:00 -0800 (PST) Received: from netmail02.services.quay.plus.net (netmail02.services.quay.plus.net [212.159.14.221]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F13243E4A for ; Tue, 28 Jan 2003 05:32:48 -0800 (PST) (envelope-from andrew@bramp.freeserve.co.uk) Received: (qmail 6783 invoked from network); 28 Jan 2003 13:17:58 -0000 Received: from unknown (HELO everards.plus.net) (192.168.125.102) by netmail02.services.quay.plus.net with SMTP; 28 Jan 2003 13:17:58 -0000 Received: (qmail 18313 invoked from network); 28 Jan 2003 06:27:59 -0000 Received: from murphys.services.quay.plus.net (212.159.14.225) by mailstore with SMTP; 28 Jan 2003 06:27:59 -0000 Received: (qmail 13148 invoked from network); 28 Jan 2003 02:24:45 -0000 Received: from unknown (HELO eldridge.plus.net) (192.168.126.103) by murphys.services.quay.plus.net with SMTP; 28 Jan 2003 02:24:45 -0000 Received: (qmail 31914 invoked from network); 28 Jan 2003 02:24:48 -0000 Received: from warrior.services.quay.plus.net (212.159.14.227) by mailstore with SMTP; 28 Jan 2003 02:24:48 -0000 Received: (qmail 4683 invoked from network); 28 Jan 2003 00:07:36 -0000 Received: from bramp.plus.com (HELO andrew) (195.166.150.244) by warrior.services.quay.plus.net with SMTP; 28 Jan 2003 00:07:36 -0000 Message-ID: <035801c2c661$86940490$0300a8c0@andrew> From: "Andrew Brampton" To: "Francisco Reyes" , References: <20030127170131.O51500-100000@zoraida.natserv.net> Subject: Re: Anyone using popFile in FreeBSD? Date: Tue, 28 Jan 2003 00:09:22 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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, I'm currently using this on my FreeBSD box checking mail from a Windows Outlook Express machine, and all is working fine. Didn't take long to set up, and very quickly got accurate. I'm on many mailing lists, and receive far too many emails a day, a few 100 atleast. So far after using popFile for about 2 months I have a 99.29% accuracy. I do check my spam folder occasionally to make sure what is spam is actually spam, but I rarely find a misplaced email. Andrew ----- Original Message ----- From: "Francisco Reyes" To: "FreeBSD Questions List" Sent: Monday, January 27, 2003 10:09 PM Subject: Anyone using popFile in FreeBSD? > Found this program which seems like may help controlling spam > http://popfile.sourceforge.net/ > > However I am wondering if anyone has got it working in FreeBSD that could > share some tips. Looking at the archives from the forums of the project > seems that there are some FreeBSD users currently using it. > > > > 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 Jan 28 5:57:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B16637B401 for ; Tue, 28 Jan 2003 05:57:52 -0800 (PST) Received: from hardesty.saintaardvarkthecarpeted.com (h24-76-91-242.vc.shawcable.net [24.76.91.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6828F43F79 for ; Tue, 28 Jan 2003 05:57:51 -0800 (PST) (envelope-from aardvark@hardesty.saintaardvarkthecarpeted.com) Received: from hardesty.saintaardvarkthecarpeted.com (localhost.localdomain [127.0.0.1]) by hardesty.saintaardvarkthecarpeted.com (8.12.5/8.12.5) with ESMTP id h0SDqV6Z017070; Tue, 28 Jan 2003 05:52:31 -0800 Received: (from aardvark@localhost) by hardesty.saintaardvarkthecarpeted.com (8.12.5/8.12.5/Submit) id h0SDqSBt017068; Tue, 28 Jan 2003 05:52:28 -0800 Date: Tue, 28 Jan 2003 05:52:28 -0800 From: Saint Aardvark the Carpeted To: =?utf-8?B?0JjQktCm?= Cc: freebsd-questions@freebsd.org Subject: Re: help needed! Message-ID: <20030128135228.GF16487@hardesty.saintaardvarkthecarpeted.com> References: <12224572883.20030128142459@dtc.syzran.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12224572883.20030128142459@dtc.syzran.ru> 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 > We have > no specialists in UNIX systems, but we have a great need of measuring > IP-traffic via the server. Can we use any standard commands for this > purpose or do we need to get a special program for it? MRTG is probably what you're looking for: it produces graphs, updated every five minutes by default, that show the level of traffic going in and out of your server. It's more for seeing how traffic has been over time (it keeps statistics for a year), rather than seeing what's happening right this very second. (If right-this-moment information is what you're after, ask about trafshow.) It's in ports, so to install it you could either fetch it precompiled: # pkg_add -r mrtg or compile it yourself if you have the ports tree installed: # cd /usr/ports/net/mrtg && make install distclean (To see if you have the ports tree installed, do "ls /usr/ports"; if you see lots of directories, you've got it. The first method is probably easier... ) MRTG uses SNMP to get its traffic numbers, and the graphs it generates are usually displayed via web pages -- so in addition to MRTG itself, you'd usually need a web server like Apache, and an SNMP daemon like Net-SNMP or UCD-SNMP. You can find more info on MRTG and some examples of how to use it at the website: http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ Hope this helps! Hugh -- Saint Aardvark the Carpeted aardvark@saintaardvarkthecarpeted.com Because the plural of Anecdote is Myth. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 6: 1:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF6237B401 for ; Tue, 28 Jan 2003 06:01:54 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36DEC43F85 for ; Tue, 28 Jan 2003 06:01:48 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0SE33iE007397; Tue, 28 Jan 2003 09:03:04 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E368D83.8030607@potentialtech.com> Date: Tue, 28 Jan 2003 09:02:43 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?windows-1251?Q?=C8=C2=D6?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help needed! References: <12224572883.20030128142459@dtc.syzran.ru> Content-Type: text/plain; charset=windows-1251; 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 ÈÂÖ wrote: > Hello, gentlemen! > Our company has an email & internet server working under FreeBSD. We > use it for mail and as a internet gate, not for web-hosting. We have > no specialists in UNIX systems, but we have a great need of measuring > IP-traffic via the server. Can we use any standard commands for this > purpose or do we need to get a special program for it? You can use the ipfw logging capability to log traffic and something along the lines of a perl script to compile it into whatever form or statistics you need. If you're using Squid or any other cache, there is a lot of information logged, and programs such as Calamaris to analyze it. Most mail programs will record transaction data as well, although I don't know of any analyzers, there must be something available! You also have snmp programs as well as mrtg, which produces nice graphs. Which combination of tools you use is going to depend more specifically on what you need to monitor, but hopefully I've given you some direction. -- Bill Moran Potential Technologies 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 Jan 28 6:13: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B04D637B401 for ; Tue, 28 Jan 2003 06:13:08 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-5-171.abo.wanadoo.fr [193.252.221.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A7B243F93 for ; Tue, 28 Jan 2003 06:13:01 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01.lphp.org.local (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h0SECwjw051426 for ; Tue, 28 Jan 2003 15:12:58 +0100 (CET) (envelope-from ajacoutot@lphp.org) Content-Type: text/plain; charset="us-ascii" From: Antoine Jacoutot To: freebsd-questions@freebsd.org Subject: emu10k1 Date: Tue, 28 Jan 2003 15:12:54 +0100 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301281512.54750.ajacoutot@lphp.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 ! I know this question was asked a lot in the past, but I coudn't find any=20 answer. Is there any way I could get bass/treble switches in the sound mixer ? I = have=20 a Creative SBLive. kldstat: snd_emu10k1.ko snd_pcm.ko I know some months ago someone was working on a patch to implement some o= f the=20 opensource.creative.com emu-tools... is still going on ? Thanks in advance. Antoine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 6:19:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D79E37B433 for ; Tue, 28 Jan 2003 06:19:44 -0800 (PST) Received: from osm.michaelines.net (osm.michaelines.net [66.238.77.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E67643F79 for ; Tue, 28 Jan 2003 06:19:44 -0800 (PST) (envelope-from blaise@michaelines.net) Received: by osm.michaelines.net (Postfix, from userid 1002) id 44A0820D16; Tue, 28 Jan 2003 09:20:16 -0500 (EST) Date: Tue, 28 Jan 2003 09:20:16 -0500 From: Jim Trigg To: BSD Subject: Re: IMAP2 Message-ID: <20030128142016.GA80726@michaelines.net> Mail-Followup-To: BSD References: <1043757696.1329.10.camel@ticking.explosive.mail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043757696.1329.10.camel@ticking.explosive.mail.net> 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, Jan 28, 2003 at 07:41:36AM -0500, Mykroft Holmes IV wrote: > On Tue, 2003-01-28 at 06:48, Gannater J??nos wrote: > > My problem is that, > > I installed the popper and the imap-uw programs. With make install > > from their directory in /usr/ports. > > My first problem is that I can't find the popper program... > > All the installations went fine! > > Athought the impad program does exists, but if I start it I can't see it > > anywhere. Not in sockstat in the ps and telnet ..... > > I tried to restart the system, but nothing else changed. Of course I > > uncommented the pop3 and imap lines in the /etc/inetd.conf file. > > Do you have a guess what could be wrong? > > imapd is a peculiar program. It doesn't actually understand IP or ports, > merely stin and stdout. If you have uncommented it's lines in inetd, try > 'telnet localhost 143' and see if you get a response. The sockstat and > netstat suggestions will not work for imapd, since it is started by > inetd. > > Your inetd daemon is running, right? If not, check the Handbook on how > to enable it (IIRC it's an option you need to set in rc.conf, but should > be enabled in /etc/defaults/rc.conf) As an additional question, you did restart/reload inetd after changing inetd.conf, right? (killall -HUP inetd) Jim -- Jim Trigg, Lord High Everything Else O- /"\ \ / ASCII RIBBON CAMPAIGN Hostmaster, Huie Kin family website X HELP CURE HTML MAIL Verger, All Saints Church - Sharon Chapel / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 6:30:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C8D437B401 for ; Tue, 28 Jan 2003 06:30:48 -0800 (PST) Received: from smnolde.com (c-24-98-61-182.atl.client2.attbi.com [24.98.61.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE93743F3F for ; Tue, 28 Jan 2003 06:30:47 -0800 (PST) (envelope-from scott@smnolde.com) Received: from [192.168.10.7] (helo=bsd.smnolde.com) by smnolde.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 18dWlD-00057N-00 for freebsd-questions@freebsd.org; Tue, 28 Jan 2003 09:30:47 -0500 Received: from scott by bsd.smnolde.com with local (Exim 3.36 #1) id 18dWlD-000MqL-00 for freebsd-questions@freebsd.org; Tue, 28 Jan 2003 09:30:47 -0500 Date: Tue, 28 Jan 2003 09:30:47 -0500 From: "Scott M. Nolde" To: freebsd-questions@freebsd.org Subject: using ipf and ipv6 Message-ID: <20030128143046.GE83557@smnolde.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-GPG_Fingerprint: 0BD6 DDB4 2978 EB60 E0C8 33F2 BC34 9087 D869 AB48 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm using a combination of ipfw+dummynet (for queing and traffic shaping) and ipf+ipnat for the majority of my packet filtering needs. However, the one thing I haven't figured out is how to allow ipf pass ipv6. Ipfw has a default allow rule, and so does ip6fw. Ipf has will pass in and out all ipv6. Hoever, even with that, no ipv6 packets are routed across my LAN. rtadvd is running on the box with ipv6 gif to he.net. I also see the following in my ipmon logs when I log all ipv6: ipmon[83]: 09:28:00.330918 2x fxp1 @0:60 p 68.41.48.15 -> 24.98.61.182 PR ipv6 len 20 (192) IN Rule 60 on the inbound ruleset is: 374 pass in log proto ipv6 from any to any which indicates packets are matching that rule. Cann anyone offer some advice or throw a url at me with ipv6 syntax with ipf? Thanks -- Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 6:32:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E35E37B401 for ; Tue, 28 Jan 2003 06:32:32 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E885F43F75 for ; Tue, 28 Jan 2003 06:32:30 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a104.otenet.gr [212.205.215.104]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0SEWLRR018495; Tue, 28 Jan 2003 16:32:22 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0SD79VF025998; Tue, 28 Jan 2003 15:07:09 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0SD79Te025997; Tue, 28 Jan 2003 15:07:09 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 28 Jan 2003 15:07:09 +0200 From: Giorgos Keramidas To: bastill@adam.com.au Cc: Mike Meyer , freebsd-questions@FreeBSD.org Subject: Re: Fixit instructions Message-ID: <20030128130709.GA25877@gothmog.gr> References: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> <15926.3781.54965.702684@guru.mired.org> <1043736426.3e36276aee60a@webmail.adam.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043736426.3e36276aee60a@webmail.adam.com.au> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-28 17:17, bastill@adam.com.au wrote: > Quoting Mike Meyer : > > There are also some writeups on the FreeBSD web site on > > troubleshooting. > > Don't doubt you, but that is the first place I looked on the > Internet. That info is well hidden, I think. Not quite. I believe by 'troubleshooting' Mike was referring to the FAQ section. It should be pretty easy to find, if you start browsing at [ http://www.FreeBSD.org/docs.html ]. The first page of the site, at [ http://www.FreeBSD.org/ ], contains various documentation links. I wouldn't call that `hidden'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 6:40: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1CA637B401 for ; Tue, 28 Jan 2003 06:40:00 -0800 (PST) Received: from fmx1.freemail.hu (fmx1.freemail.hu [195.228.242.221]) by mx1.FreeBSD.org (Postfix) with SMTP id 49D2943F85 for ; Tue, 28 Jan 2003 06:39:59 -0800 (PST) (envelope-from gannater@freemail.hu) Received: (qmail 97878 invoked from network); 28 Jan 2003 15:39:52 +0100 Received: from fm8.freemail.hu (195.228.242.208) by fmx1.freemail.hu with SMTP; 28 Jan 2003 15:39:52 +0100 Received: (qmail 98510 invoked by uid 3644897); 28 Jan 2003 15:39:52 +0100 Date: Tue, 28 Jan 2003 15:39:51 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= Subject: Re: IMAP2 To: BSD In-Reply-To: <1043757696.1329.10.camel@ticking.explosive.mail.net> Message-ID: X-Originating-IP: [62.201.87.171] X-HTTP-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) 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 > Your inetd daemon is running, right? If not, check the Handbook on how > to enable it (IIRC it's an option you need to set in rc.conf, but should > be enabled in /etc/defaults/rc.conf) Thanks a lot for all of you! I have found the problem! My inet dameon was desabled at the /etc/rc.conf file....... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 6:50: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9910237B401 for ; Tue, 28 Jan 2003 06:50:05 -0800 (PST) Received: from smtp2.home.se (smtp2.home.se [195.66.35.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 196EA43E4A for ; Tue, 28 Jan 2003 06:50:04 -0800 (PST) (envelope-from nikk@home.se) Received: from athlon nikk@home.se [217.215.6.22] by smtp2.home.se with NetMail SMTP Agent $Revision: 3.16 $ on Novell NetWare; Tue, 28 Jan 2003 15:41:45 -119304547 Message-ID: <002301c2c6dc$7c02ac90$0100a8c0@athlon> From: "Nikolaj Farrell" To: "Adam Maas" , Cc: "FreeBSD Questions" References: <001701c2b987$9fdf72e0$0100a8c0@athlon> <002a01c2b989$f2099e90$1200a8c0@gsicomp.on.ca> <000b01c2b98a$df9981c0$0100a8c0@athlon> <1042301568.51041.233.camel@localhost> <001201c2b98e$063311e0$0100a8c0@athlon> <1042303096.51041.237.camel@localhost> <000301c2b993$55e70610$0100a8c0@athlon> <20030111171152.GH25529@sub21-156.member.dsl-only.net> <001b01c2b995$0dbf6d30$0100a8c0@athlon> <1042305860.51041.240.camel@localhost> <001801c2b999$95567000$0100a8c0@athlon> <1042310110.51041.250.camel@localhost> <002b01c2b9c3$56722e40$0100a8c0@athlon> <1042325630.51041.257.camel@localhost> <003701c2b9c4$db6e6950$0100a8c0@athlon> <1042328202.51041.268.camel@localhost> <00c301c2b9cd$71a44360$0100a8c0@athlon> <1042329896.51041.273.camel@localhost> <000a01c2b9cf$fb483f20$0100a8c0@athlon> <1042331043.51041.280.camel@localhost> <001001c2b9d3$9a0f57d0$0100a8c0@athlon> <1042332881.51041.287.camel@localhost> <002701c2b9d5$bc1376c0$0100a8c0@athlon> <044e01c2b9dd$13639700$7419cdcd@ticking> Subject: Re: Problems w NIC Date: Tue, 28 Jan 2003 15:49:35 +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 I guess this thread is dead by now. Just thought I should tell all of you who have tried to help me that I bought a new NIC yesterday with a different chipset. Everything works like a charm! I am not going to bother further testing with the Cnet-card- even though it was brand new. If anyone happens to remember the thread and possibly found a solution, I will consider sticking the card in a different machine and see what happens. I am now thinking either driver problem or some setting problem(like memory adressing). I very much doubt that the card is broken, since it is brand new. (and works in windows). Anyways, thanks for all your help and avoid the Cnet pro200 with the Davicom DM9102A chipset... /Nikolaj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 7:12:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1726D37B401 for ; Tue, 28 Jan 2003 07:12:27 -0800 (PST) Received: from mail4.atl.registeredsite.com (mail4.atl.registeredsite.com [64.224.219.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C0B43E4A for ; Tue, 28 Jan 2003 07:12:20 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail4.atl.registeredsite.com (8.12.2/8.12.6) with ESMTP id h0SFCEm8022563 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Tue, 28 Jan 2003 10:12:14 -0500 Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email addresses for asarians can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by asarian-host.net (8.11.6/8.11.0) id h0SFCET91750 for freebsd-questions@freebsd.org; Tue, 28 Jan 2003 16:12:14 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Tue, 28 Jan 2003 16:12:14 +0100 (CET) From: Mark Message-Id: <200301281512.H0SFC1991673@asarian-host.net> Date: Tue, 28 Jan 2003 16:11:51 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: Re: How to stop BIND from using high ports? X-Trace: h60m5PeGIAZddunXuLgcAI0mqXvwIjVrLSGMd4k2R7gGZphmjOyE8a9+SyiV3aXF X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: "Matthew Seaman" , References: <200301281029.H0SATM937146@asarian-host.net> <20030128125210.GB20406@happy-idiot-talk.infracaninophi> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Auth: Asarian-host PGP signature iQEVAwUAPjadzjFqW1BleBN9AQHVswf/cNxCvqYdZD+2/a77iLsE83Kuc3BdQ2Mz W+8J1jnuuxJgjSFA1NAWCZGKbuSVA/I8+W6E/KSz3kaG7WKSndDi+Dm3mNzc4wZq 5rzUkSobjDdPjZReaZfiFnq50dq8brL25WY1LHplZZ2mwvxWZIxFU8RadmAVzumX SipyumBKiUJ1XNES3x9Q6/4f8A7NeNlhaPP5SiV+hBpACjPucJ6ugvABP2CQEnVU ZscgzzK1mKwUBLpRlGxamlAB9TqGNwy6GNiE7TgX1Kpwnk5Q8jY8c9+BR48Ys+GE YQ0lGguA8u33O72PoodRRYwvi/yWAveGujH5KYh+bJIpxdP/MGaV7A== =Fijl Sender: owner-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: "Matthew Seaman" To: Sent: Tuesday, January 28, 2003 1:52 PM Subject: Re: How to stop BIND from using high ports? > On Tue, Jan 28, 2003 at 11:29:28AM +0100, Mark wrote: > > > I am having a bit of a problem. One might say, a serious problem. :( > > When other servers query my name servers, they send queries with a > > source port of 53; but apparently my BIND (8.3.4) is responding from > > a high port (seemingly random). And this is causing some trouble. :( > > How can I prevent that?? > > > >In my "options" section I have > > > > query-source address * port 53; Hi Matthew, Yours was a very useful reply. :) I truly appreciate your time and effort here. And your dynamic rules were equally useful. > Looks right to me. You might also want to investigate: > > transfer-source 81.2.69.218 port 53; > notify-source 81.2.69.218 port 53; > > if you have off-site secondaries. Check that the syntax is correct > for Bind8 --- I just copied that out of my Bind9 config. I don't think you can specify a port for "transfer-source" in BIND 8.x, but as I only allow XFRs from trusted parties, this should not be an issue, I think. > > But my log is filled with entries like these: > > > > Accept UDP 10.0.0.2:53 146.18.16.248:53 out via rl0 > > Accept UDP 10.0.0.2:53 15.251.160.31:32852 out via rl0 > > Accept UDP 10.0.0.2:53 15.251.160.31:32852 out via rl0 > > > > Which seems to suggest that for outgoing UDP a random high port is > > being used. :( And I do not understand why. :( > I assume that 10.0.0.2 is the IP number of your DNS machine. Yes. > Then it would appear to be doing exactly what it's been told to. All the > replies it sends have the source IP address of the machine and the > *source* port 53. You know what? You are absolutely right. :) I guess I read it wrong, in my panic (kernel is not the only one prone to panic attacks). Problem is, an ISP in Australia cannot resolve me; and, as I wrote the admin, he responded: "Our name servers are configured to send queries with a source port of 53 .. but when we do so, you respond from a high port? ... I suspect that bind is throwing away your replies because they don't match the expected response ip/port combination." I tried to resolve my domain name via their name server ("ns1.optusnet.com.au" = 203.2.75.2), and, indeed, that fails. He gave me the following log entries, though: --[ with src port = 53 ]-------- 15:33:03.472128 210.49.20.142.domain > 194.109.160.70.domain: [udp sum ok] 6636 A? asarian-host.net. [|domain] (ttl 64, id 13043, len 62) 15:33:03.802488 194.109.160.70.34336 > 210.49.20.142.domain: 6636*- q: A? Here it seems my BIND is indeed replying with a source port of 34336. Very peculiar. I have no idea how this is possible. :( Again, thank you for your time and energy. If you have any more bright ideas, not meant sarcastically, be sure to tell me. :) - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 7:18:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A62437B401 for ; Tue, 28 Jan 2003 07:18:10 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4A6E43F3F for ; Tue, 28 Jan 2003 07:18:09 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id h0SFI2J7022178; Tue, 28 Jan 2003 10:18:03 -0500 Date: Tue, 28 Jan 2003 10:29:36 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Andrew Brampton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Anyone using popFile in FreeBSD? In-Reply-To: <035801c2c661$86940490$0300a8c0@andrew> Message-ID: <20030128102842.H57039-100000@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 28 Jan 2003, Andrew Brampton wrote: > Yes, I'm currently using this on my FreeBSD box checking mail from a Windows > Outlook Express machine, and all is working fine. > > Didn't take long to set up, and very quickly got accurate. I'm on many > mailing lists, and receive far too many emails a day, a few 100 atleast. .... > Andrew Where you able to get it running as a regular user and not as root? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 7:29:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 548C437B401 for ; Tue, 28 Jan 2003 07:29:42 -0800 (PST) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C87543F43 for ; Tue, 28 Jan 2003 07:29:41 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.43.227]) by pop017.verizon.net (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030128152941.VUTX10203.pop017.verizon.net@mac.com> for ; Tue, 28 Jan 2003 09:29:41 -0600 Message-ID: <3E36A1E2.8050509@mac.com> Date: Tue, 28 Jan 2003 10:29:38 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd Questions Subject: Re: sandboxing named... References: <3E362707.2090809@mac.com> <20030128095218.GB2628@submonkey.net> In-Reply-To: <20030128095218.GB2628@submonkey.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [129.44.43.227] at Tue, 28 Jan 2003 09:29:40 -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 Ceri Davies wrote: [ ... ] > Please read the section on this in the handbook. This one: "17.9.8 Running named in a Sandbox Contributed by Ceri Davies." ...? :-) Thank you. -Chuck Hmm. Quick testing suggests that having a /usr/obj tree lying around does trigger the problem of staticly linking as you mentioned. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 7:43:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A43237B406 for ; Tue, 28 Jan 2003 07:43:42 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBAA43F79 for ; Tue, 28 Jan 2003 07:43:41 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id ECE48297; Tue, 28 Jan 2003 16:26:57 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id D610F2FDD0A; Tue, 28 Jan 2003 16:26:57 +0100 (CET) Date: Tue, 28 Jan 2003 16:26:57 +0100 From: Roman Neuhauser To: Pascal Giannakakis Cc: freebsd-questions@freebsd.org Subject: Re: mozilla build port hangs at /usr/bin/sed Message-ID: <20030128152657.GD896@freepuppy.bellavista.cz> Mail-Followup-To: Pascal Giannakakis , freebsd-questions@freebsd.org References: <7335.1043669559@www28.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7335.1043669559@www28.gmx.net> User-Agent: Mutt/1.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 # CapM@gmx.net / 2003-01-27 13:12:39 +0100: > Hi, > > i can't build mozilla from ports on FreeBSD 4.7-STABLE. It hangs at this > point: > > /usr/bin/sed -e "s|%%PREFIX%%|/usr/X11R6|g" -e "s|%%MOZILLA%%|mozilla|g" > /usr/ports/www/mozilla/files/mozilla.sh > >/usr/ports/www/mozilla/work/mozilla/mozilla > (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env > LD_LIBRARY_PATH=. > MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH=. > MOZILLA_FIVE_HOME=. > ./regchrome; /usr/bin/touch ./chrome/user-skins.rdf > ./chrome/user-locales.rdf) > > What might be the reason? The ports tree is fresh. It's caused by the fact that you didn't include the error message. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/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 Jan 28 7:43:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53CA237B406 for ; Tue, 28 Jan 2003 07:43:46 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB5643F93 for ; Tue, 28 Jan 2003 07:43:45 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 6642644B for ; Tue, 28 Jan 2003 15:41:47 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 7837C2FDCF9; Tue, 28 Jan 2003 15:39:17 +0100 (CET) Date: Tue, 28 Jan 2003 15:39:17 +0100 From: Roman Neuhauser To: freebsd-questions@FreeBSD.org Subject: Re: Caching nameserver question - I need a spot here . . . Message-ID: <20030128143917.GA896@freepuppy.bellavista.cz> Mail-Followup-To: freebsd-questions@FreeBSD.org References: <20030127221529.GB36301@keyslapper.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030127221529.GB36301@keyslapper.org> User-Agent: Mutt/1.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 # leblanc+freebsd@keyslapper.org / 2003-01-27 17:15:29 -0500: > Hey all. I'm finally getting around to setting up a caching dns > server. Pretty confusing from my angle. > > Here's what I have so far: > named enaabled in /etc/rc.conf > cd to /etc/namedb and run sh make-localhost > > and the following in /etc/namedb/named.conf: > > options { > directory "/etc/namedb"; > forward first; > forwarders { > 151.203.0.84; > 151.202.0.84; > }; > listen-on { 10.8.20.5; }; > version "surely you must be joking" > query-source address * port 53; > }; > > > zone "." { > type hint; > file "named.root"; > }; > > zone "0.0.127.IN-ADDR.ARPA" { > type master; > file "localhost.rev"; > }; are you setting up a cache, or an authoritative server? IOW, do you want Bind to resolve names for clients (they'll will have it in /etc/resolv.conf and equivalents), or do you want it to publish names? You are doing both, but if you want to have this Bind resolving names for clients (external cache), being authoritative for 0.0.127.in-addr.arpa doesn't IMO make sense. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/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 Jan 28 7:49:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7188537B401 for ; Tue, 28 Jan 2003 07:49:08 -0800 (PST) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF15B43F43 for ; Tue, 28 Jan 2003 07:49:06 -0800 (PST) (envelope-from leblanc@keyslapper.org) Received: from keyslapper.org ([68.160.24.118]) by out001.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030128154906.RUVT23484.out001.verizon.net@keyslapper.org> for ; Tue, 28 Jan 2003 09:49:06 -0600 Received: from keyslapper.org (localhost [127.0.0.1]) by keyslapper.org (8.12.3/8.12.3) with ESMTP id h0SFn7O2042925 for ; Tue, 28 Jan 2003 10:49:07 -0500 (EST) (envelope-from leblanc@keyslapper.org) Received: (from leblanc@localhost) by keyslapper.org (8.12.3/8.12.3/Submit) id h0SFn6gF042924 for freebsd-questions@FreeBSD.org; Tue, 28 Jan 2003 10:49:06 -0500 (EST) Date: Tue, 28 Jan 2003 10:49:06 -0500 From: Louis LeBlanc To: FreeBSD Questions Subject: more named questions . . . Message-ID: <20030128154906.GA41066@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.3i X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [68.160.24.118] at Tue, 28 Jan 2003 09:49:05 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been working on setting up named in a sandbox. I got some helpful hints here where I couldn't quite understand the handbook (yes, I did read it, that doesn't necessarily mean I understood it :). Anyway, I followed the handbook steps for sandboxing named exactly - meaning I didn't even retype the commands, but copied them by mouse from the handbook page. This part is giving me some trouble: # Symlink /var/run/ndc to /etc/namedb/var/run/ndc: # ln -sf /etc/namedb/var/run/ndc /var/run/ndc Note: This simply avoids having to specify the -c option to ndc(8) every time you run it. Since the contents of /var/run are deleted on boot, if this is something that you find useful you may wish to add this command to root's crontab, making use of the @reboot option. See crontab(5) for more information regarding this. What are the chances this is wrong? After completing the section, I typed 'ndc start' at the root prompt, and got the following: # ndc start ndc: error: name server has not started (yet?) So I tried to stop it: # ndc stop ndc: error: ctl_client: evConnect(fd 3): No such file or directory ndc: error: cannot connect to command channel (/var/run/ndc) And this didn't even stop named. Something had to be wrong. I did a little more reading, and it looked to me like that command should have been the other way around. So I tried the following: # rm /var/run/ndc # ln -s /var/run/ndc /etc/namedb/var/run/ndc # ndc start new pid is 42557 then, just to be sure: # ndc stop and named did quit. Did I stumble on a typo in the handbook? And if so, did I also stumble on the CORRECT way to do it? And, finally, once I got named started in this manner, I got the following message in the /var/log/messages: Jan 28 10:41:04 keyslapper named[42779]: check_hints: A records for J.ROOT-SERVERS.NET class 1 do not match hint records Doing a lookup, host gave 192.58.128.30 as the correct IP, but named.root had 198.41.0.10. When I changed named.root and restarted named, the message went away. Anyone else ever have this kind of problem? TIA Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ QOTD: "I'm not really for apathy, but I'm not against it either..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 7:51:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23D5E37B401 for ; Tue, 28 Jan 2003 07:51:32 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0AAD43F79 for ; Tue, 28 Jan 2003 07:51:30 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id RAA145688 for ; Tue, 28 Jan 2003 17:51:28 +0200 Date: Tue, 28 Jan 2003 17:51:28 +0200 (WET) From: Evren Yurtesen To: freebsd-questions@freebsd.org Subject: desknote 928a sis 900 ethernet driver problems? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have desknote 928a and sis 900 ethernet says "attach returned 6" although it finds the MAC. I tried with 4.6.2, 4.7, 5.0 release boot floppies! Same result! Did anybody have any luck with this? Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 7:52:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA7CF37B401 for ; Tue, 28 Jan 2003 07:52:10 -0800 (PST) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D8B243F75 for ; Tue, 28 Jan 2003 07:52:10 -0800 (PST) (envelope-from leblanc@keyslapper.org) Received: from keyslapper.org ([68.160.24.118]) by pop017.verizon.net (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030128155209.VZJG10203.pop017.verizon.net@keyslapper.org> for ; Tue, 28 Jan 2003 09:52:09 -0600 Received: from keyslapper.org (localhost [127.0.0.1]) by keyslapper.org (8.12.3/8.12.3) with ESMTP id h0SFqAO2043006 for ; Tue, 28 Jan 2003 10:52:10 -0500 (EST) (envelope-from leblanc@keyslapper.org) Received: (from leblanc@localhost) by keyslapper.org (8.12.3/8.12.3/Submit) id h0SFqAN1043005 for freebsd-questions@FreeBSD.org; Tue, 28 Jan 2003 10:52:10 -0500 (EST) Date: Tue, 28 Jan 2003 10:52:10 -0500 From: Louis LeBlanc To: freebsd-questions@FreeBSD.org Subject: Re: Caching nameserver question - I need a spot here . . . Message-ID: <20030128155210.GB41066@keyslapper.org> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: freebsd-questions@FreeBSD.org References: <20030127221529.GB36301@keyslapper.org> <20030128143917.GA896@freepuppy.bellavista.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030128143917.GA896@freepuppy.bellavista.cz> User-Agent: Mutt/1.5.3i X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [68.160.24.118] at Tue, 28 Jan 2003 09:52:09 -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 01/28/03 03:39 PM, Roman Neuhauser sat at the `puter and typed: > # leblanc+freebsd@keyslapper.org / 2003-01-27 17:15:29 -0500: > > Hey all. I'm finally getting around to setting up a caching dns > > server. Pretty confusing from my angle. > > > > Here's what I have so far: > > named enaabled in /etc/rc.conf > > cd to /etc/namedb and run sh make-localhost > > > > and the following in /etc/namedb/named.conf: > > > > options { > > directory "/etc/namedb"; > > forward first; > > forwarders { > > 151.203.0.84; > > 151.202.0.84; > > }; > > listen-on { 10.8.20.5; }; > > version "surely you must be joking" > > query-source address * port 53; > > }; > > > > > > zone "." { > > type hint; > > file "named.root"; > > }; > > > > zone "0.0.127.IN-ADDR.ARPA" { > > type master; > > file "localhost.rev"; > > }; > > are you setting up a cache, or an authoritative server? > IOW, do you want Bind to resolve names for clients (they'll will > have it in /etc/resolv.conf and equivalents), or do you want it to > publish names? > > You are doing both, but if you want to have this Bind resolving > names for clients (external cache), being authoritative for > 0.0.127.in-addr.arpa doesn't IMO make sense. > I want just a caching nameserver. If I understand correctly, you are suggesting I remove the 0.0.127.IN-ADDR.ARPA zone. So I should only have the hint zone, right? Thanks for your comments, Roman. Lou -- Louis LeBlanc leblanc@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ Prototype designs always work. -- Don Vonada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 7:52:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85AAB37B401 for ; Tue, 28 Jan 2003 07:52:32 -0800 (PST) Received: from gladstone.uoregon.edu (gladstone.uoregon.edu [128.223.142.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6648343F93 for ; Tue, 28 Jan 2003 07:52:31 -0800 (PST) (envelope-from dhaines@gladstone.uoregon.edu) Received: from gladstone.uoregon.edu (dynwav-217-127.uoregon.edu [128.223.217.127]) by gladstone.uoregon.edu (8.12.7/8.12.7) with ESMTP id h0SFqUwq005704 for ; Tue, 28 Jan 2003 07:52:30 -0800 (PST) Date: Tue, 28 Jan 2003 07:52:30 -0800 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Subject: 5.0 buildworld dying on kerberos From: "David J. Haines" To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <81C061A4-32D8-11D7-B5AF-000393A46D16@gladstone.uoregon.edu> X-Mailer: Apple Mail (2.551) Sender: owner-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 am trying to do a buildworld on 5.0-RELEASE, but it seems to die while making the kerberos5 system. And ideas? The error is as follows. ===> kerberos5/libexec ===> kerberos5/libexec/ipropd-master cc -O -pipe -march=pentium4 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/ include -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ kadm5 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ krb5 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ asn1 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ hdb -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ roken -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/ kuser -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libasn1 -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master -Wall -I/usr/src/kerberos5/libexec/ipropd-master/../../include -DHAVE_CONFIG_H -DKRB5_KRB4_COMPAT -DKRB4 -DINET6 -c /usr/src/crypto/heimdal/lib/kadm5/ipropd_master.c cc -O -pipe -march=pentium4 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/ include -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ kadm5 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ krb5 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ asn1 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ hdb -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ roken -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/ kuser -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libasn1 -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master -Wall -I/usr/src/kerberos5/libexec/ipropd-master/../../include -DHAVE_CONFIG_H -DKRB5_KRB4_COMPAT -DKRB4 -DINET6 -o ipropd-master ipropd_master.o -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/ libkadm5srv -lkadm5srv -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libkrb5 -lkrb5 -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb -lhdb -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libroken -lroken -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libvers -lvers -lkrb -lkafs -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libasn1 -lasn1 -lcrypto -lcrypt -lcom_err /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libkadm5srv/ libkadm5srv.so: undefined reference to `copy_Key' /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ libhdb.so: undefined reference to `free_hdb_entry' /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libkadm5srv/ libkadm5srv.so: undefined reference to `free_Key' /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ libhdb.so: undefined reference to `encode_hdb_entry' /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ libhdb.so: undefined reference to `decode_hdb_entry' /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ libhdb.so: undefined reference to `length_hdb_entry' *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error David J. Haines Telecommunications Services University of Oregon dhaines@gladstone.uoregon.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 7:54:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B28037B401 for ; Tue, 28 Jan 2003 07:54:24 -0800 (PST) Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 325D543F3F for ; Tue, 28 Jan 2003 07:54:23 -0800 (PST) (envelope-from CapM@gmx.net) Received: (qmail 24686 invoked by uid 0); 28 Jan 2003 15:54:21 -0000 Date: Tue, 28 Jan 2003 16:54:20 +0100 (MET) From: Pascal Giannakakis To: Roman Neuhauser Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 References: <20030128152657.GD896@freepuppy.bellavista.cz> Subject: Re: mozilla build port hangs at /usr/bin/sed X-Priority: 3 (Normal) X-Authenticated-Sender: #0000945514@gmx.net X-Authenticated-IP: [195.82.64.130] Message-ID: <2147.1043769260@www1.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 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 > # CapM@gmx.net / 2003-01-27 13:12:39 +0100: > > Hi, > > > > i can't build mozilla from ports on FreeBSD 4.7-STABLE. It hangs at this > > point: > > > > /usr/bin/sed -e "s|%%PREFIX%%|/usr/X11R6|g" -e "s|%%MOZILLA%%|mozilla|g" > > > /usr/ports/www/mozilla/files/mozilla.sh > > >/usr/ports/www/mozilla/work/mozilla/mozilla > > (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env > > LD_LIBRARY_PATH=. > > MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH=. > > MOZILLA_FIVE_HOME=. > > ./regchrome; /usr/bin/touch ./chrome/user-skins.rdf > > ./chrome/user-locales.rdf) > > > > What might be the reason? The ports tree is fresh. > > It's caused by the fact that you didn't include the error message. There is no error message, it just prints this text during the portinstall process, and hangs. It doesn't even use CPU time, it waits there for ever or CRTL + C; whatever comes first. A package is not available, updating to 5.0 is currently not an option. -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 7:57:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EB9F37B401 for ; Tue, 28 Jan 2003 07:57:28 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 068EA43F43 for ; Tue, 28 Jan 2003 07:57:27 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.0.1]) by energyhq.homeip.net (Postfix) with SMTP id 96266AF585; Tue, 28 Jan 2003 16:57:18 +0100 (CET) Date: Tue, 28 Jan 2003 16:56:39 +0100 From: Miguel Mendez To: "David J. Haines" Cc: freebsd-questions@freebsd.org Subject: Re: 5.0 buildworld dying on kerberos Message-Id: <20030128165639.7568e579.flynn@energyhq.homeip.net> In-Reply-To: <81C061A4-32D8-11D7-B5AF-000393A46D16@gladstone.uoregon.edu> References: <81C061A4-32D8-11D7-B5AF-000393A46D16@gladstone.uoregon.edu> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i386-portbld-freebsd5.0) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE 3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.elpiKOk0hdRg(c Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 28 Jan 2003 07:52:30 -0800 "David J. Haines" wrote: Hi, > Hey all- > I am trying to do a buildworld on 5.0-RELEASE, but it seems to > die > while making the kerberos5 system. And ideas? The error is as > follows. > > ===> kerberos5/libexec > ===> kerberos5/libexec/ipropd-master > cc -O -pipe -march=pentium4 ^^^^^^^^^^ IIRC gcc's pentium4 optimizations are broken, or are least, prone to errors under certain circumstances. Does the error also happen using, e.g. CPUTYPE=i686 in your /etc/make.conf? Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! --=.elpiKOk0hdRg(c Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Nqg+nLctrNyFFPERAl/bAJ0dRS0YKc2JyuGgxNyaYNer7VXQZACfVveP fTSL6lcQhqL7+Te6jqyyQQM= =VYRS -----END PGP SIGNATURE----- --=.elpiKOk0hdRg(c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 8: 2:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA3F737B401 for ; Tue, 28 Jan 2003 08:02:14 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4039643F85 for ; Tue, 28 Jan 2003 08:02:13 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 5DC1F4FA6B; Tue, 28 Jan 2003 10:40:25 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 588BE4A0F; Tue, 28 Jan 2003 10:40:25 -0500 (EST) Date: Tue, 28 Jan 2003 10:40:25 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Justin Carrera Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bsd In-Reply-To: <20030128064442.60490.qmail@web14708.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 27 Jan 2003, Justin Carrera wrote: > Subject: bsd > > what is the difference between Freebsd and Openbsd? > > thank you > This is kinda hard to answer in a mailing list. OpenBSD is primarily concerned with code review and producing an uber-secure operating system. A lot of this work filters directly into the other BSDs. See the mission statements on each opsys' website and also the archives of this list for more info. # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 8:14:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AAFC37B401 for ; Tue, 28 Jan 2003 08:14:31 -0800 (PST) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id D855A43F3F for ; Tue, 28 Jan 2003 08:14:28 -0800 (PST) (envelope-from lists@natserv.com) Received: from p65-147.acedsl.com (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.2/8.12.2) with ESMTP id h0SGEMJ7008921; Tue, 28 Jan 2003 11:14:23 -0500 Date: Tue, 28 Jan 2003 11:25:57 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Brett Harris Cc: mwm-dated-1044121467.43bfa2@mired.org, FreeBSD Questions List Subject: Re: Which files and directories to backup? In-Reply-To: <20030128173947.46630490.bsdbrett@optushome.com.au> Message-ID: <20030128112459.C57135-100000@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 28 Jan 2003, Brett Harris wrote: > The best way that I've found to back my machine's configs up, is to >create a directory such as /etc/config , *move* all my important >configuration files to it (firewall, syslogd, rc.conf etc - >basically anything i'd want to keep for a new machine), >and then symlink them to their proper locations. But don't you want to also have an external copy outside the machine? What if the whole HD dies? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 8:23:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC0AA37B401 for ; Tue, 28 Jan 2003 08:23:12 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2220D43F75 for ; Tue, 28 Jan 2003 08:23:12 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id A3EDC297 for ; Tue, 28 Jan 2003 17:23:05 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 572CD2FDD1A; Tue, 28 Jan 2003 17:23:05 +0100 (CET) Date: Tue, 28 Jan 2003 17:23:05 +0100 From: Roman Neuhauser To: freebsd-questions@FreeBSD.org Subject: Re: Caching nameserver question - I need a spot here . . . Message-ID: <20030128162305.GE896@freepuppy.bellavista.cz> Mail-Followup-To: freebsd-questions@FreeBSD.org References: <20030127221529.GB36301@keyslapper.org> <20030128143917.GA896@freepuppy.bellavista.cz> <20030128155210.GB41066@keyslapper.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030128155210.GB41066@keyslapper.org> User-Agent: Mutt/1.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 # leblanc+freebsd@keyslapper.org / 2003-01-28 10:52:10 -0500: > I want just a caching nameserver. If I understand correctly, you are > suggesting I remove the 0.0.127.IN-ADDR.ARPA zone. So I should only > have the hint zone, right? exactly. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/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 Jan 28 8:32: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2969F37B401 for ; Tue, 28 Jan 2003 08:32:00 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7870E43F85 for ; Tue, 28 Jan 2003 08:31:58 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h0SGVo0F023393 for ; Tue, 28 Jan 2003 16:31:50 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h0SGVjVw023392 for freebsd-questions@FreeBSD.ORG; Tue, 28 Jan 2003 16:31:45 GMT Date: Tue, 28 Jan 2003 16:31:45 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: How to stop BIND from using high ports? Message-ID: <20030128163145.GB22731@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <200301281029.H0SATM937146@asarian-host.net> <20030128125210.GB20406@happy-idiot-talk.infracaninophi> <200301281512.H0SFC1991673@asarian-host.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0eh6TmSyL6TZE2Uz" Content-Disposition: inline In-Reply-To: <200301281512.H0SFC1991673@asarian-host.net> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.7 required=5.0 tests=IN_REP_TO,MIME_LONG_LINE_QP,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02,USER_AGENT, USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0eh6TmSyL6TZE2Uz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 28, 2003 at 04:11:51PM +0100, Mark wrote: > ----- Original Message ----- > From: "Matthew Seaman" > To: > Sent: Tuesday, January 28, 2003 1:52 PM > Subject: Re: How to stop BIND from using high ports? >=20 >=20 > > On Tue, Jan 28, 2003 at 11:29:28AM +0100, Mark wrote: >=20 > > I assume that 10.0.0.2 is the IP number of your DNS machine. >=20 > Yes. >=20 > > Then it would appear to be doing exactly what it's been told to. All the > > replies it sends have the source IP address of the machine and the > > *source* port 53. >=20 > You know what? You are absolutely right. :) I guess I read it wrong, in my > panic (kernel is not the only one prone to panic attacks). >=20 > Problem is, an ISP in Australia cannot resolve me; and, as I wrote the > admin, he responded: >=20 > "Our name servers are configured to send queries with a source port of 53= .. > but when we do so, you respond from a high port? ... I suspect that bind = is > throwing away your replies because they don't match the expected response > ip/port combination." >=20 > I tried to resolve my domain name via their name server > ("ns1.optusnet.com.au" =3D 203.2.75.2), and, indeed, that fails. He gave = me > the following log entries, though: >=20 > --[ with src port =3D 53 ]-------- > 15:33:03.472128 210.49.20.142.domain > 194.109.160.70.domain: [udp sum o= k] > 6636 A? asarian-host.net. [|domain] (ttl 64, id 13043, len 62) > 15:33:03.802488 194.109.160.70.34336 > 210.49.20.142.domain: 6636*- q: A? >=20 > Here it seems my BIND is indeed replying with a source port of 34336. Very > peculiar. I have no idea how this is possible. :( Is your nameserver perhaps behind a NAT gateway? Does this option =66rom the natd(8) man page seem relevant to you? -same_ports | -m Try to keep the same port number when altering outgoing pa= ck- ets. With this option, protocols such as RPC will have a better chance of working. If it is not possible to mainta= in the port number, it will be silently changed as per normal. I've seen a similar effect with NTP passing through a NAT'ing firewall before now. NTP expects both source and destination ports to be 123, and it got perplexed by packets sent to port 123 apparently from some high numbered port. The -same_ports option will mostly work, but the only completely effective answer is to provide nameservice from an internet registered address. As it seems that ns1.asarian-host.net and ns2.asarian-host.net are both the same machine (or at least, are sharing the same IP address) which is therefore your one and only registered IP number and probably your NAT gateway, I think your best bet is to find someone on a different part of the net to 2ary for you. If your ISP won't do it or is too expensive, look at eg. http://www.gradwell.com/services/sec_dns.cfm?cfid=3D258474&cftoken=3D21= 163252 (Which, I happen to know, is hosted on FreeBSD boxes) You can always set up your machine as domain master (so you control the content), but register the domain using a couple of well connected secondary NS's (which will get all the traffic). Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --0eh6TmSyL6TZE2Uz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NrBxdtESqEQa7a0RAvv8AJ4mlliIIp+fQkfQml5kSSs/5f/JawCePfN/ evvhKY2uGu4KLSTaoVmzIIk= =JGYN -----END PGP SIGNATURE----- --0eh6TmSyL6TZE2Uz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 8:37:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0419B37B4C0 for ; Tue, 28 Jan 2003 08:37:29 -0800 (PST) Received: from moroni.pp.asu.edu (moroni.pp.asu.edu [129.219.120.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CD643F43 for ; Tue, 28 Jan 2003 08:37:25 -0800 (PST) (envelope-from iddwb@moroni.pp.asu.edu) Received: (from iddwb@localhost) by moroni.pp.asu.edu (8.11.6/8.11.6) id h0SGbLD26661 for freebsd-questions@freebsd.org; Tue, 28 Jan 2003 09:37:21 -0700 Date: Tue, 28 Jan 2003 09:37:20 -0700 From: David Bear To: freebsd-questions@freebsd.org Subject: syslog message wrt inodes Message-ID: <20030128093720.A26639@asu.edu> Reply-To: David.Bear@asu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm getting messages like below that I'm out of inodes on /var. asu.edu kernel log messages: >id 25 on /var: out of inodes > syslogd: /var/log/auth.log: No such file or directory > syslogd: /var/log/maillog: No such file or directory > syslogd: /var/log/cron: No such file or directory > syslogd: /var/log/auth.log: No such file or directory > syslogd: /var/log/maillog: No such file or directory > syslogd: /var/log/cron: No such file or directory > syslogd: /var/log/auth.log: No such file or directory > syslogd: /var/log/maillog: No such file or directory > syslogd: /var/log/cron: No such file or directory > syslogd: /var/log/auth.log: No such file or directory > syslogd: /var/log/maillog: No such file or directory > syslogd: /var/log/cron: No such file or directory Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/ad0s1a 128990 37232 81440 31% 1316 14938 8% / /dev/ad0s1f 257998 4 237356 0% 2 32508 0% /tmp /dev/ad0s1g 2341102 508366 1645448 24% 37711 256175 13% /usr /dev/ad0s1e 257998 25572 211788 11% 8298 24212 26% /var procfs 4 4 0 100% 25 507 5% /proc Last week my var volume did run out of inodes. I erase some snort logs to free up the inodes. But it appears the kernel or syslogd doesn't know about it. any pointers on letting the kernel know I have enough inodes? -- David Bear College of Public Programs/ASU Mail Code 0803 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 9:31:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8678137B401 for ; Tue, 28 Jan 2003 09:31:35 -0800 (PST) Received: from soda.csua.berkeley.edu (soda.CSUA.Berkeley.EDU [128.32.112.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF00D43E4A for ; Tue, 28 Jan 2003 09:31:34 -0800 (PST) (envelope-from joup@bnet.org) Received: from soda.csua.berkeley.edu (IDENT:qhxnPKruBUuBs8B1QzOTVxlZa1MISIop@localhost [127.0.0.1]) by soda.csua.berkeley.edu (8.12.6/8.12.6) with ESMTP id h0SHVYZb006541 for ; Tue, 28 Jan 2003 09:31:34 -0800 (PST) (envelope-from joup@bnet.org) Received: from localhost (mjm@localhost) by soda.csua.berkeley.edu (8.12.6/8.12.6/Submit) with ESMTP id h0SHVYtW006538 for ; Tue, 28 Jan 2003 09:31:34 -0800 (PST) X-Authentication-Warning: soda.csua.berkeley.edu: mjm owned process doing -bs Date: Tue, 28 Jan 2003 09:31:34 -0800 (PST) From: Mark Miller X-X-Sender: mjm@soda.csua.berkeley.edu To: freebsd-questions@freebsd.org Subject: FreeBSD 5.0 on Dell Inspiron 2650 Message-ID: <20030128092715.U5223-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 Hello, I'm trying to put 5.0-RELEASE on my new laptop, and I found a good guide for doing so with 4.x-- basically, you have to escape the autoboot process, type boot -c, enter "eisa 0" at the "config>" prompt, and then quit to start the boot. But it seems like 5.0 does not support boot -c (just ignores it entirely). I'm using the disc 1 .iso (it mentions mini-inst during the pre-boot stages). Can anybody tell me what I'm doing wrong, or what the replacement for boot -c is? 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 Tue Jan 28 9:32: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3846937B401 for ; Tue, 28 Jan 2003 09:32:02 -0800 (PST) Received: from c007.snv.cp.net (h012.c007.snv.cp.net [209.228.33.240]) by mx1.FreeBSD.org (Postfix) with SMTP id A2D1643E4A for ; Tue, 28 Jan 2003 09:32:01 -0800 (PST) (envelope-from jemaxwell@jaymax.com) Received: (cpmta 9308 invoked from network); 28 Jan 2003 09:31:59 -0800 Received: from 66.93.45.209 (HELO jaymax.com) by smtp.directvinternet.com (209.228.33.240) with SMTP; 28 Jan 2003 09:31:59 -0800 X-Sent: 28 Jan 2003 17:31:59 GMT Message-ID: <3E36BF5F.3008506B@jaymax.com> Date: Tue, 28 Jan 2003 09:35:29 -0800 From: Joseph Maxwell X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: IP Change ==> Problems 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 Hello, I recently changed my ISP - DSL provider, a new static IP, and now having problems ssh'ing in, none before. My config ==> ISP[DSL] | Modem | Router/Gateway | ==> Hub____LAN machine(1) |____LAN machine(2) |---- |____LAN machine(n) The LAN side machines are configured w/ NAT and the mapping are unchanged, using 192.168.x.n etc. The WAN side is configured correctly, I think. I can access the internet from the LAN, SSH & Telnet. However I cannot telnet or SSH into the LAN and the Port mappings are the same as before??? The only change has been to the Gateway configuration, IP #, DNS & subnetmask. I am using the SMC barricade router,SMC7004ABR, w/ an Admin GUI, according to the GUI the IP has been updated. I can ping the gateway, it is seen by nslookup, there is no hostname assigned so there should be no resolver issues I think ftp or ssh to the IP followed by the :assigned public port ==> No address associated with hostname I 've made the requisite changes to the defaultrouter="nnn.xxx.yy.zz" in the /etc/rc.conf file inserting the gateway IP LAN address here. Are there any files that may contain the Old IP # and may require changing? What am I missing? Thanks! -- Joe -- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 9:44:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D541E37B401 for ; Tue, 28 Jan 2003 09:44:41 -0800 (PST) Received: from fmx3.freemail.hu (fmx3.freemail.hu [195.228.242.223]) by mx1.FreeBSD.org (Postfix) with SMTP id AB3BF43E4A for ; Tue, 28 Jan 2003 09:44:40 -0800 (PST) (envelope-from gannater@freemail.hu) Received: (qmail 32448 invoked from network); 28 Jan 2003 18:44:38 +0100 Received: from fm1.freemail.hu (195.228.242.201) by fmx3.freemail.hu with SMTP; 28 Jan 2003 18:44:38 +0100 Received: (qmail 8823 invoked by uid 3644897); 28 Jan 2003 18:44:38 +0100 Date: Tue, 28 Jan 2003 18:44:38 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= Subject: IMAPd To: BSD Message-ID: X-Originating-IP: [62.201.87.38] X-HTTP-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 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 It seems like my IMAPd is loaded, but not correctly. How can I tell IMAPd to use my authentication information? And how should I configure IMAPd? My problem is that when I try to log in to my accounts from squirrelmail it says their are not availible. Althought I used the right password and username. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 9:45:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3228737B401 for ; Tue, 28 Jan 2003 09:45:30 -0800 (PST) Received: from gs166.sp.cs.cmu.edu (GS166.SP.CS.CMU.EDU [128.2.205.169]) by mx1.FreeBSD.org (Postfix) with SMTP id 0372C43F3F for ; Tue, 28 Jan 2003 09:45:29 -0800 (PST) (envelope-from dpelleg@gs166.sp.cs.cmu.edu) To: freebsd-questions@FreeBSD.org Subject: Re: more named questions . . . References: <20030128154906.GA41066@keyslapper.org> From: Dan Pelleg Date: 28 Jan 2003 12:44:49 -0500 In-Reply-To: <20030128154906.GA41066@keyslapper.org> Message-ID: Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Louis LeBlanc writes: > > And, finally, once I got named started in this manner, I got the > following message in the /var/log/messages: > > Jan 28 10:41:04 keyslapper named[42779]: check_hints: A records for > J.ROOT-SERVERS.NET class 1 do not match hint records > > Doing a lookup, host gave 192.58.128.30 as the correct IP, but > named.root had 198.41.0.10. When I changed named.root and restarted > named, the message went away. Anyone else ever have this kind of > problem? > > Lots of people; there was a lot of discussion in the mailing lists about this. In fact, there is one going on right now on freebsd-stable. Search for the thread "4.7-R-p3: j.root-servers.net" -- Dan Pelleg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 9:49:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F96137B401 for ; Tue, 28 Jan 2003 09:49:40 -0800 (PST) Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC78143F75 for ; Tue, 28 Jan 2003 09:49:39 -0800 (PST) (envelope-from efbatey@earthlink.net) Received: from kermit.psp.pas.earthlink.net ([207.217.78.241]) by gull.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18dZre-00032i-00; Tue, 28 Jan 2003 09:49:38 -0800 Received: from [207.217.78.16] by EarthlinkWAM via HTTP; Tue Jan 28 09:49:38 PST 2003 Message-ID: <4324309.1043776178752.JavaMail.nobody@kermit.psp.pas.earthlink.net> Date: Tue, 28 Jan 2003 09:49:37 -0800 (GMT) From: Everett Batey EL To: freebsd-questions@freebsd.org Subject: FW: Running 4.7-REL need bind-9.1+ Cc: efb@cotdazr.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Web Access Mail version 3.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 Guess it was a big mistake to send a security issue question to "security@freebsd", I apologize. My concerns are over my FreeBSD 4.7-REL bind-8. I am under a lot of pressure (to stay on the air) to upgrade just the bind 8.x to preferably 9.2.2. IS THERE ANY WAY to just get the /usr/ports/.../bind-9.2.x FOR 4.7R ??? i I dont want to get the whole ports and ii I dont want to upgrade my whole release, and, iii I do want a clean bind-9.2+ that is well tuned to the 4.7 .. HOW ??? -----Original Message----- From: Jacques A. Vidrine [mailto:nectar@FreeBSD.org] Sent: Tuesday, January 28, 2003 5:57 AM To: security-officer@FreeBSD.org Subject: Re: Running 4.7-REL need bind-9.1+ On Fri, Jan 24, 2003 at 12:18:36AM -0800, Everett F Batey II - PB_G4 elnk wrote: > We were just compelled to update our BIND boxes. > That was a slam [dunk] for our Solaris for bind-9.2.2rc1. > I AM NOT SO GOOD with FreeBSD. Is there a way I can > just update the bind port alone and be able to do a make > build just for named, dig, etc ??? > > I have yet to learn how to just get ONE port in the tree. > help .. please.. This address is for communicating with the FreeBSD Security Officer. It is not for general questions or discussion. Please try writing to instead. Cheers, -- Jacques A. ... R/ Everett -- 805 340-6471 800 545-6998 / efba@vhwy.com www.vhwy.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 9:53: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90CD737B401 for ; Tue, 28 Jan 2003 09:53:05 -0800 (PST) Received: from petasus.ch.intel.com (petasus.ch.intel.com [143.182.124.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E1D43E4A for ; Tue, 28 Jan 2003 09:53:04 -0800 (PST) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.202.83]) by petasus.ch.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.49 2003/01/13 19:45:39 dmccart Exp $) with ESMTP id h0SHrcx22092 for ; Tue, 28 Jan 2003 17:53:38 GMT Received: from chlx255.ch.intel.com (chlx255.ch.intel.com [143.182.223.69]) by sedona.intel.com (8.11.6/8.11.6/d:) with ESMTP id h0SHr4719831 for ; Tue, 28 Jan 2003 10:53:04 -0700 (MST) X-Envelope-To: X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by chlx255.ch.intel.com (8.11.6/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id h0SHr3U26778; Tue, 28 Jan 2003 10:53:03 -0700 X-Authentication-Warning: chlx255.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15926.50047.494451.473350@chlx255.ch.intel.com> Date: Tue, 28 Jan 2003 10:53:03 -0700 To: questions@freebsd.org Subject: is our printf(1) behavior correct w.r.t \0 escapes? X-Mailer: VM 7.07 under Emacs 20.7.1 Cc: Sender: owner-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, a friend of mine is working on a script which we want to be portable between Linux and FreeBSD (it utilizes several external programs to do its work). The last thing we've tripped on seems like a show-stopper. We need to echo a string *and* a NUL character (\0) into a stream so that a program that delimits its input by \0 characters will do the right thing. He had been doing this via printf(1) like so: % printf "some string\0" | some_process however, it never worked under FreeBSD. Upon further inspection, our printf(1) does not work like the GNU one with the above string. Consider this from a linux box: linux [~]<374>% printf "foo\0bar\0" | od -c 0000000 f o o \0 b a r \0 0000010 Now the same command from a FreeBSD (4.7-STABLE) box: freebsd [~]<76>% printf "foo\0bar\0" | od -c 0000000 f o o 0000003 After checking the man pages, I also used a complete octal constant but that doesn't work either: linux [~]<376>% printf "foo\0000" | od -c 0000000 f o o \0 0000004 freebsd [~]<77>% printf "foo\0000" | od -c 0000000 f o o 0000003 I checked our implementation and it seems wrong. The first step done in the source code is to interpolate all escape sequences. However, when it does this and the octal number happens to be "0", this fact is not "captured" later on and that 0 becomes the NULL terminator for the string and nothing else is printed after it. linux [~]<379>% printf "foo\0%d" 4 | od -c 0000000 f o o \0 4 0000005 freebsd [~]<78>% printf "foo\0%d" 4 | od -c printf: missing format character 0000000 f o o 0000003 This behavior has been checked on HP-UX and Solaris and those two systems are identical to the Linux one. It seems to me that our printf(1)'s behavior is incorrect. Comments? -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |John Reynolds Sr. Component Design Engineer - ICG/EID/Si Engineering | |Intel Corporation MS: CH6-302 Phone: 480-554-9092 pgr: 602-868-6512 | |jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 9:59:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7638037B401 for ; Tue, 28 Jan 2003 09:59:17 -0800 (PST) Received: from akira.lanfear.com (akira.lanfear.com [216.168.61.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 0494F43F43 for ; Tue, 28 Jan 2003 09:59:17 -0800 (PST) (envelope-from mw@lanfear.com) Received: (qmail 74637 invoked from network); 28 Jan 2003 17:59:11 -0000 Received: from localhost.lanfear.com (HELO localhost) (127.0.0.1) by localhost.lanfear.com with SMTP; 28 Jan 2003 17:59:11 -0000 Subject: Managing /etc/hosts.lpd?? From: Mark To: questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 28 Jan 2003 09:59:28 -0800 Message-Id: <1043776768.8225.1.camel@donburi> 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, Is there a better way to manage lpd permissions than specifying individual hosts in /etc/hosts.lpd? I have a heterogeneous network here (there are a few Winder's machines in addition to a bunch of Unix machines) that has a bunch o' machines on it, all of which are listed in a local DNS server. What I'd really like to be able to do is just say: "Allow any machine from this local domain to connect to lpd." The documentation for hosts.lpd doesn't help out on format here, and the source code for lpd.c seems to confirm that there is, indeed, no wildcarding supported. Any other options? Thanks, mark... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 10: 0:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A38E37B401 for ; Tue, 28 Jan 2003 10:00:40 -0800 (PST) Received: from smtp08.wxs.nl (smtp08.wxs.nl [195.121.6.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43AB43F3F for ; Tue, 28 Jan 2003 10:00:38 -0800 (PST) (envelope-from freebsd@akruijff.dds.nl) Received: from cybertron.kruijff ([213.10.151.186]) by smtp08.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id H9FRCS01.ZBN; Tue, 28 Jan 2003 19:00:28 +0100 Date: Tue, 28 Jan 2003 19:00:10 +0100 From: Alex X-Mailer: The Bat! (v1.62 Christmas Edition) Personal Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <4721653916.20030128190010@dds.nl> To: Roman Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD-5.0 xl0 problem In-Reply-To: <20030127082145.GE2331@freebsdm.homeunix.org> References: <20030127082145.GE2331@freebsdm.homeunix.org> 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 Dear/Beste Roman, Monday, January 27, 2003, 9:21:45 AM, you wrote: > I currently installed FreeBSD-5.0 and having problem configuring xl > card. Dmesg shows that kernel picks it up: > xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xe400-0xe47f mem > 0xe0000000-0xe000007f irq 11 at device 9.0 on pci0 > xl0: Ethernet address: 00:50:da:7d:f1:c3 > after i do "ifconfig xl0 up" it seems like the card shuts down, the > link indicator on the hub as well as on the card itself goes blank... > Here is ifconfig before i do anything: > xl0: flags=8802 mtu 1500 > options=3 > ether 00:50:da:7d:f1:c3 > media: Ethernet 100baseTX (100baseTX > ) > status: active > lp0: flags=8810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet 127.0.0.1 netmask 0xff000000 > ifconfig after "ifconfig xl0 up": > xl0: flags=8843 mtu 1500 > options=3 > inet6 fe80::250:daff:fe7d:f1c3%xl0 prefixlen 64 scopeid 0x1 > ether 00:50:da:7d:f1:c3 > media: Ethernet 100baseTX (none) > lp0: flags=8810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet 127.0.0.1 netmask 0xff000000 > With 4.7 there is no such problem. Is there is a way to load "old" > (4.7) xl driver? > Thank you. > roman. You could try to take the source files for the xl driver from 4.7 and put them with the 5.0 source than follow a normal make world (from the handbook) There located in /usr/src/sys/modules/xl and /usr/src/sys/pci (if_xl.c opt_bdg.h device_if.h bus_if.h pci_if.h). It would be nice if you checked the bugs pages and send a PR if its missing. From Mat: > I also use 3com's with the xl driver and I have no such issues: > > xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xe400-0xe47f mem 0xea000000- > 0xea00007f irq 12 at device 15.0 on pci0 > xl0: Ethernet address: 00:a0:24:ac:e1:b4 > xl1: <3Com 3c905-TX Fast Etherlink XL> port 0xe800-0xe83f irq 11 at device > 17.0 on pci0 > xl1: Ethernet address: 00:60:08:6d:1e:3b > > Both are configured and working first on FreeBSD5.0-RELEASE and now on 5.0- > CURRENT after I cvsup'd over the weekend. > > The only problems I have seen which I did not see with 4.x-STABLE was the > following errors: > > xl1: transmission error: 90 > xl1: tx underrun, increasing tx start threshold to 120 bytes > > This occured as I was transferring a large amount of data over a samba mount, > but I have not seen it since and the card is still working normally. I also got a xl1 card. I got the same errors when i was running 4.5 or 4.4 (i don't remember that well). All was ok when i updated later. -- Best regards/Met vriendelijke groet, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 10: 2:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD81937B401 for ; Tue, 28 Jan 2003 10:02:52 -0800 (PST) Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DFA943F79 for ; Tue, 28 Jan 2003 10:02:52 -0800 (PST) (envelope-from mksmith@noanet.net) Received: from noanet.net ([64.146.175.74]) by chimera.noanet.net (8.12.2/8.12.2) with SMTP id h0SI2kc2022404; Tue, 28 Jan 2003 10:02:46 -0800 (PST) Date: Tue, 28 Jan 2003 10:03:15 -0800 Subject: Re: IMAPd Content-Type: text/plain; delsp=yes; charset=ISO-8859-1; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: BSD To: =?ISO-8859-1?Q?Gannater_J=E1nos?= From: "Michael K. Smith" In-Reply-To: Message-Id: Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-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, January 28, 2003, at 09:44 AM, Gannater J=E1nos wrote: > It seems like my IMAPd is loaded, but not correctly. > How can I tell IMAPd to use my authentication information? > And how should I configure IMAPd? > My problem is that when I try to log in to my accounts from > squirrelmail it says their are not availible. Althought I > used the right password and username. > My guess is either your inetd.conf file or your Squirrel Mail =20 configuration are broken. Here are both for UW Imap. Server Settings 1. Domain : your domain 2. IMAP Server : localhost 3. IMAP Port : 143 4. Use Sendmail/SMTP : SMTP 6. SMTP Server : localhost 7. SMTP Port : 25 8. Authenticated SMTP : false 9. POP Before SMTP : false 10. Server : uw 11. Invert Time : false 12. Delimiter : detect This is the entry I use for inetd.conf (which I think is the default). imap4 stream tcp nowait root /usr/local/libexec/imapd =20= imapd Mike ------------------------------------------------------------------------=20= -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) mksmith@noanet.net http://www.noanet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 10: 9:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01FFE37B401 for ; Tue, 28 Jan 2003 10:09:10 -0800 (PST) Received: from gladstone.uoregon.edu (gladstone.uoregon.edu [128.223.142.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB0943F3F for ; Tue, 28 Jan 2003 10:09:09 -0800 (PST) (envelope-from dhaines@gladstone.uoregon.edu) Received: from gladstone.uoregon.edu (dynwav-217-127.uoregon.edu [128.223.217.127]) by gladstone.uoregon.edu (8.12.7/8.12.7) with ESMTP id h0SI98wq015178 for ; Tue, 28 Jan 2003 10:09:08 -0800 (PST) Date: Tue, 28 Jan 2003 10:09:08 -0800 Subject: Re: 5.0 buildworld dying on kerberos Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) From: "David J. Haines" To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: <20030128165639.7568e579.flynn@energyhq.homeip.net> Message-Id: <983B7BEE-32EB-11D7-B5AF-000393A46D16@gladstone.uoregon.edu> X-Mailer: Apple Mail (2.551) Sender: owner-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, that didn't fix it. I set the CPUTYPE as instructed, but I got the following error: ===> kerberos5/lib/libkadm5clnt ===> kerberos5/lib/libkadm5srv ===> kerberos5/lib/libsl ===> kerberos5/lib/libgssapi ===> kerberos5/lib/libkafs5 ===> kerberos5/lib/libtelnet ===> kerberos5/libexec ===> kerberos5/libexec/ipropd-master cc -O -pipe -march=pentiumpro -I/usr/src/kerberos5/libexec/ipropd-master/../../. ./crypto/heimdal/include -I/usr/src/kerberos5/libexec/ipropd-master/../../../cr ypto/heimdal/lib/kadm5 -I/usr/src/kerberos5/libexec/ipropd-master/../../../cryp to/heimdal/lib/krb5 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/ heimdal/lib/asn1 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/hei mdal/lib/hdb -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ roken -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/ kuser -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libasn1 -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master -Wall -I/usr/src/kerberos5/libexec/ipropd-master/../../include -DHAVE_CONFIG_H -DKRB5_KRB4_COMPAT -DKRB4 -DINET6 -c /usr/src/crypto/heimdal/lib/kadm5/ipropd_master.c cc -O -pipe -march=pentiumpro -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/ include -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ kadm5 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ krb5 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ asn1 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ hdb -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/ roken -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/ kuser -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libasn1 -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master -Wall -I/usr/src/kerberos5/libexec/ipropd-master/../../include -DHAVE_CONFIG_H -DKRB5_KRB4_COMPAT -DKRB4 -DINET6 -o ipropd-master ipropd_master.o -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/ libkadm5srv -lkadm5srv -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libkrb5 -lkrb5 -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb -lhdb -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libroken -lroken -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libvers -lvers -lkrb -lkafs -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libasn1 -lasn1 -lcrypto -lcrypt -lcom_err /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ libhdb.so: undefined reference to `length_GENERATION' /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ libhdb.so: undefined reference to `copy_GENERATION' /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ libhdb.so: undefined reference to `decode_GENERATION' /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ libhdb.so: undefined reference to `encode_GENERATION' /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ libhdb.so: undefined reference to `free_GENERATION' *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error On Tuesday, January 28, 2003, at 07:56 AM, Miguel Mendez wrote: > On Tue, 28 Jan 2003 07:52:30 -0800 > "David J. Haines" wrote: > > Hi, > >> Hey all- >> I am trying to do a buildworld on 5.0-RELEASE, but it seems to >> die >> while making the kerberos5 system. And ideas? The error is as >> follows. >> >> ===> kerberos5/libexec >> ===> kerberos5/libexec/ipropd-master >> cc -O -pipe -march=pentium4 > ^^^^^^^^^^ > IIRC gcc's pentium4 optimizations are broken, or are least, prone to > errors under certain circumstances. Does the error also happen using, > e.g. CPUTYPE=i686 in your /etc/make.conf? > > Cheers, > -- > Miguel Mendez - flynn@energyhq.homeip.net > GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt > EnergyHQ :: http://www.energyhq.tk > Of course it runs NetBSD! > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 10:18:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20DEB37B401 for ; Tue, 28 Jan 2003 10:18:58 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ADEF43F75 for ; Tue, 28 Jan 2003 10:18:52 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0SIKFiE007533; Tue, 28 Jan 2003 13:20:15 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E36C9CD.2050003@potentialtech.com> Date: Tue, 28 Jan 2003 13:19:57 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Cc: questions@freebsd.org Subject: Re: Managing /etc/hosts.lpd?? References: <1043776768.8225.1.camel@donburi> 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 Mark wrote: > > Hello, > > Is there a better way to manage lpd permissions than > specifying individual hosts in /etc/hosts.lpd? I have a > heterogeneous network here (there are a few Winder's machines in > addition to a bunch of Unix machines) that has a bunch o' machines > on it, all of which are listed in a local DNS server. > > What I'd really like to be able to do is just say: "Allow > any machine from this local domain to connect to lpd." > > The documentation for hosts.lpd doesn't help out on > format here, and the source code for lpd.c seems to confirm > that there is, indeed, no wildcarding supported. > > Any other options? I wouldn't normally chime in like this, but I want to add a "me too" here. In my case it would be perfectly acceptable to eliminate all host checking on the part of LPD, since the LPD port is firewalled off from everything but our local network anyway. Haven't been able to find any way to do this (or what Mark asks for) in the docs anywhere. Am I missing something? -- Bill Moran Potential Technologies 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 Jan 28 10:19:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E09D37B401 for ; Tue, 28 Jan 2003 10:19:34 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B0C43F43 for ; Tue, 28 Jan 2003 10:19:26 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 33B00297; Tue, 28 Jan 2003 19:18:39 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 1929C2FDD23; Tue, 28 Jan 2003 19:17:24 +0100 (CET) Date: Tue, 28 Jan 2003 19:17:24 +0100 From: Roman Neuhauser To: Pascal Giannakakis Cc: freebsd-questions@freebsd.org Subject: Re: mozilla build port hangs at /usr/bin/sed Message-ID: <20030128181724.GH896@freepuppy.bellavista.cz> Mail-Followup-To: Pascal Giannakakis , freebsd-questions@freebsd.org References: <20030128152657.GD896@freepuppy.bellavista.cz> <2147.1043769260@www1.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2147.1043769260@www1.gmx.net> User-Agent: Mutt/1.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 # CapM@gmx.net / 2003-01-28 16:54:20 +0100: > > # CapM@gmx.net / 2003-01-27 13:12:39 +0100: > > > Hi, > > > > > > i can't build mozilla from ports on FreeBSD 4.7-STABLE. It hangs at this > > > > point: > > > > > > /usr/bin/sed -e "s|%%PREFIX%%|/usr/X11R6|g" -e "s|%%MOZILLA%%|mozilla|g" > > > > /usr/ports/www/mozilla/files/mozilla.sh > > > >/usr/ports/www/mozilla/work/mozilla/mozilla > > > (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env > > > LD_LIBRARY_PATH=. > > > MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH=. > > > MOZILLA_FIVE_HOME=. > > > ./regchrome; /usr/bin/touch ./chrome/user-skins.rdf > > > ./chrome/user-locales.rdf) > > > > > > What might be the reason? The ports tree is fresh. > > > > It's caused by the fact that you didn't include the error message. > > There is no error message, it just prints this text during the portinstall > process, and hangs. It doesn't even use CPU time, it waits there for > ever or CRTL + C; whatever comes first. A package is not available, > updating to 5.0 is currently not an option. Hmm, are you sure it hangs in sed? Looks like it's actually in /usr/ports/www/mozilla/work/mozilla/dist/bin/regxpcom. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/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 Jan 28 10:25:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B3D37B401 for ; Tue, 28 Jan 2003 10:25:34 -0800 (PST) Received: from hotmail.com (oe31.law12.hotmail.com [64.4.18.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E21443F3F for ; Tue, 28 Jan 2003 10:25:34 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 28 Jan 2003 10:25:33 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: cvs Date: Tue, 28 Jan 2003 12:25:02 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 28 Jan 2003 18:25:33.0956 (UTC) FILETIME=[A570EC40:01C2C6FA] Sender: owner-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 setting up a cvs server on my bsd box. So far i have enabled pserver in my /etc/initd.conf file. I have added a user called 'cvsuser' i have created a repository in /home/cvsroot i have pointed my CVSROOT variable to that cvsroot directory. when i enter the command cvs -d :pserver:cvsuser@localhost:/home/cvsroot login i can't get logged in because i don't have a password set in my passwd file. i created an empty one '/home/cvsroot/passwd' but, i don't know howto add users to it.. can anyone help me do this? 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 Jan 28 10:27:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E50537B401 for ; Tue, 28 Jan 2003 10:27:56 -0800 (PST) Received: from mail1.atl.registeredsite.com (mail1.atl.registeredsite.com [64.224.219.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0736243F3F for ; Tue, 28 Jan 2003 10:27:55 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail1.atl.registeredsite.com (8.12.6/8.12.6) with ESMTP id h0SIRsPI021241 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Tue, 28 Jan 2003 13:27:54 -0500 Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email addresses for asarians can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by asarian-host.net (8.11.6/8.11.0) id h0SIRro50836 for freebsd-questions@freebsd.org; Tue, 28 Jan 2003 19:27:53 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Tue, 28 Jan 2003 19:27:53 +0100 (CET) From: Mark Message-Id: <200301281827.H0SIRO950807@asarian-host.net> Date: Tue, 28 Jan 2003 19:27:39 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: SOLVED! (was: Re: How to stop BIND from using high ports?) X-Trace: Jd/USPHdR0DThmoQUAd378CO0v2uUhVyn03mFqvEyiaxNt1NcazejIsY0J/rk7Zl X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: "Matthew Seaman" Cc: References: <200301281029.H0SATM937146@asarian-host.net> <20030128125210.GB20406@happy-idiot-talk.infracaninophi> <200301281512.H0SFC1991673@asarian-host.net> <20030128163145.GB22731@happy-idiot-talk.infracaninophi> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Auth: Asarian-host PGP signature iQEVAwUAPjbLqTFqW1BleBN9AQHpngf6AjDdwrVefv81IFN9hrkaWb5JlvSMB5q/ Sogk8W5iTZ+xotLTLpgYx8lIFTLVLZtpiigCrR+21QBDa9/d3bwy2hQ9cfEyXfj3 uLOu7laJNEPwpoRuazhyeeMEsIdbEJdyDNchr4br3Gq2h4Oq1R4fKkeV7INhgtNX seu49l1SRJ7cKbVvpZyZ2npJ75UfManYe/Wj95h0ZKHQgcr3fI0yadgTUSqYULLm JplpHMYd+Z9JYDNASHMR25ByoY14IpQKoGwIBRzWxO6f1eb7Xu1G46Uw3TdCKH7M oJ78tfMfe/yk6zKbLwUP9Tsdo/x0f9iUawMLGgqew5UGr/+A9BEwfA== =Z9GW Sender: owner-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: "Matthew Seaman" To: Sent: Tuesday, January 28, 2003 5:31 PM Subject: Re: How to stop BIND from using high ports? > On Tue, Jan 28, 2003 at 04:11:51PM +0100, Mark wrote: > > > --[ with src port = 53 ]-------- 15:33:03.472128 210.49.20.142.domain > > > 194.109.160.70.domain: [udp sum ok] 6636 A? asarian-host.net. [|domain] > > (ttl 64, id 13043, len 62) 15:33:03.802488 194.109.160.70.34336 > > > 210.49.20.142.domain: 6636*- q: A? > > > > Here it seems my BIND is indeed replying with a source port of 34336. > > Very peculiar. I have no idea how this is possible. :( > > Is your nameserver perhaps behind a NAT gateway? Does this option > from the natd(8) man page seem relevant to you? > > -same_ports | -m > Try to keep the same port number when altering outgoing > packets. With this option, protocols such as RPC will have a > better chance of working. If it is not possible to maintain > the port number, it will be silently changed as per normal. Matthew, you're a genius!! :) Although I do not have the NAT daemon running, I suddenly realized my hardware router does NAT too. You were so right! Even though the hardware NAT has no redirection defined for outgoing ports, this is, in fact, exactly what happened, just as you predicted. :) I disabled it altogether (I just used it for incoming port-redirection to several machines on my LAN, but I now solved that otherwise), and lo and behold, all problems are immediately gone and everything resolves again. :)) I'm impressed! Matthew, you're the man! :) - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 10:38:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A725137B405 for ; Tue, 28 Jan 2003 10:38:52 -0800 (PST) Received: from ip68-14-63-240.no.no.cox.net (ip68-14-63-240.no.no.cox.net [68.14.63.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7CA443F3F for ; Tue, 28 Jan 2003 10:38:51 -0800 (PST) (envelope-from conrads@ip68-14-63-240.no.no.cox.net) Received: from ip68-14-63-240.no.no.cox.net (localhost [127.0.0.1]) by ip68-14-63-240.no.no.cox.net (8.12.6/8.12.6) with ESMTP id h0SIeSvY004624; Tue, 28 Jan 2003 12:40:29 -0600 (CST) (envelope-from conrads@ip68-14-63-240.no.no.cox.net) Received: (from conrads@localhost) by ip68-14-63-240.no.no.cox.net (8.12.6/8.12.6/Submit) id h0SIeNcU004623; Tue, 28 Jan 2003 12:40:23 -0600 (CST) Message-ID: X-Mailer: XFMail 1.5.3 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <15926.50047.494451.473350@chlx255.ch.intel.com> Date: Tue, 28 Jan 2003 12:40:23 -0600 (CST) Organization: A Rag-Tag Band of Drug-Crazed Hippies From: Conrad Sabatier To: John Reynolds~ Subject: Re: is our printf(1) behavior correct w.r.t \0 escapes? Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 28-Jan-2003 John Reynolds~ wrote: > > We need to echo a string *and* a NUL character (\0) into a stream so that a > program that delimits its input by \0 characters will do the right thing. > > He had been doing this via printf(1) like so: > > % printf "some string\0" | some_process > > however, it never worked under FreeBSD. Upon further inspection, our > printf(1) does not work like the GNU one with the above string. Consider > this from a linux box: > > linux [~]<374>% printf "foo\0bar\0" | od -c > 0000000 f o o \0 b a r \0 > 0000010 > > Now the same command from a FreeBSD (4.7-STABLE) box: > > freebsd [~]<76>% printf "foo\0bar\0" | od -c > 0000000 f o o > 0000003 Works fine under -current: $ printf "foo\0bar\0" | od -c 0000000 f o o \0 b a r \0 > After checking the man pages, I also used a complete octal constant but that > doesn't work either: > > linux [~]<376>% printf "foo\0000" | od -c > 0000000 f o o \0 > 0000004 > > freebsd [~]<77>% printf "foo\0000" | od -c > 0000000 f o o > 0000003 This also works under -current: $ printf "foo\0000" | od -c 0000000 f o o \0 0000004 > I checked our implementation and it seems wrong. The first step done in the > source code is to interpolate all escape sequences. However, when it does > this and the octal number happens to be "0", this fact is not "captured" > later on and that 0 becomes the NULL terminator for the string and nothing > else is printed after it. > > linux [~]<379>% printf "foo\0%d" 4 | od -c > 0000000 f o o \0 4 > 0000005 > > freebsd [~]<78>% printf "foo\0%d" 4 | od -c > printf: missing format character > 0000000 f o o > 0000003 This also works under -current: $ printf "foo\0%d" 4 | od -c 0000000 f o o \0 4 0000005 > This behavior has been checked on HP-UX and Solaris and those two systems are > identical to the Linux one. It seems to me that our printf(1)'s behavior is > incorrect. Comments? It may very well be that printf (or libc?) has a bug under -stable. Are you using any unusual optimization settings in /etc/make.conf, by the way? When did you last upgrade? -- Conrad Sabatier - "In Unix veritas" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 10:40:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 670F537B401 for ; Tue, 28 Jan 2003 10:40:09 -0800 (PST) Received: from fmx2.freemail.hu (fmx2.freemail.hu [195.228.242.222]) by mx1.FreeBSD.org (Postfix) with SMTP id BC15043F85 for ; Tue, 28 Jan 2003 10:40:07 -0800 (PST) (envelope-from gannater@freemail.hu) Received: (qmail 71604 invoked from network); 28 Jan 2003 19:40:01 +0100 Received: from fm11.freemail.hu (195.228.242.212) by fmx2.freemail.hu with SMTP; 28 Jan 2003 19:40:01 +0100 Received: (qmail 59162 invoked by uid 3644897); 28 Jan 2003 19:40:00 +0100 Date: Tue, 28 Jan 2003 19:39:59 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= Subject: Re: IMAPd To: BSD In-Reply-To: Message-ID: X-Originating-IP: [62.201.87.231] X-HTTP-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 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 > My guess is either your inetd.conf file or your Squirrel Mail > configuration are broken. Here are both for UW Imap. > > Server Settings > 1. Domain : your domain > 2. IMAP Server : localhost > 3. IMAP Port : 143 > 4. Use Sendmail/SMTP : SMTP > 6. SMTP Server : localhost > 7. SMTP Port : 25 > 8. Authenticated SMTP : false > 9. POP Before SMTP : false > 10. Server : uw > 11. Invert Time : false > 12. Delimiter : detect > > This is the entry I use for inetd.conf (which I think is the default). > > imap4 stream tcp nowait root /usr/local/libexec/imapd imapd > I tried this: telnet localhost 143 A01 LOGIN username password A02 LOGOUT But it's not working. He can't find the username.. There should be some problem with the IMAPd. What should I do? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 10:42:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275CE37B401 for ; Tue, 28 Jan 2003 10:42:38 -0800 (PST) Received: from petasus.ch.intel.com (petasus.ch.intel.com [143.182.124.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12CFE43F75 for ; Tue, 28 Jan 2003 10:42:37 -0800 (PST) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.202.83]) by petasus.ch.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.49 2003/01/13 19:45:39 dmccart Exp $) with ESMTP id h0SIh9A09879; Tue, 28 Jan 2003 18:43:09 GMT Received: from chlx255.ch.intel.com (chlx255.ch.intel.com [143.182.223.69]) by sedona.intel.com (8.11.6/8.11.6/d:) with ESMTP id h0SIgZ725430; Tue, 28 Jan 2003 11:42:35 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by chlx255.ch.intel.com (8.11.6/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id h0SIgYZ27900; Tue, 28 Jan 2003 11:42:34 -0700 X-Authentication-Warning: chlx255.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15926.53018.149389.480465@chlx255.ch.intel.com> Date: Tue, 28 Jan 2003 11:42:34 -0700 To: Conrad Sabatier Cc: questions@FreeBSD.ORG Subject: Re: is our printf(1) behavior correct w.r.t \0 escapes? In-Reply-To: References: <15926.50047.494451.473350@chlx255.ch.intel.com> X-Mailer: VM 7.07 under Emacs 20.7.1 Cc: Sender: owner-freebsd-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, January 28, Conrad Sabatier wrote: ] > > Works fine under -current: > > $ printf "foo\0bar\0" | od -c > 0000000 f o o \0 b a r \0 > > This also works under -current: > > $ printf "foo\0000" | od -c > 0000000 f o o \0 > 0000004 > > This also works under -current: > > $ printf "foo\0%d" 4 | od -c > 0000000 f o o \0 4 > 0000005 That's good that all of those work under -current. > It may very well be that printf (or libc?) has a bug under -stable. Are you > using any unusual optimization settings in /etc/make.conf, by the way? When > did you last upgrade? nope, nothing unusual. CFLAGS= -O -pipe The last time I updated and installed world/kernel was Dec 26th of 2002 (4.7-STABLE). Maybe if it's not a libc problem but just a printf(1) src problem we could get an MFC done ... Thanks for the info. At least we know that -current acts like other OS's. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |John Reynolds Sr. Component Design Engineer - ICG/EID/Si Engineering | |Intel Corporation MS: CH6-302 Phone: 480-554-9092 pgr: 602-868-6512 | |jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 10:52:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFEEC37B487 for ; Tue, 28 Jan 2003 10:52:26 -0800 (PST) Received: from ip68-14-63-240.no.no.cox.net (ip68-14-63-240.no.no.cox.net [68.14.63.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF17D43E4A for ; Tue, 28 Jan 2003 10:52:25 -0800 (PST) (envelope-from conrads@ip68-14-63-240.no.no.cox.net) Received: from ip68-14-63-240.no.no.cox.net (localhost [127.0.0.1]) by ip68-14-63-240.no.no.cox.net (8.12.6/8.12.6) with ESMTP id h0SIs3vY004717; Tue, 28 Jan 2003 12:54:03 -0600 (CST) (envelope-from conrads@ip68-14-63-240.no.no.cox.net) Received: (from conrads@localhost) by ip68-14-63-240.no.no.cox.net (8.12.6/8.12.6/Submit) id h0SIrwQS004716; Tue, 28 Jan 2003 12:53:58 -0600 (CST) Message-ID: X-Mailer: XFMail 1.5.3 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <15926.53018.149389.480465@chlx255.ch.intel.com> Date: Tue, 28 Jan 2003 12:53:58 -0600 (CST) Organization: A Rag-Tag Band of Drug-Crazed Hippies From: Conrad Sabatier To: John Reynolds~ Subject: Re: is our printf(1) behavior correct w.r.t \0 escapes? Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 28-Jan-2003 John Reynolds~ wrote: > > [ On Tuesday, January 28, Conrad Sabatier wrote: ] > >> It may very well be that printf (or libc?) has a bug under -stable. Are you >> using any unusual optimization settings in /etc/make.conf, by the way? When >> did you last upgrade? > > nope, nothing unusual. > > CFLAGS= -O -pipe > > The last time I updated and installed world/kernel was Dec 26th of 2002 > (4.7-STABLE). > > Maybe if it's not a libc problem but just a printf(1) src problem we could > get an MFC done ... Unless it's already been done. :-) Can you check the RCS Id in /usr/src/usr.bin/printf/printf.c? Here's what I have: $FreeBSD: src/usr.bin/printf/printf.c,v 1.26 2002/09/04 23:29:05 dwmalone Exp $ > Thanks for the info. At least we know that -current acts like other OS's. Now, if we have identical versions, we have a bona fide mystery on our hands here. :-) -- Conrad Sabatier - "In Unix veritas" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 11: 0:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A097F37B405 for ; Tue, 28 Jan 2003 11:00:14 -0800 (PST) Received: from petasus.ch.intel.com (petasus.ch.intel.com [143.182.124.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9997843FB1 for ; Tue, 28 Jan 2003 11:00:13 -0800 (PST) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.202.83]) by petasus.ch.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.49 2003/01/13 19:45:39 dmccart Exp $) with ESMTP id h0SJ0k416202; Tue, 28 Jan 2003 19:00:46 GMT Received: from chlx255.ch.intel.com (chlx255.ch.intel.com [143.182.223.69]) by sedona.intel.com (8.11.6/8.11.6/d:) with ESMTP id h0SJ0C727834; Tue, 28 Jan 2003 12:00:12 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by chlx255.ch.intel.com (8.11.6/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id h0SJ0BY28298; Tue, 28 Jan 2003 12:00:11 -0700 X-Authentication-Warning: chlx255.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15926.54074.941041.75523@chlx255.ch.intel.com> Date: Tue, 28 Jan 2003 12:00:10 -0700 To: Conrad Sabatier Cc: questions@FreeBSD.ORG Subject: Re: is our printf(1) behavior correct w.r.t \0 escapes? In-Reply-To: References: <15926.53018.149389.480465@chlx255.ch.intel.com> X-Mailer: VM 7.07 under Emacs 20.7.1 Cc: Sender: owner-freebsd-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, January 28, Conrad Sabatier wrote: ] > > Unless it's already been done. :-) Can you check the RCS Id in > /usr/src/usr.bin/printf/printf.c? Here's what I have: > > $FreeBSD: src/usr.bin/printf/printf.c,v 1.26 2002/09/04 23:29:05 dwmalone Exp $ > > Now, if we have identical versions, we have a bona fide mystery on our hands > here. :-) > Well, this is what I have: "$FreeBSD: src/usr.bin/printf/printf.c,v 1.12.6.6 2002/04/29 16:45:16 jmallett according to the CVS repo, 1.26 has RELENG_5_0* tags as well as "HEAD" while the latest on the RELENG_4 branch is still what I have--1.12.6.6. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |John Reynolds Sr. Component Design Engineer - ICG/EID/Si Engineering | |Intel Corporation MS: CH6-302 Phone: 480-554-9092 pgr: 602-868-6512 | |jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 11: 9: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFBB237B401; Tue, 28 Jan 2003 11:09:00 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DB243F75; Tue, 28 Jan 2003 11:08:59 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 9BF451600B72F; Tue, 28 Jan 2003 19:08:57 +0000 (GMT) Subject: portupgrade of rsync-2.5.5_1 fails From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: FreeBSD Questions Cc: obraun@FreeBSD.org Content-Type: text/plain Organization: Message-Id: <1043780940.13652.113.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 28 Jan 2003 19:09:00 +0000 Content-Transfer-Encoding: 7bit Sender: owner-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, After a fresh cvsup of ports tree, "portupgrade -R rsync2.5.5_1 fails. Here is the uname info: $ uname -a FreeBSD 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 15 23:37:50 GMT 2002 :/usr/obj/usr/src/sys/ i386 $ Here is a tail of the portupgrade output: rsync 2.5.6 configuration successful ===> Building for rsync-2.5.6 cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o generator.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c receiver.c -o receiver.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c cleanup.c -o cleanup.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c sender.c -o sender.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c exclude.c -o exclude.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c util.c -o util.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c main.c -o main.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c checksum.c -o checksum.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c match.c -o match.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c syscall.c -o syscall.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c log.c -o log.o log.c: In function `log_transfer': log.c:579: warning: unused parameter `file' cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c backup.c -o backup.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c flist.c -o flist.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c io.c -o io.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c compat.c -o compat.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c hlink.c -o hlink.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c token.c -o token.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c uidlist.c -o uidlist.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c socket.c -o socket.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c fileio.c -o fileio.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c batch.c -o batch.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c clientname.c -o clientname.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c progress.c -o progress.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c pipe.c -o pipe.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c params.c -o params.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c loadparm.c -o loadparm.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c clientserver.c -o clientserver.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c access.c -o access.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c connection.c -o connection.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c authenticate.c -o authenticate.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/fnmatch.c -o lib/fnmatch.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/compat.c -o lib/compat.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/snprintf.c -o lib/snprintf.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/mdfour.c -o lib/mdfour.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/permstring.c -o lib/permstring.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/deflate.c -o zlib/deflate.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/infblock.c -o zlib/infblock.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/infcodes.c -o zlib/infcodes.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inffast.c -o zlib/inffast.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inflate.c -o zlib/inflate.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inftrees.c -o zlib/inftrees.o zlib/inftrees.c: In function `inflate_trees_fixed': zlib/inftrees.c:403: warning: unused parameter `z' cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/infutil.c -o zlib/infutil.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/trees.c -o zlib/trees.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/zutil.c -o zlib/zutil.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/adler32.c -o zlib/adler32.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/findme.c -o popt/findme.o cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popt.c -o popt/popt.o popt/popt.c: In function `poptAddAlias': popt/popt.c:1058: warning: unused parameter `flags' cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c -o popt/poptconfig.o popt/poptconfig.c: In function `poptReadDefaultConfig': popt/poptconfig.c:162: warning: unused parameter `useEnv' cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/popthelp.o popt/popthelp.c: In function `displayArgs': popt/popthelp.c:20: warning: unused parameter `foo' popt/popthelp.c:22: warning: unused parameter `arg' popt/popthelp.c:22: warning: unused parameter `data' popt/popthelp.c: In function `getArgDescrip': popt/popthelp.c:87: warning: unused parameter `translation_domain' popt/popthelp.c: In function `singleOptionDefaultValue': popt/popthelp.c:118: warning: unused parameter `translation_domain' popt/popthelp.c: In function `poptPrintHelp': popt/popthelp.c:478: warning: unused parameter `flags' popt/popthelp.c: In function `poptPrintUsage': popt/popthelp.c:637: warning: unused parameter `flags' cc -I. -I. -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o popt/poptparse.o cc -O -pipe -march=pentiumpro -DHAVE_CONFIG_H -Wall -W -I./popt -o rsync rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o batch.o clientname.o progress.o pipe.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/permstring.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'rsync-2.5.5_1' [Updating the pkgdb in /var/db/pkg ... - 219 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> Installing for rsync-2.5.6 mkdir -p /usr/local/bin /usr/bin/install -c -o root -g wheel -m 755 rsync /usr/local/bin mkdir -p /usr/local/man/man1 mkdir -p /usr/local/man/man5 /usr/bin/install -c -o root -g wheel -m 644 ./rsync.1 /usr/local/man/man1 /usr/bin/install -c -o root -g wheel -m 644 ./rsyncd.conf.5 /usr/local/man/man5 ===> Generating temporary packing list {STRIP_CMD}: not found *** Error code 127 Stop in /usr/ports/net/rsync. *** Error code 1 Stop in /usr/ports/net/rsync. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade54161.0 make reinstall egrep: /var/db/pkg/rsync-2.5.5_1/+CONTENTS: No such file or directory ---> Restoring the old version ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 220 packages found (-0 +1) . done] ** The following packages were not installed or upgraded (*:skipped / !:failed) ! net/rsync (rsync-2.5.5_1) (install error) # I'd appreciate some idea as to how I might try to fix whatever is wrong. Do let me know I should post more information, please -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 11:16:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1387837B401 for ; Tue, 28 Jan 2003 11:16:54 -0800 (PST) Received: from ip68-14-63-240.no.no.cox.net (ip68-14-63-240.no.no.cox.net [68.14.63.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40ADE43F93 for ; Tue, 28 Jan 2003 11:16:53 -0800 (PST) (envelope-from conrads@ip68-14-63-240.no.no.cox.net) Received: from ip68-14-63-240.no.no.cox.net (localhost [127.0.0.1]) by ip68-14-63-240.no.no.cox.net (8.12.6/8.12.6) with ESMTP id h0SJIPvY004930; Tue, 28 Jan 2003 13:18:25 -0600 (CST) (envelope-from conrads@ip68-14-63-240.no.no.cox.net) Received: (from conrads@localhost) by ip68-14-63-240.no.no.cox.net (8.12.6/8.12.6/Submit) id h0SJIKSu004929; Tue, 28 Jan 2003 13:18:20 -0600 (CST) Message-ID: X-Mailer: XFMail 1.5.3 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <15926.54074.941041.75523@chlx255.ch.intel.com> Date: Tue, 28 Jan 2003 13:18:20 -0600 (CST) Organization: A Rag-Tag Band of Drug-Crazed Hippies From: Conrad Sabatier To: John Reynolds~ Subject: Re: is our printf(1) behavior correct w.r.t \0 escapes? Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 28-Jan-2003 John Reynolds~ wrote: > > [ On Tuesday, January 28, Conrad Sabatier wrote: ] >> >> Unless it's already been done. :-) Can you check the RCS Id in >> /usr/src/usr.bin/printf/printf.c? Here's what I have: >> >> $FreeBSD: src/usr.bin/printf/printf.c,v 1.26 2002/09/04 23:29:05 dwmalone >> Exp $ >> >> Now, if we have identical versions, we have a bona fide mystery on our hands >> here. :-) >> > > Well, this is what I have: > > "$FreeBSD: src/usr.bin/printf/printf.c,v 1.12.6.6 2002/04/29 16:45:16 > jmallett > > according to the CVS repo, 1.26 has RELENG_5_0* tags as well as "HEAD" while > the latest on the RELENG_4 branch is still what I have--1.12.6.6. Ah, OK. So there *is* a difference. I can't imagine there being anything unsafe about using the 5.0 version under -stable. But it would be best to confirm this. Perhaps you should file a PR? -- Conrad Sabatier - "In Unix veritas" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 11:39: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1635637B401 for ; Tue, 28 Jan 2003 11:39:07 -0800 (PST) Received: from mail.rpi.edu (mail.rpi.edu [128.113.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704C443F75 for ; Tue, 28 Jan 2003 11:39:06 -0800 (PST) (envelope-from drosih@rpi.edu) 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 h0SJd1PH254982; Tue, 28 Jan 2003 14:39:02 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <3E36C9CD.2050003@potentialtech.com> References: <1043776768.8225.1.camel@donburi> <3E36C9CD.2050003@potentialtech.com> Date: Tue, 28 Jan 2003 14:39:00 -0500 To: Bill Moran , Mark From: Garance A Drosihn Subject: Re: Managing /etc/hosts.lpd?? Cc: questions@FreeBSD.ORG 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 1:19 PM -0500 1/28/03, Bill Moran wrote: >Mark wrote: >> Is there a better way to manage lpd permissions than >>specifying individual hosts in /etc/hosts.lpd? I have a >>heterogeneous network here (there are a few Winder's machines >>in addition to a bunch of Unix machines) that has a bunch of >>machines on it, all of which are listed in a local DNS server. >> What I'd really like to be able to do is just say: >>"Allow any machine from this local domain to connect to lpd." >> >> The documentation for hosts.lpd doesn't help out on >>format here, and the source code for lpd.c seems to confirm >>that there is, indeed, no wildcarding supported. >> >> Any other options? > >I wouldn't normally chime in like this, but I want to add a >"me too" here. > >In my case it would be perfectly acceptable to eliminate all >host checking on the part of LPD, since the LPD port is >firewalled off from everything but our local network anyway. > >Haven't been able to find any way to do this (or what Mark >asks for) in the docs anywhere. Am I missing something? The docs do not admit this, but iirc you can list a netgroup in your /etc/hosts.lpd file. Unfortunately, that is not a useful or convenient option for many users. I have been thinking I should add simple pattern-matching support, but I haven't decided exactly how I'd like that to work. I will move that higher in my list of things to do to lpr. -- 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 Tue Jan 28 11:41: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4544D37B401 for ; Tue, 28 Jan 2003 11:41:05 -0800 (PST) Received: from mail.hitmedia.com (mail.hitmedia.com [205.162.11.163]) by mx1.FreeBSD.org (Postfix) with SMTP id E724943F3F for ; Tue, 28 Jan 2003 11:41:04 -0800 (PST) (envelope-from bsd@hitmedia.com) Received: (qmail 5513 invoked by uid 0); 28 Jan 2003 19:41:00 -0000 Date: Tue, 28 Jan 2003 11:41:00 -0800 From: BSD baby To: freebsd-questions@freebsd.org Subject: can we use KDE 3.1 on FreeBSD 4.7? Message-ID: <20030128114100.A587@mail.hitmedia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry for the newbie Q: I'd love to start using KDE 3.1 as soon as possible on my FreeBSD 4.7 box. How will I know when/if it's ready to install from ports? What's the recommended method? Just 'cvsup' and see if it's there? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 11:42:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522D037B401 for ; Tue, 28 Jan 2003 11:42:41 -0800 (PST) Received: from globalit.internetx.de (globalit.internetx.de [62.116.147.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24F9443E4A for ; Tue, 28 Jan 2003 11:42:40 -0800 (PST) (envelope-from H@Schmalzbauer.de) Received: from hscpr (ppp-62-245-160-39.mnet-online.de [62.245.160.39]) (authenticated bits=0) by globalit.internetx.de (8.12.2/8.12.2) with ESMTP id h0SJgVKx017442; Tue, 28 Jan 2003 20:42:32 +0100 From: "Harald Schmalzbauer" To: "BSD baby" , Subject: RE: can we use KDE 3.1 on FreeBSD 4.7? Date: Tue, 28 Jan 2003 20:42:32 +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.2911.0) Importance: Normal In-Reply-To: <20030128114100.A587@mail.hitmedia.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG owner-freebsd-questions@FreeBSD.ORG wrote: > Sorry for the newbie Q: > > I'd love to start using KDE 3.1 as soon as possible on my FreeBSD 4.7 > box. > > How will I know when/if it's ready to install from ports? > What's the recommended method? Just 'cvsup' and see if it's there? You can also have a look at http://www.freshports.org and cvsup afterwards;-) -Harry > > > 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 Jan 28 11:49:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B05D37B401 for ; Tue, 28 Jan 2003 11:49:47 -0800 (PST) Received: from mail.karamazov.org (h162-040-089-010.adsl.navix.net [162.40.89.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639F843F75 for ; Tue, 28 Jan 2003 11:49:40 -0800 (PST) (envelope-from smoberly@karamazov.org) Received: from karamazov.org (mail.karamazov.org [10.0.0.11]) by mail.karamazov.org (8.12.6/8.12.6) with SMTP id h0SJnUVV059205; Tue, 28 Jan 2003 13:49:30 -0600 (CST) (envelope-from smoberly@karamazov.org) Received: from 65.221.169.187 (SquirrelMail authenticated user smoberly) by mail.karamazov.org with HTTP; Tue, 28 Jan 2003 13:49:30 -0600 (CST) Message-ID: <47724.65.221.169.187.1043783370.squirrel@mail.karamazov.org> Date: Tue, 28 Jan 2003 13:49:30 -0600 (CST) Subject: RE: can we use KDE 3.1 on FreeBSD 4.7? From: "Scott A. Moberly" To: In-Reply-To: References: <20030128114100.A587@mail.hitmedia.com> X-Priority: 3 Importance: Normal Cc: , X-Mailer: SquirrelMail (version 1.2.9) 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 > owner-freebsd-questions@FreeBSD.ORG wrote: >> Sorry for the newbie Q: >> >> I'd love to start using KDE 3.1 as soon as possible on my FreeBSD 4.7 >> box. >> >> How will I know when/if it's ready to install from ports? >> What's the recommended method? Just 'cvsup' and see if it's there? > > You can also have a look at http://www.freshports.org and cvsup > afterwards;-) > > -Harry > Looks like it is committed :) -- Scott A. Moberly smoberly@karamazov.org A language that doesn't affect the way you think about programming is not worth knowing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 11:51:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B08C737B401 for ; Tue, 28 Jan 2003 11:51:53 -0800 (PST) Received: from grant.org (grant.org [206.190.164.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id D379D43F43 for ; Tue, 28 Jan 2003 11:51:52 -0800 (PST) (envelope-from mgrant@splat.grant.org) Received: from splat.grant.org (mgrant@splat.grant.org [213.39.2.177]) by grant.org (8.12.6/8.12.6) with ESMTP id h0SJpjbU035033 for ; Tue, 28 Jan 2003 14:51:46 -0500 (EST) (envelope-from mgrant@splat.grant.org) Received: (from mgrant@localhost) by splat.grant.org (8.11.6+Sun/8.11.6) id h0SJoF805949; Tue, 28 Jan 2003 20:50:15 +0100 (MET) Date: Tue, 28 Jan 2003 20:50:15 +0100 (MET) Message-Id: <200301281950.h0SJoF805949@splat.grant.org> From: Michael Grant To: freebsd-questions@freebsd.org Subject: setuid sendmail Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems that sendmail is no longer setuid root. (I have 4.7 on one box where it's not setuid and 4.2 stable on another box where it is). When I run mailq from my 4.7 box, I get a permission denied error when run as a normal user. Is this now the expected behavior? Is there any relatively secure way to make mailq work again from a non-root user? Michael Grant To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 12: 3:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C8C37B401 for ; Tue, 28 Jan 2003 12:03:23 -0800 (PST) Received: from mail.mailservice.ms (mail.mailservice.ms [64.246.26.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id D539F43F3F for ; Tue, 28 Jan 2003 12:03:22 -0800 (PST) (envelope-from cashmaker@mailservice.ms) Received: by mail.mailservice.ms (Postfix, from userid 99) id DA7D79510C; Sun, 26 Jan 2003 09:35:02 -0600 (CST) Received: from proxys.ia4.marketscore.com ( [proxys.ia4.marketscore.com]) as user cashmaker@mailservice.ms@mail.writemeback.com by mailservice.ms with HTTP; Sun, 26 Jan 2003 10:35:00 -0500 Message-ID: <1043595300.3e340024a95d3@mailservice.ms> Date: Sun, 26 Jan 2003 10:35:00 -0500 From: cashmaker@mailservice.ms To: makebuks1@mailservice.ms Subject: FREE, NEW BOOKLET reveals the hidden secrets of bulk e-mail! MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.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. If Mastercard, Polaroid, Century21, and AOL use it safely and effectively, why can't you? Well you can...if you know the secrets! Legal, ethical, and responsible Bulk E-mail can make you rich! It will flood your bank account with money! But you have to know how, or it can lead you into big trouble! That's why you need to get our FREE new booklet "The Untold Secrets to Wealth on the Web" today! Don't wait! Learn the secrets of "fishing" for prospects on the "Net" from the Web Fisher. They are Secrets that the professionals don't want you to know, and that you can't afford to be without if you hope to make money on the Web. For your FREE copy, just send a blank email to: hotcash@mailservice.ms with "Secrets" in the subject line. Best regards, Jeffrey Korn. Click here to Sign up: mailto:hotcash@mailservice.ms?subject=Send-me-URL. For easy Removal just click here: mailto: removehot@mailservice.ms? subject=REMOVE-ME ------------------------------------------------- This mail sent through MailService.MS -> http://www.MailService.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 12: 9:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8610737B401 for ; Tue, 28 Jan 2003 12:09:18 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F42643F79 for ; Tue, 28 Jan 2003 12:09:17 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0SKAdiE007590; Tue, 28 Jan 2003 15:10:40 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E36E3AF.8030201@potentialtech.com> Date: Tue, 28 Jan 2003 15:10:23 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David.Bear@asu.edu Cc: freebsd-questions@freebsd.org Subject: Deleted files not releasing their space (was Re: syslog message wrt inodes) References: <20030128093720.A26639@asu.edu> 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 Bear wrote: > I'm getting messages like below that I'm out of inodes on /var. > > asu.edu kernel log messages: > >>id 25 on /var: out of inodes >> syslogd: /var/log/auth.log: No such file or directory >> syslogd: /var/log/maillog: No such file or directory >> syslogd: /var/log/cron: No such file or directory >> syslogd: /var/log/auth.log: No such file or directory >> syslogd: /var/log/maillog: No such file or directory >> syslogd: /var/log/cron: No such file or directory >> syslogd: /var/log/auth.log: No such file or directory >> syslogd: /var/log/maillog: No such file or directory >> syslogd: /var/log/cron: No such file or directory >> syslogd: /var/log/auth.log: No such file or directory >> syslogd: /var/log/maillog: No such file or directory >> syslogd: /var/log/cron: No such file or directory > > > Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on > /dev/ad0s1a 128990 37232 81440 31% 1316 14938 8% / > /dev/ad0s1f 257998 4 237356 0% 2 32508 0% /tmp > /dev/ad0s1g 2341102 508366 1645448 24% 37711 256175 13% /usr > /dev/ad0s1e 257998 25572 211788 11% 8298 24212 26% /var > procfs 4 4 0 100% 25 507 5% /proc > > Last week my var volume did run out of inodes. I erase some > snort logs to free up the inodes. But it appears the kernel or > syslogd doesn't know about it. > > any pointers on letting the kernel know I have enough inodes? Let's see if I remember the details on this. I believe this happens when a file is deleted, but another program still holds a filehandle? to it. Thus, if you delete Apache's log file (for example) but don't restart Apache, the space the logfile is using isn't truely freed. (This is why newsyslog.conf has a column for the PID of a process to restart). So ... if you know which process had the files open, restart it (probably by sending it a -HUP). If you don't know, you can probably cheat and just reboot the machine, but that shouldn't be necessary. -- Bill Moran Potential Technologies 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 Jan 28 12:18: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CD337B401 for ; Tue, 28 Jan 2003 12:18:03 -0800 (PST) Received: from hotmail.com (oe45.law12.hotmail.com [64.4.18.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE68643F75 for ; Tue, 28 Jan 2003 12:18:02 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 28 Jan 2003 12:17:57 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "freebsd" Subject: Fw: cvs Date: Tue, 28 Jan 2003 14:17:26 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 28 Jan 2003 20:17:57.0683 (UTC) FILETIME=[59040030:01C2C70A] Sender: owner-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, the only step i am not clear on is step 4. Where can i find the passwd file that i should use? I assume that you are talking about the shadowed password file. Thanks for you input, Brian > > ----- Original Message ----- > From: "John Mills" > To: "Brian Henning" > Cc: "freebsd" > Sent: Tuesday, January 28, 2003 1:27 PM > Subject: Re: cvs > > > > Brian, all - > > > > It's been a while since I did this. It's a manual operation, and I've > > forgotten any subtleties. > > > > On Tue, 28 Jan 2003, Brian Henning wrote: > > > > > I am setting up a cvs server on my bsd box. So far i have enabled > pserver in > > > my /etc/initd.conf file. I have added a user called 'cvsuser' i have > created > > > a repository in /home/cvsroot i have pointed my CVSROOT variable to that > > > cvsroot directory. when i enter the command > > > cvs -d :pserver:cvsuser@localhost:/home/cvsroot login > > > i can't get logged in because i don't have a password set in my passwd > file. > > > i created an empty one '/home/cvsroot/passwd' but, i don't know howto > add > > > users to it.. > > > > In order to get started I did something like this: > > > > 1) I created a 'cvsuser' as you did, a real user with a real $HOME > > directory. > > > > 2) I gave that user a 'dumb' password. > > > > 3) I set my pserver to use the same password authorization that the host > > did (PAM/MD5 in this case). > > > > 4) I copied the system's password hash for that user into the right place > > in their line of the CVS 'passwd' file. (DON'T DO THIS FOR A REAL USER > > WITH A SIGNIFICANT PASSWORD!!) > > > > 5) I was then able to 'cvs ... login' as 'cvsuser' using the 'dumb' > > password. > > > > 6) I then gave all my real CVS users the same hash in their respective > > lines in the CVS 'passwd' file, so they wouldn't compromise their regular > > passwords by using them for CVS access. > > > > 7) When I had it working I dropped those passwords back to NULL entries by > > deleting the hash strings, as our access control was independent of CVS > > (and it had better be for you, too!). > > > > IIRC, even if you have a NULL password entry for that user, they have to > > enter _something_ at the prompt. I had some 'turnkey' build scripts and > > those used the dummy user's username as the password. It was accepted even > > though the $CVSROOT/CVSROOT/passwd entry was NULL. > > > > I found some examples either in the distribution version of the file, or > > in the 'Cederqvist' document's description of 'Administrative Files'. They > > weren't exactly what I needed, but they got me started. > > > > If that doesn't help, I'll go poke around in the setup and see what I > > _really_ did. > > > > DISCLAIMER: this was in RedHat Linux-7.1. > > > > - 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 Jan 28 12:33:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1948C37B401 for ; Tue, 28 Jan 2003 12:33:18 -0800 (PST) Received: from petasus.ch.intel.com (petasus.ch.intel.com [143.182.124.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58AFF43F43 for ; Tue, 28 Jan 2003 12:33:17 -0800 (PST) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.202.83]) by petasus.ch.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.49 2003/01/13 19:45:39 dmccart Exp $) with ESMTP id h0SKXoG15127; Tue, 28 Jan 2003 20:33:50 GMT Received: from chlx255.ch.intel.com (chlx255.ch.intel.com [143.182.223.69]) by sedona.intel.com (8.11.6/8.11.6/d:) with ESMTP id h0SKXG708099; Tue, 28 Jan 2003 13:33:16 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by chlx255.ch.intel.com (8.11.6/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id h0SKXFI29851; Tue, 28 Jan 2003 13:33:15 -0700 X-Authentication-Warning: chlx255.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15926.59659.468645.362230@chlx255.ch.intel.com> Date: Tue, 28 Jan 2003 13:33:15 -0700 To: Conrad Sabatier Cc: questions@FreeBSD.ORG Subject: Re: is our printf(1) behavior correct w.r.t \0 escapes? In-Reply-To: References: <15926.54074.941041.75523@chlx255.ch.intel.com> X-Mailer: VM 7.07 under Emacs 20.7.1 Cc: Sender: owner-freebsd-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, January 28, Conrad Sabatier wrote: ] > > Ah, OK. So there *is* a difference. I can't imagine there being anything > unsafe about using the 5.0 version under -stable. But it would be best to > confirm this. Perhaps you should file a PR? > I will pull the -current sources tonight, compile under a fresh -STABLE and if things work and don't appear broken in any manner I will file a PR. Thanks for your help. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |John Reynolds Sr. Component Design Engineer - ICG/EID/Si Engineering | |Intel Corporation MS: CH6-302 Phone: 480-554-9092 pgr: 602-868-6512 | |jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 12:38:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EBB237B408 for ; Tue, 28 Jan 2003 12:38:38 -0800 (PST) Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDD043FC7 for ; Tue, 28 Jan 2003 12:38:31 -0800 (PST) (envelope-from lizard@informatik.unibw-muenchen.de) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id h0SKYcM03194; Tue, 28 Jan 2003 21:34:38 +0100 (MET) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 108AA5A547; Tue, 28 Jan 2003 21:34:38 +0100 (CET) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 5E0CE5A54A; Tue, 28 Jan 2003 21:34:37 +0100 (CET) Date: Tue, 28 Jan 2003 21:34:37 +0100 From: Oliver Braun To: Mike Harding , Franz Klammer , Stacey Roberts , Bill Trost Cc: FreeBSD Questions Subject: Re: Rsync port problem... Message-ID: <20030128203437.GA6646@informatik.unibw-muenchen.de> Mail-Followup-To: Oliver Braun , Mike Harding , Franz Klammer , Stacey Roberts , Bill Trost , FreeBSD Questions References: <47546.1043781334@grey.cloud.rain.com> <1043780940.13652.113.camel@localhost> <1043777254.64992.20.camel@ds9.webonaut.com> <20030128173457.833531312A@netcom1.netcom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <47546.1043781334@grey.cloud.rain.com> <1043780940.13652.113.camel@localhost> <1043777254.64992.20.camel@ds9.webonaut.com> <20030128173457.833531312A@netcom1.netcom.com> X-PGP-Key: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xEF25B1BA X-PGP-Key-Alternative: finger obraun@FreeBSD.org X-PGP-Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Editor: Vim-601 http://www.vim.org/ User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS snapshot-20020531 Sender: owner-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 Hi, I have messed up the Makefile just before the commit :-( Thanks to you all for pointing this out. The fix (s/@{STRIP_CMD}/@${STRIP_CMD}/) has been committed a minute ago. Apologies, Olli --=20 obraun@ -+-[ informatik.unibw-muenchen.de ]-+-[ IIS _ INF _ UniBwM ] |-[ FreeBSD.org ]-+-[ FreeBSD Commmitter ] |-[ unsane.org ]-+-[ everything __ else ] --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NuldwLFrfe8lsboRAgVoAJ4oe2deiGmvyJgRW6RgTxBGPp0B3wCfaiXx U+Pv1r9fd07F2CibsNV9J5c= =tc13 -----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 Jan 28 12:39:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB4237B408 for ; Tue, 28 Jan 2003 12:39:19 -0800 (PST) Received: from angelo.kcl.ac.uk (angelo.kcl.ac.uk [137.73.66.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF9A43F75 for ; Tue, 28 Jan 2003 12:39:05 -0800 (PST) (envelope-from dev.dhas@kcl.ac.uk) Received: from ctr-Dev.kcl.ac.uk (EE077.eee.kcl.ac.uk [137.73.10.124]) by angelo.kcl.ac.uk with ESMTP id h0SKZle2002393 for ; Tue, 28 Jan 2003 20:35:50 GMT Message-Id: <5.2.0.9.0.20030128203921.00adaa90@pop2.kcl.ac.uk> X-Sender: kkqd2740@pop2.kcl.ac.uk X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 28 Jan 2003 20:43:02 +0000 To: freebsd-questions@FreeBSD.ORG From: Audsin Subject: Changing the Maximum Segment Size (MSS) of Kame MIP6 for Free BSD 4.4 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 Respected Sir/ Madam I am Dev, doing my research in Centre for Telecommunications Research, King's college London. My research project involves evaluating the performance of MIP6 TCP in the presence of fragmentation and without fragmentation. I am using Kame MIP6 for Free BSD 4.4. I wish to change the Maximum segment size of the TCP. Can you please help me , where i should change the MSS of the TCP. Can you tell me where the default size of the MSS mentioned? Eagerly waiting for the reply Best Regards Dev A. Dev pramil Research Student Center for Telecommunications Research University of London, Kings College Strand WC2R 2LS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 12:40:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EFFE37B408 for ; Tue, 28 Jan 2003 12:40:44 -0800 (PST) Received: from web10702.mail.yahoo.com (web10702.mail.yahoo.com [216.136.130.210]) by mx1.FreeBSD.org (Postfix) with SMTP id 2504343F3F for ; Tue, 28 Jan 2003 12:40:44 -0800 (PST) (envelope-from jjramsey_6x9eq42@yahoo.com) Message-ID: <20030128204043.84477.qmail@web10702.mail.yahoo.com> Received: from [66.219.135.59] by web10702.mail.yahoo.com via HTTP; Tue, 28 Jan 2003 12:40:43 PST Date: Tue, 28 Jan 2003 12:40:43 -0800 (PST) From: "James J. Ramsey" Reply-To: jjramsey@pobox.com Subject: Fwd: Re: ATA problems with FreeBSD (was Revisiting the semirandom bug/issue in FreeBSD's ATA querying) 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 --- "James J. Ramsey" wrote: > Date: Tue, 28 Jan 2003 12:23:38 -0800 (PST) > From: "James J. Ramsey" > Subject: Re: Revisiting the semirandom bug/issue in > FreeBSD's ATA querying > To: ohir@sec.pl > CC: freebsd-bugs@freebsd.org > > --- "Wojciech S. Czarnecki" wrote: > > James J. Ramsey wrote: > > [on Thu, Jan 23, 2003 at 05:01:05PM -0800] > > (>) Owego dnia James J. Ramsey napisa³(a): > > > ad0: 8866663634010175MB > > > > > > [16955114026566160/17/63] at ata0-master PIO4 > > Check cables twice. > > For the test: change cable to ATA33 (40wire) > cable. > > I did this and could not get FreeBSD to fail. The > kernel messages were nice and healthy-looking: > > ad0: DMA limited to UDMA33, non-ATA66 cable or > device > ad0: 19595MB > [39813/16/63] > at ata0-master UDMA33 > > (The hard drive was primary master, and my CD-ROM > primary slave.) __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 28 12:51:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C12D237B401 for ; Tue, 28 Jan 2003 12:51:46 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E9343F75 for ; Tue, 28 Jan 2003 12:51:43 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a111.otenet.gr [212.205.215.111]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0SKpYRR006819; Tue, 28 Jan 2003 22:51:36 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0SKpYOT003030; Tue, 28 Jan 2003 22:51:34 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0SKpY1Z003029; Tue, 28 Jan 2003 22:51:34 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 28 Jan 2003 22:51:34 +0200 From: Giorgos Keramidas To: "David J. Haines" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 5.0 buildworld dying on kerberos Message-ID: <20030128205134.GA2975@gothmog.gr> References: <20030128165639.7568e579.flynn@energyhq.homeip.net> <983B7BEE-32EB-11D7-B5AF-000393A46D16@gladstone.uoregon.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <983B7BEE-32EB-11D7-B5AF-000393A46D16@gladstone.uoregon.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 Try compiling with the following in your make.conf file: NO_CPU_CFLAGS= true #Don't add -march= to CFLAGS automatically NO_CPU_COPTFLAGS=true #Don't add -march= to COPTFLAGS automatically On 2003-01-28 10:09, "David J. Haines" wrote: > Well, that didn't fix it. I set the CPUTYPE as instructed, but I > got the following error: > > ===> kerberos5/libexec/ipropd-master > cc -O -pipe -march=pentiumpro > -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/include [...] > cc -O -pipe -march=pentiumpro > -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/include > -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/kadm5 > -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/krb5 > -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/asn1 > -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/hdb > -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/roken > -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/kuser > -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libasn1 > -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb > -I/usr/obj/usr/src/kerberos5/libexec/ipropd-master -Wall > -I/usr/src/kerberos5/libexec/ipropd-master/../../include > -DHAVE_CONFIG_H -DKRB5_KRB4_COMPAT -DKRB4 -DINET6 -o ipropd-master > ipropd_master.o > -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libkadm5srv -lkadm5srv > -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libkrb5 > -lkrb5 > -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb > -lhdb > -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libroken > -lroken > -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libvers > -lvers -lkrb -lkafs > -L/usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libasn1 > -lasn1 -lcrypto -lcrypt -lcom_err > /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ > libhdb.so: undefined reference to `length_GENERATION' > /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ > libhdb.so: undefined reference to `copy_GENERATION' > /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ > libhdb.so: undefined reference to `decode_GENERATION' > /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ > libhdb.so: undefined reference to `encode_GENERATION' > /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libhdb/ > libhdb.so: undefined reference to `free_GENERATION' > *** Error code 1 > 1 error To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13: 0:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 519F837B401 for ; Tue, 28 Jan 2003 13:00:54 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE40943E4A for ; Tue, 28 Jan 2003 13:00:49 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 3532145E; Tue, 28 Jan 2003 19:55:35 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id E679C2FDD37; Tue, 28 Jan 2003 19:55:31 +0100 (CET) Date: Tue, 28 Jan 2003 19:55:31 +0100 From: Roman Neuhauser To: Khairil Yusof Cc: questions@freebsd.org Subject: Re: sendmail -> different smtp server Message-ID: <20030128185531.GI896@freepuppy.bellavista.cz> Mail-Followup-To: Khairil Yusof , questions@freebsd.org References: <1043680031.13591.165.camel@daemon.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043680031.13591.165.camel@daemon.home.net> User-Agent: Mutt/1.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 # khairil_yusof@yahoo.com / 2003-01-27 23:07:11 +0800: > Due to my ISP's smtp server not having a valid external hostname, I can > only send emails to FreeBSD mailing list via yahoo's smtp server (which > requires authentification). LART them, and if it doesn't help, LART them again. If that doesn't help either, LART them even more. > Is it possible to setup my sendmail, so that it will relay emails to > yahoo's email server instead? It should be possible. I know Postfix can be set up with "static routes". > Is editing the mailertable to add something like this correct? > > .freebsd.org smtp:smtp.mail.yahoo.com I don't know the format, sorry. Another thing to consider is whether smtp.mail.yahoo.com will allow you to relay through them like that. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/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 Jan 28 13: 4:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AC2737B401 for ; Tue, 28 Jan 2003 13:04:53 -0800 (PST) Received: from mail.broadpark.no (mail2.broadpark.no [217.13.4.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D87343F79 for ; Tue, 28 Jan 2003 13:04:52 -0800 (PST) (envelope-from nyogtha@flipp.net) Received: from LAPDANCE (117.80-202-36.nextgentel.com [80.202.36.117]) by mail.broadpark.no (Postfix) with SMTP id 35A887F21 for ; Tue, 28 Jan 2003 22:04:49 +0100 (MET) Message-ID: <002601c2c710$ea07a950$3800000a@LAPDANCE> From: "Aslak Evang" To: "BSD" References: Subject: Re: IMAPd Date: Tue, 28 Jan 2003 22:04:57 +0100 Organization: THS 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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >> It seems like my IMAPd is loaded, but not correctly. >> How can I tell IMAPd to use my authentication information? >> And how should I configure IMAPd? >> My problem is that when I try to log in to my accounts from >> squirrelmail it says their are not availible. Althought I >> used the right password and username. > > My guess is either your inetd.conf file or your Squirrel Mail > configuration are broken. Here are both for UW Imap. It might be a long shot, but after upgrading to latest version of UW Imap I couldn't get it working either. Turned out to be a feature with the latest version that defaults to only offering secure connections. So no port 143... I tried for a long time to pass the correct variable when building to make it offer both non secure and secure connections, but i appear to be a moron so I ended up reverting to my previous version and voila, it works again. Can't remember the version numbers right now, but the latest port build is the "secure-only as default" version. If anyone can tell me how to pass the correct variable when building (ie. not only the variable, but how to pass it along to make) I'd be very grateful. - Aslak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:11:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A3F37B401; Tue, 28 Jan 2003 13:11:33 -0800 (PST) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E3843F43; Tue, 28 Jan 2003 13:11:32 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [192.168.1.8] (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id 34AAC16000612; Tue, 28 Jan 2003 21:11:26 +0000 (GMT) Subject: Re: Rsync port problem... From: Stacey Roberts Reply-To: stacey@vickiandstacey.com To: Oliver Braun Cc: Mike Harding , Franz Klammer , Bill Trost , FreeBSD Questions In-Reply-To: <20030128203437.GA6646@informatik.unibw-muenchen.de> References: <47546.1043781334@grey.cloud.rain.com> <1043780940.13652.113.camel@localhost> <1043777254.64992.20.camel@ds9.webonaut.com> <20030128173457.833531312A@netcom1.netcom.com> <20030128203437.GA6646@informatik.unibw-muenchen.de> Content-Type: text/plain Organization: Message-Id: <1043788289.13652.115.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 28 Jan 2003 21:11:30 +0000 Content-Transfer-Encoding: 7bit Sender: owner-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 Oliver, On Tue, 2003-01-28 at 20:34, Oliver Braun wrote: > Hi, > > I have messed up the Makefile just before the commit :-( > > Thanks to you all for pointing this out. > > The fix (s/@{STRIP_CMD}/@${STRIP_CMD}/) has been committed a minute > ago. > Thanks for that., and for taking the time to inform us. Regards, Stacey > Apologies, > Olli -- Stacey Roberts B.Sc (HONS) Computer Science Web: www.vickiandstacey.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:14:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C349937B401 for ; Tue, 28 Jan 2003 13:14:27 -0800 (PST) Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6410443F43 for ; Tue, 28 Jan 2003 13:14:27 -0800 (PST) (envelope-from mksmith@noanet.net) Received: from noanet.net ([64.146.175.64]) by chimera.noanet.net (8.12.2/8.12.2) with SMTP id h0SLEMc2055437 for ; Tue, 28 Jan 2003 13:14:22 -0800 (PST) Date: Tue, 28 Jan 2003 13:14:50 -0800 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Subject: ICMP/Connection Oddity From: "Michael K. Smith" To: questions list Content-Transfer-Encoding: 7bit Message-Id: <899A19B0-3305-11D7-A738-003065CA9420@noanet.net> X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello All: I am now utterlly stumped. I have the following config: Catalyst 2950 Switch: -> FreeBSD 4.7 Release Box -> FreeBSD 4.5 Release Box -> FreeBSD 4.4 Release Box -> Win2K Server -> Solaris 8 Box The Win2k box and the 4.5 Box are running on exactly the same hardware. All of the servers' ports are set to auto speed and duplex and show no errors. So, here's the issue. When I ping any of the FreeBSD servers, every 200th packet is dropped, irrespective of frame size (anywhere from 100 to 1500 bytes). I see exactly the same behavior on all of the FreeBSD boxes, but the Win2k server on the same hardware, and the Solaris box, don't have any drops. I've swapped ports and duplex settings to all variables with no luck. Has anyone seen this behavior before? I'm out of ideas. Thanks, Mike ------------------------------------------------------------------------ -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) mksmith@noanet.net http://www.noanet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:18:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227F837B401 for ; Tue, 28 Jan 2003 13:18:56 -0800 (PST) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC1E43F79 for ; Tue, 28 Jan 2003 13:18:55 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.43.227]) by out003.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030128211854.SDGQ3094.out003.verizon.net@mac.com>; Tue, 28 Jan 2003 15:18:54 -0600 Message-ID: <3E36F3BA.2000305@mac.com> Date: Tue, 28 Jan 2003 16:18:50 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions list Cc: "Michael K. Smith" Subject: Re: ICMP/Connection Oddity References: <899A19B0-3305-11D7-A738-003065CA9420@noanet.net> In-Reply-To: <899A19B0-3305-11D7-A738-003065CA9420@noanet.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [129.44.43.227] at Tue, 28 Jan 2003 15:18: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 Michael K. Smith wrote: [ ... ] > So, here's the issue. When I ping any of the FreeBSD servers, every > 200th packet is dropped, irrespective of frame size (anywhere from 100 > to 1500 bytes). I see exactly the same behavior on all of the FreeBSD > boxes, but the Win2k server on the same hardware, and the Solaris box, > don't have any drops. What does "sysctl net.inet.icmp.icmplim" return...? -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:28:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 157AD37B401 for ; Tue, 28 Jan 2003 13:28:53 -0800 (PST) Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE82543F93 for ; Tue, 28 Jan 2003 13:28:52 -0800 (PST) (envelope-from mksmith@noanet.net) Received: from noanet.net ([64.146.175.64]) by chimera.noanet.net (8.12.2/8.12.2) with SMTP id h0SLSqc2058019; Tue, 28 Jan 2003 13:28:52 -0800 (PST) Date: Tue, 28 Jan 2003 13:29:20 -0800 Subject: Re: ICMP/Connection Oddity (SOLVED) Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: questions list To: Chuck Swiger From: "Michael K. Smith" In-Reply-To: <3E36F3BA.2000305@mac.com> Message-Id: <90522362-3307-11D7-A738-003065CA9420@noanet.net> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-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, January 28, 2003, at 01:18 PM, Chuck Swiger wrote: > Michael K. Smith wrote: > [ ... ] >> So, here's the issue. When I ping any of the FreeBSD servers, every >> 200th packet is dropped, irrespective of frame size (anywhere from >> 100 to 1500 bytes). I see exactly the same behavior on all of the >> FreeBSD boxes, but the Win2k server on the same hardware, and the >> Solaris box, don't have any drops. > > What does "sysctl net.inet.icmp.icmplim" return...? > You'd never guess. :-) Thank you for showing me yet another tool I probably should have known about. net.inet.icmp.icmplim: 200 Thanks again! Mike ------------------------------------------------------------------------ -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) mksmith@noanet.net http://www.noanet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:31:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1935537B401 for ; Tue, 28 Jan 2003 13:31:09 -0800 (PST) Received: from webmail.akwireless.net (ns1.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 3776043F75 for ; Tue, 28 Jan 2003 13:31:01 -0800 (PST) (envelope-from dhull@digitaloverload.net) Received: (qmail 14013 invoked from network); 28 Jan 2003 21:28:11 -0000 Received: from unknown (HELO localhost.localdomain) (68.164.159.15) by 0 with SMTP; 28 Jan 2003 21:28:11 -0000 Subject: ccd problem From: Damien Hull To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 28 Jan 2003 12:31:00 -0900 Message-Id: <1043789462.791.7.camel@dethstar> 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'm trying to setup raid 0 between two 80 gig drives using ccd but it's not working. Here is the setup. 1. two 80 gig drives 2. Both on a Promise ultra 66 card 3. System disk is separate According to the FreeBSD hand book you need to run disklabel to give the disk a lable and to change the partition typ to 4.2BSD. I tried running disklabel but it tells me that it can't preforme either operation. It's almost like I don't have access to the drives when I use disklabel. I can format and partition both drives when I use /stand/sysinstall. If anyone knows what's going on here I'd apretiate the help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:31:15 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4289637B401 for ; Tue, 28 Jan 2003 13:31:14 -0800 (PST) Received: from pollux.chillt.de (dsl-213-023-013-119.arcor-ip.net [213.23.13.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2708F43F43 for ; Tue, 28 Jan 2003 13:31:13 -0800 (PST) (envelope-from freebsd@chillt.de) Received: from chillt.de (undo.chillt.de [192.168.0.7]) by pollux.chillt.de (8.12.3/8.12.3) with ESMTP id h0SLVZTW001077 for ; Tue, 28 Jan 2003 22:31:35 +0100 (CET) (envelope-from freebsd@chillt.de) Message-ID: <3E36F6A1.3020104@chillt.de> Date: Tue, 28 Jan 2003 22:31:13 +0100 From: Bartosz Fabianowski User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021224 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: PPP with PPPoE stalls Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have a problem with userland PPP that has persisted ever since 4.5 (currently using 4.6 and the problem is still there). I am on DSL and therefore connecting through the tun0 device and PPPoE. My problem is, that after some (varying) time, the connection just stalls. According to PPP's log, packets are still being sent out, but there is absolutely *no* traffic coming in. There is nothing in the log (even when set to "log all") that would hint at what is going wrong, it just suddenly stops receiving any packets at all. When I connect to the diagnostic socket, the prompt is "PPP". If i issue the "diconnect" command, it will change to "PPp" and hang there for a long time (up to a minute) and finally disconnect and show "ppp". If I type "connect", it will take another long time (up to a few minutes) until it finally connects and shows "PPP". While surfing the net, this usually does not happen. But if I start a big download (FreeBSD 5.0 ISO, for example) or run a program that quickly opens many sockets (file sharing apps), the connection will stall quickly (after a few megabytes of transfer) and once it has stalled, and I fix it by disconnecting and reconnecting, it will get worse and worse, stalling ever more often until I let it sit diconnected for a few hours. The FreeBSD box is running as a server for my home network (NAT and DNS). I have tested my DSL modem with a Windows box and it perfectly works, no matter what I do. So, it must be something in FreeBSD. Some socket / connection limit in the kernel or PPP I'm hitting, maybe? If anybody has an idea, I would be very gald to get some help with this, it has been bothering me for almost a year now. Bartosz Fabianowski To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:38:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD9737B405 for ; Tue, 28 Jan 2003 13:38:11 -0800 (PST) Received: from web14706.mail.yahoo.com (web14706.mail.yahoo.com [216.136.224.123]) by mx1.FreeBSD.org (Postfix) with SMTP id AC33843F3F for ; Tue, 28 Jan 2003 13:38:10 -0800 (PST) (envelope-from jlsgrosse@yahoo.ca) Message-ID: <20030128213810.51641.qmail@web14706.mail.yahoo.com> Received: from [200.190.218.65] by web14706.mail.yahoo.com via HTTP; Tue, 28 Jan 2003 16:38:10 EST Date: Tue, 28 Jan 2003 16:38:10 -0500 (EST) From: Juless Grosse Subject: FreeBSD 5.0 woes 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 installed FreeBSD 5.0 this weekend at home and removed it five hours laters. Two problems made this use of this OS prohibitive for me, although I was hoping to stop using Debian and start using FreeBSD. 1) Awful performance on the sound subsystem under heavy load. If I copy large files, or start the X-Window while playing an MP3, it would simply stop playing while the disk is being accessed. 2) (the most important) I have a second HD with all my data in ext3. Although I could remove the journal and use it as a ext2, it simply didn't work as expected and eventually it became corrupted and the ext2utils could'nt repair it. When I installed Debian again, it spent more then 40 min fsck the disk. 3) Really degraded performance on X-Window and Galeon. their performance under Debian (xfree 4.1) is MUCH more smoother and even perceivably faster! Can anybody here confirm if these are common problems, and if there are any settings I might tune for their removal? I really wish I could change to FreeBSD. ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:38:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF7BE37B405 for ; Tue, 28 Jan 2003 13:38:56 -0800 (PST) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4231C43F85 for ; Tue, 28 Jan 2003 13:38:56 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.43.227]) by out002.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030128213855.PLQM7656.out002.verizon.net@mac.com> for ; Tue, 28 Jan 2003 15:38:55 -0600 Message-ID: <3E36F86B.80902@mac.com> Date: Tue, 28 Jan 2003 16:38:51 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: PPP with PPPoE stalls References: <3E36F6A1.3020104@chillt.de> In-Reply-To: <3E36F6A1.3020104@chillt.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [129.44.43.227] at Tue, 28 Jan 2003 15:38:55 -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 Bartosz Fabianowski wrote: [ ... ] > I have a problem with userland PPP that has persisted ever since 4.5 > (currently using 4.6 and the problem is still there). I am on DSL and > therefore connecting through the tun0 device and PPPoE. Have you tried adjusting the MTU? ISPs which use PPPoE need to use a slightly smaller MTU than the default; for instance, Verizon.net wants 1492. -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:50:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8AD937B401 for ; Tue, 28 Jan 2003 13:50:42 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 30CFF43E4A for ; Tue, 28 Jan 2003 13:50:36 -0800 (PST) (envelope-from mwm-dated-1044222633.ceef41@mired.org) Received: (qmail 37379 invoked from network); 28 Jan 2003 21:50:33 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 28 Jan 2003 21:50:33 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15926.64297.162457.438055@guru.mired.org> Date: Tue, 28 Jan 2003 15:50:33 -0600 To: Juless Grosse Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 5.0 woes In-Reply-To: <20030128213810.51641.qmail@web14706.mail.yahoo.com> References: <20030128213810.51641.qmail@web14706.mail.yahoo.com> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <20030128213810.51641.qmail@web14706.mail.yahoo.com>, Juless Grosse typed: > Can anybody here confirm if these are common problems, > and if there are any settings I might tune for their > removal? I really wish I could change to FreeBSD. The performance issue is easy, and in the early adopter's guide, which is linked to in the announcement: * A certain amount of debugging and diagnostic code is still in place to help track down problems in FreeBSD 5.0's new features. This may cause FreeBSD 5.0 to perform more slowly than 4-STABLE. I haven't checked the details on -RELEASE, but in pre-RELEASE versions, there was a noticable hit. If you're trying FreeBSD for the first time, you should probably start with 4.7. 5.0 is still the equivalent of what the Linux world calls a development branch. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:52:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 731F437B401 for ; Tue, 28 Jan 2003 13:52:39 -0800 (PST) Received: from voo.doo.net (voo.doo.net [81.17.45.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34D443F43 for ; Tue, 28 Jan 2003 13:52:37 -0800 (PST) (envelope-from marc@schneiders.org) Received: from localhost (localhost [127.0.0.1]) by voo.doo.net (8.12.6/8.12.6) with ESMTP id h0SLoh6Z036963; Tue, 28 Jan 2003 22:50:47 +0100 (CET) (envelope-from marc@schneiders.org) Date: Tue, 28 Jan 2003 22:50:42 +0100 (CET) From: Marc Schneiders X-X-Sender: To: Everett Batey EL Cc: , Subject: Re: FW: Running 4.7-REL need bind-9.1+ In-Reply-To: <4324309.1043776178752.JavaMail.nobody@kermit.psp.pas.earthlink.net> Message-ID: <20030128223622.Q36760-100000@voo.doo.net> X-Preferred-email-to: marc@schneiders.org X-Other-email-to: marc@venster.nl X-Organization: Venster (Zeist - NL) X-URL: http://www.bijt.net/ X-SOA: A.ROOT-SERVERS.ORSC. X-OS: FreeBSD: The Power to Serve MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-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, 28 Jan 2003, at 09:49 [=GMT-0800], Everett Batey EL wrote: > My concerns are over my FreeBSD 4.7-REL bind-8. I am > under a lot of pressure (to stay on the air) to upgrade > just the bind 8.x to preferably 9.2.2. IS THERE ANY WAY > to just get the /usr/ports/.../bind-9.2.x FOR 4.7R ??? > > i I dont want to get the whole ports and ii I dont want to > upgrade my whole release, and, iii I do want a clean bind-9.2+ > that is well tuned to the 4.7 .. > > HOW ??? Install the package for bind 9.2.1. It is here: ftp://ftp.freebsd.org//pub/FreeBSD/ports/i386/packages-4.7-release/net/bind9-9.2.1.tgz So do: 1. cd to your home directory (or some other place where you want the file) 2. fetch ftp://ftp.free... etc (as above) 3. su 4. pkg_add bind9* 5. put in your /etc/rc.conf: named_program="/usr/local/sbin/named" named_flags="-c /etc/namedb/named.conf" 6. reboot and watch for any errors, specifically: 1. Bind9 wants a TTL in each zone file. So if there are none in yours (Bind8 doesn't insist on them), Bind9 will complain. Maybe not even start. So what you then do is add in the beginning (after the comments, if any present on a separate line): $TTL 21600 The number is a suggestion. Could be more or less, depending on your needs. 21600 seconds is six hours. 2. Bind9 wants to starts rndc, which will probably not work. It is a program to talk with Bind9. You probably will not need it. So you can then ignore the error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 13:57:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 493B237B401 for ; Tue, 28 Jan 2003 13:57:11 -0800 (PST) Received: from hotmail.com (f86.sea2.hotmail.com [207.68.165.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7CED43F43 for ; Tue, 28 Jan 2003 13:57:10 -0800 (PST) (envelope-from mingrone@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 28 Jan 2003 13:57:10 -0800 Received: from 204.251.2.35 by sea2fd.sea2.hotmail.msn.com with HTTP; Tue, 28 Jan 2003 21:57:10 GMT X-Originating-IP: [204.251.2.35] From: "Joey Mingrone" To: freebsd-questions@freebsd.org Subject: RE: kde 3.1 on freebsd Date: Tue, 28 Jan 2003 15:57:10 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jan 2003 21:57:10.0857 (UTC) FILETIME=[35624390:01C2C718] Sender: owner-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 kde.freebsd.org: "Looks like KDE 3.1 has finally been released. See the announcement on the KDE web site. More on FreeBSD ports and packages as it becomes available." Joey _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 14: 0: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA04A37B401 for ; Tue, 28 Jan 2003 14:00:08 -0800 (PST) Received: from hotmail.com (f99.sea2.hotmail.com [207.68.165.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 573B043F75 for ; Tue, 28 Jan 2003 14:00:08 -0800 (PST) (envelope-from mingrone@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 28 Jan 2003 14:00:08 -0800 Received: from 204.251.2.35 by sea2fd.sea2.hotmail.msn.com with HTTP; Tue, 28 Jan 2003 22:00:08 GMT X-Originating-IP: [204.251.2.35] From: "Joey Mingrone" To: freebsd-questions@freebsd.org Subject: RE: kde 3.1 on freebsd Date: Tue, 28 Jan 2003 16:00:08 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Jan 2003 22:00:08.0214 (UTC) FILETIME=[9F18CB60:01C2C718] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG oopss.. that should have been *freebsd.kde.org* Joey >From kde.freebsd.org: > >"Looks like KDE 3.1 has finally been released. See the announcement on the >KDE web site. More on FreeBSD ports and packages as it becomes available." > >Joey > > > > > >_________________________________________________________________ >Tired of spam? Get advanced junk mail protection with MSN 8. >http://join.msn.com/?page=features/junkmail > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 14: 5:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A0E637B401 for ; Tue, 28 Jan 2003 14:05:21 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CE943E4A for ; Tue, 28 Jan 2003 14:05:15 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0SM6ciE007651; Tue, 28 Jan 2003 17:06:39 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E36FEDF.10407@potentialtech.com> Date: Tue, 28 Jan 2003 17:06:23 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Juless Grosse Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 5.0 woes References: <20030128213810.51641.qmail@web14706.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 Juless Grosse wrote: > I installed FreeBSD 5.0 this weekend at home and > removed it five hours laters. Two problems made this > use of this OS prohibitive for me, although I was > hoping to stop using Debian and start using FreeBSD. > > 1) Awful performance on the sound subsystem under > heavy load. If I copy large files, or start the > X-Window while playing an MP3, it would simply stop > playing while the disk is being accessed. > > 2) (the most important) I have a second HD with all my > data in ext3. Although I could remove the journal > and use it as a ext2, it simply didn't work as > expected and eventually it became corrupted and the > ext2utils could'nt repair it. When I installed Debian > again, it spent more then 40 min fsck the disk. > > 3) Really degraded performance on X-Window and Galeon. > their performance under Debian (xfree 4.1) is MUCH > more smoother and even perceivably faster! > > Can anybody here confirm if these are common problems, > and if there are any settings I might tune for their > removal? I really wish I could change to FreeBSD. Did you read the Early Adopters Guide? FreeBSD 5.0 is still pretty new. If you're interested in a tried & true version of FreeBSD, d/l and install 4.7. The 4.x branch is still under active development and there will be more releases along the 4.x line until the 5.x line works out enough of the problems for it to be as reliable as 4.x has become. Most of the problems I've seen people reporting about 5.x fall into the performance category. I think there's still a lot of debugging code in 5.0, and that slows performance a lot. I've noticed some performance issues on my 5.0 test box, although none have been as severe as you describe. If you feel like contributing, the freebsd-current mailing list might be very interested in your performance report. They've been working pretty hard to get 5.0 running well, and feedback is always helpful. -- Bill Moran Potential Technologies 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 Jan 28 14: 9:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F6A37B401 for ; Tue, 28 Jan 2003 14:09:38 -0800 (PST) Received: from mail.econolodgetulsa.com (mail.econolodgetulsa.com [198.78.66.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B126543F3F for ; Tue, 28 Jan 2003 14:09:37 -0800 (PST) (envelope-from user@mail.econolodgetulsa.com) Received: from mail (user@mail [198.78.66.163]) by mail.econolodgetulsa.com (8.12.3/8.12.3) with ESMTP id h0SM9cZb080732 for ; Tue, 28 Jan 2003 14:09:38 -0800 (PST) (envelope-from user@mail.econolodgetulsa.com) Date: Tue, 28 Jan 2003 14:09:38 -0800 (PST) From: Josh Brooks To: freebsd-questions@freebsd.org Subject: how to kill a while loop... Message-ID: <20030128140811.O54977-100000@mail.econolodgetulsa.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, I ran a command like: while `some command` ; do something ; done & and I missed the PID output when I backgrounded it. Now I want to kill this while process, but I cannot find it anymore. I tried to ps auxw | grep while, and grep do and so on, but I cannot find the process to kill it. How can I do that ? thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 14:16:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8451837B401 for ; Tue, 28 Jan 2003 14:16:25 -0800 (PST) Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E89F443F79 for ; Tue, 28 Jan 2003 14:16:23 -0800 (PST) (envelope-from bsd-freak@mbox.com.au) 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 <0H9G0080M2T2AF@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Wed, 29 Jan 2003 06:07:50 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id H9G30O03.A0G for ; Wed, 29 Jan 2003 06:12:24 +0800 Date: Wed, 29 Jan 2003 09:12:24 +1100 From: BSD Freak Subject: 5.0-R filesystem is UFS1 or UFS2 To: FreeBSD Questions Message-id: <1eb8f091eb551a.1eb551a1eb8f09@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know 5.0-R defaults to UFS1, but I have created my filesystem with UFS2 (using -O2 newfs option) - or at least I think I have. Does anyone know how do I tell for certain if a 5.0-R filesystem is UFS1 or UFS2? mount only reveals it as being UFS. Thanks..... --------------------------------------------------------------------- Would you like to receive faxes to your personal email address? You can with mBox. Visit http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 14:25:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE3D37B401 for ; Tue, 28 Jan 2003 14:25:42 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3542C43F75 for ; Tue, 28 Jan 2003 14:25:42 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h0SMPaK3006950; Tue, 28 Jan 2003 16:25:36 -0600 (CST) (envelope-from dan) Date: Tue, 28 Jan 2003 16:25:36 -0600 From: Dan Nelson To: Josh Brooks Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to kill a while loop... Message-ID: <20030128222536.GG17299@dan.emsphone.com> References: <20030128140811.O54977-100000@mail.econolodgetulsa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030128140811.O54977-100000@mail.econolodgetulsa.com> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i Sender: owner-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 (Jan 28), Josh Brooks said: > > Hi, > > I ran a command like: > > while `some command` ; do something ; done & > > and I missed the PID output when I backgrounded it. > > Now I want to kill this while process, but I cannot find it anymore. > > I tried to ps auxw | grep while, and grep do and so on, but I cannot find > the process to kill it. Two ways: 1 - Type in "jobs -l", which will list all the backgrounded jobs your shell knows about and their pids. Then run "kill nn", where nn is the process id, which is the second number. The first is the job number, which will usually be 1. 2 - If you exited your shell or disowned the job, it won't show up in 'jobs'. Run "ps axl | egrep 'mycommand|PID'", and kill the command's parent process (PPID column). -- 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 Jan 28 14:31:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B127837B401 for ; Tue, 28 Jan 2003 14:31:47 -0800 (PST) Received: from sirppi.helsinki.fi (sirppi.helsinki.fi [128.214.205.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE5243F43 for ; Tue, 28 Jan 2003 14:31:46 -0800 (PST) (envelope-from reissell@sirppi.helsinki.fi) Received: (from reissell@localhost) by sirppi.helsinki.fi (8.11.6/8.11.4) id h0SMVip26821 for questions@FreeBSD.ORG; Wed, 29 Jan 2003 00:31:44 +0200 (EET) From: Juhani Reissell Message-Id: <200301282231.h0SMVip26821@sirppi.helsinki.fi> Subject: dhclient scwewiness To: questions@FreeBSD.ORG Date: Wed, 29 Jan 2003 00:31:44 +0200 (EET) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-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, got a new cable modem. Pretty good so far. Now, I just need to get the DHCP client working. Haven't gotten too lucky with that so far. First, I just put the line ifconfig_xl0="DHCP" in rc.conf. That did something. Resolv.conf looked good and the leases file in /var/db looked tremendous. But routing didn't work. Couldn't ping anything: nameservers, the supposed default routers or anything. Then, to get something in the log files, I tried starting the dhclient manually. Now, I see this: mursu dhclient: New Network Number: 213.243.154.0 mursu dhclient: New Broadcast Address: 213.243.155.255 mursu dhclient: New IP Address (xl0): 213.243.155.19 mursu dhclient: New Subnet Mask (xl0): 255.255.254.0 mursu dhclient: New Broadcast Address (xl0):213.243.155.255 mursu dhclient: New Routers: 213.243.154.1 in /var/log/messages. This looks promising. But the routing tables don't. This is what I see with netstat -rn: Internet: Destination Gateway Flags Refs Use Netif Expire 127.0.0.1 127.0.0.1 UH 2 232 lo0 127.53.0.1 127.53.0.1 UH 1 2 lo0 213.243.155.19 127.0.0.1 UGHS 0 0 lo0 And ifconfig gives: xl0: flags=8843 mtu 1500 options=3 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ether 00:a0:24:55:02:24 media: Ethernet 10baseT/UTP status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet 127.53.0.1 netmask 0xffffffff If I ping the supposed default router 213.243.155, I see: PING 213.243.155.1 (213.243.155.1): 56 data bytes ping: sendto: No route to host ping: sendto: No route to host And when I ping 213.243.155.19, I see strange things: ... 36 bytes from localhost (127.0.0.1): Redirect Host(New addr: 127.0.0.1) Vr HL TOS Len ID Flg off TTL Pro cks Src Dst 4 5 00 0054 280a 0 0000 04 01 9e97 127.0.0.1 213.243.155.19 36 bytes from localhost (127.0.0.1): Redirect Host(New addr: 127.0.0.1) Vr HL TOS Len ID Flg off TTL Pro cks Src Dst 4 5 00 0054 280a 0 0000 03 01 9f97 127.0.0.1 213.243.155.19 .... (Looks like the modem is alive) So, the question is: What knob must I turn to get dhclient to set the default route properly? Otherwise the setup look reasonable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 14:39:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E20037B401 for ; Tue, 28 Jan 2003 14:39:32 -0800 (PST) Received: from devil.stderror.at (at00d01-adsl-194-118-044-149.nextranet.at [194.118.44.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5B543F43 for ; Tue, 28 Jan 2003 14:39:24 -0800 (PST) (envelope-from pinhead@stderror.at) Received: by devil.stderror.at (Postfix, from userid 1000) id 4F50F1522E; Tue, 28 Jan 2003 23:39:23 +0100 (CET) Date: Tue, 28 Jan 2003 23:39:23 +0100 From: Toni Schmidbauer To: freebsd Subject: Re: cvs Message-ID: <20030128223923.GK26027@devil.stderror.at> Reply-To: toni@stderror.at Mail-Followup-To: freebsd References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5lq+205vWdkqwtk" 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 --r5lq+205vWdkqwtk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 28, 2003 at 12:25:02PM -0600, Brian Henning wrote: > i created an empty one '/home/cvsroot/passwd' but, i don't know how to add > users to it.. > can anyone help me do this? the passwd file has to reside in /home/cvsroot/CVSROOT. have you done a cvs init /home/cvsroot ? the format of the file is: loginuser::workuser loginuser is the username you specify when executing cvs login. workuser is the username who does all operations in the repository and who owns all files in the rep. for a deeper explanation see the excellent cvs handbook at http://www.cvshome.org/docs/manual/cvs.html to get the crypted password i am using the following little perl script: ###### # DES/MD5 password generator # AltBlue 1999/02/10 ###### # Usage: # ./mkpass [] # - if no password supplied, a random password will be picked up. ######### use strict; use Crypt::PasswdMD5; my $password =3D defined $ARGV[0]?$ARGV[0]:random_hash(8,32); print "CLEAR:\t", $password, =20 $/, "DES:\t", crypt($password,random_hash(2,2)), =20 $/, "MD5:\t", unix_md5_crypt($password,random_hash(8,8)), =20 $/; sub random_hash { my ($ash,$ml) =3D ('',((defined$_[0]&&$_[0]>0)?$_[0]:4)); my $Ml=3D(defined$_[1]&&$_[1]>=3D$ml)?$_[1]:$ml+5; $ash .=3D ('.','/',0..9,'A'..'Z','a'..'z')[rand 64] foreach(1..($ml+int(rand $Ml-$ml))); $ash; } -- Terror ist der Krieg der Armen, | toni@stderror.at Krieg ist der Terror der Reichen. | Toni Schmidbauer - Sir Peter Ustinov | --r5lq+205vWdkqwtk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Nwaau/mjSj7RMocRAhu8AJsHFaTtfjt7qWg38g0BlWjI0o5i9wCbBBP6 hJzwO6OSM1dIwAOKQV1a4k8= =55W8 -----END PGP SIGNATURE----- --r5lq+205vWdkqwtk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 14:49:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FA8537B401 for ; Tue, 28 Jan 2003 14:49:23 -0800 (PST) Received: from devil.stderror.at (at00d01-adsl-194-118-044-149.nextranet.at [194.118.44.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id A463A43F75 for ; Tue, 28 Jan 2003 14:49:22 -0800 (PST) (envelope-from pinhead@stderror.at) Received: by devil.stderror.at (Postfix, from userid 1000) id ABCA51522E; Tue, 28 Jan 2003 23:49:21 +0100 (CET) Date: Tue, 28 Jan 2003 23:49:21 +0100 From: Toni Schmidbauer To: freebsd-questions@freebsd.org Subject: Re: modules info? Message-ID: <20030128224921.GL26027@devil.stderror.at> Reply-To: toni@stderror.at Mail-Followup-To: freebsd-questions@freebsd.org References: <20030128071200.GF192@freebsdm.homeunix.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WR+jf/RUebEcofwt" Content-Disposition: inline In-Reply-To: <20030128071200.GF192@freebsdm.homeunix.org> 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 --WR+jf/RUebEcofwt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 28, 2003 at 02:12:00AM -0500, Roman wrote: > Does anybody know where could i find some description of kernel modules? http://www.r4k.net/mod/fbsdfun.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/driver= basics-kld.html toni --=20 Terror ist der Krieg der Armen, | toni@stderror.at Krieg ist der Terror der Reichen. | Toni Schmidbauer - Sir Peter Ustinov | --WR+jf/RUebEcofwt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Nwjwu/mjSj7RMocRAk5oAJ96rOKzFTs55FUPWNVN7cMV5UPdFQCfdnwq KJmqAP95/6hEduh/ceSF9UI= =OVFH -----END PGP SIGNATURE----- --WR+jf/RUebEcofwt-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 15: 7:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C35037B401 for ; Tue, 28 Jan 2003 15:07:17 -0800 (PST) Received: from cypress.adhesivemedia.com (cypress.adhesivemedia.com [207.202.159.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDAD43F85 for ; Tue, 28 Jan 2003 15:07:16 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from cypress.adhesivemedia.com (localhost [127.0.0.1]) by cypress.adhesivemedia.com (8.12.3/8.12.3) with ESMTP id h0SN7ASc086867; Tue, 28 Jan 2003 15:07:10 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by cypress.adhesivemedia.com (8.12.3/8.12.3/Submit) with ESMTP id h0SN79t4086864; Tue, 28 Jan 2003 15:07:09 -0800 (PST) X-Authentication-Warning: cypress.adhesivemedia.com: philip owned process doing -bs Date: Tue, 28 Jan 2003 15:07:09 -0800 (PST) From: Philip Hallstrom To: Bill Moran Cc: David.Bear@asu.edu, Subject: Re: Deleted files not releasing their space (was Re: syslog message wrt inodes) In-Reply-To: <3E36E3AF.8030201@potentialtech.com> Message-ID: <20030128150623.S82717-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 (skip down) On Tue, 28 Jan 2003, Bill Moran wrote: > David Bear wrote: > > I'm getting messages like below that I'm out of inodes on /var. > > > > asu.edu kernel log messages: > > > >>id 25 on /var: out of inodes > >> syslogd: /var/log/auth.log: No such file or directory > >> syslogd: /var/log/maillog: No such file or directory > >> syslogd: /var/log/cron: No such file or directory > >> syslogd: /var/log/auth.log: No such file or directory > >> syslogd: /var/log/maillog: No such file or directory > >> syslogd: /var/log/cron: No such file or directory > >> syslogd: /var/log/auth.log: No such file or directory > >> syslogd: /var/log/maillog: No such file or directory > >> syslogd: /var/log/cron: No such file or directory > >> syslogd: /var/log/auth.log: No such file or directory > >> syslogd: /var/log/maillog: No such file or directory > >> syslogd: /var/log/cron: No such file or directory > > > > > > Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on > > /dev/ad0s1a 128990 37232 81440 31% 1316 14938 8% / > > /dev/ad0s1f 257998 4 237356 0% 2 32508 0% /tmp > > /dev/ad0s1g 2341102 508366 1645448 24% 37711 256175 13% /usr > > /dev/ad0s1e 257998 25572 211788 11% 8298 24212 26% /var > > procfs 4 4 0 100% 25 507 5% /proc > > > > Last week my var volume did run out of inodes. I erase some > > snort logs to free up the inodes. But it appears the kernel or > > syslogd doesn't know about it. > > > > any pointers on letting the kernel know I have enough inodes? > > Let's see if I remember the details on this. > I believe this happens when a file is deleted, but another program still holds > a filehandle? to it. Thus, if you delete Apache's log file (for example) but > don't restart Apache, the space the logfile is using isn't truely freed. > (This is why newsyslog.conf has a column for the PID of a process to restart). > > So ... if you know which process had the files open, restart it (probably by > sending it a -HUP). > > If you don't know, you can probably cheat and just reboot the machine, but that > shouldn't be necessary. lsof can tell you what files are open... and includes the process/pids that have it open. -philip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 15:32:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B1937B401 for ; Tue, 28 Jan 2003 15:32:50 -0800 (PST) Received: from gumby.usu.edu (gumby.usu.edu [129.123.1.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C19843F43 for ; Tue, 28 Jan 2003 15:32:50 -0800 (PST) (envelope-from hal@cc.usu.edu) Received: from cc.usu.edu ("port 49222"@buffy.usu.edu [129.123.1.184]) by cc.usu.edu (PMDF V5.2-32 #39089) with ESMTP id <01KRRWTODYE0AW2XHD@cc.usu.edu> for freebsd-questions@FreeBSD.ORG; Tue, 28 Jan 2003 16:32:42 MDT Date: Tue, 28 Jan 2003 16:32:41 -0700 From: Hal Lynch Subject: can I upgrade 4.4 to 4.7 via cvsup To: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 (Apple Message framework v551) X-Mailer: Apple Mail (2.551) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is it possible/advisable to upgrade my 4.4 system to 4.7 either stepwise or in one jump. If so is there a blurb somewhere giving details?. hal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 15:39:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A15637B401 for ; Tue, 28 Jan 2003 15:39:38 -0800 (PST) Received: from hknetmail.com (nweb.hknetmail.com [202.67.240.32]) by mx1.FreeBSD.org (Postfix) with SMTP id 4613343F75 for ; Tue, 28 Jan 2003 15:39:37 -0800 (PST) (envelope-from faah142@hknetmail.com) Received: (qmail 18426 invoked by uid 8888); 28 Jan 2003 20:05:55 -0000 Received: from 66.178.46.12 ( [66.178.46.12]) as user faah142@nweb.hknet.com by www.hknetmail.com with HTTP; Wed, 29 Jan 2003 04:05:29 +0800 Message-ID: <1043784329.3e36e28934d62@www.hknetmail.com> Date: Wed, 29 Jan 2003 04:05:29 +0800 From: faah142@hknetmail.com To: faah142@hknetmail.com Subject: Brothers keeper MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 66.178.46.12 Sender: owner-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 Friend. As you read this, I don’t want you to feel sorry for me, because, I believe everyone will die someday. My name is Faisal Ahmed, a merchant in Dubai, in the U.A.E.I have been diagnosed with Esophageal cancer which was discovered very late, due to my laxity in carrying for my health. It has defiled all forms of medicine, and right now I have only about a few months to live, according to medical experts. I have not particularly lived my life so well, as I never really cared for anyone not even myself but my business. Though I am very rich, I was never generous, I was always hostile to people and only focus on my business as that was the only thing I cared for. But now I regret all this as I now know that there is more to life than just wanting to have or make all the money in the world. I believe when God gives me a second chance to come to this world I would live my life a different way from how I have lived it. Now that God has called me, I have willed and given most of my properties and assets to my immediate and extended family members and as well as a few close friends. I want God to be merciful to me and accept my soul and so, I have decided to give alms to charity organizations, as I want this to be one of the last good deeds I do on earth. So far, I have distributed money to some charity organizations in the U.A.E, Algeria and Malaysia. Now that my health has deteriorated so badly, I cannot do this my self any more. I once asked members of my family to close one of my accounts and distribute the money which I have there to charity organization in Bulgaria and Pakistan, they refused and kept the money to themselves. Hence, I do not trust them anymore, as they seem not to be contended with what I have left for them. The last of my money which no one knows of is the huge cash deposit of twenty four million dollars that I have with a security company. I will want you to help me collect this deposit and dispatched it to charity organizations. I have set aside 10% for you for your time and patience.please reply to faah141@hknetmail.com God be with you. Faisal Ahmed ------------------------------------------------- HKNETMAIL.COM Free WEB MAIL Service by HKNET To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 15:45:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A743837B401 for ; Tue, 28 Jan 2003 15:45:42 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id E46C143F43 for ; Tue, 28 Jan 2003 15:45:39 -0800 (PST) (envelope-from klimax@proxy.immune.isf.ru) Received: from ppp151-174.dialup.mtu-net.ru (ppp151-174.dialup.mtu-net.ru [62.118.151.174]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 3E86B13485F; Wed, 29 Jan 2003 02:44:50 +0300 (MSK) (envelope-from klimax@proxy.immune.isf.ru) From: "Sergey V. Golitzyn" Organization: Limax Sft. To: Hal Lynch , freebsd-questions@FreeBSD.ORG Subject: Re: can I upgrade 4.4 to 4.7 via cvsup Date: Wed, 29 Jan 2003 02:44:59 +0300 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200301290244.59443.klimax@proxy.immune.isf.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 yes, its possible, but after "make world"/ "make kernel" you will need to update some file in /etc directory, examples you can found in /usr/src/etc/ Sergey V. Golitzyn (Russia) On Wednesday 29 January 2003 02:32, Hal Lynch wrote: > Is it possible/advisable to upgrade my 4.4 system > to 4.7 either stepwise or in one jump. > > If so is there a blurb somewhere giving details?. > > hal > > > 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 Jan 28 15:53:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79A5037B408 for ; Tue, 28 Jan 2003 15:53:19 -0800 (PST) Received: from pollux.chillt.de (dsl-213-023-012-069.arcor-ip.net [213.23.12.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EDF243E4A for ; Tue, 28 Jan 2003 15:53:18 -0800 (PST) (envelope-from freebsd@chillt.de) Received: from chillt.de (undo.chillt.de [192.168.0.7]) by pollux.chillt.de (8.12.3/8.12.3) with ESMTP id h0SNrfHR001293 for ; Wed, 29 Jan 2003 00:53:41 +0100 (CET) (envelope-from freebsd@chillt.de) Message-ID: <3E3717ED.90201@chillt.de> Date: Wed, 29 Jan 2003 00:53:17 +0100 From: Bartosz Fabianowski User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021224 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: PPP with PPPoE stalls References: <3E36F6A1.3020104@chillt.de> <3E36F86B.80902@mac.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 > Have you tried adjusting the MTU? ISPs which use PPPoE need to use a > slightly smaller MTU than the default; for instance, Verizon.net wants > 1492. Thanks for the tip, I had actually forgotten to set the MTU. However, it did not help :(. PPP still stalls... Bartosz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16: 3:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C571F37B401; Tue, 28 Jan 2003 16:03:12 -0800 (PST) Received: from mail.mailservice.ms (mail.mailservice.ms [64.246.26.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4085F43F75; Tue, 28 Jan 2003 16:03:12 -0800 (PST) (envelope-from removehot@mailservice.ms) Received: by mail.mailservice.ms (Postfix, from userid 501) id BCD8994CB5; Mon, 27 Jan 2003 04:09:28 -0600 (CST) Received: by mail.mailservice.ms (Postfix, from userid 99) id 53BAAB8947; Thu, 23 Jan 2003 00:02:23 -0600 (CST) Received: from proxys.sj3.marketscore.com ( [proxys.sj3.marketscore.com]) as user removehot@mailservice.ms@mail.writemeback.com by mailservice.ms with HTTP; Thu, 23 Jan 2003 01:02:15 -0500 Message-ID: <1043301735.3e2f856781b00@mailservice.ms> Date: Thu, 23 Jan 2003 01:02:15 -0500 From: removehot@mailservice.ms To: makebuks1@mailservice.ms Subject: Your online-business depends ENTIRELY on THIS single TOOL! MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.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 Frustrated? Angry for wasting your time AND money on stupid promotional tools that DON'T work? Let me guess; you've tried just about EVERYTHING that the Webmasters and Internet gurus suggested : Search Engines, E-Zines, FFAs, Opt-In lists, URL rotators, Banners, Banner Exchange, Pop-ups, Pop-unders, Surf-For-Hits, Paid-For-Leads, Free and Paid Classifieds, and just about EVERYTHING else they teach you and YET, you're still not getting any response!! I know, I've been there. Well, you have a right to be angry, because the one and ONLY effective marketing tool that really makes a difference is being withheld from you! Well, not any more! I will reveal now the single MOST effective promotional tool ever conceived, and that is Bulk E-Mail. Let's not deny it; even large corporations use it extensively. The difference between them and "Spammers", is that they use it ethically, with responsibility and legitimately. But now, you can level the "playing field"!! If it works for them, so will it for YOU! The untold secrets of bulk e-mail will reveal the ways and methods of doing it correctly, so YOU can achieve success too. - ALL by using just this ONE powerful tool! What are the untold Secrets to bulk mailing that makes the all important difference? How do you tap into the pool of tens of thousands of new Internet users coming in every day looking for opportunities? If you harbour hopes for building a successful e-business, you cannot afford NOT to read the real secrets of Commercial Bulk E-Mail! It is all explained in my booklet and you can get a FREE copy when you send an email with "Secrets" in the subject line to hotcash@mailservice.ms OR please click the shortcut bellow : mailto:hotcash@mailservice.ms?subject=Secrets Or send an email with "Secrets" in the subject line to hotcash@mailservice.ms There's no cost or obligation.... just excitement and an outlook for a secure financial future! To your success! Jeff ================================================= This is Unsolicited Commercial E-mail. To be removed from our list, simply click : mailto:removehot@mailservice.ms?subject=Remove All requests honored immediately! ================================================= ------------------------------------------------- This mail sent through MailService.MS -> http://www.MailService.ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16:11:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A5A337B401 for ; Tue, 28 Jan 2003 16:11:46 -0800 (PST) Received: from hub.org (hub.org [64.49.215.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA0143F75 for ; Tue, 28 Jan 2003 16:11:45 -0800 (PST) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [64.49.215.141]) by hub.org (Postfix) with ESMTP id 2822E8A4571 for ; Tue, 28 Jan 2003 20:11:41 -0400 (AST) Date: Tue, 28 Jan 2003 20:11:41 -0400 (AST) From: "Marc G. Fournier" To: freebsd-questions@freebsd.org Subject: du of a union'd fs ... Message-ID: <20030128201108.G22851@hub.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 Just a quick question, but is there a way of doing a du on a union'd fs, without unmounting the union? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16:16:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A5A037B405 for ; Tue, 28 Jan 2003 16:16:30 -0800 (PST) Received: from samson.sentinelchicken.net (h-64-105-205-76.CMBRMAOR.covad.net [64.105.205.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 00F6643E4A for ; Tue, 28 Jan 2003 16:16:24 -0800 (PST) (envelope-from jwm@sentinelchicken.net) Received: (qmail 9506 invoked by uid 1000); 29 Jan 2003 00:17:36 -0000 Date: Tue, 28 Jan 2003 19:17:36 -0500 From: Jason Morgan To: Mahlon , freebsd-questions@freebsd.org Subject: Re: monitoring traffic with IPFW - good idea? Message-ID: <20030129001736.GA9419@sentinelchicken.net> References: <20030125160751.GB7622@sentinelchicken.net> <20030129001049.GC91756@martini.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129001049.GC91756@martini.nu> 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 Thanks, I'll check it out. On Tue, Jan 28, 2003 at 04:10:49PM -0800, Mahlon wrote: > On Sat, Jan 25, 2003, Jason Morgan wrote: > > I remotely admin a server and am trying to come up with a simple way to > > monitor traffic. > > > I wrote a script a short while back that helps. > Graphs traffic on a per host basis. > > Install rrdtool and ipfm from the ports, then run this script via cron: > > http://www.martini.nu/misc/ipfm_graph.pl > > It will output images like this, in a HTML page: > http://www.martini.nu/misc/ipfmimages/totals_daily.png > > Let me know if it works out for you. > > > Mahlon E. Smith jabber id: mahlon@chat.martini.nu > http://www.martini.nu/ get pgp key: mahlon-pgp@martini.nu > ........................................................................ > "I hope life isn't a big joke, because I don't get it." - Jack Handey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16:25:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5FB437B401 for ; Tue, 28 Jan 2003 16:25:27 -0800 (PST) Received: from baa.ssars.net (baa.ssars.net [216.112.90.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id F386943FA3 for ; Tue, 28 Jan 2003 16:25:26 -0800 (PST) (envelope-from jle@baa.ssars.net) Received: from baa.ssars.net (jle@localhost.ssars.net [127.0.0.1]) by baa.ssars.net (8.12.6/8.12.6) with ESMTP id h0T0NmYL057594 for ; Tue, 28 Jan 2003 16:23:48 -0800 (PST) (envelope-from jle@baa.ssars.net) Received: from localhost (jle@localhost) by baa.ssars.net (8.12.6/8.12.6/Submit) with ESMTP id h0T0NlN6057591 for ; Tue, 28 Jan 2003 16:23:47 -0800 (PST) Date: Tue, 28 Jan 2003 16:23:46 -0800 (PST) From: jle To: freebsd-questions@freebsd.org Subject: rc.setiathome.conf proxy how? Message-ID: <20030128161045.P57558@baa.ssars.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 HELP! The documentation is pretty poor here. How do I add proxy support to the rc.setiathome.conf file? I've tried: seti_proxy_args=-proxy xxx.xxx.xxx.xxx:port seti_proxy_args=http_proxy xxx.xxx.xxx.xxx:port HTTTP_PROXY=xxx.xxx.xxx.xxx:port and a bunch of other variations but I always get errors and it doesnt use my proxy. /usr/local/etc/rc.setiathome.conf: xxx.xxx.xxx.xxx:port: not found bad arg: xxx.xxx.xxx.xxx:port bad arg: 15 bad arg: 10 etc... A better set of documentation with examples would be appreciated. TIA, jle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16:35:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D335437B401 for ; Tue, 28 Jan 2003 16:35:50 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F5643E4A for ; Tue, 28 Jan 2003 16:35:49 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <20030129003544001008bdece>; Wed, 29 Jan 2003 00:35:44 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h0T0Zgtm086103 for ; Tue, 28 Jan 2003 19:35:43 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h0T0Zfgr086100; Tue, 28 Jan 2003 19:35:41 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: How to set-up two 'defaultrouter' IPs? References: <000d01c2c634$48196ca0$aeb423cf@3bagsmedia> From: Lowell Gilbert Date: 28 Jan 2003 19:35:41 -0500 In-Reply-To: <000d01c2c634$48196ca0$aeb423cf@3bagsmedia> Message-ID: <44znpkokrm.fsf@be-well.ilk.org> Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Phillip Smith (mailing list)" writes: > To create a somewhat redundant network connection, my friend has > connected to business level ADSL connections at his home (32 IPs each). > So, he has two routers, on two different networks (ATT/UUNET) and what > he's doing is multi-homing his NIC cards and via some interesting DNS > set-up, theoretically, there is some network redundancy or failover or > something. > > Anyway, here's the question... how would I set-up two 'defaultrouter' > IPs in my rc.conf? Is that were I would do such a thing? I'd like to > have the same scenario that he's building with a multi-homed NIC and two > IPs per VirtualHost directive. I guess there are actually many steps to > accomplish this (as I now start to think about it) but I'm wondering how > to set-up the networking piece first. > > Many thanks in advance, Two truly default routes is not really sensical. You generally play games based on source address, TCP port, or something like that, and make sure that they NAT separately. [It has to involve NAT, because for networks that small, you can't get routes distributed widely enough to do true multihoming.] So the answer depends on exactly what hack you want to do. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16:37:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5731C37B401 for ; Tue, 28 Jan 2003 16:37:34 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8CC0343E4A for ; Tue, 28 Jan 2003 16:37:31 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 72604 invoked by uid 65534); 29 Jan 2003 00:37:29 -0000 Received: from 202.6.144.106 ( [202.6.144.106]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Wed, 29 Jan 2003 11:07:29 +1030 Message-ID: <1043800649.3e372249b8066@webmail.adam.com.au> Date: Wed, 29 Jan 2003 11:07:29 +1030 From: bastill@adam.com.au To: Giorgos Keramidas Cc: Mike Meyer , freebsd-questions@FreeBSD.org Subject: Re: Fixit instructions References: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> <15926.3781.54965.702684@guru.mired.org> <1043736426.3e36276aee60a@webmail.adam.com.au> <20030128130709.GA25877@gothmog.gr> In-Reply-To: <20030128130709.GA25877@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Giorgos Keramidas : > On 2003-01-28 17:17, bastill@adam.com.au wrote: > > Quoting Mike Meyer : > > > There are also some writeups on the FreeBSD web site on > > > troubleshooting. > > > > Don't doubt you, but that is the first place I looked on the > > Internet. That info is well hidden, I think. > > Not quite. I believe by 'troubleshooting' Mike was referring to the > FAQ section. It should be pretty easy to find, if you start browsing > at [ http://www.FreeBSD.org/docs.html ]. The first page of the site, > at [ http://www.FreeBSD.org/ ], contains various documentation links. > > I wouldn't call that `hidden'. May I respectfully ask you to follow your own advice? Then - assuming you do not already know the answer (as obviously, I don't) determine which of the documents would tell you how to use the Fixit disk. BTW, Mike and Chuck gave info which is not accurate for v5 Release Disk2 (It's OK for v4.6, except that /mnt2/usr/bin doen't exist) and apart from one O'Reilly book which I shall seek out, they basically suggest simply that I read all the man pages for the commands available in Fixit mode. FBSD has excellent documentation in so many areas that I find it VERY strange that Fixit use is such an exception. I can't even get a description of the Fixit structure or a list of all the commands available, other than by booting from the Fixit CD and looking. That's odd. -- Brian -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16:37:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB8D37B401 for ; Tue, 28 Jan 2003 16:37:58 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7F543F43 for ; Tue, 28 Jan 2003 16:37:57 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <200301290037560010087ct2e>; Wed, 29 Jan 2003 00:37:56 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h0T0butm086115 for ; Tue, 28 Jan 2003 19:37:56 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h0T0bt8B086112; Tue, 28 Jan 2003 19:37:55 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: Checking Vulnerabilities References: <3.0.5.32.20030127171422.02b412a0@mail.sage-one.net> From: Lowell Gilbert Date: 28 Jan 2003 19:37:55 -0500 In-Reply-To: <3.0.5.32.20030127171422.02b412a0@mail.sage-one.net> Message-ID: <44vg08oknw.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Jack L. Stone" writes: > At 05:56 PM 1.27.2003 -0500, Mario Antonio wrote: > >Dear List, > > > >How Can I verify that my system has some of the discovered vulnerabilities? > >Is there any tool that I can use to help me out? > > > > > >Regards > > > >Mario > > > > The tool I use is regular cvsup for -RELEASE, which includes all security > updates.... That only includes security updates that are considered "critical". And strictly speaking, it doesn't answer the question, because this is talking about a way of *fixing* the problems, not identifying them. Usually, the security notifications include the information needed to determine whether a problem affects your system or not. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16:54:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C365B37B401 for ; Tue, 28 Jan 2003 16:54:36 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 5E1D143F3F for ; Tue, 28 Jan 2003 16:54:27 -0800 (PST) (envelope-from mwm-dated-1044233654.039db3@mired.org) Received: (qmail 39954 invoked from network); 29 Jan 2003 00:54:14 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 29 Jan 2003 00:54:14 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15927.9781.687511.670713@guru.mired.org> Date: Tue, 28 Jan 2003 18:54:13 -0600 To: bastill@adam.com.au Cc: Giorgos Keramidas , freebsd-questions@FreeBSD.org Subject: Re: Fixit instructions In-Reply-To: <1043800649.3e372249b8066@webmail.adam.com.au> References: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> <15926.3781.54965.702684@guru.mired.org> <1043736426.3e36276aee60a@webmail.adam.com.au> <20030128130709.GA25877@gothmog.gr> <1043800649.3e372249b8066@webmail.adam.com.au> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <1043800649.3e372249b8066@webmail.adam.com.au>, bastill@adam.com.au typed: > FBSD has excellent documentation in so many areas that I find it VERY strange > that Fixit use is such an exception. I can't even get a description of the > Fixit structure or a list of all the commands available, other than by booting > from the Fixit CD and looking. That's odd. You don't have to boot the fixit cd - just mount it and look. I'm sure that what you will find on the CD is a pretty complete FreeBSD system, with the layout described in the hier man page. All the Fixit CDROM is is a complete FreeBSD system. That's the single best tool you could be provided for fxing a fried system. Creating special documentation for that is pretty much pointless, because all it would do is duplicate the existing documentation. To learn about how to repair systems with the Fixit CD, you need to learn how to repair systems with FreeBSD. That documentation is in the man pages, the handbook and the FAQ. Basically, there's nothing special or magical about the Fixit disk, so there's no need for any special documentation. If you believe that's wrong, please feel free to write it and submit it as either a FAQ or handbook entry. I'll be more than happy to review your words if you want. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16:58:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0DFF37B405 for ; Tue, 28 Jan 2003 16:58:32 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-205.dsl.lsan03.pacbell.net [64.169.104.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0070043F93 for ; Tue, 28 Jan 2003 16:58:32 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 6D82267935; Tue, 28 Jan 2003 16:58:31 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 581C1171E; Tue, 28 Jan 2003 16:58:31 -0800 (PST) Date: Tue, 28 Jan 2003 16:58:31 -0800 From: Kris Kennaway To: Juless Grosse Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 5.0 woes Message-ID: <20030129005831.GB5395@rot13.obsecurity.org> References: <20030128213810.51641.qmail@web14706.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WhfpMioaduB5tiZL" Content-Disposition: inline In-Reply-To: <20030128213810.51641.qmail@web14706.mail.yahoo.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 --WhfpMioaduB5tiZL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jan 28, 2003 at 04:38:10PM -0500, Juless Grosse wrote: > I installed FreeBSD 5.0 this weekend at home and > removed it five hours laters. Two problems made this > use of this OS prohibitive for me, although I was > hoping to stop using Debian and start using FreeBSD. Stick to the 4.x branch..5.0 is for early adopters (you did read the release notes, right?). Kris --WhfpMioaduB5tiZL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Nyc3Wry0BWjoQKURAiHcAJwKzVResjqZSwfl8y6lQNkyZMINeACgleE8 0dVARkQzf9ut7xhO9VRNGds= =WRuN -----END PGP SIGNATURE----- --WhfpMioaduB5tiZL-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 16:58:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B1E237B401 for ; Tue, 28 Jan 2003 16:58:55 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-205.dsl.lsan03.pacbell.net [64.169.104.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C074343F3F for ; Tue, 28 Jan 2003 16:58:54 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 671FD67929; Tue, 28 Jan 2003 16:58:54 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 4FC42171F; Tue, 28 Jan 2003 16:58:54 -0800 (PST) Date: Tue, 28 Jan 2003 16:58:54 -0800 From: Kris Kennaway To: BSD Freak Cc: FreeBSD Questions Subject: Re: 5.0-R filesystem is UFS1 or UFS2 Message-ID: <20030129005854.GC5395@rot13.obsecurity.org> References: <1eb8f091eb551a.1eb551a1eb8f09@mbox.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uh9ZiVrAOUUm9fzH" Content-Disposition: inline In-Reply-To: <1eb8f091eb551a.1eb551a1eb8f09@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 --uh9ZiVrAOUUm9fzH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jan 29, 2003 at 09:12:24AM +1100, BSD Freak wrote: > I know 5.0-R defaults to UFS1, but I have created my filesystem with > UFS2 (using -O2 newfs option) - or at least I think I have. Does anyone > know how do I tell for certain if a 5.0-R filesystem is UFS1 or UFS2? > mount only reveals it as being UFS. dumpfs should show it. Kris --uh9ZiVrAOUUm9fzH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+NydNWry0BWjoQKURAvaQAKCxMDo53UEuGGSh73loTOYIXvm6rwCfdWFz GQ0PYt4E4QKy/ajpzZGAiHg= =MNNZ -----END PGP SIGNATURE----- --uh9ZiVrAOUUm9fzH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 17:15:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6367A37B401 for ; Tue, 28 Jan 2003 17:15:52 -0800 (PST) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80CC243F43 for ; Tue, 28 Jan 2003 17:15:51 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.43.227]) by out001.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030129011550.WSDS23484.out001.verizon.net@mac.com> for ; Tue, 28 Jan 2003 19:15:50 -0600 Message-ID: <3E372B46.30600@mac.com> Date: Tue, 28 Jan 2003 20:15:50 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Fixit instructions References: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> <15926.3781.54965.702684@guru.mired.org> <1043736426.3e36276aee60a@webmail.adam.com.au> <20030128130709.GA25877@gothmog.gr> <1043800649.3e372249b8066@webmail.adam.com.au> In-Reply-To: <1043800649.3e372249b8066@webmail.adam.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [129.44.43.227] at Tue, 28 Jan 2003 19: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 bastill@adam.com.au wrote: [ ... ] > Then - assuming you do not already know the answer (as obviously, I don't) > determine which of the documents would tell you how to use the Fixit disk. Imagine asking an piano teacher which keys on the piano you should press. One valid answer is "all of them". Another valid answer is "the right ones for the song you're playing". "You mean, which keys I have to type depends on which song I want to play?" The analogy only goes so far, but it's true that all of the Unix commands under /stand have been selected because they are what you probably would need to get a broken system working again. It's also true that which commands you should use depends on what you want to do. > BTW, Mike and Chuck gave info which is not accurate for v5 Release Disk2 (It's > OK for v4.6, except that /mnt2/usr/bin doen't exist) and apart from one O'Reilly > book which I shall seek out, they basically suggest simply that I read all the > man pages for the commands available in Fixit mode. Yes. There are worse places to start than reading the manpages, and the FreeBSD handbook attempts to be helpful. Some people even find that the handbook is a relatively good source of information. Another thought: my intent wasn't to provide you with information, so much as it was to suggest a process by which you could go looking for the information you're after. Using the fixit mode means you're solving something drasticly wrong with the system. Rote procedures often don't work when the system has problems. > FBSD has excellent documentation in so many areas that I find it VERY strange > that Fixit use is such an exception. I can't even get a description of the > Fixit structure or a list of all the commands available, other than by booting > from the Fixit CD and looking. That's odd. Are you familiar with the documentation provided for command-line mode or domain server recovery mode when booting recent M$ operating systems via their F8 boot menu? -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 17:27:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 806F337B401 for ; Tue, 28 Jan 2003 17:27:18 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id D168A43F3F for ; Tue, 28 Jan 2003 17:27:16 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <20030129012714001008627oe>; Wed, 29 Jan 2003 01:27:14 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h0T1REtm086232 for ; Tue, 28 Jan 2003 20:27:14 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h0T1RCpr086229; Tue, 28 Jan 2003 20:27:12 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: Deleted files not releasing their space (was Re: syslog message wrt inodes) References: <20030128093720.A26639@asu.edu> <3E36E3AF.8030201@potentialtech.com> From: Lowell Gilbert Date: 28 Jan 2003 20:27:12 -0500 In-Reply-To: <3E36E3AF.8030201@potentialtech.com> Message-ID: <44ptqgoidr.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bill Moran writes: > Let's see if I remember the details on this. > I believe this happens when a file is deleted, but another program still holds > a filehandle? to it. Thus, if you delete Apache's log file (for example) but > don't restart Apache, the space the logfile is using isn't truely freed. > (This is why newsyslog.conf has a column for the PID of a process to restart). > > So ... if you know which process had the files open, restart it (probably by > sending it a -HUP). Right. That's why newsyslog(8) can send a signal on rotating a log file. I'm not quite sure why this is relevant to the actual problem, because it's not really *that* many inodes involved in log files, but then again I'm not sure I completely understand the problem anyway... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 19: 6:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 518BF37B401 for ; Tue, 28 Jan 2003 19:06:57 -0800 (PST) Received: from pl122.evertek.net (pl122.evertek.net [216.51.178.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F7B43F3F for ; Tue, 28 Jan 2003 19:06:52 -0800 (PST) (envelope-from klaatu@evertek.net) Received: from pl122.evertek.net (localhost [127.0.0.1]) by pl122.evertek.net (8.12.6/8.12.6) with ESMTP id h0T36h6K004536 for ; Tue, 28 Jan 2003 21:06:43 -0600 (CST) (envelope-from klaatu@evertek.net) Received: (from klaatu@localhost) by pl122.evertek.net (8.12.6/8.12.6/Submit) id h0T36X3w004535 for freebsd-questions@freebsd.org; Tue, 28 Jan 2003 21:06:33 -0600 (CST) X-Authentication-Warning: aristotle.pl122.evertek.net: klaatu set sender to klaatu@evertek.net using -f Date: Tue, 28 Jan 2003 21:06:33 -0600 From: Mike Dean To: freebsd-questions@freebsd.org Subject: Portupgrade and skipping ports? Message-ID: <20030129030633.GA4512@evertek.net> 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.4i Organization: Engedi Technology X-Preferred-Format: text/plain X-Operating-System: FreeBSD 4.7-STABLE X-Mail-System: fetchmail, procmail, mutt, vim, abook Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I would like to know if there is a way to have portupgrade update all ports, except a select few that I want to remain "frozen" (OpenOffice.org, simply because I no longer have the free space to rebuild it). It looks like I may be able to do something with the -B switch, but the documentation seems to be a bit lacking as to exactly how to use this switch. Does anyone have any examples of how to accomplish what I want? Thanks, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 19:12:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1958C37B401 for ; Tue, 28 Jan 2003 19:12:19 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E1C443E4A for ; Tue, 28 Jan 2003 19:12:18 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt-207-41-94-233.owt.com (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id TAA17535; Tue, 28 Jan 2003 19:12:16 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Kent Stewart To: Mike Dean , freebsd-questions@FreeBSD.ORG Subject: Re: Portupgrade and skipping ports? Date: Tue, 28 Jan 2003 19:12:15 -0800 User-Agent: KMail/1.4.3 References: <20030129030633.GA4512@evertek.net> In-Reply-To: <20030129030633.GA4512@evertek.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301281912.15767.kstewart@owt.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 Tuesday 28 January 2003 07:06 pm, Mike Dean wrote: > I would like to know if there is a way to have portupgrade update all > ports, except a select few that I want to remain "frozen" > (OpenOffice.org, simply because I no longer have the free space to > rebuild it). It looks like I may be able to do something with the -B > switch, but the documentation seems to be a bit lacking as to exactly > how to use this switch. Does anyone have any examples of how to > accomplish what I want? The man page for portupgrade does. Look at -x. For example, I don't want=20 to update cvsup or cvsup-mirror and I used '-x "cvsup*"'. Kent > > Thanks, > Mike > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 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 Jan 28 19:13:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB86837B401 for ; Tue, 28 Jan 2003 19:13:53 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEC943F3F for ; Tue, 28 Jan 2003 19:13:52 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b235.otenet.gr [212.205.244.243]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0T3DYRR004846; Wed, 29 Jan 2003 05:13:44 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0T3DU7k017745; Wed, 29 Jan 2003 05:13:30 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0T3DI9p017638; Wed, 29 Jan 2003 05:13:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 29 Jan 2003 05:13:18 +0200 From: Giorgos Keramidas To: Michael Grant Cc: freebsd-questions@FreeBSD.org Subject: Re: setuid sendmail Message-ID: <20030129031318.GD660@gothmog.gr> References: <200301281950.h0SJoF805949@splat.grant.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301281950.h0SJoF805949@splat.grant.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 2003-01-28 20:50, Michael Grant wrote: > It seems that sendmail is no longer setuid root. (I have 4.7 on one > box where it's not setuid and 4.2 stable on another box where it is). You should really read the instructions in /usr/src/UPDATING at the 4.7 installation. Especially the entry that starts with: : 20020404: : Due to the import of sendmail 8.12.2 (see 20020325 entry), a new : user and group are required in order for sendmail to run as a : set-group-ID binary. A 'make installworld' will use the new user : and group [...] > When I run mailq from my 4.7 box, I get a permission denied error > when run as a normal user. Is this now the expected behavior? Is > there any relatively secure way to make mailq work again from a > non-root user? This is a problem with the permissions of the mail queues. Do what UPDATING says and you still fix things. It works fine after you set everything up: $ id uid=1001(giorgos) gid=1001(giorgos) groups=1001(giorgos), 21(ftp) $ mailq -Ac /var/spool/clientmqueue is empty Total requests: 0 $ mailq /var/spool/mqueue is empty Total requests: 0 $ - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 19:17:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8913137B401 for ; Tue, 28 Jan 2003 19:17:47 -0800 (PST) Received: from moroni.pp.asu.edu (moroni.pp.asu.edu [129.219.120.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF28A43F3F for ; Tue, 28 Jan 2003 19:17:46 -0800 (PST) (envelope-from iddwb@moroni.pp.asu.edu) Received: (from iddwb@localhost) by moroni.pp.asu.edu (8.11.6/8.11.6) id h0T3Hhi18215; Tue, 28 Jan 2003 20:17:43 -0700 Date: Tue, 28 Jan 2003 20:17:43 -0700 From: David Bear To: Lowell Gilbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Deleted files not releasing their space (was Re: syslog message wrt inodes) Message-ID: <20030128201743.C18067@asu.edu> Reply-To: David.Bear@asu.edu References: <20030128093720.A26639@asu.edu> <3E36E3AF.8030201@potentialtech.com> <44ptqgoidr.fsf@be-well.ilk.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: <44ptqgoidr.fsf@be-well.ilk.org>; from freebsd-questions-local@be-well.no-ip.com on Tue, Jan 28, 2003 at 08:27:12PM -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, Jan 28, 2003 at 08:27:12PM -0500, Lowell Gilbert wrote: > Bill Moran writes: > > Let's see if I remember the details on this. > > I believe this happens when a file is deleted, but another program still holds > > a filehandle? to it. Thus, if you delete Apache's log file (for example) but > Right. That's why newsyslog(8) can send a signal on rotating a log file. > I'm not quite sure why this is relevant to the actual problem, because > it's not really *that* many inodes involved in log files, but then > again I'm not sure I completely understand the problem anyway... > The problem is that I am running snort and its creating hundreds of entries in /var/log/snort -- one directory for each alert generated by an IP address. then specific info on that alert in a file under each directory. So -- aside from the standard log files, the will be a bazillion files and directories that snort will create.. I know one solution would be to create a separate file system for snort, then mount it at /var/log/snort --- that would likely be the safest. Then if it ever ran out of inodes, /var/log would still function. but then, this is an old box and I don't have another hard drive to throw in it... I think stopping and restarting snort did the trick though. -- David Bear College of Public Programs/ASU Mail Code 0803 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 19:18:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97E3437B401 for ; Tue, 28 Jan 2003 19:18:34 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C8F743F85 for ; Tue, 28 Jan 2003 19:18:33 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b235.otenet.gr [212.205.244.243]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0T3IVRR009085; Wed, 29 Jan 2003 05:18:31 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0T3IV7k019644; Wed, 29 Jan 2003 05:18:31 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0T3IUAf019643; Wed, 29 Jan 2003 05:18:30 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 29 Jan 2003 05:18:30 +0200 From: Giorgos Keramidas To: Brian Henning Cc: freebsd Subject: Re: Fw: cvs Message-ID: <20030129031830.GE660@gothmog.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 2003-01-28 14:17, Brian Henning wrote: >On Tue, 28 Jan 2003, Brian Henning wrote: >> I am setting up a cvs server on my bsd box. So far i have >> enabled pserver in my /etc/initd.conf file. I have added a >> user called 'cvsuser' i have created a repository in >> /home/cvsroot i have pointed my CVSROOT variable to that >> cvsroot directory. when i enter the command >> cvs -d :pserver:cvsuser@localhost:/home/cvsroot login >> i can't get logged in because i don't have a password set in >> my passwd file. i created an empty one '/home/cvsroot/passwd' >> but, i don't know howto add users to it [...] > > Where can i find the passwd file that i should use? I assume that > you are talking about the shadowed password file. Nope. CVS doesn't use the system password database in :pserver: mode. For more details, you can always refer to % info '(cvs)' You will have to create the /home/cvsroot/CVSROOT/passwd file yourself. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 19:22:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF7B37B401 for ; Tue, 28 Jan 2003 19:22:11 -0800 (PST) Received: from mail.au.darkbluesea.com (mail.au.darkbluesea.com [203.185.208.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A6643FB1 for ; Tue, 28 Jan 2003 19:22:08 -0800 (PST) (envelope-from d.anker@au.darkbluesea.com) Received: (qmail 55921 invoked by uid 82); 29 Jan 2003 03:17:11 -0000 Received: from unknown (HELO ?10.0.0.188?) (10.0.0.188) by mail.au.darkbluesea.com with SMTP; 29 Jan 2003 03:17:11 -0000 Subject: Re: Deleted files not releasing their space (was Re: syslog message wrt inodes) From: Duncan Anker To: David.Bear@asu.edu Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20030128201743.C18067@asu.edu> References: <20030128093720.A26639@asu.edu> <3E36E3AF.8030201@potentialtech.com> <44ptqgoidr.fsf@be-well.ilk.org> <20030128201743.C18067@asu.edu> Content-Type: text/plain Organization: Message-Id: <1043810544.4035.196.camel@duncan.au.darkbluesea.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 29 Jan 2003 13:22:24 +1000 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-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, 2003-01-29 at 13:17, David Bear wrote: > The problem is that I am running snort and its creating hundreds of > entries in /var/log/snort -- one directory for each alert generated by > an IP address. then specific info on that alert in a file under each > directory. So -- aside from the standard log files, the will be a > bazillion files and directories that snort will create.. I know one > solution would be to create a separate file system for snort, then > mount it at /var/log/snort --- that would likely be the safest. Then > if it ever ran out of inodes, /var/log would still function. > > > but then, this is an old box and I don't have another hard drive to > throw in it... > > I think stopping and restarting snort did the trick though. You could also, rather than deleting the files, do something like this: cat /dev/null > /var/log/snort/whatever.log This will empty the file without the problem of losing the filehandle. Seems to work in the majority of cases. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 19:32:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F2D37B401 for ; Tue, 28 Jan 2003 19:32:54 -0800 (PST) Received: from khyron.p11.com (khyron.p11.com [64.95.193.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8731A43F79 for ; Tue, 28 Jan 2003 19:32:54 -0800 (PST) (envelope-from ryan-horde@p11.com) Received: by khyron.p11.com (Postfix, from userid 1116) id 30A8E3C4E44; Tue, 28 Jan 2003 19:33:48 -0800 (PST) Date: Tue, 28 Jan 2003 19:33:48 -0800 From: "Ryan C. Creasey" To: freebsd-questions@freebsd.org Subject: php 4.3.0 in ports? Message-ID: <20030129033348.GA378@p11.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: p11creative Sender: owner-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 we expect to find php 4.3.0 in ports anytime in the near future? Last I heard, they were waiting for the code freeze release to pass, but now that's done... when can we expect an updated php port? -- Ryan C. Creasey Network Engineer p11creative, p11.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 20:54:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 569EB37B401 for ; Tue, 28 Jan 2003 20:54:12 -0800 (PST) Received: from mail.siscom.net (mail2.siscom.net [209.251.18.174]) by mx1.FreeBSD.org (Postfix) with SMTP id 484F343E4A for ; Tue, 28 Jan 2003 20:54:11 -0800 (PST) (envelope-from dmehler@siscom.net) Received: (qmail 83835 invoked by uid 1005); 29 Jan 2003 04:53:50 -0000 Received: from dmehler@siscom.net by mail.siscom.net by uid 0 with qmail-scanner-1.14 (f-prot: 3.12. Clear:. Processed in 0.917915 secs); 29 Jan 2003 04:53:50 -0000 X-Qmail-Scanner-Mail-From: dmehler@siscom.net via mail.siscom.net X-Qmail-Scanner: 1.14 (Clear:. Processed in 0.917915 secs) Received: from dhcp065-031-041-029.woh.rr.com (HELO satellite) (65.31.41.29) by mail.siscom.net with SMTP; 29 Jan 2003 04:53:49 -0000 Message-ID: <000501c2c751$039c79a0$0200a8c0@satellite> From: "Dave" To: Subject: postfix on fbsd 5 Date: Tue, 28 Jan 2003 23:43:46 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 anyone running postfix on fbsd5? I just installed it as per a howto and i am getting errors from sendmail about invalid flags even though sendmail is disabled. Postfix is also periodically complaining about not being able to access /etc/mail/aliases.db. If anyone is running this can you send me your /etc/mail, /usr/local/etc/postfix, and your rc.conf or some pointers? Thanks. Dave. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 21: 7:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4611837B401 for ; Tue, 28 Jan 2003 21:07:30 -0800 (PST) Received: from tomts24-srv.bellnexxia.net (tomts24-srv.bellnexxia.net [209.226.175.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6584B43F85 for ; Tue, 28 Jan 2003 21:07:29 -0800 (PST) (envelope-from a6@sympatico.ca) Received: from No126 ([64.228.195.211]) by tomts24-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with SMTP id <20030129050723.EHRT5735.tomts24-srv.bellnexxia.net@No126> for ; Wed, 29 Jan 2003 00:07:23 -0500 X-Sender: b1wxdk65@pop2.sympatico.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Wed, 29 Jan 2003 00:07:23 -0500 To: freebsd-questions@FreeBSD.ORG From: C Subject: pic question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <20030129050723.EHRT5735.tomts24-srv.bellnexxia.net@No126> Sender: owner-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, First, i want to say that i've used FBsd on about any achitecture / platform-env., being a real big fan =) Do i need telling you about who may i actually be eager to use 5.0, as soon as beta ends!!! I've been trying to get that GOOD pic of the lil devil (http://www.freebsdmall.com/images/nav/bsd_topleft.gif) (does he have a name?) =) Question is, there is no detail or it implies much editing.. after wondering over which would give the best result, i've decided to get to the source. May i have a copy of the original devil alone or over a unique-color bgcolor? Eps,Ai,Psd, tiff, even BMP ANYTHING!! =) This is only for personnal use... Thanks for your time. Dany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 21:29:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F08337B401 for ; Tue, 28 Jan 2003 21:29:10 -0800 (PST) Received: from fed1mtao01.cox.net (fed1mtao01.cox.net [68.6.19.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85D243E4A for ; Tue, 28 Jan 2003 21:29:09 -0800 (PST) (envelope-from xcas@cox.net) Received: from [192.168.1.104] ([68.2.134.114]) by fed1mtao01.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030129052909.FHEP20584.fed1mtao01.cox.net@[192.168.1.104]>; Wed, 29 Jan 2003 00:29:09 -0500 Date: Tue, 28 Jan 2003 22:29:04 -0700 (MST) From: xcas@cox.net X-X-Sender: cas@bsd-unix.org To: C Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pic question In-Reply-To: <20030129050723.EHRT5735.tomts24-srv.bellnexxia.net@No126> Message-ID: <20030128222726.C1032@bsd-unix.org> References: <20030129050723.EHRT5735.tomts24-srv.bellnexxia.net@No126> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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.freebsd.org/gifs/daemon.gif - is that the one you want? btw, his name is "Beastie" or just plain "BSD Daemon". More info @ http://www.mckusick.com/beastie/index.html On Wed, 29 Jan 2003, C wrote: > Hi, > First, i want to say that i've used FBsd on about any achitecture / > platform-env., being a real big fan =) > Do i need telling you about who may i actually be eager to use 5.0, as soon > as beta ends!!! > > I've been trying to get that GOOD pic of the lil devil > (http://www.freebsdmall.com/images/nav/bsd_topleft.gif) > (does he have a name?) =) > > Question is, there is no detail or it implies much editing.. after > wondering over which would give the > best result, i've decided to get to the source. > > May i have a copy of the original devil alone or over a unique-color bgcolor? > Eps,Ai,Psd, tiff, even BMP ANYTHING!! =) This is only for personnal use... > > Thanks for your time. > > Dany > > > 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 Jan 28 21:55:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6DE37B401 for ; Tue, 28 Jan 2003 21:55:37 -0800 (PST) Received: from web20106.mail.yahoo.com (web20106.mail.yahoo.com [216.136.226.43]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A16A43FB8 for ; Tue, 28 Jan 2003 21:55:36 -0800 (PST) (envelope-from bsdneophyte@yahoo.com) Message-ID: <20030129055536.61083.qmail@web20106.mail.yahoo.com> Received: from [68.66.233.27] by web20106.mail.yahoo.com via HTTP; Tue, 28 Jan 2003 21:55:36 PST Date: Tue, 28 Jan 2003 21:55:36 -0800 (PST) From: Bsd Neophyte Subject: errors in 'make buildworld' To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm getting the following error in the "make buildworld" portion of rebuilding my kernel: -------- mkdep -f .depend -a /usr/src/usr.bin/jot/jot.c echo jot: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend ===> usr.bin/kdump sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/i386/usr/include > ioctl.c Logged out by the system. *** Signal 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ------------ I never had this problem before. Can someone help me resolve it? Any and all help will be appreciated. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 28 21:59:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16BB237B401 for ; Tue, 28 Jan 2003 21:59:08 -0800 (PST) Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF7943FB8 for ; Tue, 28 Jan 2003 21:59:07 -0800 (PST) (envelope-from ian@cerebellum.za.net) Received: from [196.30.239.15] (helo=aserver) by cerebellum.za.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.36 #1) id 18dlMG-0008Ha-00; Wed, 29 Jan 2003 06:06:00 +0000 Message-ID: <000b01c2c75b$5819c370$0100a8c0@aserver> From: "Ian Barnes" To: "Bsd Neophyte" Cc: References: <20030129055536.61083.qmail@web20106.mail.yahoo.com> Subject: Re: errors in 'make buildworld' Date: Wed, 29 Jan 2003 07:57:24 +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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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: "Bsd Neophyte" To: Sent: Wednesday, January 29, 2003 7:55 AM Subject: errors in 'make buildworld' > > > I'm getting the following error in the "make buildworld" portion of > rebuilding my kernel: > > -------- > mkdep -f .depend -a /usr/src/usr.bin/jot/jot.c > echo jot: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend > ===> usr.bin/kdump > sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/i386/usr/include > > ioctl.c > > > Logged out by the system. > *** Signal 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > ------------ > > I never had this problem before. Can someone help me resolve it? > > Any and all help will be appreciated. > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Hi, If you rebuilding your kernel, why are you typing make buildworld? for a kernel recompile you should type: make depend, make, and make install (and make clean), but not make buildworld. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 21:59:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3606237B405 for ; Tue, 28 Jan 2003 21:59:33 -0800 (PST) Received: from smtp.hispeed.ch (isp247n.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id D631C43E4A for ; Tue, 28 Jan 2003 21:59:31 -0800 (PST) (envelope-from locus@hispeed.ch) Received: from rock.stable.ch (dclient217-162-34-199.hispeed.ch [217.162.34.199]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with ESMTP id h0T5xTCM027732 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 29 Jan 2003 06:59:30 +0100 Received: from locus by rock.stable.ch with local (Exim 3.33 #1) id 18dlFs-0006Wl-00 for FreeBSD-questions@FreeBSD.ORG; Wed, 29 Jan 2003 06:59:24 +0100 Date: Wed, 29 Jan 2003 06:59:24 +0100 From: Thomas Spreng To: FreeBSD Questions Subject: Re: mutt and xterm-color problems Message-ID: <20030129055924.GA25082@rock.stable.ch> Mail-Followup-To: FreeBSD Questions References: <20030126130023.GA33007@rock.stable.ch> <20030126180426.GA25046@catflap.home.slightlystrange.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030126180426.GA25046@catflap.home.slightlystrange.org> 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, Jan 26, 2003 at 06:04:27PM +0000, Daniel Bye wrote: > On Sun, Jan 26, 2003 at 02:00:23PM +0100, Thomas Spreng wrote: > > Hi, > > im using 'xterm-color' as TERM. I have a mutt color config that displays > > the headers in the message index with different colors (depending on sender). > > New and unread messages are colored with the same color but they are bright, > > or better should be. > > Heres the appropriate section: > > > > color index brightwhite default ~N # new messages > > color index green default "~f dom.ch" # from dom.ch > > color index brightgreen default "~N ~f dom.ch" # new from dom.ch > > color index cyan default "~l" # my mailinglists > > color index brightcyan default "~N ~l" # new mailinglists > > color index yellow default "~P" # my mails > > color index brightyellow default "~N ~P" # new mails from myself > > > > The probles is that 'xterm-color' seems to have problems with displaying the > > bright colors, some subjects are displayed bright, some not, some only partial. > > 'rxvt' doesn't have that problem btw. > > > > Does anyone know how to fix that? > > What versions of FreeBSD and Mutt are you running? I used to have very > similar problems, but since upgrading to 4.7-STABLE and Mutt 1.4i, the > problem has gone away. strange...im running Mutt 1.4i as well and a 4.7 build from Dec 7 2002, i also have rebuild my termcap db but that didnt work either. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 22: 0:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A975737B401 for ; Tue, 28 Jan 2003 22:00:21 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1895D43F85 for ; Tue, 28 Jan 2003 22:00:21 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 899D04FA76; Wed, 29 Jan 2003 00:38:28 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 8471E4A0F for ; Wed, 29 Jan 2003 00:38:28 -0500 (EST) Date: Wed, 29 Jan 2003 00:38:28 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: freebsd-questions@freebsd.org Subject: odd lack of fonts in Mozilla 1.2.1 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 All I've just installed a minimal 4.7 box with X, mwm and Mozilla 1.2.1 (which is just plain mozilla in the ports, cvsup'd tongight). For some reason there are very few fonts available in the preferences in Mozilla, and the ones that are there look *awful*. I installed Netscape 4.8 and Opera and the fonts are fine with them. Is something busted with native mozilla 1.2.1? Or am I missing something? It takes a looooong time to build Mozilla on this box... I have these fonts installed: XFree86-font100dpi-4.2.0 XFree86-font75dpi-4.2.0 XFree86-fontCyrillic-4.2.0_4 XFree86-fontDefaultBitmaps-4.2.0 XFree86-fontEncodings-4.2.0 XFree86-fontScalable-4.2.0 Xft-2.1 bitmap-fonts-1.0 fontconfig-2.1_2 freetype2-2.1.2 mozilla-fonts-1.0_1 Pointers appreciated - never had this happen before - thanks! JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 28 22:31:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C6337B49F for ; Tue, 28 Jan 2003 22:31:08 -0800 (PST) Received: from web20103.mail.yahoo.com (web20103.mail.yahoo.com [216.136.226.40]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B45B43F93 for ; Tue, 28 Jan 2003 22:31:08 -0800 (PST) (envelope-from bsdneophyte@yahoo.com) Message-ID: <20030129063107.23532.qmail@web20103.mail.yahoo.com> Received: from [68.66.233.27] by web20103.mail.yahoo.com via HTTP; Tue, 28 Jan 2003 22:31:07 PST Date: Tue, 28 Jan 2003 22:31:07 -0800 (PST) From: Bsd Neophyte Subject: Re: errors in 'make buildworld' To: Ian Barnes Cc: questions@freebsd.org In-Reply-To: <000b01c2c75b$5819c370$0100a8c0@aserver> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Ian Barnes wrote: > If you rebuilding your kernel, why are you typing make buildworld? for a > kernel recompile you should type: make depend, make, and make install > (and > make clean), but not make buildworld. much earlier, i was having some questions about building a new kernel, considering the documentation about the kernel rebuilding processes is not very good. (Sections 9 and 21 should be combined instead of isolated, imho.) the steps that were agreed upon were the following: 0 # (be root) 1 # cd /usr/src 2 # make buildworld 3 # make buildkernel KERNCONF= 4 # make installkernel KERNCONF= 5 # shutdown -r now 6 # make installworld 7 # mergemaster -i these are what i am following now. i see you are recommending i use the "traditional way." do you think it will aleviate my problems? -Sameer __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 28 22:41:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 931E437B401 for ; Tue, 28 Jan 2003 22:41:34 -0800 (PST) Received: from web11901.mail.yahoo.com (web11901.mail.yahoo.com [216.136.172.185]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FCD243FA3 for ; Tue, 28 Jan 2003 22:41:34 -0800 (PST) (envelope-from dimad72@yahoo.com) Message-ID: <20030129064133.47768.qmail@web11901.mail.yahoo.com> Received: from [212.93.137.157] by web11901.mail.yahoo.com via HTTP; Tue, 28 Jan 2003 22:41:33 PST Date: Tue, 28 Jan 2003 22:41:33 -0800 (PST) From: Dan Dima Subject: I have problems with my Accton MPX 5038B TX 10/100 Fast Ethernet Adapter. To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1806290940-1043822493=:44434" Sender: owner-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-1806290940-1043822493=:44434 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Hello, I'm a newbie regarding FreeBSD OS, but i have some knowledges about Unix generally. My NIC (as i saw on some mail-lists, a "known" problem) cannot map ports to memory.. it seems that i have to set PNPBIOS option NO but this appear only in LINT uncommnented, while in GENERIC is missing.. ..another chance guess right "iomem"! I tried to boot after LINT w some changes, but i doubt that i will succed soon... BIOS is a JK version, a weird one, contains nothing about NIC & PnPOS there?!? So what should i have to do to solve my problem? I attached here dmesg. Please note that configuring of XFree also fails, i can't save after.. i have not enough information about dispaly(hp 56), -video card driver seems to be i810e-intel. Thank you, Best regards, Dan Dima __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --0-1806290940-1043822493=:44434 Content-Type: text/plain; name="dmesg.GENERIC" Content-Description: dmesg.GENERIC Content-Disposition: inline; filename="dmesg.GENERIC" Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.7-RELEASE #0: Tue Jan 28 16:00:46 EET 2003 root@:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (897.28-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x383fbff real memory = 65994752 (64448K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> di bt0 config> di aic0 config> di aha0 config> di adv0 config> q avail memory = 59072512 (57688K bytes) Preloaded elf kernel "kernel" at 0xc050f000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc050f09c. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fdf50 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 1.0 irq 11 pcib1: at device 30.0 on pci0 pci1: on pcib1 rl0: irq 11 at device 14.0 on pci1 rl0: couldn't map ports/memory device_probe_and_attach: rl0 attach returned 6 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1800-0x180f at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x1820-0x183f irq 9 at device 31.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0x1840-0x187f,0x2000-0x20ff irq 10 at device 31.5 on pci0 orm0:
I've found out why people laugh. They laugh because it hurts so much... because it's the only thing that'll make it stop hurting.
_________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 9:46:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA4837B405 for ; Fri, 31 Jan 2003 09:46:11 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C90E143F93 for ; Fri, 31 Jan 2003 09:46:10 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 829D2214; Fri, 31 Jan 2003 12:54:16 -0500 (EST) Reply-To: From: "JoeB" To: "Cain Saint" , Subject: RE: UnInstalling Date: Fri, 31 Jan 2003 12:46:08 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You do not uninstall FBSD, you just delete the FBSD partition on the hard drive -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Cain Saint Sent: Friday, January 31, 2003 12:40 PM To: questions@FreeBSD.org Subject: UnInstalling Hi. I would like to find out if it is possible to uninstall FreeDSB. If so, how do I do it. THanks
I've found out why people laugh. They laugh because it hurts so much... because it's the only thing that'll make it stop hurting.
_________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail 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 Jan 31 9:47:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 464B737B405 for ; Fri, 31 Jan 2003 09:47:29 -0800 (PST) Received: from micro6.mscc.huji.ac.il (roth.hul.huji.ac.il [132.64.182.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 849F544025 for ; Fri, 31 Jan 2003 09:47:07 -0800 (PST) (envelope-from liviu.voicu@huji.ac.il) Received: from di8-34242.dialin.huji.ac.il (di8-34242.dialin.huji.ac.il [132.64.34.242]) by micro6.mscc.huji.ac.il (8.11.0/8.11.0) with ESMTP id h0VHkrd11314; Fri, 31 Jan 2003 17:46:54 GMT From: Voicu Liviu To: "Cain Saint" , questions@FreeBSD.ORG Subject: Re: UnInstalling Date: Fri, 31 Jan 2003 19:46:48 +0200 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200301311947.08547.liviu.voicu@huji.ac.il> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP MESSAGE----- Version: GnuPG v1.2.1 (GNU/Linux) hQEOA+YHX0v84JUpEAQAwi0cIEIUAOGNVsBmb9iGHAIVUW+daQVX4V9IU9KrgbjJ I7mjwPDzowDcZerh1ZH167BEeqg3NQRmn1+fGZiiDzWf4XgpQ0B/HIRrWzLuLcqc esiiWPIC0VizOHUwXd/3TOeBrQ62/UqtPwPLu3Aug7d/Dx+e8l/jJGU9Z2PzIv8E AK2tWSwBKOpYYhVC6N2ChMB5CYns9hiD0Gdp1RCnRdQgKchxElYkkE12u1OVh8D+ mIj/xiUKzqLMnJ2sVHDAvSw+SANyLhkXinSvBd0/TlMTdISQvR3jZWcf8bL8yC1g 2RjBQCN3YcspOukroFsjCcQL3thpm0YzLPw8lOYyqPpQ0ukBK4B8QdSyXu+bbYJg ZeBfsO1B4pmHNI3Rnq8ScPJzgyFMamttL9xVW28MlsoAtssFDbjUQUyn5KvgojGz 4QX80NnBpk0tqm0j8G78sGOb9a7HVcnUC3pa5ngL9aJ8R0XN1zhDYk9UJzj0sAam hsfaM3npHrOyQ0wjuRPA42IuyDh2yS6MC4mWrkEieoK0qdtJB+9HSPwfj/p0JT8C Efndu9McpBPP9piOzjR0BT2nTWFZe2wO4l/S1pyhDVTaneV7iUpECRAnCHtUX2ii mg2+mNpwKnmF11RfNiTrfhpeSSXckdc65N2tH1Y0HVwwyna1H2MiD/brJX0ejVRI QbbrzqErjhAWrKZ9xx9uH8SoPf+qYkJ+p6FXShIHW9M0IkahAMxtyP9alqXxgWjT /QzeXLtOdAx7/pKIJ9xs3DOkJRhPyJI/XZxxOLEKvMe3Ay2sY/FG0ZZlDuT5Jkkh uozUPGOOytMcdDNyPn0HUT+I5KEivpv+uN3vdMJe2XTL866Y9gX2eZkCPAE3ySTJ Odd5nKXzY9ebwm9dczYw3stX8Uz0tyknST0D8WUFAWvIAKHdz1gLNVUif/FGQCLC JoxQD4wt3f374OcofRntA7ESypK+VVEMRlnd/3UG8yldz/pyW7OF502y/Avy+y8c SZb5WJ9nfon/SqHtERX0iXNZ+EmVulmCnZEuppRxc9vq7O8DW2tKTD7mTXvlyhuB oX7Lvn2LFl5Hrh3FEexsCydkVHkPcuNzWeRpYeJDqJtDlXqMlVoCcf2oVxm4 =JfDq -----END PGP MESSAGE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 9:48:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A859037B401 for ; Fri, 31 Jan 2003 09:48:20 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D17B43E4A for ; Fri, 31 Jan 2003 09:48:19 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h0VHnjT5001774; Fri, 31 Jan 2003 12:49:46 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3AB68E.5040506@potentialtech.com> Date: Fri, 31 Jan 2003 12:46:54 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cain Saint Cc: questions@FreeBSD.org Subject: Re: UnInstalling 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 Cain Saint wrote: > > Hi. I would like to find out if it is possible to uninstall FreeDSB. If > so, how do I do it. THanks Just install over top of it. There's no need to "uninstall" FreeBSD before installing another OS. -- Bill Moran Potential Technologies 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 Jan 31 9:50:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0598837B405 for ; Fri, 31 Jan 2003 09:50:25 -0800 (PST) Received: from sd00156.sendtech.net (sd00156.sendtech.net [198.3.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9B843F43 for ; Fri, 31 Jan 2003 09:50:24 -0800 (PST) (envelope-from jay@sendtech.net) Received: (from nobody@localhost) by sd00156.sendtech.net (8.11.3/8.11.3) id h0VHk8x03258 for freebsd-questions@freebsd.org; Fri, 31 Jan 2003 11:46:08 -0600 X-Authentication-Warning: sd00156.sendtech.net: nobody set sender to jay@sendtech.net using -f Received: from 10.161.65.65 ( [10.161.65.65]) as user jay@sendtech.net by horde-send.sendtech.net with HTTP; Fri, 31 Jan 2003 11:46:08 -0600 Message-ID: <1044035168.3e3ab660cc8d5@horde-send.sendtech.net> Date: Fri, 31 Jan 2003 11:46:08 -0600 From: Jay Sern Liew To: freebsd-questions@freebsd.org Subject: restricting user's directory listing and changing MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 10.161.65.65 Sender: owner-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. Basically, I have this group of users, that I give SSH/SFTP access, but I don't want them to be able to see the complete file hierarchy and ``cd'' to them. I just want a user to be able to access the user's home, and that's it. I looked up some docs on the shell(tcsh) and sshd, but didn't find anything apppropriate. Has anyone wanted to do this before? I was thinking, or maybe I could redirect that group of users to use a different version of the command ``cd'' and ``ls'' so that it will only work within their home directories. Thought of jail too, but jail only jails processes, and these guys aren't really running processes, just file access. Any ideas? Thanks in advance. ______________________________________________________________________ Jay Sern Liew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 9:51: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4383437B401 for ; Fri, 31 Jan 2003 09:51:05 -0800 (PST) Received: from micro6.mscc.huji.ac.il (roth.hul.huji.ac.il [132.64.182.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id F25CB43F3F for ; Fri, 31 Jan 2003 09:51:03 -0800 (PST) (envelope-from liviu.voicu@huji.ac.il) Received: from di8-34242.dialin.huji.ac.il (di8-34242.dialin.huji.ac.il [132.64.34.242]) by micro6.mscc.huji.ac.il (8.11.0/8.11.0) with ESMTP id h0VHogd11386; Fri, 31 Jan 2003 17:50:42 GMT From: Voicu Liviu To: Bill Moran , Cain Saint Subject: Re: UnInstalling Date: Fri, 31 Jan 2003 19:50:21 +0200 User-Agent: KMail/1.5 Cc: questions@FreeBSD.ORG References: <3E3AB68E.5040506@potentialtech.com> In-Reply-To: <3E3AB68E.5040506@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200301311950.57191.liviu.voicu@huji.ac.il> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP MESSAGE----- Version: GnuPG v1.2.1 (GNU/Linux) hQEOA+YHX0v84JUpEAP+IidtY3TdWMz5Fhp4z64RJRpNzzQjKPnC6EaJoeZGFxIv c9LjtnadHHKzqZuGT6KBzBs5vpwoHycEr5LXRti/hiF2FR6FrcLQRB2QnMAxytYn WAD8sN7y637DgjcdKTVMkHq4njBZ9pNIGGHIyKHD7Pq3R9DtdpaUdqfEmemwOBcE AMEVrzkICWH2jwl0OXt1VsQutwzgc6UDusVtbUnAszm1CW2hkyNt+5S+9Pt+Tuw8 oCYjyV5hAtKI2dGZTF106sdUi8yNHkV+U1PERk834njiW3Uy7/DyrkLvdYy1uzOd nMoG6fODg5sdDoV5IiGJi3UNyMwdkxUMFCf4y8eFKKyQ0sC8Ad4hWgNURFj2su3Q RjSmXK8+xaM2DDzRcqjfgcfiK7FNvq32Z2Qq8+Wpp7FHd8bINi6vhjvIkSfdc9yN XUSZsw8fG5w0R0eKPA47dFC9IFgfdF81pPR1YyciTrAhWkR+SLHGqD8bQoarQXmJ IRUjkczIOPrsphIh8BG4O0YsrW08W83GE1AdLU82xCNMHY1oxRVdH+fHYuBd793/ kOGhLTGA3mMYNxdRcWe7gwIYZPTXbyCdXO6OYH1ukeDmD4op2HFwqluY+sivX84s c/2iQrsdtabuGlNOBDD2Lb6fGrMwyFmij1x1jvVmG0MNs9FE54IGJfkuVLTmb4T5 bkD5cbnzvPM1hLkYw1jIa9h01S2dJ8+NshqnBZulFDHd12l4UFv4Sy7yNaNpcPqj bK/OMhcFP/lpT38YWIomT1/6RKDGs8RHw8uM5fmnwiqmSoVQHv5IncAmydIlcHOy QpwxcoGUGAavtYFv9N0ZyXGFkBaztyGMPaLtBsAkIOs= =BRhj -----END PGP MESSAGE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 9:53:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1DD37B401 for ; Fri, 31 Jan 2003 09:53:38 -0800 (PST) Received: from mcesr.etat.lu (dynamic4.etat.lu [194.154.200.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F6A43F75 for ; Fri, 31 Jan 2003 09:53:36 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from [158.64.52.156] (account ) by mcesr.etat.lu (CommuniGate Pro WebUser 3.5.9) with HTTP id 714218; Fri, 31 Jan 2003 18:41:46 +0100 From: "Wiroth Didier" Subject: Re: XFree86 configuration To: David Larkin Cc: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.5.9 Date: Fri, 31 Jan 2003 18:41:46 +0100 Message-ID: In-Reply-To: <3E3AB3D2.1BA464C7@djl.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 31 Jan 2003 17:35:14 +0000 David Larkin wrote: > I just installed 4.7 on a new machine and all seems well > except the XFree86 is only working on the default VGA > mode. What previous step did you make, or what have you done here? Did you type: startx > > Configuring X is a complete nightmare, am I missing > something ? > > I haven't a clue what sync rates my monitor has and have > no manual for it., Have a look here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html > > also I intend moving the server to a new office where it > will be attached > to > a different monitor. > > I've tried selecting various options from the various > menus but all > that happens is my screen blinks and I have to reboot and > try again > with the same result. BE AWARE THAT A BAD CONFIGURED XF86Config CAN KILL YOUR MONITOR!! > > Apart from the fact it doesn't work, does it generate an > error log > somewhere > so I can try and work out the problem ? Yes, /var/log/XFree86.0.log > > Is there no standard config which would allow something > better than > VGA. I don't need to squeeze the last drop of performance > out of the > monitor/graphics card, just get something useable up and > running. 1) You will need to know what Montior Model it is! Find out the exact modell and look at google for the specifications of your monitor, you will need the Horizontal and Vertical refresh rates! 2) You will also need information about your graphic adapter (or if your are lucky "XFfree86 -configure") will auto-detect the chip > > I've been installing & using FreeBSD for about 6 years > now and have > never gained any confidence in installing X, it either > works or it doesn't. > This must put off loads of potential users , particularly > those such as > myself > who don't know (or much care) about what chipsets & stuff > they have. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 9:56: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE5337B407 for ; Fri, 31 Jan 2003 09:56:06 -0800 (PST) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id A159343FB1 for ; Fri, 31 Jan 2003 09:55:59 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 1737 invoked from network); 31 Jan 2003 17:56:04 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 31 Jan 2003 17:56:04 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h0VHtvUT072390; Fri, 31 Jan 2003 12:55:57 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200301311700.h0VH0KI04347@dingo.software.umn.edu> Date: Fri, 31 Jan 2003 12:56:03 -0500 (EST) From: John Baldwin To: Kirk R Wythers Subject: RE: intalling from cds Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 31-Jan-2003 Kirk R Wythers wrote: > I ran into a strange issue while trying to do a cd install from the > 5.0-RELEASE cds. After booting from the cd, the install skips the kernel > configuration menue completely (I've never seen that before), then jumps > right into sysinsall. I select 'standard install', and I see the folloing: The USERCONFIG stuff isn't around anymore in 5.0. > afd0 > da0 > da1 > > adf0 is a zip250 drive on this box. Why is that showing up here? If I > choose to use the entire disk on da0 and da1 (no dual boot concerns), and > install the 'standard mbr' on the da0, I seem to be stuck going back to the > 'choose the drive' > > afd0 > da0 > da1 > > menue without getting to the the disklable editor.... > > What am I doing wrong? thanks Use Tab to move down to 'Ok' after you have finished using fdisk on your drives and then hit Enter to continue. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 10: 1:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C816E37B401 for ; Fri, 31 Jan 2003 10:01:15 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D081643F79 for ; Fri, 31 Jan 2003 10:01:14 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h0VI2dT5001785; Fri, 31 Jan 2003 13:02:40 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3AB994.7040106@potentialtech.com> Date: Fri, 31 Jan 2003 12:59:48 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jdroflet@canada.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPtP Client to MPD to boxes behind NATD are very slow ?? References: <20030131092353.11107.h020.c009.wm@mail.canada.com.criticalpath.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 [could you wrap lines around 72 chars or so, please] jdroflet@canada.com wrote: > On Fri, 31 Jan 2003 09:00:07 -0800 (PST), Bill Moran wrote: > >>jdroflet@canada.com wrote: >> >>>After connecting via VPN I can get decent throughput from the MPD host but >> >> > very poor speed from anything past it. >> >>What do you mean by this? We use MPD off and on, and (honestly) it is just >>slow. I've got some tricks on how to speed it up, but it's slow no matter what. > > From other posts I knew MPD would be slow but what concerns me is that it is how > much slower it is beyond the mpd host itself, see test results below. I'm not sure I understand your test results. Are you saying PPTP client <--> MPD machine <---> "other host" ? If so, is "other host" on the Internet, or on your local network? We've seen that trying to route through the MPD machine to the internet is terribly slow, but haven't noticed any problems with routing to the local network. Did you check the box on the MS side to say "use gateway on remote network"? >>You don't state your hardware. Keep in mind that MPD is encryption and encryption >>is processor intensive. Faster CPU should give faster performance. > > Hardware: > CPU: Pentium 4 (1495.16-MHz 686-class CPU) > real memory = 1073180672 (1048028K bytes) > The box is dedicated to NAT and now trying MPD - it's a very bored box ;) The box at 5.6.7.8 is > a new install and has the same specs. > Network cards are public Intel Server fxp0 and onboard 3com xl0. > 5 mbs fibre to our ISP. I don't think that's an issue, then. >>>A separte public IP is redirected to a 4.7 RELEASE box on the inside. >>>Client(s) tested with have been Windows 2000 SP2 and SP3 from 2 different ADSL Lines. >>> >>>client-----1.2.3.4 MPD/NATD 172.16.105.80------172.16.105.66 / 5.6.7.8 Redirected from 1.2.3.4 >>> >>>Tests using Penguinet SCP and a 1.9 MB ZIP file. >>>Baseline Download the file from the public IP's >>>1.2.3.4 -> client 180 kBs >>>5.6.7.8 -> client 180 kBs >>> >>>Now test via the PPtP. >>>172.16.105.80 -> client 84 kBs >>>172.16.105.66 -> client 35 kBs I see now. We haven't tested this extensively. We've only seen it when routing into the VPN, just to go back out on the Internet (which seemed a silly thing to do). > Actually I used SCP on the second test so as not to skew things, in normal operations we won't > be. My concern is test to 172.16.105.66. What > would make it perform worse than to 172.16.105.80 ? In my mind they should be same, like the public IP tests. Apparently, something in MPD isn't working as efficiently as it should. > It also shows Transmit Errors=0 Receive Errors=xx <- increments at a slow rate when connected. Ok, now this is something. We need to find out the nature of the errors and fix it. I'm very interested in getting this working better for the same reason that you are. I'm going to set up a test network here and see what I can figure out. I'll keep in touch with you on my findings if you agree to do the same. -- Bill Moran Potential Technologies 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 Jan 31 10: 2: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D26C137B401 for ; Fri, 31 Jan 2003 10:02:06 -0800 (PST) Received: from web13501.mail.yahoo.com (web13501.mail.yahoo.com [216.136.175.80]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A87C43F75 for ; Fri, 31 Jan 2003 10:02:06 -0800 (PST) (envelope-from lamontfung@yahoo.com) Message-ID: <20030131180206.79248.qmail@web13501.mail.yahoo.com> Received: from [67.105.198.130] by web13501.mail.yahoo.com via HTTP; Fri, 31 Jan 2003 10:02:06 PST Date: Fri, 31 Jan 2003 10:02:06 -0800 (PST) From: lamont fung Subject: mrouted configuration question 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 mrouted running on freebsd 4.7. I am routing between two private networks: 10.100.100.x <-> mrouted <-> 192.168.3.x and I can see the multicast traffic on the client side (192.168.3.x) but the switch that connects the client side network with the router is getting flooded with the multicast traffic. My understanding was that if no machines had joined a multicast group on the subnet, no multicast traffic would get past mrouted, and if one client has joined a multicast group, then the router would forward the appropriate packets to that client (and only that client!) When I looked through the mrouted man page, i didn't see any options that would fix this. googling for information on mrouted returned alot of nothing. How can I configure mrouted to only forward multicast packets to clients that join a multicast group? any help on this would be very much appreciated! regards, -bob __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 31 10:10:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9287A37B401 for ; Fri, 31 Jan 2003 10:10:51 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A288143E4A for ; Fri, 31 Jan 2003 10:10:50 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id DB152214; Fri, 31 Jan 2003 13:18:56 -0500 (EST) Reply-To: From: "JoeB" To: "Redmond Militante" , Subject: RE: please comment on my nat/ipfw rules (resent) Date: Fri, 31 Jan 2003 13:10:49 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20030131131815.GA9488@darkpossum> 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 1. Your firewall rules are not working at all, except for the natd redirect option. This is caused by the kernel compile time option IPFIREWALL_DEFAULT_TO_ACCEPT. This option tell your firewall that any packet that does not match a rule is allowed to pass on through the firewall. Comment out that option in your kernel options source and recompile your kernel to take the default of default-to-deny and your current rules set will stop functioning. 2. You are using the simplest of the rule types 'state-less'. Using this type of rules you have to not only have a rule to allow the packet out you also have to have a rule to allow the packet in. See rules 220 & 230 of your posted rule set to see how it should be done. 3. There are 3 classes of rules, each class has separate packet interrogation abilities. Each proceeding class has greater packet interrogation abilities than the previous one. These are stateless, simple stateful, and advanced stateful. The advanced stateful rule class is the only class having technically advanced interrogation abilities capable of defending against the flood of different attack methods currently employed by perpetrators. Stateless and Simple Stateful IPFW firewall rules are inadequate to protect the users system in today's internet environment and leaves the user unknowingly believing they are protected when in reality they are not. 4. The advanced stateful rule option keep-state works as documented only when used in a rule set that does not use the divert rule. Simply stated the IPFW advanced stateful rule option keep-state does not function correctly when used in a IPFW firewall that also is using the IPFW built in NATD function. For the most complete keep-state protection the other FIREWALL solution (IPFILTER) that comes with FBSD should be used. Just checkout the IPFW list archives and you will see this subject discussed in detail with out any solution forthcoming. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Redmond Militante Sent: Friday, January 31, 2003 8:18 AM To: freebsd-questions@freebsd.org Subject: please comment on my nat/ipfw rules (resent) hi all i have my test machine set up as a gateway box, with ipfw/natd configured on it, set up to filter/redirect packets bound for a client on my internal network. external ip of my internal client is aliased to the outside nic of the gateway box gateway machine's kernel has been recompiled with: options IPFIREWALL options IPDIVERT options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_VERBOSE gateway's /etc/rc.conf looks like defaultrouter="129.x.x.1" hostname="hostname.com" ifconfig_xl0="inet 129.x.x.1 netmask 255.255.255.0" #aliasing internal client's ip to the outside nic of gateway box ifconfig_xl0_alias0="inet 129.x.1.20 netmask 255.0.0.0" #inside nic of gateway box ifconfig_xl1="inet 10.0.0.1 netmask 255.0.0.0" gateway_enable="YES" firewall_enable="YES" #firewall_script="/etc/rc.firewall" firewall_type="/etc/ipfw.rules" natd_enable="YES" #natd interface is outside nic natd_interface="xl0" #natd flags redirect any traffic bound for ip of www3 to internal ip of www3 natd_flags="-redirect_address 10.0.0.2 129.x.x.20" kern_securelevel_enable="NO" ......... internal client's /etc/rc.conf looks like second machine's /etc/rc.conf: defaultrouter="10.0.0.1" ifconfig_xl0="inet 10.0.0.2 netmask 255.0.0.0" ................ looks like this setup is working. the internal client is a basic webserver/ftp server. i am able to ftp to it, ssh to it, view webpages that it serves up, etc. with it hooked up to the internal nic of the gateway box. i am now trying to come up with a good set of firewall rules on the gateway box to filter out all unnecessary traffic to my internal network. the following is my /etc/ipfw.rules on the gateway box. -----------------------------snip------------------------------ # firewall_type="/etc/ipfw.rules" # enquirer ipfw.rules # NAT add 00100 divert 8668 ip from any to any via xl0 # loopback add 00210 allow ip from any to any via lo0 add 00220 deny ip from any to 127.0.0.0/8 add 00230 deny ip from 127.0.0.0/8 to any #allow tcp in for nfs shares #add 00301 allow tcp from 129.x.x.x to any in via xl0 #add 00302 allow tcp from 129.x.x.x to any in via xl0 #allow tcp in for ftp,ssh, smtp, httpd add 00303 allow tcp from any to any in 21,22,25,80,10000 via xl0 #deny rest of incoming tcp add 00309 deny log tcp from any to any in established #from man 8 ipfw: allow only outbound tcp connections i've created add 00310 allow tcp from any to any out via xl0 #allow udp in for gateway for DNS add 00300 allow udp from 10.0.0.0/24 to 129.105.49.1 53 via xl0 #allow udp in for nfs shares #add 00401 allow udp from 129.x.x.x to any in recv xl0 #add 00402 allow udp from 129.x.x.x to any in recv xl0 #allow all udp out from machine add 00404 allow udp from any to any out via xl0 #allow some icmp types (codes not supported) ##########allow path-mtu in both directions add 00500 allow icmp from any to any icmptypes 3 ##########allow source quench in and out add 00501 allow icmp from any to any icmptypes 4 ##########allow me to ping out and receive response back add 00502 allow icmp from any to any icmptypes 8 out add 00503 allow icmp from any to any icmptypes 0 in ##########allow me to run traceroute add 00504 allow icmp from any to any icmptypes 11 in add 00600 deny log ip from any to any #--- end ipfw.rules ---# -----------------------------snip------------------------------ any comments on how i could improve this set of ipfw rules to better secure my internal client would be appreciated. thanks again redmond To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 10:11:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5576537B401 for ; Fri, 31 Jan 2003 10:11:30 -0800 (PST) Received: from p08.es.uci.edu (p08.es.uci.edu [128.200.73.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id D116E43F85 for ; Fri, 31 Jan 2003 10:11:29 -0800 (PST) (envelope-from michaew@uci.edu) Received: from webmail.uci.edu (webmail3-73c.es.uci.edu [128.200.73.140]) by p08.es.uci.edu (8.11.6/8.11.6) with SMTP id h0VIBRS26604 for ; Fri, 31 Jan 2003 10:11:27 -0800 MIME-Version: 1.0 Date: Fri, 31 Jan 2003 10:11:29 -0800 From: michaew@uci.edu Message-Id: <1044036689.smmsdV1.1.2@smtp.uci.edu> To: freebsd-questions@FreeBSD.ORG Subject: Installation Problems 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'm trying to install release 5.0 on an i386 system with a P100 processor with native windows 95 on the hard disk. I have 16mb ram and a 1.2GB IDE Wester Digital Caviar. Because the computer does not support CD booting and I have not been able to find a way to change boot order in the bios, I created boot disks as described in the install.txt. The kernel and the mfsroot load fine, but when it boots the kernel it freezes on the line "Mounting root from ufs:dev/md0/stand/sysinstall running as init on vty0." It is detecting my cd-rom drive, which is a secondary slave. Any help would be appreciated. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 10:15: 1 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B44037B405 for ; Fri, 31 Jan 2003 10:14:59 -0800 (PST) Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC2843F3F for ; Fri, 31 Jan 2003 10:14:59 -0800 (PST) (envelope-from mksmith@noanet.net) Received: from noanet.net ([64.146.175.65]) by chimera.noanet.net (8.12.2/8.12.2) with SMTP id h0VIErc2000846 for ; Fri, 31 Jan 2003 10:14:53 -0800 (PST) Date: Fri, 31 Jan 2003 10:15:25 -0800 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Subject: Syslog Configuration Question From: "Michael K. Smith" To: questions list Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello All: I am trying to set up a few facilities to receive syslog info from various network devices. In all cases, not only do the arriving packets get logged to the logfile configured, but they also get logged to /var/log/messages. I would like messages to be used only for system-related issues. I have included the relevant snippets from my syslog.conf file. Could someone please help me figure out what I'm doing wrong? Thanks, Mike *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages security.* /var/log/security auth.info;authpriv.info /var/log/auth.log mail.info /var/log/maillog lpr.info /var/log/lpd-errs cron.* /var/log/cron local5.* /var/log/switches.log local6.* /var/log/pix.log local7.* /var/log/routers.log ------------------------------------------------------------------------ -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) mksmith@noanet.net http://www.noanet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 10:21:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C5EE37B401 for ; Fri, 31 Jan 2003 10:21:43 -0800 (PST) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id 381A643F75 for ; Fri, 31 Jan 2003 10:21:42 -0800 (PST) (envelope-from mykroft@explosive.mail.net) Received: (qmail 32430 invoked from network); 31 Jan 2003 18:19:46 -0000 Received: from ticking.explosive.mail.net (205.205.25.116) by empire.explosive.mail.net with SMTP; 31 Jan 2003 18:19:46 -0000 Subject: Re: Analog Modum From: Mykroft Holmes IV To: Alex Cc: freebsd-questions@freebsd.org In-Reply-To: <6927303910.20030131183115@dds.nl> References: <6927303910.20030131183115@dds.nl> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 31 Jan 2003 13:22:15 -0500 Message-Id: <1044037335.31328.1.camel@ticking.explosive.mail.net> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2003-01-31 at 12:31, Alex wrote: > > > Dear freebsd-questions, > > I'm looking for a analog modem. I didn't see any in the hardware lists. > Can you please tell me which ones will work on FreeBSD? Any external hardware modem (The serial kind), or any internal hardware modem (Usually ISA PNP types, if you can specify a com port via jumpers, it's hardware) will work just fine with FreeBSD. As a bonus, they also tend to have much better throughput than software modems. Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 10:28:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C04D37B401 for ; Fri, 31 Jan 2003 10:28:43 -0800 (PST) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8CDE43F75 for ; Fri, 31 Jan 2003 10:28:42 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 18efu1-000LKg-00 for freebsd-questions@FreeBSD.ORG; Fri, 31 Jan 2003 10:28:37 -0800 Date: Fri, 31 Jan 2003 10:28:37 -0800 From: Nathan Kinkade To: questions list Subject: Re: Syslog Configuration Question Message-ID: <20030131182837.GF79960@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: questions list References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dWYAkE0V1FpFQHQ3" 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 --dWYAkE0V1FpFQHQ3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 31, 2003 at 10:15:25AM -0800, Michael K. Smith wrote: > Hello All: >=20 > I am trying to set up a few facilities to receive syslog info from =20 > various network devices. In all cases, not only do the arriving =20 > packets get logged to the logfile configured, but they also get logged = =20 > to /var/log/messages. I would like messages to be used only for =20 > system-related issues. I have included the relevant snippets from my =20 > syslog.conf file. Could someone please help me figure out what I'm =20 > doing wrong? >=20 > Thanks, >=20 > Mike >=20 > *.err;kern.debug;auth.notice;mail.crit /dev/console > *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages > security.* /var/log/security > auth.info;authpriv.info /var/log/auth.log > mail.info /var/log/maillog > lpr.info /var/log/lpd-errs > cron.* /var/log/cron > local5.* /var/log/switches.log > local6.* /var/log/pix.log > local7.* /var/log/routers.log >=20 > ------------------------------------------------------------------------= =20 > -- > Michael K. Smith NoaNet > 206.219.7116 (work) 206.579.8360 (cell) > mksmith@noanet.net http://www.noanet.net Two things. 1) Did you remember to restart the syslogd when you changed syslog.conf? Try a `killall -HUP syslogd`. 2) What level are the local(n) facilities logging at? Right now your setup will log anything with a NOTICE level to messages. Nathan --=20 GPG Public Key ID: 0x4250A04C gpg --keyserver pgp.mit.edu --recv-keys 4250A04C http://63.105.21.156/gpg_nkinkade_4250A04C.asc --dWYAkE0V1FpFQHQ3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+OsBVWZYS9EJQoEwRAliYAJ9CasEYJ897RAoV6KzYJdjySHqr0wCfdwjM sLGO3ZZg3XJJU8EV7MKPtKM= =NV+T -----END PGP SIGNATURE----- --dWYAkE0V1FpFQHQ3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 10:29:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E7537B405 for ; Fri, 31 Jan 2003 10:29:26 -0800 (PST) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1467E43E4A for ; Fri, 31 Jan 2003 10:29:21 -0800 (PST) (envelope-from barry.hawkins@allthingscomputed.com) Received: (qmail 16386 invoked from network); 31 Jan 2003 18:29:25 -0000 Received: from unknown (HELO allthingscomputed.com) (barryhawkins@[67.30.192.138]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Jan 2003 18:29:25 -0000 Date: Fri, 31 Jan 2003 13:29:21 -0500 Subject: Re: can I upgrade 4.4 to 4.7 via cvsup Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: Hal Lynch , freebsd-questions@FreeBSD.ORG To: "Sergey V. Golitzyn" From: Barry C.Hawkins In-Reply-To: <200301290244.59443.klimax@proxy.immune.isf.ru> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sergey, Are you referring to files such as those updated by mergemaster? If so, that might help Hal out. The link (English) to that page in the FreeBSD Handbook is . Regards, On Tuesday, January 28, 2003, at 06:44 PM, Sergey V. Golitzyn wrote: > yes, its possible, but after "make world"/ "make kernel" you will need > to > update some file in /etc directory, examples you can found in > /usr/src/etc/ > > Sergey V. Golitzyn > (Russia) > > On Wednesday 29 January 2003 02:32, Hal Lynch wrote: >> Is it possible/advisable to upgrade my 4.4 system >> to 4.7 either stepwise or in one jump. >> >> If so is there a blurb somewhere giving details?. >> >> hal >> >> >> 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 > > > -- Barry C. Hawkins Systems Consultant All Things Computed 404-795-9147 voice/fax barry.hawkins@allthingscomputed.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 10:32:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4993837B401 for ; Fri, 31 Jan 2003 10:32:20 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A55FE43F85 for ; Fri, 31 Jan 2003 10:32:17 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 0B212172; Fri, 31 Jan 2003 13:40:24 -0500 (EST) Reply-To: From: "JoeB" To: "Michael K. Smith" , "questions list" Subject: RE: Syslog Configuration Question Date: Fri, 31 Jan 2003 13:32:16 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) 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 Add this local5.none; local6.none; local7.none /var/log/messages -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael K. Smith Sent: Friday, January 31, 2003 1:15 PM To: questions list Subject: Syslog Configuration Question Hello All: I am trying to set up a few facilities to receive syslog info from various network devices. In all cases, not only do the arriving packets get logged to the logfile configured, but they also get logged to /var/log/messages. I would like messages to be used only for system-related issues. I have included the relevant snippets from my syslog.conf file. Could someone please help me figure out what I'm doing wrong? Thanks, Mike *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages security.* /var/log/security auth.info;authpriv.info /var/log/auth.log mail.info /var/log/maillog lpr.info /var/log/lpd-errs cron.* /var/log/cron local5.* /var/log/switches.log local6.* /var/log/pix.log local7.* /var/log/routers.log -------------------------------------------------------------------- ---- -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) mksmith@noanet.net http://www.noanet.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 Jan 31 10:35:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6D137B401 for ; Fri, 31 Jan 2003 10:35:54 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D68343E4A for ; Fri, 31 Jan 2003 10:35:53 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 1973F172; Fri, 31 Jan 2003 13:44:00 -0500 (EST) Reply-To: From: "JoeB" To: "Michael K. Smith" , "questions list" Subject: RE: Syslog Configuration Question Date: Fri, 31 Jan 2003 13:35:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) 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 Add this local5.none;local6.none;local7.none /var/log/messages No spaces between works -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael K. Smith Sent: Friday, January 31, 2003 1:15 PM To: questions list Subject: Syslog Configuration Question Hello All: I am trying to set up a few facilities to receive syslog info from various network devices. In all cases, not only do the arriving packets get logged to the logfile configured, but they also get logged to /var/log/messages. I would like messages to be used only for system-related issues. I have included the relevant snippets from my syslog.conf file. Could someone please help me figure out what I'm doing wrong? Thanks, Mike *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages security.* /var/log/security auth.info;authpriv.info /var/log/auth.log mail.info /var/log/maillog lpr.info /var/log/lpd-errs cron.* /var/log/cron local5.* /var/log/switches.log local6.* /var/log/pix.log local7.* /var/log/routers.log -------------------------------------------------------------------- ---- -- Michael K. Smith NoaNet 206.219.7116 (work) 206.579.8360 (cell) mksmith@noanet.net http://www.noanet.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 Jan 31 10:47:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF2937B401 for ; Fri, 31 Jan 2003 10:47:29 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B1C643F75 for ; Fri, 31 Jan 2003 10:47:29 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id A9B82172; Fri, 31 Jan 2003 13:55:35 -0500 (EST) Reply-To: From: "JoeB" To: "Doug Poland" , Cc: Subject: RE: copy a cd Date: Fri, 31 Jan 2003 13:47:27 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <21358.63.104.35.130.1043962150.squirrel@email.polands.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 I think your problem is this statement you made 'i don't think it is working' What do you mean by this?. The command you used copied the image.iso file to the cd. If you tried to boot from it of course it won't boot. To be able to boot you have to uncompress to ISO file into an FBSD directory tree format and the dd command does not do that. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Doug Poland Sent: Thursday, January 30, 2003 4:29 PM To: b1henning@hotmail.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: copy a cd Brian Henning said: > i am trying to copy a data cd with > dd if=/dev/acd0c of=/home/image.iso bs=2048 > i don't think it is working... i don't have the error message, but > the cd doesn't work when i burn it. > can i somehow find out for sure if bs=2048 is correct ? > is there any other info i need about the cd before i can copy it? > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-c ds.html -- Regards, Doug 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 Jan 31 10:52:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D92337B401; Fri, 31 Jan 2003 10:52:10 -0800 (PST) Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE16943F3F; Fri, 31 Jan 2003 10:52:03 -0800 (PST) (envelope-from culverk@yumyumyum.org) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.6/8.12.6) with ESMTP id h0VIol95054373; Fri, 31 Jan 2003 13:50:47 -0500 (EST) (envelope-from culverk@yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.6/8.12.6/Submit) with ESMTP id h0VIokbZ054370; Fri, 31 Jan 2003 13:50:46 -0500 (EST) (envelope-from culverk@yumyumyum.org) X-Authentication-Warning: alpha.yumyumyum.org: culverk owned process doing -bs Date: Fri, 31 Jan 2003 13:50:46 -0500 (EST) From: Kenneth Culver To: Mykroft Holmes IV Cc: Trent Nelson , , Subject: Re: ATA66 compatible CD/DVD burners In-Reply-To: <1044026615.30424.5.camel@ticking.explosive.mail.net> Message-ID: <20030131134947.F54363-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-1.9 required=5.0 tests=IN_REP_TO,X_AUTH_WARNING,DOUBLE_CAPSWORD,AWL version=2.31 Sender: owner-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 are none currently. The solution is to use your secondary IDE > channel for your optical drives, your Primary IDE channel for your boot > drive and a secondary controller (They're dirt cheap, like $25) for any > other drives. Keeping your Hard drives at 1/channel improves > performance, since IDE doesn't handle multiple units/channel well. And > this way you keep any optical drives on a single channel, so they don't > drag the speed down for your other drives. > > Personally, I run with this set up on my main desktop: > > IDE0(ATA66): 1 ATA/33 HDD (Drive only supports ATA33, boot drive) > IDE1(ATA66): 1 8x CD-RW, 1 36x CD-ROM > IDE2 (ATA100): 1 ATA100 HDD (Data+ XP Swap) > Actually, this isn't true though. My dvd drive (Lite-on generic brand) is ATA 66. I don't know which burners are ata 66 though, my tdk 48x burner is still ata 33 so it drags my ata66 dvd drive down to ata 33. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 10:55:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EEB137B401 for ; Fri, 31 Jan 2003 10:55:58 -0800 (PST) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B53143F43 for ; Fri, 31 Jan 2003 10:55:57 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id 73442219C1D for ; Fri, 31 Jan 2003 18:55:31 +0000 (UTC) Received: from fortytwo. (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-2.hotpop.com (Postfix) with SMTP id B79B41B8C30 for ; Fri, 31 Jan 2003 03:54:53 +0000 (UTC) Date: Thu, 30 Jan 2003 16:57:14 -0600 From: kitsune To: freebsd-questions@FreeBSD.ORG Subject: Re: ssh & ipfw Message-Id: <20030130165714.75c5c6a1.kitbsdlists@HotPOP.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Do a man on natd and look at port redirection... To do it in rc.conf you should add to the natd_flag="" line... -redirect_port tcp_or_udp address_of_target_machine:port_on_target_machine incoming_port_on_the_router here is a example here... "-redirect_port tcp 192.168.0.2:22 6822 -redirect_port udp 192.168.0.2:22 6822" what this will do is redirect all tcp/udp packets coming in on port 6822 to 192.168.0.2:22 On Thu, 30 Jan 2003 22:06:45 -0500 Pete C wrote: any quick pointers for how to go about setting up ssh though ipfw on a gateway/router running nat to one of the internal machines ? (FreeBSD on both the router and internal machine) after a quick search of the available resourses (Google/BSD, mail archives, etc) I'm thinking it should be easier that this ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11: 0:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB73637B401 for ; Fri, 31 Jan 2003 11:00:39 -0800 (PST) Received: from web41006.mail.yahoo.com (web41006.mail.yahoo.com [66.218.93.5]) by mx1.FreeBSD.org (Postfix) with SMTP id A374E43F43 for ; Fri, 31 Jan 2003 11:00:39 -0800 (PST) (envelope-from josepha48@yahoo.com) Message-ID: <20030131190039.41049.qmail@web41006.mail.yahoo.com> Received: from [4.20.162.7] by web41006.mail.yahoo.com via HTTP; Fri, 31 Jan 2003 11:00:39 PST Date: Fri, 31 Jan 2003 11:00:39 -0800 (PST) From: Joe Subject: swapinfo shows 0 0 Nan% and no device To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have created a file swap0 in /usr/local/swapfiles I then ran vnconfig -e /dev/vn0b /usr/local/swapfiles/swap0 swap When I look at the output from swapinfo It shows Device 1K-blocks Used Avail Capacity Type 0 0 0 Nan% Interleaved Any ideas on why this is? I'm using Freebsd 4.7 Thanks, Joe __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 31 11: 3:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7076437B407 for ; Fri, 31 Jan 2003 11:03:39 -0800 (PST) Received: from flatiron.instantemail.net (naturalcom-gw.avl.rocketlauncher.net [209.95.78.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8DC643E4A for ; Fri, 31 Jan 2003 11:03:37 -0800 (PST) (envelope-from benwilliams@instantemail.net) Received: from reliable-2000 (flatiron.instantemail.net [209.95.72.149]) by flatiron.instantemail.net (8.9.3/8.9.3) with ESMTP id TAA64040; Fri, 31 Jan 2003 19:03:21 GMT Date: Fri, 31 Jan 2003 14:03:23 -0500 From: Ben Williams X-Mailer: The Bat! (v1.61) Personal Reply-To: Ben Williams X-Priority: 3 (Normal) Message-ID: <992256554.20030131140323@instantemail.net> To: Pascal Giannakakis Cc: =?ISO-8859-15?B?QW5kcmVhcyBXaWRlcvhlIEFuZGVyc2Vu?= , freebsd-questions@freebsd.org Subject: Re[2]: X server for Windows In-Reply-To: <3E3A7530.10301@gmx.net> References: <5.2.0.9.0.20030131095322.00b38858@mail.pragma.no> <30228016049.20030131041408@instantemail.net> <3E3A7530.10301@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 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 Friday, January 31, 2003, 8:08:00 AM, you wrote: PG> Ben Williams schrieb: >> Friday, January 31, 2003, 3:55:02 AM, you wrote: >> >> AWA> Hi, >> AWA> I need to connect to my FreeBSD box from a Windows PC using some kind of X >> AWA> server for Windows. I was wondering if someone could be so kind and give me >> AWA> a few recommendations? >> >> AWA> I only need a simple server, no print or stuff - just the plain (vnc-like) >> AWA> thing. >> >> AWA> Thanks! >> AWA> /Andreas >> >> X-Win32 by Starnet is the nicest win32 X Server I've seen, but you have to >> buy it after the trial's up. >> >> If you're into hacking around at things a bit there's an X Server >> that'll run on cygwin (free) too. This is what I use. PG> Could you elaborate on Cygwin, please? Is there a tutorial on setup PG> available (for X-Server, not Cygwin)? I remember i tried this long time PG> ago, but couldn't manage to run it. Don't have time to look up my exact steps right now, but I believe all I needed to do was install the X stuff listed in the cygwin setup.exe I modified my startxwin.bat script to call wmaker as the window manager too cause IMO the default wm that comes with it (twm I think) sucks very much badly. The biggest issue I've had with using a cygwin X server is that it maintains a seperate clipboard so copy/paste between win32 and the X server involves an intermediate file. -- Ben mailto:benwilliams@instantemail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11: 8:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 501EB37B401 for ; Fri, 31 Jan 2003 11:08:42 -0800 (PST) Received: from c009.snv.cp.net (h018.c009.snv.cp.net [209.228.34.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 76F8E43F79 for ; Fri, 31 Jan 2003 11:08:39 -0800 (PST) (envelope-from jdroflet@canada.com) Received: (cpmta 2205 invoked from network); 31 Jan 2003 11:08:38 -0800 Received: from 209.228.34.125 (HELO mail.canada.com.criticalpath.net) by smtp.canada.com (209.228.34.131) with SMTP; 31 Jan 2003 11:08:38 -0800 X-Sent: 31 Jan 2003 19:08:38 GMT Received: from [66.207.104.54] by mail.canada.com with HTTP; Fri, 31 Jan 2003 11:08:35 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: wmoran@potentialtech.com, freebsd-questions@FreeBSD.ORG Cc: freebsd-questions@FreeBSD.ORG From: jdroflet@canada.com Subject: Re: PPtP Client to MPD to boxes behind NATD are very slow ?? X-Sent-From: jdroflet@canada.com Date: Fri, 31 Jan 2003 11:08:35 -0800 (PST) X-Mailer: Web Mail 5.2.0-3_sol28 Message-Id: <20030131110838.7849.h012.c009.wm@mail.canada.com.criticalpath.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 Fri, 31 Jan 2003 10:23:37 -0800 (PST), Bill Moran wrote: > [could you wrap lines around 72 chars or so, please] Sorry about that. > >>>After connecting via VPN I can get decent throughput from the MPD > host but > >> > very poor speed from anything past it. > >>What do you mean by this? We use MPD off and on, and (honestly) it is just slow. > > From other posts I knew MPD would be slow but what concerns me is that it is how much slower it is beyond the mpd host itself, see test results below. > I'm not sure I understand your test results. > Are you saying > PPTP client <--> MPD machine <---> "other host" > ? > If so, is "other host" on the Internet, or on your > local network? Other host is on the local network behind the MPD box and transfers files at a slower rate over the PPtP connection than a transfer from the MPD box. I also have the 'other host' aliased to a public IP address so thats how I got the baseline from it. > We've seen that trying to route through the MPD > machine to the internet is terribly slow, but > haven't noticed any problems with routing to the > local network. > Did you check the box on the MS side to say > "use gateway on remote network"? Nope. > > >>>A separte public IP is redirected to a 4.7 RELEASE box on the inside. > >>>Client(s) tested with have been Windows 2000 SP2 and SP3 from 2 > different ADSL Lines. > >>> > >>>client-----1.2.3.4 MPD/NATD 172.16.105.80------172.16.105.66 / > 5.6.7.8 Redirected from 1.2.3.4 > >>> > >>>Tests using Penguinet SCP and a 1.9 MB ZIP file. > >>>Baseline Download the file from the public IP's > >>>1.2.3.4 -> client 180 kBs > >>>5.6.7.8 -> client 180 kBs > >>> > >>>Now test via the PPtP. 172.16.105.80 aka. 1.2.3.4 -> client 84 kBs **** 172.16.105.66 aka. 5.6.7.8 -> client 35 kBs **** These are the results that don't make sense. > > I see now. > We haven't tested this extensively. We've only seen it when routing > into the VPN, just to > go back out on the Internet (which seemed a silly thing to do). NO I'm not trying to go back out onto the Internet but could if you wanted to make sure your remote workers were safe behind your firewall - but thats a policy/procedure discussion and not for this one :) > > > Actually I used SCP on the second test so as not to skew things, in > normal operations we won't > > be. My concern is test to 172.16.105.66. What > > would make it perform worse than to 172.16.105.80 ? In my mind they > should be same, like the public IP tests. > > Apparently, something in MPD isn't working as efficiently as it should. > > > It also shows Transmit Errors=0 Receive Errors=xx <- increments at a > slow rate when connected. > > Ok, now this is something. We need to find out the nature of the errors and fix it. > > I'm very interested in getting this working better for the same reason > that you are. I'm going to set up a test network here and see what I > can figure out. I'll keep in touch with you on my findings if you agree to do the same. Certainly, I wonder if Archie Cobbs is out there today :) Here's a recap, File downloads to the remote client are much slower from a box(es) on the same network as the MPD server/Gateway than from the MPD server itself. MPD server is also running Natd and IPFW in OPEN mode for this testing. Have adjusted the MTU down to as low as 1350 with no difference in performance. ng0 does display an MTU of 1350 when the tunnel is up. Have tried with compression on/off - no change. On the W2K Network status I see a steady increase on 'Receive Errors' when the PPtP is up. Transmit errors=0 Could it be something to do with NATd ? Since I'm already behind on this by 4 days I think I'll do up a test network without NAT and see. If someone can read a tcpdump I can do one of those too. Let me know from which box and what options. Thanks, John. __________________________________________________________ Get your FREE personalized e-mail at http://www.canada.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11: 8:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D2E37B405 for ; Fri, 31 Jan 2003 11:08:42 -0800 (PST) Received: from c009.snv.cp.net (h018.c009.snv.cp.net [209.228.34.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 76BA143F75 for ; Fri, 31 Jan 2003 11:08:39 -0800 (PST) (envelope-from jdroflet@canada.com) Received: (cpmta 2205 invoked from network); 31 Jan 2003 11:08:38 -0800 Received: from 209.228.34.125 (HELO mail.canada.com.criticalpath.net) by smtp.canada.com (209.228.34.131) with SMTP; 31 Jan 2003 11:08:38 -0800 X-Sent: 31 Jan 2003 19:08:38 GMT Received: from [66.207.104.54] by mail.canada.com with HTTP; Fri, 31 Jan 2003 11:08:35 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: wmoran@potentialtech.com, freebsd-questions@FreeBSD.ORG Cc: freebsd-questions@FreeBSD.ORG From: jdroflet@canada.com Subject: Re: PPtP Client to MPD to boxes behind NATD are very slow ?? X-Sent-From: jdroflet@canada.com Date: Fri, 31 Jan 2003 11:08:35 -0800 (PST) X-Mailer: Web Mail 5.2.0-3_sol28 Message-Id: <20030131110838.7849.h012.c009.wm@mail.canada.com.criticalpath.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 Fri, 31 Jan 2003 10:23:37 -0800 (PST), Bill Moran wrote: > [could you wrap lines around 72 chars or so, please] Sorry about that. > >>>After connecting via VPN I can get decent throughput from the MPD > host but > >> > very poor speed from anything past it. > >>What do you mean by this? We use MPD off and on, and (honestly) it is just slow. > > From other posts I knew MPD would be slow but what concerns me is that it is how much slower it is beyond the mpd host itself, see test results below. > I'm not sure I understand your test results. > Are you saying > PPTP client <--> MPD machine <---> "other host" > ? > If so, is "other host" on the Internet, or on your > local network? Other host is on the local network behind the MPD box and transfers files at a slower rate over the PPtP connection than a transfer from the MPD box. I also have the 'other host' aliased to a public IP address so thats how I got the baseline from it. > We've seen that trying to route through the MPD > machine to the internet is terribly slow, but > haven't noticed any problems with routing to the > local network. > Did you check the box on the MS side to say > "use gateway on remote network"? Nope. > > >>>A separte public IP is redirected to a 4.7 RELEASE box on the inside. > >>>Client(s) tested with have been Windows 2000 SP2 and SP3 from 2 > different ADSL Lines. > >>> > >>>client-----1.2.3.4 MPD/NATD 172.16.105.80------172.16.105.66 / > 5.6.7.8 Redirected from 1.2.3.4 > >>> > >>>Tests using Penguinet SCP and a 1.9 MB ZIP file. > >>>Baseline Download the file from the public IP's > >>>1.2.3.4 -> client 180 kBs > >>>5.6.7.8 -> client 180 kBs > >>> > >>>Now test via the PPtP. 172.16.105.80 aka. 1.2.3.4 -> client 84 kBs **** 172.16.105.66 aka. 5.6.7.8 -> client 35 kBs **** These are the results that don't make sense. > > I see now. > We haven't tested this extensively. We've only seen it when routing > into the VPN, just to > go back out on the Internet (which seemed a silly thing to do). NO I'm not trying to go back out onto the Internet but could if you wanted to make sure your remote workers were safe behind your firewall - but thats a policy/procedure discussion and not for this one :) > > > Actually I used SCP on the second test so as not to skew things, in > normal operations we won't > > be. My concern is test to 172.16.105.66. What > > would make it perform worse than to 172.16.105.80 ? In my mind they > should be same, like the public IP tests. > > Apparently, something in MPD isn't working as efficiently as it should. > > > It also shows Transmit Errors=0 Receive Errors=xx <- increments at a > slow rate when connected. > > Ok, now this is something. We need to find out the nature of the errors and fix it. > > I'm very interested in getting this working better for the same reason > that you are. I'm going to set up a test network here and see what I > can figure out. I'll keep in touch with you on my findings if you agree to do the same. Certainly, I wonder if Archie Cobbs is out there today :) Here's a recap, File downloads to the remote client are much slower from a box(es) on the same network as the MPD server/Gateway than from the MPD server itself. MPD server is also running Natd and IPFW in OPEN mode for this testing. Have adjusted the MTU down to as low as 1350 with no difference in performance. ng0 does display an MTU of 1350 when the tunnel is up. Have tried with compression on/off - no change. On the W2K Network status I see a steady increase on 'Receive Errors' when the PPtP is up. Transmit errors=0 Could it be something to do with NATd ? Since I'm already behind on this by 4 days I think I'll do up a test network without NAT and see. If someone can read a tcpdump I can do one of those too. Let me know from which box and what options. Thanks, John. __________________________________________________________ Get your FREE personalized e-mail at http://www.canada.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11:18:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A628937B401 for ; Fri, 31 Jan 2003 11:18:12 -0800 (PST) Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E33B43F75 for ; Fri, 31 Jan 2003 11:18:12 -0800 (PST) (envelope-from mksmith@noanet.net) Received: from noanet.net ([64.146.175.65]) by chimera.noanet.net (8.12.2/8.12.2) with SMTP id h0VJI7c2011256; Fri, 31 Jan 2003 11:18:07 -0800 (PST) Date: Fri, 31 Jan 2003 11:18:38 -0800 Subject: Re: Syslog Configuration Question Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: "questions list" To: From: "Michael K. Smith" In-Reply-To: Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-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, January 31, 2003, at 10:35 AM, JoeB wrote: > Add this > > local5.none;local6.none;local7.none /var/log/messages > No spaces between works > > Thanks for the info above. Are there any important system messages that will be caught by this? I wouldn't want to miss something because I had stopped logging to messages for those facilities. Thanks, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11:18:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5473437B401 for ; Fri, 31 Jan 2003 11:18:34 -0800 (PST) Received: from fmx1.freemail.hu (fmx1.freemail.hu [195.228.242.221]) by mx1.FreeBSD.org (Postfix) with SMTP id 6029E43E4A for ; Fri, 31 Jan 2003 11:18:33 -0800 (PST) (envelope-from gannater@freemail.hu) Received: (qmail 55514 invoked from network); 31 Jan 2003 20:18:21 +0100 Received: from fm13.freemail.hu (195.228.242.214) by fmx1.freemail.hu with SMTP; 31 Jan 2003 20:18:21 +0100 Received: (qmail 50208 invoked by uid 3644897); 31 Jan 2003 20:18:20 +0100 Date: Fri, 31 Jan 2003 20:18:20 +0100 (CET) From: =?ISO-8859-2?Q?Gannater_J=E1nos?= Subject: WebSSL To: BSD Message-ID: X-Originating-IP: [62.201.88.107] X-HTTP-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I would like to set up ssl for my webserver. Altohught I want to use my non-secure webserve as well. How can I do this? Is it better to install Apche 2.0 then 1.3? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11:18:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4809737B401 for ; Fri, 31 Jan 2003 11:18:38 -0800 (PST) Received: from hotmail.com (f266.law8.hotmail.com [216.33.240.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0353043F75 for ; Fri, 31 Jan 2003 11:18:38 -0800 (PST) (envelope-from hades_d@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 31 Jan 2003 11:18:37 -0800 Received: from 213.112.42.68 by lw8fd.law8.hotmail.msn.com with HTTP; Fri, 31 Jan 2003 19:18:37 GMT X-Originating-IP: [213.112.42.68] From: "Alex A" To: freebsd-questions@FreeBSD.ORG Subject: growfs / fbsd 4.7 Date: Fri, 31 Jan 2003 20:18:37 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 31 Jan 2003 19:18:37.0893 (UTC) FILETIME=[8E746750:01C2C95D] Sender: owner-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 finally succeded in adding a new drive to my "concat" volume (by attaching it as a subdisk) but when I try to use 'growfs" it says: "growfs: wtfs: write error: 160809993: Undefined error: 0" 'growfs -N xxx' gives no errors. What is preventing me from growing my file system? Any help would be very appreciated. _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11:20:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB9A937B401 for ; Fri, 31 Jan 2003 11:20:34 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78AC43F75 for ; Fri, 31 Jan 2003 11:20:33 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h0VJLxT5001824; Fri, 31 Jan 2003 14:22:00 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3ACC2D.5020506@potentialtech.com> Date: Fri, 31 Jan 2003 14:19:09 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jay Sern Liew Cc: freebsd-questions@freebsd.org Subject: Re: restricting user's directory listing and changing References: <1044035168.3e3ab660cc8d5@horde-send.sendtech.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 Jay Sern Liew wrote: > Greetings. > > Basically, I have this group of users, that I give SSH/SFTP access, but I > don't want them to be able to see the complete file hierarchy and ``cd'' to > them. I just want a user to be able to access the user's home, and that's it Look at the docs on the chroot command, this is what you want (I think) I'm not 100% sure how to make sshd do a chroot when you log in, but I'd be real surprised if it's terribly difficult to do. > Has anyone wanted to do this before? Absolutely, this is very common. > I was thinking, or maybe I > could redirect that group of users to use a different version of the command > ``cd'' and ``ls'' so that it will only work within their home directories. You could, but that's probably a more difficult solution. -- Bill Moran Potential Technologies 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 Jan 31 11:21:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81EFB37B401 for ; Fri, 31 Jan 2003 11:21:10 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC3D843F43 for ; Fri, 31 Jan 2003 11:21:09 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <2003013119210905100hrcahe>; Fri, 31 Jan 2003 19:21:09 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h0VJL89s057383; Fri, 31 Jan 2003 14:21:08 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h0VJL7wp057380; Fri, 31 Jan 2003 14:21:07 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: yew chin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvsup problem with "premature EOF from server" References: <20030130212111.16376.qmail@web11206.mail.yahoo.com> From: Lowell Gilbert Date: 31 Jan 2003 14:21:07 -0500 In-Reply-To: <20030130212111.16376.qmail@web11206.mail.yahoo.com> Message-ID: <441y2t3z30.fsf@be-well.ilk.org> Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yew chin writes: > --- Lowell Gilbert > wrote: > > yew chin writes: > > > > > Connected to cvsup14.freebsd.org > > > Server software version: SNAP_16_1e > > > > If I recall correctly, that's an out-of-date version > > of the server > > software. I don't see why it would cause this > > particular symptom, but > > perhaps you should try a different server and see if > > the problem > > occurs there too. > > > Thanks for helping me. > I already try to cvsup for at least 6 different > server. > But I still have the same problem. > Is that maybe i have an out of date cvsup client? An out-of-date cvsup client definitely won't work; the last update was due to a security problem. At least, I *think* that's how I remember it. I may not have had enough coffee today... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11:21:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF9D337B401 for ; Fri, 31 Jan 2003 11:21:39 -0800 (PST) Received: from g38.rdsbv.ro (g38.rdsbv.ro [193.231.237.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C5F43F3F for ; Fri, 31 Jan 2003 11:21:39 -0800 (PST) (envelope-from g38@rdsbv.ro) Received: from kgb.rdsbv.ro (dzerjinski.kgb.ro [193.231.237.196]) by g38.rdsbv.ro (Postfix) with ESMTP id 7A6FE9C18 for ; Fri, 31 Jan 2003 21:21:36 +0200 (EET) Content-Type: text/plain; charset="us-ascii" From: Petre Bandac Reply-To: g38@rdsbv.ro Organization: g38 To: freebsd-questions@freebsd.org Subject: eterm key bindings Date: Fri, 31 Jan 2003 21:21:37 +0200 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301312121.37891.g38@rdsbv.ro> Sender: owner-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 enlightenment and eterm as shell console I want my del key to act like del (not like backspace) and home/end as=20 home/end - now when I press one oh those I get a ~ symbol where and what should I modify ? thanks, petre ps - and somewhat offtopic :) - after I built the kernel (the very first = time=20 on a bsd machine - though I've recompiled hundreds of linux kernels) - I= get=20 the following error kgb# /usr/libexec/locate.updatedb=20 sort: -: write error: Broken pipe what might be the cause ? --=20 9:18PM up 42 mins, 3 users, load averages: 0.26, 0.14, 0.14 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11:22: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6476437B401 for ; Fri, 31 Jan 2003 11:22:02 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id D568A43E4A for ; Fri, 31 Jan 2003 11:22:01 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <2003013119220105200dupske>; Fri, 31 Jan 2003 19:22:01 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h0VJM09s057395 for ; Fri, 31 Jan 2003 14:22:00 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h0VJM03x057392; Fri, 31 Jan 2003 14:22:00 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: sysinstall suddenly quitting References: From: Lowell Gilbert Date: 31 Jan 2003 14:22:00 -0500 In-Reply-To: Message-ID: <44wukl2kh3.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Randy Schultz writes: > Hey all, > > I've got a 4.6 system that I'm trying to get to 4.7. I've dropped on the > sysinstall from 4.7(per the docs). I run it as > "/stand/sysinstall installUpgrade". When I get to the "Choose Installation > Media" screen I go into Options to change the Release Name. Regardless of > what I do on this screen, in fact even if I do nothing at all, when I press > 'Q' to quit sysinstall exits, dropping right to the commandline. On the > screen it says "chflags'ing old binaries - please wait". There doesn't > seem to be anything about this in docs or list/newsgroup archives and I've > tried a number of different things - making sure I'm root, perms on chflags, > getting chflags from the 4.7 dist, even different term types and keyboards > (hey - maybe there was some weird key bounce going on ;). I'm guessing > PEBCAK but am not sure where to look. This shouldn't matter, but what happens if you actually boot from the install floppies instead? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11:24:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E2537B401 for ; Fri, 31 Jan 2003 11:24:47 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2862C43F3F for ; Fri, 31 Jan 2003 11:24:46 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h0VJQBT5001827; Fri, 31 Jan 2003 14:26:11 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3ACD29.7060108@potentialtech.com> Date: Fri, 31 Jan 2003 14:23:21 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jdroflet@canada.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPtP Client to MPD to boxes behind NATD are very slow ?? References: <20030131110838.7849.h012.c009.wm@mail.canada.com.criticalpath.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 jdroflet@canada.com wrote: > If someone can read a tcpdump I can do one of those too. Let me know > from which box and what options. I would be interested to see a tcpdump such as tcpdump -i ng0 > file.txt done on the MPD machine while you're transferring a small file. You'll probably want to send me this off-list, as it may get big. I may want to see other dumps as well, but I may also be able to get them off my own test setup (once it's ready). -- Bill Moran Potential Technologies 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 Jan 31 11:28:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E343137B401 for ; Fri, 31 Jan 2003 11:28:28 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B61043F85 for ; Fri, 31 Jan 2003 11:28:28 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <2003013119282705200dtv51e>; Fri, 31 Jan 2003 19:28:28 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h0VJSR9s057430 for ; Fri, 31 Jan 2003 14:28:27 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h0VJSQ3I057427; Fri, 31 Jan 2003 14:28:26 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: Limiting memory usage of a certain process. References: <3E3A8791.D9A3730@web.de> <20030131155833.GA88568@ei.bzerk.org> <3E3AA3BD.7B748BD3@web.de> From: Lowell Gilbert Date: 31 Jan 2003 14:28:26 -0500 In-Reply-To: <3E3AA3BD.7B748BD3@web.de> Message-ID: <44r8at2k6d.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Florian Lorenzen writes: > Yep, I mean login class and I ran cap_mkdb afterwards. > > Any other hints? What does limits(1) tell you? > Florian > > > > I tried to limit core-use of mldonkey by putting it into a seperate > > > login group with a lowered maxmemorysize but that had no effect. I also > > > niced it up, but that has no effect on swap usage, of course. > > > > When you put it in a separate login class (you do mean class, not group, > > do you?) did you run the command "cap_mkdb login.conf"? > > 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 Jan 31 11:30:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E726237B401 for ; Fri, 31 Jan 2003 11:30:56 -0800 (PST) Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A27B43E4A for ; Fri, 31 Jan 2003 11:30:54 -0800 (PST) (envelope-from cls@raggedclown.net) Received: from [212.238.197.102] (helo=mailhost.raggedclown.net) by post-20.mail.nl.demon.net with esmtp (Exim 3.36 #1) id 18egsG-000AZq-00 for freebsd-questions@freebsd.org; Fri, 31 Jan 2003 19:30:52 +0000 Received: from localhost (localhost [127.0.0.1]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 738E91A17 for ; Fri, 31 Jan 2003 20:30:51 +0100 (CET) Received: from willow.raggedclown.net (willow.raggedclown.intra [192.168.1.10]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [dawn]) with ESMTP id 682BAF09 for ; Fri, 31 Jan 2003 20:30:40 +0100 (CET) Received: by willow.raggedclown.net (Ragged Clown Host [willow], from userid 1009) id 0C57322593; Fri, 31 Jan 2003 20:30:41 +0100 (CET) Date: Fri, 31 Jan 2003 20:30:41 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: restricting user's directory listing and changing Message-ID: <20030131193041.GB1019@raggedclown.net> References: <1044035168.3e3ab660cc8d5@horde-send.sendtech.net> <3E3ACC2D.5020506@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E3ACC2D.5020506@potentialtech.com> User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS 0.3.12pre8 Sender: owner-freebsd-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, Jan 31, 2003 at 02:19:09PM -0500, Bill Moran wrote: > Jay Sern Liew wrote: > >Greetings. > > > > Basically, I have this group of users, that I give SSH/SFTP access, > > but I > >don't want them to be able to see the complete file hierarchy and ``cd'' to > >them. I just want a user to be able to access the user's home, and that's > >it > > Look at the docs on the chroot command, this is what you want (I think) > I'm not 100% sure how to make sshd do a chroot when you log in, but I'd > be real surprised if it's terribly difficult to do. > > >Has anyone wanted to do this before? > > Absolutely, this is very common. > > >I was thinking, or maybe I > >could redirect that group of users to use a different version of the > >command > >``cd'' and ``ls'' so that it will only work within their home directories. > > You could, but that's probably a more difficult solution. > WIth "cd" it's effectively impossible to write a replacement for it. It's builtin into the shell, any program/script that does a cd cannot affect the current directory that is the parent of that script. -- Regards Cliff Sarginson The Netherlands [ This mail has been checked as virus-free ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11:48:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A771937B401 for ; Fri, 31 Jan 2003 11:48:51 -0800 (PST) Received: from otto.moris.org (otto.moris.org [65.39.144.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id B716443E4A for ; Fri, 31 Jan 2003 11:48:50 -0800 (PST) (envelope-from slee@ile-maurice.com) Received: from otto.moris.org (localhost.moris.org [127.0.0.1]) by otto.moris.org (8.12.6/8.12.6) with ESMTP id h0VJmijP066141; Fri, 31 Jan 2003 14:48:44 -0500 (EST) (envelope-from slee@ile-maurice.com) Received: from localhost (slee@localhost) by otto.moris.org (8.12.6/8.12.3/Submit) with ESMTP id h0VJmieh066138; Fri, 31 Jan 2003 14:48:44 -0500 (EST) (envelope-from slee@ile-maurice.com) X-Authentication-Warning: otto.moris.org: slee owned process doing -bs Date: Fri, 31 Jan 2003 14:48:44 -0500 (EST) From: Stephane Lee X-X-Sender: slee@otto.moris.org To: Jay Sern Liew Cc: freebsd-questions@FreeBSD.ORG Subject: Re: restricting user's directory listing and changing In-Reply-To: <1044035168.3e3ab660cc8d5@horde-send.sendtech.net> Message-ID: <20030131144801.D66132-100000@otto.moris.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 may want to check the restricted bash. http://www.gnu.org/manual/bash-2.05a/html_node/bashref_75.html On Fri, 31 Jan 2003, Jay Sern Liew wrote: > Greetings. > > Basically, I have this group of users, that I give SSH/SFTP access, but I > don't want them to be able to see the complete file hierarchy and ``cd'' to > them. I just want a user to be able to access the user's home, and that's it. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 11:49:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D30837B401 for ; Fri, 31 Jan 2003 11:49:55 -0800 (PST) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B02343F85 for ; Fri, 31 Jan 2003 11:49:53 -0800 (PST) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id h0VJno006874; Fri, 31 Jan 2003 21:49:50 +0200 Message-Id: <200301311949.h0VJno006874@lv.raad.tartu.ee> Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 31 Jan 03 21:49:16 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 31 Jan 03 21:48:50 +0200 From: "Toomas Aas" Organization: Tartu City Government To: Alex , questions@freebsd.org Date: Fri, 31 Jan 2003 21:48:41 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Apache 2.x conf with SSL startup problem In-reply-to: <18927333914.20030131183145@dds.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 Hi! > During the creation i was asked for a password. Apache asks for this > password when it starts up. It doesn't print a request message on > the screen and I don't always have physical access to the machine so > i need to get the password to it some other way. Just create a private key without a passphrase, so you won't be prompted for one during server startup. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * No problem is so big that it can't be run away from. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 12:13:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D4DE37B401 for ; Fri, 31 Jan 2003 12:13:57 -0800 (PST) Received: from p08.es.uci.edu (p08.es.uci.edu [128.200.73.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE19243F43 for ; Fri, 31 Jan 2003 12:13:56 -0800 (PST) (envelope-from michaew@uci.edu) Received: from webmail.uci.edu (webmail3-73c.es.uci.edu [128.200.73.140]) by p08.es.uci.edu (8.11.6/8.11.6) with SMTP id h0VKDoS00932 for ; Fri, 31 Jan 2003 12:13:50 -0800 MIME-Version: 1.0 Date: Fri, 31 Jan 2003 12:13:51 -0800 From: michaew@uci.edu Message-Id: <1044044031.smmsdV1.1.2@smtp.uci.edu> To: freebsd-questions@FreeBSD.ORG Subject: Installation Problem 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'm trying to install release 5.0 on an i386 system with a P100 processor with native windows 95 on the hard disk. I have 16mb ram and a 1.2GB IDE Wester Digital Caviar. Because the computer does not support CD booting and I have not been able to find a way to change boot order in the bios, I created boot disks as described in the install.txt. The kernel and the mfsroot load fine, but when it boots the kernel it freezes on the line "Mounting root from ufs:dev/md0/stand/sysinstall running as init on vty0." It is detecting my cd-rom drive, which is a secondary slave. Any help would be appreciated. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 12:14:21 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72FF637B401 for ; Fri, 31 Jan 2003 12:14:20 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADF3E43E4A for ; Fri, 31 Jan 2003 12:14:15 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a170.otenet.gr [212.205.215.170]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0VKE0Vq004443; Fri, 31 Jan 2003 22:14:01 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0VKDx4l025522; Fri, 31 Jan 2003 22:13:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0VKDvs6025521; Fri, 31 Jan 2003 22:13:57 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 31 Jan 2003 22:13:57 +0200 From: Giorgos Keramidas To: bastill@adam.com.au Cc: Lowell Gilbert , freebsd-questions@FreeBSD.ORG Subject: Re: Ooops. Message-ID: <20030131201357.GA18381@gothmog.gr> References: <005601c2c8c5$47735b10$6501a8c0@grant> <1043981504.3e39e4c0b6e66@webmail.adam.com.au> <44znpinhl7.fsf@be-well.ilk.org> <1043983614.3e39ecfecd509@webmail.adam.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043983614.3e39ecfecd509@webmail.adam.com.au> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-31 13:56, bastill@adam.com.au wrote: > Quoting Lowell Gilbert : > > bastill@adam.com.au writes: > > Can you explain what you think is a problem? > > Well - it's happened to two uf us in the past month! In both cases > the operator was copying files from one drive to another and wished > to delete files from the second drive on which the copy resided. > In both cases rm -rf removed both copy AND source! :-( You should keep a log of the commands (if possible) when things like this happen. It was probably caused by trying to `rm -fr .*' which will match all the .dotfiles in the current directory, but will also match `..', the hard link to the parent directory. This is a very easy way to delete recursively everything on the current installation when it happens in /home or /usr or other filesystems directly mounted under /, the root filesystem. > Unfortunately, rm -rf home removed home from the source /usr > directory as well! :-( I presume that this was due to /home being > a symlink to /usr/home, and somehow that link remained, so that -r > referred to everything below the symlink as well as to the directory > I was trying to remove. > > Whatever the explanation, IMHO rm -r should NOT do this by default. As far as I know, it doesn't. You should show use a minimal set of commands that reproduces the bug. This will help anyone with a bit of C knowledge to track it down in the rm(1) source and fix it. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 12:21:42 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00CA837B405 for ; Fri, 31 Jan 2003 12:21:34 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 187C743FBF for ; Fri, 31 Jan 2003 12:21:28 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h0VKLPT5001876; Fri, 31 Jan 2003 15:21:26 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3ADA1B.5020304@potentialtech.com> Date: Fri, 31 Jan 2003 15:18:35 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas Cc: bastill@adam.com.au, Lowell Gilbert , freebsd-questions@FreeBSD.ORG Subject: Re: Ooops. References: <005601c2c8c5$47735b10$6501a8c0@grant> <1043981504.3e39e4c0b6e66@webmail.adam.com.au> <44znpinhl7.fsf@be-well.ilk.org> <1043983614.3e39ecfecd509@webmail.adam.com.au> <20030131201357.GA18381@gothmog.gr> 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 Giorgos Keramidas wrote: >>Unfortunately, rm -rf home removed home from the source /usr >>directory as well! :-( I presume that this was due to /home being >>a symlink to /usr/home, and somehow that link remained, so that -r >>referred to everything below the symlink as well as to the directory >>I was trying to remove. >> >>Whatever the explanation, IMHO rm -r should NOT do this by default. > > > As far as I know, it doesn't. You should show use a minimal set of > commands that reproduces the bug. This will help anyone with a bit of > C knowledge to track it down in the rm(1) source and fix it. I've been quietly following this thread since it started and ... I can't reproduce this behaviour. I've created and deleted I don't know how many test directories and symlinks and I can't get it to do what you're claiming it did. He's absolutely correct. Without the _exact_ command that you used, it's going to be very hard to figure out what went wrong. Are you using a shell that keeps a command history (i.e. bash)? If so, can you get us the exact command that you issued? -- Bill Moran Potential Technologies 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 Jan 31 12:47: 7 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4515937B401 for ; Fri, 31 Jan 2003 12:47:02 -0800 (PST) Received: from darkpossum.medill.northwestern.edu (darkpossum.medill.northwestern.edu [129.105.51.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 473B143FC2 for ; Fri, 31 Jan 2003 12:47:01 -0800 (PST) (envelope-from possum@darkpossum.medill.northwestern.edu) Received: from darkpossum.medill.northwestern.edu (2f3c9a2e3e2f35dfeeedfd11cbadd187@localhost.medill.northwestern.edu [127.0.0.1]) by darkpossum.medill.northwestern.edu (8.12.6/8.12.6) with ESMTP id h0VKbBXN030192; Fri, 31 Jan 2003 14:37:11 -0600 (CST) (envelope-from possum@darkpossum.medill.northwestern.edu) Received: (from possum@localhost) by darkpossum.medill.northwestern.edu (8.12.6/8.12.6/Submit) id h0VKbBEE030191; Fri, 31 Jan 2003 14:37:11 -0600 (CST) Date: Fri, 31 Jan 2003 14:37:11 -0600 From: Redmond Militante To: JoeB , freebsd-questions@freebsd.org Subject: Re: please comment on my nat/ipfw rules (resent) Message-ID: <20030131203711.GI29383@darkpossum> Reply-To: Redmond Militante References: <20030131131815.GA9488@darkpossum> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="D6z0c4W1rkZNF4Vu" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Sender: redmond@darkpossum.medill.northwestern.edu X-URL: http://darkpossum.medill.northwestern.edu/modules.php?name=Content&pa=showpage&pid=1 X-DSS-PGP-Fingerprint: F9E7 AFEA 0209 B164 7F83 E727 5213 FAFA 1511 7836 X-Tofu: The other white meat substitute. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --D6z0c4W1rkZNF4Vu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hi you've sold me :) do you have any good online tutorials to recommend for setting up a gateway= /firewall/natd machine using ipfilter/ipnat? thanks redmond > 1. Your firewall rules are not working at all, except for the natd > redirect option. This is caused by the kernel compile time option > IPFIREWALL_DEFAULT_TO_ACCEPT. This option tell your firewall that > any packet that does not match a rule is allowed to pass on through > the firewall. Comment out that option in your kernel options source > and recompile your kernel to take the default of default-to-deny and > your current rules set will stop functioning. >=20 > 2. You are using the simplest of the rule types 'state-less'. Using > this type of rules you have to not only have a rule to allow the > packet out you also have to have a rule to allow the packet in. See > rules 220 & 230 of your posted rule set to see how it should be > done. >=20 > 3. There are 3 classes of rules, each class has separate packet > interrogation abilities. Each proceeding class has greater packet > interrogation abilities than the previous one. These are stateless, > simple stateful, and advanced stateful. The advanced stateful rule > class is the only class having technically advanced interrogation > abilities capable of defending against the flood of different attack > methods currently employed by perpetrators. Stateless and Simple > Stateful IPFW firewall rules are inadequate to protect the users > system in today's internet environment and leaves the user > unknowingly believing they are protected when in reality they are > not. >=20 >=20 > 4. The advanced stateful rule option keep-state works as documented > only when used in a rule set that does not use the divert rule. > Simply stated the IPFW advanced stateful rule option keep-state does > not function correctly when used in a IPFW firewall that also is > using the IPFW built in NATD function. For the most complete > keep-state protection the other FIREWALL solution (IPFILTER) that > comes with FBSD should be used. Just checkout the IPFW list archives > and you will see this subject discussed in detail with out any > solution forthcoming. >=20 >=20 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Redmond > Militante > Sent: Friday, January 31, 2003 8:18 AM > To: freebsd-questions@freebsd.org > Subject: please comment on my nat/ipfw rules (resent) >=20 >=20 > hi all >=20 > i have my test machine set up as a gateway box, with ipfw/natd > configured on it, set up to filter/redirect packets bound for a > client on my internal network. >=20 > external ip of my internal client is aliased to the outside nic of > the gateway box >=20 >=20 > gateway machine's kernel has been recompiled with: >=20 > options IPFIREWALL > options IPDIVERT > options IPFIREWALL_DEFAULT_TO_ACCEPT > options IPFIREWALL_VERBOSE >=20 >=20 >=20 > gateway's /etc/rc.conf looks like >=20 > defaultrouter=3D"129.x.x.1" > hostname=3D"hostname.com" > ifconfig_xl0=3D"inet 129.x.x.1 netmask 255.255.255.0" > #aliasing internal client's ip to the outside nic of gateway box > ifconfig_xl0_alias0=3D"inet 129.x.1.20 netmask 255.0.0.0" > #inside nic of gateway box > ifconfig_xl1=3D"inet 10.0.0.1 netmask 255.0.0.0" > gateway_enable=3D"YES" > firewall_enable=3D"YES" > #firewall_script=3D"/etc/rc.firewall" > firewall_type=3D"/etc/ipfw.rules" > natd_enable=3D"YES" > #natd interface is outside nic > natd_interface=3D"xl0" > #natd flags redirect any traffic bound for ip of www3 to internal > ip of www3 > natd_flags=3D"-redirect_address 10.0.0.2 129.x.x.20" > kern_securelevel_enable=3D"NO" > ......... >=20 >=20 >=20 > internal client's /etc/rc.conf looks like >=20 > second machine's /etc/rc.conf: >=20 > defaultrouter=3D"10.0.0.1" > ifconfig_xl0=3D"inet 10.0.0.2 netmask 255.0.0.0" > ................ >=20 >=20 > looks like this setup is working. the internal client is a basic > webserver/ftp server. i am able to ftp to it, ssh to it, view > webpages that it serves up, etc. with it hooked up to the internal > nic of the gateway box. >=20 > i am now trying to come up with a good set of firewall rules on the > gateway box to filter out all unnecessary traffic to my internal > network. the following is my /etc/ipfw.rules on the gateway box. >=20 > -----------------------------snip------------------------------ >=20 > # firewall_type=3D"/etc/ipfw.rules" > # enquirer ipfw.rules >=20 > # NAT > add 00100 divert 8668 ip from any to any via xl0 >=20 > # loopback > add 00210 allow ip from any to any via lo0 > add 00220 deny ip from any to 127.0.0.0/8 > add 00230 deny ip from 127.0.0.0/8 to any >=20 > #allow tcp in for nfs shares > #add 00301 allow tcp from 129.x.x.x to any in via xl0 > #add 00302 allow tcp from 129.x.x.x to any in via xl0 >=20 > #allow tcp in for ftp,ssh, smtp, httpd > add 00303 allow tcp from any to any in 21,22,25,80,10000 via xl0 >=20 > #deny rest of incoming tcp > add 00309 deny log tcp from any to any in established >=20 > #from man 8 ipfw: allow only outbound tcp connections i've created > add 00310 allow tcp from any to any out via xl0 >=20 >=20 > #allow udp in for gateway for DNS > add 00300 allow udp from 10.0.0.0/24 to 129.105.49.1 53 via xl0 >=20 > #allow udp in for nfs shares > #add 00401 allow udp from 129.x.x.x to any in recv xl0 > #add 00402 allow udp from 129.x.x.x to any in recv xl0 >=20 > #allow all udp out from machine > add 00404 allow udp from any to any out via xl0 >=20 > #allow some icmp types (codes not supported) > ##########allow path-mtu in both directions > add 00500 allow icmp from any to any icmptypes 3 > ##########allow source quench in and out > add 00501 allow icmp from any to any icmptypes 4 > ##########allow me to ping out and receive response back > add 00502 allow icmp from any to any icmptypes 8 out > add 00503 allow icmp from any to any icmptypes 0 in > ##########allow me to run traceroute > add 00504 allow icmp from any to any icmptypes 11 in > add 00600 deny log ip from any to any >=20 > #--- end ipfw.rules ---# >=20 > -----------------------------snip------------------------------ >=20 >=20 > any comments on how i could improve this set of ipfw rules to > better secure my internal client would be appreciated. thanks again >=20 > redmond >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 --D6z0c4W1rkZNF4Vu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Ot53FNjun16SvHYRAhQ6AJ9Ch7CftEO8hQdkgTU6uNvCWYnIjQCgkXhR zCBatENUjDs1R0AOlvkNUMA= =lJDQ -----END PGP SIGNATURE----- --D6z0c4W1rkZNF4Vu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 13: 3:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCAFF37B401 for ; Fri, 31 Jan 2003 13:03:56 -0800 (PST) Received: from gatekeeper.microcell.ca (gatekeeper.microcell.ca [205.151.8.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4AC43F43 for ; Fri, 31 Jan 2003 13:03:55 -0800 (PST) (envelope-from SoHo@admin.fido.ca) Received: from mailserv.microcell.ca (mailserv.microcell.ca [10.2.0.87]) by gatekeeper.microcell.ca (Postfix) with ESMTP id 66AF516CE8 for ; Fri, 31 Jan 2003 16:03:55 -0500 (EST) Received: from 127.0.0.1 (localhost [127.0.0.1]) by mailserv.microcell.ca (Postfix) with SMTP id D963716BCB for ; Fri, 31 Jan 2003 15:54:02 -0500 (EST) Received: from lenard.admin.fido.ca (lamus.fido.ca [10.0.1.45]) by mailserv.microcell.ca (Postfix) with ESMTP id 5B00116BCB for ; Fri, 31 Jan 2003 15:54:01 -0500 (EST) Received: from magni.microcell.ca (magni.microcell.ca [10.6.22.102]) by lenard.admin.fido.ca (SMTP_Gateway) with ESMTP id 3CCF947D3C for ; Fri, 31 Jan 2003 15:54:01 -0500 (EST) Received: from magni.microcell.ca (localhost.microcell.ca [127.0.0.1]) by magni.microcell.ca (8.12.6/8.12.6) with ESMTP id h0VKwMG0074713 for ; Fri, 31 Jan 2003 15:58:22 -0500 (EST) (envelope-from SoHo@admin.fido.ca) Received: (from ebaroud@localhost) by magni.microcell.ca (8.12.6/8.12.6/Submit) id h0VKwMdj074712 for freebsd-questions@freebsd.org; Fri, 31 Jan 2003 15:58:22 -0500 (EST) X-Authentication-Warning: magni.microcell.ca: ebaroud set sender to SoHo@admin.fido.ca using -f Date: Fri, 31 Jan 2003 15:58:22 -0500 From: Edmond Baroud To: freebsd-questions@freebsd.org Subject: INSTALL.TXT for sparc installation missing instructions? Message-ID: <20030131205822.GA74516@admin.fido.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Sanitizer: This message has been sanitized! X-Sanitizer-Rev: $Id: Sanitizer.pm,v 1.25 2001/09/04 15:49:11 bre Exp $ Sender: owner-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 checking out the INSTALL.TXT for instructions on making floppies to boot a sparc box and I found out that the "Floppy Disk Image Instructions" is missing or something? cheers, Ed. -- Edmond Baroud UNIX Systems Admin mailto:SoHo@admin.fido.ca Fingerprint 140F 5FD5 3FDD 45D9 226D 9602 8C3D EAFB 4E19 BEF9 "UNIX is very user friendly, it's just picky about who its friends are." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 13: 8:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410FD37B401 for ; Fri, 31 Jan 2003 13:08:12 -0800 (PST) Received: from pl122.evertek.net (pl122.evertek.net [216.51.178.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC5F43FBF for ; Fri, 31 Jan 2003 13:08:07 -0800 (PST) (envelope-from klaatu@evertek.net) Received: from pl122.evertek.net (localhost [127.0.0.1]) by pl122.evertek.net (8.12.6/8.12.6) with ESMTP id h0VL7utH000531 for ; Fri, 31 Jan 2003 15:07:56 -0600 (CST) (envelope-from klaatu@evertek.net) Received: (from klaatu@localhost) by pl122.evertek.net (8.12.6/8.12.6/Submit) id h0VL7VpS000520 for freebsd-questions@freebsd.org; Fri, 31 Jan 2003 15:07:31 -0600 (CST) X-Authentication-Warning: aristotle.pl122.evertek.net: klaatu set sender to klaatu@evertek.net using -f Date: Fri, 31 Jan 2003 15:07:31 -0600 From: Mike Dean To: freebsd-questions@freebsd.org Subject: SoftUpdate woes Message-ID: <20030131210731.GA347@evertek.net> 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.4i Organization: Engedi Technology X-Preferred-Format: text/plain X-Operating-System: FreeBSD 4.7-STABLE X-Mail-System: fetchmail, procmail, mutt, vim, abook Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maybe someone can straighten me out on something - from what I have read, it seems like softupdates are supposed to accomplish many of the same things as filesystem journaling. However, in my experience with them, they seem almost to be accomplishing the opposite objective. Two or three times my system has locked up hard (while I was trying to hot-swap my modular bay - it didn't work. Scratch that idea.), and I had to do a hard reset. Each time, I have lost the latest data I was working on. (I haven't been successful yet in disabling soft updates - my system is all one big root filesystem - so I don't know how it behaves without them). Incidentally, before my switch to FreeBSD, I was running Linux (2.4 kernel) with an ext3 journaling filesystem, and anytime I had to do a hard reset, I never lost a byte of data AFAIK. What can I do? Would turning off softupdates (if I can figure out how - I tried dropping into single-user mode and doing a tunefs -n disable, but it seems like it had no effect, even after a reboot) help? Or is there something else I can do to my filesystem to have some more protection? For the time being I'm running 4-STABLE (if there's something in 5 that helps with this, go ahead and let me know - I'm planning to upgrade over spring break in March). Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 13: 8:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F07A37B401 for ; Fri, 31 Jan 2003 13:08:43 -0800 (PST) Received: from dc-mx12.cluster1.charter.net (dc-mx12.cluster1.charter.net [209.225.8.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44AF43FC1 for ; Fri, 31 Jan 2003 13:08:42 -0800 (PST) (envelope-from jmw74@charter.net) Received: from [24.197.167.221] (HELO john5tcrjerpxc) by dc-mx12.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with SMTP id 77085900 for freebsd-questions@freebsd.org; Fri, 31 Jan 2003 16:08:42 -0500 Message-ID: <010301c2c96c$f0eeada0$6401a8c0@john5tcrjerpxc> From: "John Wilson" To: Subject: Samba and XP? Date: Fri, 31 Jan 2003 16:08:44 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 Day, I am currently seeking advice in regard to allowing an XP Home Edition machine to have access to a FreeBSD mount. I've looked over Samba, and not only have I seen references to XP's inability to join a 'domain based-network', but also don't really like the idea of installing Samba as it's a rather large package (relatively speaking) for what it simply does. My only other alternative, if I am correct, is trying to obtain an NFS client for the XP machine and simply serve NFS mounts on the FBSD host. The downside to this is the cost of the NFS clients for the XP machine. :) Are there any other alternatives available here? If not, which of the above two 'solutions' would be best? I only have one BSD machine and one XP machine, and I'd like to allow read/write access to a FBSD mount from the XP machine. Any help or suggestions would be appreciated. - John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 13:10:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F8437B401 for ; Fri, 31 Jan 2003 13:10:39 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3186D43F3F for ; Fri, 31 Jan 2003 13:10:39 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 89033214; Fri, 31 Jan 2003 16:18:46 -0500 (EST) Reply-To: From: "JoeB" To: "Michael K. Smith" Cc: "questions list" Subject: RE: Syslog Configuration Question Date: Fri, 31 Jan 2003 16:10:37 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) 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 By your question I see you think you are to replace to /var/log/messages line with this one. You are not to remove the original line but add this line following the original line. If I remember correctly this second line is like a continuation. If this does not work then read man syslog.conf for info on continuing a line. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael K. Smith Sent: Friday, January 31, 2003 2:19 PM To: barbish@a1poweruser.com Cc: questions list Subject: Re: Syslog Configuration Question On Friday, January 31, 2003, at 10:35 AM, JoeB wrote: > Add this > > local5.none;local6.none;local7.none /var/log/messages > No spaces between works > > Thanks for the info above. Are there any important system messages that will be caught by this? I wouldn't want to miss something because I had stopped logging to messages for those facilities. 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 Fri Jan 31 13:15:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F205537B401 for ; Fri, 31 Jan 2003 13:15:45 -0800 (PST) Received: from globalit.internetx.de (globalit.internetx.de [62.116.147.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7FEA43F3F for ; Fri, 31 Jan 2003 13:15:44 -0800 (PST) (envelope-from H@Schmalzbauer.de) Received: from hscpr (ppp-62-245-162-127.mnet-online.de [62.245.162.127]) (authenticated bits=0) by globalit.internetx.de (8.12.2/8.12.2) with ESMTP id h0VLFRLZ027074; Fri, 31 Jan 2003 22:15:27 +0100 From: "Harald Schmalzbauer" To: "John Wilson" , Subject: RE: Samba and XP? Date: Fri, 31 Jan 2003 22:15:35 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <010301c2c96c$f0eeada0$6401a8c0@john5tcrjerpxc> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 go upside-down and use the FreeBSD machine mounting a XP-share. You say that you're using XPhome so ActiveDirectroy or any other Domain-Controlling issues shouldn't play a role. I think mount_smbfs is your friend. Best regards, -Harry owner-freebsd-questions@FreeBSD.ORG wrote: > Good Day, > > I am currently seeking advice in regard to allowing an XP Home Edition > machine to have access to a FreeBSD mount. I've looked over Samba, > and not only have I seen references to XP's inability to join a > 'domain based-network', but also don't really like the idea of > installing Samba as it's a rather large package (relatively speaking) > for what it simply does. > > My only other alternative, if I am correct, is trying to obtain an NFS > client for the XP machine and simply serve NFS mounts on the FBSD > host. The downside to this is the cost of the NFS clients for the XP > machine. :) > > Are there any other alternatives available here? If not, which of > the above two 'solutions' would be best? I only have one BSD machine > and one XP machine, and I'd like to allow read/write access to a FBSD > mount from the XP machine. > > Any help or suggestions would be appreciated. > > - John > > > 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 Jan 31 13:30:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFFF37B401 for ; Fri, 31 Jan 2003 13:30:54 -0800 (PST) Received: from web11205.mail.yahoo.com (web11205.mail.yahoo.com [216.136.131.187]) by mx1.FreeBSD.org (Postfix) with SMTP id C351143F79 for ; Fri, 31 Jan 2003 13:30:53 -0800 (PST) (envelope-from yutaka82@yahoo.com) Message-ID: <20030131213053.63935.qmail@web11205.mail.yahoo.com> Received: from [204.62.200.21] by web11205.mail.yahoo.com via HTTP; Fri, 31 Jan 2003 13:30:53 PST Date: Fri, 31 Jan 2003 13:30:53 -0800 (PST) From: yew chin Subject: Re: cvsup problem with "premature EOF from server" To: Lowell Gilbert Cc: freebsd-questions@freebsd.org In-Reply-To: <441y2t3z30.fsf@be-well.ilk.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 --- Lowell Gilbert wrote: > yew chin writes: > > > --- Lowell Gilbert > > wrote: > > > yew chin writes: > > > > > > > Connected to cvsup14.freebsd.org > > > > Server software version: SNAP_16_1e > > > > > > If I recall correctly, that's an out-of-date > version > > > of the server > > > software. I don't see why it would cause this > > > particular symptom, but > > > perhaps you should try a different server and > see if > > > the problem > > > occurs there too. > > > > > Thanks for helping me. > > I already try to cvsup for at least 6 different > > server. > > But I still have the same problem. > > Is that maybe i have an out of date cvsup client? > > An out-of-date cvsup client definitely won't work; > the last update was > due to a security problem. At least, I *think* > that's how I remember > it. I may not have had enough coffee today... I also think that the security update might be the problem, so i just try different cvsup and i found 1 cvsup server with version 1f. But i still get the same error message after i try cvsup. Connected to cvsup11.freebsd.org Server software version: SNAP_16_1f <-(1f version) __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Jan 31 13:44:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7E8B37B401 for ; Fri, 31 Jan 2003 13:44:33 -0800 (PST) Received: from mailgate1.sover.net (mailgate1.sover.net [209.198.87.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F9D743F43 for ; Fri, 31 Jan 2003 13:44:29 -0800 (PST) (envelope-from reytech@sover.net) Received: from granite.sover.net (granite.sover.net [209.198.87.33]) by mailgate1.sover.net (8.11.6/8.11.6) with ESMTP id h0VLiNl09552 for ; Fri, 31 Jan 2003 16:44:23 -0500 (EST) Date: Fri, 31 Jan 2003 16:44:23 -0500 (EST) From: "Stephen D. Kingrea" To: freebsd-questions@freebsd.org Subject: tcpdump irregularity 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 using 4.7 on a gateway designated machine (ipfw/natd) serving 3 wstations. www#tcpdump -i dc0 ###in fact, any interface.... tcpdump: (no devices found) /dev/bpf0: Device not configured now, i read somewhere that kernel must be compiled with option PACKETFILTER, however; workstation running 4.7 with generic kernel runs tcpdump perfectly. /dev/bpf0 permissions are correct. i am logged as root any clues on this? thanks stephen d. kingrea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 13:59:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6453837B401 for ; Fri, 31 Jan 2003 13:59:38 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7566543F75 for ; Fri, 31 Jan 2003 13:59:37 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h0VM11T5001921; Fri, 31 Jan 2003 17:01:02 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3AF175.9040904@potentialtech.com> Date: Fri, 31 Jan 2003 16:58:13 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Wilson Cc: freebsd-questions@freebsd.org Subject: Re: Samba and XP? References: <010301c2c96c$f0eeada0$6401a8c0@john5tcrjerpxc> 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 John Wilson wrote: > Good Day, > > I am currently seeking advice in regard to allowing an XP Home Edition > machine to have access to a FreeBSD mount. I've looked over Samba, and not > only have I seen references to XP's inability to join a 'domain > based-network', There's an XP machine right behind me that talks to our Samba server just fine. Just don't configure Samba to be a domain server. And, it does work just fine under domain systems as well. Samba just doesn't do active directory yet. > but also don't really like the idea of installing Samba as > it's a rather large package (relatively speaking) for what it simply does. Well, I didn't think it was a terribly big package, but that's my opinion. > My only other alternative, if I am correct, is trying to obtain an NFS > client for the XP machine and simply serve NFS mounts on the FBSD host. The > downside to this is the cost of the NFS clients for the XP machine. :) I don't recommend this. Aside from the cost, I've never found one that worked worth a damn. > Are there any other alternatives available here? If not, which of the above > two 'solutions' would be best? I only have one BSD machine and one XP > machine, and I'd like to allow read/write access to a FBSD mount from the XP > machine. I think you'll be just fine with Samba. Just make sure you're properly firewalled off (you should be with Windows anyway) -- Bill Moran Potential Technologies 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 Jan 31 14: 5: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C1C37B401 for ; Fri, 31 Jan 2003 14:04:50 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E88643F75 for ; Fri, 31 Jan 2003 14:04:47 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 53B1B214; Fri, 31 Jan 2003 17:12:55 -0500 (EST) Reply-To: From: "JoeB" To: "Redmond Militante" , Subject: RE: please comment on my nat/ipfw rules (resent) Date: Fri, 31 Jan 2003 17:04:43 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20030131203711.GI29383@darkpossum> 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 Here is my IPFILTER environment config. I have also included some other hard to find kernel internal knobs to add tighter packet security. http://www.obfuscation.org/ipf/ http://www.obfuscation.org/ipf/ipf-howto.html /etc/rc.conf # Activate IPFILTER IPNAT function auto start at boot time ipfilter_enable="YES" # Start ipfilter firewall ipfilter_flags="" # turn off flags ipfilter_rules="/etc/ipf.rules" # rules definition file for ipfilter ipnat_enable="YES" # Start ipnat function ipnat_rules="/etc/ipnat.rules" # rules definition file for ipnat ipmon_enable="YES" # Start ip monitor log ipmon_flags="-Ds" # D = start as daemon # s = log to syslog # v = log tcp window, ack, seq fields # n = map ip & port to names # Extra kernel tcp/ip stack packet security options log_in_vain="YES" # NO is default. YES enables logging of # connection attempts to ports that have no # listening socket on them. Puts msg on console icmp_drop_redirect="YES" # YES will cause the kernel to ignore # ICMP REDIRECT packets. icmp_log_redirect="YES" # YES will cause the kernel to log ignored # ICMP REDIRECT packets. #tcp_drop_synfin="YES" # YES will cause the kernel to ignore TCP # frames that have both the SYN and FIN flags # set. Only available if the kernel was built # with the TCP_DROP_SYNFIN option. # change to NO if webserver behind firewall. tcp_restrict_rst="YES" # YES will cause the kernel to refrain from # emitting TCP RST frames in response to # invalid TCP packets (e.g., frames destined # for closed ports). This option is only # available if the kernel was built with the # TCP_RESTRICT_RST option. syslogd_flags="-ss" # Don't use network sockets so portscan # will not find (security tip) portmap_enable="NO" # Don't allow nfs portmapper (security tip) /etc/ipnat.rules # Provide NAT services for LAN users. # NAT my private LAN ip address to what every my dynamic ISP address is. map rl0 10.0.10.0/29 -> 0/32 # Provide NAT services for user ppp Dial in tun0 connections. map rl0 10.0.0.0/29 -> 0/32 # Provide special NAT services for Active FTP from LAN users. map rl0 0/0 -> 0/32 proxy port 21 ftp/tcp /etc/ipf.rules # usage notes: # 1. rule line numbers in rule file are not used in # ipfstat -ion listing of active rules # 2. keep state is applied on private ip address before being # handed off to nat function. # 3. /etc/rc.conf file has ipfilter options to tell ipfmon what # info to log. -a rule with log option + nat convert + keep state ################################################################# # # Generic for all interfaces # ################################################################# @010 block in log quick all with opt lsrr @011 block in log quick all with opt ssrr @012 block in log quick all with ipopts @013 block in log quick all with short @014 block in log quick all with frag ################################################################# # Outside Interface to Public internet (Outbound Section) # Interrogate packets originating from behind the firewall, private net. # destine for the public internet. ################################################################# # Allow out access to my ISP's Domain name server. @100 pass out quick on rl0 proto tcp from any to 24.50.201.66 port = 53 flags S keep state @101 pass out quick on rl0 proto udp from any to 24.50.201.66 port = 53 keep state @102 pass out quick on rl0 proto tcp from any to 24.50.201.67 port = 53 flags S keep state @103 pass out quick on rl0 proto udp from any to 24.50.201.67 port = 53 keep state @104 pass out quick on rl0 proto tcp from any to 24.50.201.69 port = 53 flags S keep state @105 pass out quick on rl0 proto udp from any to 24.50.201.69 port = 53 keep state # Allow out access to my ISP's DHCP server. @106 pass out quick on rl0 proto udp from any to 24.50.201.66 port = 67 keep state # Allow out non-secure standard www function @110 pass out quick on rl0 proto tcp from any to any port = 80 flags S keep state # Allow out secure www function https over TLS SSL @115 pass out quick on rl0 proto tcp from any to any port = 443 flags S keep state # Allow out send & get email function @130 pass out quick on rl0 proto tcp from any to any port = 110 flags S keep state @131 pass out quick on rl0 proto tcp from any to any port = 25 flags S keep state # Allow out Time @140 pass out quick on rl0 proto tcp from any to any port = 37 keep state # Allow out nntp news #@150 pass out quick on rl0 proto tcp from any to any port = 119 @150 pass out quick on rl0 proto tcp from any to any port = 119 flags S keep state # Allow out passive FTP for LAN PC FTP to public Internet @160 pass out quick on rl0 proto tcp from any to any port = 21 flags S keep state @161 pass out quick on rl0 proto tcp from any to any port > 1023 flags S keep state # Allow out ping to public Internet @170 pass out quick on rl0 proto icmp from any to any icmp-type 8 keep state # Allow out whois for LAN PC to public Internet @172 pass out quick on rl0 proto tcp from any to any port = 43 flags S keep state # Allow out traceroute to public Internet pass out quick on rl0 proto udp from any to any port 33434 > < 33690 keep state # block ports that show on log and are ok to stop logging # Deny tcp port 81 - hosts2 name server. winme is doing this. @190 block out quick on rl0 proto tcp from any to any port = 81 # Deny Everything else trying to get out. @199 block out log quick on rl0 all ################################################################# # Outside Interface to Public internet (Inbound Section) # Interrogate packets originating from behind the firewall, private net. # destine for the public internet. ################################################################# # Allow traffic in from ISP's DHCP server. @300 pass in quick on rl0 proto udp from 24.50.201.66 to any port = 68 keep state # Deny all Adelphia broadcast stuff so it does not show in log as default block @310 block in quick on rl0 proto udp from any to 255.255.255.255 @311 block in quick on rl0 proto tcp/udp from 0.0.0.0 to any @312 block in quick on rl0 proto igmp from any to any # Allow in non-secure standard www function @320 pass in quick on rl0 proto tcp from 63.70.155.0/24 to any port = 80 flags S keep state # Allow in Telnet @330 pass in quick on rl0 proto tcp from 63.70.155.0/24 to any port = 23 flags S keep state # Allow in ping from public Internet @340 pass in quick on rl0 proto icmp from 63.70.155.0/24 to any icmp-type 8 keep state # Deny ping so it does not show in log @350 block in quick on rl0 proto icmp all # Deny ident so it does not show in log @351 block in quick on rl0 proto tcp from any to any port = 113 # Block and log all remaining traffic coming into the firewall @399 block in log quick on rl0 all ################################################################# # Inside Interface local Lan Nic ################################################################# #---------------------------------------------------------------- # Allow out all TCP, UDP, and ICMP traffic #---------------------------------------------------------------- @500 pass out quick on xl0 proto tcp from any to any @501 pass out quick on xl0 proto udp from any to any @502 pass out quick on xl0 proto icmp from any to any @503 block out log quick on xl0 all #---------------------------------------------------------------- # Allow in all TCP, UDP, and ICMP traffic #---------------------------------------------------------------- @520 pass in quick on xl0 proto tcp from any to any @501 pass in quick on xl0 proto udp from any to any @502 pass in quick on xl0 proto icmp from any to any @503 block in log quick on xl0 all ################################################################# # Loopback Interface ################################################################# #---------------------------------------------------------------- # Allow everything to/from your loopback interface so you # can ping yourself (e.g. ping localhost) #---------------------------------------------------------------- @700 pass in quick on lo0 all @701 pass out quick on lo0 all kernel source compile options options IPFILTER # Adds filtering code into kernel options IPFILTER_LOG # enable logging options IPFILTER_DEFAULT_BLOCK #block all packets by default # # The following options add sysctl variables for controlling how certain # TCP packets are handled by the kernel. # options ICMP_BANDLIM # Enables icmp error response bandwidth # limiting. This will help protect from # D.O.S. packet attacks. options RANDOM_IP_ID # Randomizes the packet sequence number #options TCP_DROP_SYNFIN # Adds support for ignoring TCP packets # with SYN+FIN. This prevents nmap from # identifying the TCP/IP stack, but # breaks support for RFC1644 extensions # & is not recommended for web servers # behind the firewall. # not supported in 4.4 and newer #options TCP_RESTRICT_RST # Adds support for blocking emission of # TCP RST packets. Useful in limiting # SYN floods & port scaning. Replaced by # the sysctl knob blackhole. /etc/sysctl.conf #################################################################### # # # The sysctl.conf file contains MIB's to change the default setting of # internal options of the kernel at boot up time. Mib's which control # how packets are handled get control before the packet is handed off # to the firewall (IPFW or IPFILTER). Some of these MIB's may seem # like they are doing the say thing, but because there is no FBSD # provided documentation on the order these MIB's get control, they # all get enabled here and we let the kernel do it's thing. # # NOTE: Some of these MIB's can also be set in rc.conf and or the kernel # source. This will not hurt anything. # # This sysctl.conf created 3/22/2002 by Joe Barbish. # #################################################################### # To defend against SYN attacks more commonly known as SYNFLOOD attacks, # the two queues which are targeted by this type of attack should have it's # size increased so that the queues can withstand an attack of low to moderate # intensity with little to no effect on the stability or availability of the # server. FBSD maintains separate queues for inbound socket connection # requests. One queue is for half-open sockets (SYN received, SYN|ACK sent), # the other queue for fully-open sockets awaiting an accept() call from the # application. The following statement increases the queue size from 128. kern.ipc.somaxconn=1024 # Redirect attacks is the purposeful mass issuing of redirects. # In a normal network, redirects to the end stations should not be required. # To defend against this type of attack both the sending and accepting of # should be disabled". In the following statements, the first 1 enables the # special kernel MIB to drop these attacks, the second turns off the logging # of attacks because there in no limit and this could fill up your logs # consuming your whole hard drive and the last statements changes the # the FBSD default from yes to no. net.inet.icmp.drop_redirect=1 net.inet.icmp.log_redirect=0 net.inet.ip.redirect=0 # Source routing is another way for an attacker to try to reach non routable # addresses behind your box. It can also be used to probe for information # about your internal networks. These functions come enabled as part of the # standard FBSD core system. The following will disable them. net.inet.ip.sourceroute=0 net.inet.ip.accept_sourceroute=0 # By allowing aged ARP entries to remain cached or lying around allows for # the possibility of a hacker to create a resource exhaustion or # performance degradation by filling the IP route cache with bogus # ARP entries. This in turn can be used as Denial of Service attack. # To prevent this sort of problem the following statement shortens the # amount of time an ARP will be cached from 1200. net.link.ether.inet.max_age=600 # To protect your box from the well publicized SMURF attack. This attack # works by sending ICMP 8 0 (ECHO REQUEST) messages to a broadcast address # from a spoofed address. If the host is a firewall (router), it should # not propagate directed broadcasts. # The following statement sets the default to no broadcasts. net.inet.icmp.bmcastecho=0 # To change the system behavior when connection requests are received # on TCP or UDP ports where there is no socket listening. The normal behavior, # when a TCP SYN segment is received on a port where there is no socket # accepting connections, is for the system to return a RST segment, and drop # the connection. The connecting system will see this as a # "Connection reset by peer". # # By turning the TCP black hole MIB on to a numeric value of one, the # incoming SYN segment is merely dropped, and no RST is sent, making the # system appear as a blackhole. # # By setting the MIB value to two, any segment arriving on a closed port is # dropped without returning a RST. # This provides some degree of protection against stealth port scans. # The following enables this MIB. net.inet.tcp.blackhole=2 net.inet.udp.blackhole=1 # The log_in_vain MIB will provide you with logging of attempted connections # to your box on any port which does not have a server running on it. # For example, if you do not have DNS server on your computer and someone # would try to access your computer through DNS port 53, you would see a # message such as: Connection attempt to UDP yourIP:53 from otherIP:X # (where X is some high port #) displayed on the root console screen. This # message also gets posted to /var/log/messages & /var/log/security.log. # The following statements enable this function. net.inet.tcp.log_in_vain=1 net.inet.udp.log_in_vain=1 # To increases the size of your TCP window to allow for more efficient # transfers, particularly bulk transfers such as FTP. The maximum value # suggested is 32768 bytes. Change from 16384. In release 4.5 the defaults # for these values changed upwards to what they are below. net.inet.tcp.sendspace=32768 net.inet.tcp.recvspace=65536 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Redmond Militante Sent: Friday, January 31, 2003 3:37 PM To: JoeB; freebsd-questions@freebsd.org Subject: Re: please comment on my nat/ipfw rules (resent) hi you've sold me :) do you have any good online tutorials to recommend for setting up a gateway/firewall/natd machine using ipfilter/ipnat? thanks redmond > 1. Your firewall rules are not working at all, except for the natd > redirect option. This is caused by the kernel compile time option > IPFIREWALL_DEFAULT_TO_ACCEPT. This option tell your firewall that > any packet that does not match a rule is allowed to pass on through > the firewall. Comment out that option in your kernel options source > and recompile your kernel to take the default of default-to-deny and > your current rules set will stop functioning. > > 2. You are using the simplest of the rule types 'state-less'. Using > this type of rules you have to not only have a rule to allow the > packet out you also have to have a rule to allow the packet in. See > rules 220 & 230 of your posted rule set to see how it should be > done. > > 3. There are 3 classes of rules, each class has separate packet > interrogation abilities. Each proceeding class has greater packet > interrogation abilities than the previous one. These are stateless, > simple stateful, and advanced stateful. The advanced stateful rule > class is the only class having technically advanced interrogation > abilities capable of defending against the flood of different attack > methods currently employed by perpetrators. Stateless and Simple > Stateful IPFW firewall rules are inadequate to protect the users > system in today's internet environment and leaves the user > unknowingly believing they are protected when in reality they are > not. > > > 4. The advanced stateful rule option keep-state works as documented > only when used in a rule set that does not use the divert rule. > Simply stated the IPFW advanced stateful rule option keep-state does > not function correctly when used in a IPFW firewall that also is > using the IPFW built in NATD function. For the most complete > keep-state protection the other FIREWALL solution (IPFILTER) that > comes with FBSD should be used. Just checkout the IPFW list archives > and you will see this subject discussed in detail with out any > solution forthcoming. > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Redmond > Militante > Sent: Friday, January 31, 2003 8:18 AM > To: freebsd-questions@freebsd.org > Subject: please comment on my nat/ipfw rules (resent) > > > hi all > > i have my test machine set up as a gateway box, with ipfw/natd > configured on it, set up to filter/redirect packets bound for a > client on my internal network. > > external ip of my internal client is aliased to the outside nic of > the gateway box > > > gateway machine's kernel has been recompiled with: > > options IPFIREWALL > options IPDIVERT > options IPFIREWALL_DEFAULT_TO_ACCEPT > options IPFIREWALL_VERBOSE > > > > gateway's /etc/rc.conf looks like > > defaultrouter="129.x.x.1" > hostname="hostname.com" > ifconfig_xl0="inet 129.x.x.1 netmask 255.255.255.0" > #aliasing internal client's ip to the outside nic of gateway box > ifconfig_xl0_alias0="inet 129.x.1.20 netmask 255.0.0.0" > #inside nic of gateway box > ifconfig_xl1="inet 10.0.0.1 netmask 255.0.0.0" > gateway_enable="YES" > firewall_enable="YES" > #firewall_script="/etc/rc.firewall" > firewall_type="/etc/ipfw.rules" > natd_enable="YES" > #natd interface is outside nic > natd_interface="xl0" > #natd flags redirect any traffic bound for ip of www3 to internal > ip of www3 > natd_flags="-redirect_address 10.0.0.2 129.x.x.20" > kern_securelevel_enable="NO" > ......... > > > > internal client's /etc/rc.conf looks like > > second machine's /etc/rc.conf: > > defaultrouter="10.0.0.1" > ifconfig_xl0="inet 10.0.0.2 netmask 255.0.0.0" > ................ > > > looks like this setup is working. the internal client is a basic > webserver/ftp server. i am able to ftp to it, ssh to it, view > webpages that it serves up, etc. with it hooked up to the internal > nic of the gateway box. > > i am now trying to come up with a good set of firewall rules on the > gateway box to filter out all unnecessary traffic to my internal > network. the following is my /etc/ipfw.rules on the gateway box. > > -----------------------------snip------------------------------ > > # firewall_type="/etc/ipfw.rules" > # enquirer ipfw.rules > > # NAT > add 00100 divert 8668 ip from any to any via xl0 > > # loopback > add 00210 allow ip from any to any via lo0 > add 00220 deny ip from any to 127.0.0.0/8 > add 00230 deny ip from 127.0.0.0/8 to any > > #allow tcp in for nfs shares > #add 00301 allow tcp from 129.x.x.x to any in via xl0 > #add 00302 allow tcp from 129.x.x.x to any in via xl0 > > #allow tcp in for ftp,ssh, smtp, httpd > add 00303 allow tcp from any to any in 21,22,25,80,10000 via xl0 > > #deny rest of incoming tcp > add 00309 deny log tcp from any to any in established > > #from man 8 ipfw: allow only outbound tcp connections i've created > add 00310 allow tcp from any to any out via xl0 > > > #allow udp in for gateway for DNS > add 00300 allow udp from 10.0.0.0/24 to 129.105.49.1 53 via xl0 > > #allow udp in for nfs shares > #add 00401 allow udp from 129.x.x.x to any in recv xl0 > #add 00402 allow udp from 129.x.x.x to any in recv xl0 > > #allow all udp out from machine > add 00404 allow udp from any to any out via xl0 > > #allow some icmp types (codes not supported) > ##########allow path-mtu in both directions > add 00500 allow icmp from any to any icmptypes 3 > ##########allow source quench in and out > add 00501 allow icmp from any to any icmptypes 4 > ##########allow me to ping out and receive response back > add 00502 allow icmp from any to any icmptypes 8 out > add 00503 allow icmp from any to any icmptypes 0 in > ##########allow me to run traceroute > add 00504 allow icmp from any to any icmptypes 11 in > add 00600 deny log ip from any to any > > #--- end ipfw.rules ---# > > -----------------------------snip------------------------------ > > > any comments on how i could improve this set of ipfw rules to > better secure my internal client would be appreciated. thanks again > > redmond > > > 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 Jan 31 14: 6:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FDAA37B401 for ; Fri, 31 Jan 2003 14:06:55 -0800 (PST) Received: from catflap.home.slightlystrange.org (pc1-cmbg1-4-cust43.cmbg.cable.ntl.com [62.253.133.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7764043F75 for ; Fri, 31 Jan 2003 14:06:44 -0800 (PST) (envelope-from dan@slightlystrange.org) Received: from danielby by catflap.home.slightlystrange.org with local (Exim 3.36 #1) id 18ejIz-000LKB-00 for questions@FreeBSD.ORG; Fri, 31 Jan 2003 22:06:37 +0000 Date: Fri, 31 Jan 2003 22:06:37 +0000 From: Daniel Bye To: questions@FreeBSD.ORG Subject: Re: Portupgrade can't find installed ports. Message-ID: <20030131220637.GB77397@catflap.home.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: questions@FreeBSD.ORG References: <20030130161214.GB72284@catflap.home.slightlystrange.org> <20030130183539.GB5952@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030130183539.GB5952@rot13.obsecurity.org> User-Agent: Mutt/1.4i X-Scanner: exiscan *18ejIz-000LKB-00*2fVgfg7j4Yc* (SlightlyStrange.org, Using NOD32 http://www.nod32.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 Thu, Jan 30, 2003 at 10:35:39AM -0800, Kris Kennaway wrote: > On Thu, Jan 30, 2003 at 04:12:14PM +0000, Daniel Bye wrote: > > Hi all, > > > > I am having problems with portupgrade and related tools on 5.0-RELEASE > > on Sparc64. I can't find anything relevant in the archives, nor on > > Google, so I turn to you ;-) > > This question has been asked a couple of times on freebsd-sparc. > cvsup and upgrade your ruby port to 1.8 (e.g. by deinstalling it and > portupgrade and then reinstalling portupgrade). Thanks, Kris. I tried that again, but still no go. I'll go hang out on -sparc64 for a while, see if there's anything else I'm missing! 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 Fri Jan 31 14:25:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D1E637B4AC for ; Fri, 31 Jan 2003 14:25:29 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 950FB43F3F for ; Fri, 31 Jan 2003 14:25:28 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <2003013122252805100htmp9e>; Fri, 31 Jan 2003 22:25:28 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h0VMPQEC000514; Fri, 31 Jan 2003 17:25:26 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h0VMPHCp000509; Fri, 31 Jan 2003 17:25:17 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: Stephane Lee Cc: Jay Sern Liew , freebsd-questions@FreeBSD.ORG Subject: Re: restricting user's directory listing and changing References: <20030131144801.D66132-100000@otto.moris.org> From: Lowell Gilbert Date: 31 Jan 2003 17:25:17 -0500 In-Reply-To: <20030131144801.D66132-100000@otto.moris.org> Message-ID: <4465s50xf6.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Stephane Lee writes: > You may want to check the restricted bash. > http://www.gnu.org/manual/bash-2.05a/html_node/bashref_75.html Just be careful; restricted shells aren't really intended for security. They're more for situations where you want to avoid shooting yourself in the foot. For real security, you need something more like chroot(8) or jail(8). > On Fri, 31 Jan 2003, Jay Sern Liew wrote: > > > Greetings. > > > > Basically, I have this group of users, that I give SSH/SFTP access, but I > > don't want them to be able to see the complete file hierarchy and ``cd'' to > > them. I just want a user to be able to access the user's home, and that's it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 14:36: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26E0537B401 for ; Fri, 31 Jan 2003 14:36:04 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E05843F3F for ; Fri, 31 Jan 2003 14:36:03 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h0VMbRT5001939; Fri, 31 Jan 2003 17:37:28 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3AF9FF.3000306@potentialtech.com> Date: Fri, 31 Jan 2003 17:34:39 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jdroflet@canada.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPtP Client to MPD to boxes behind NATD are very slow?? (solved?) References: <20030131110838.7849.h012.c009.wm@mail.canada.com.criticalpath.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 In response to many problems I've had with MPD as a PPTP server for Windows, as well as other's questions, I set up a test network and did a bit of experimenting. In my experiments, I found a number of interesting facts about PPTP: 1) PPTP doesn't do a lot of friendly negiotiation. If the server and client aren't configured identically, problems result. These are not always "can't connect" problems, sometimes they are "everything works except FTP" problems. 2) disabling non-used network protocols (IPX/SPX & NetBEUI) on Win98 caused a 50% improvement in speed. 3) The connection is about the same speed whether encryption was turned on or off. 4) Disabling multilink allows the PPTP connection to go almost as fast as the raw network speed (on Windows XP!) 5) No matter what we did, Windows 98 was always 10x _slower_ than the raw network speed. 6) Multilink turned on makes Windows XP as slow as Windows 98 7) I juggled MTUs around until I couldn't stand it any more. No MTU changes that I made cause any noticable change to the connection (either speed or reliability) So my conclusion is this: 1) Use encryption, it doesn't slow anything down. 2) Disable multilink, whatever it does, it's not good 3) Don't use Windows 98, it's a piece of junk 4) Make absolutely sure the client is configured exactly like the server. This is pretty useful information for me, I hope it's helpful for you as well as the archives. If this question comes up in the future, point the questioner to this message in the archives. jdroflet@canada.com wrote: > On Fri, 31 Jan 2003 10:23:37 -0800 (PST), Bill Moran wrote: > >>[could you wrap lines around 72 chars or so, please] > > Sorry about that. > >>>>>After connecting via VPN I can get decent throughput from the MPD >>>> >>host but >> >>>>>very poor speed from anything past it. >>>> >>>>What do you mean by this? We use MPD off and on, and (honestly) it >>> > is just slow. > >>>From other posts I knew MPD would be slow but what concerns me is >> > that it is how much slower it is beyond the mpd host itself, see test > results below. > >>I'm not sure I understand your test results. >>Are you saying >>PPTP client <--> MPD machine <---> "other host" >>? >>If so, is "other host" on the Internet, or on your >>local network? > > Other host is on the local network behind the MPD box and transfers > files at a slower rate over the PPtP connection than a transfer from the > MPD box. I also have the 'other host' aliased to a public IP address so > thats how I got the baseline from it. > >>We've seen that trying to route through the MPD >>machine to the internet is terribly slow, but >>haven't noticed any problems with routing to the >>local network. >>Did you check the box on the MS side to say >>"use gateway on remote network"? > > Nope. > >>>>>A separte public IP is redirected to a 4.7 RELEASE box on the >>>> > inside. > >>>>>Client(s) tested with have been Windows 2000 SP2 and SP3 from 2 >>>> >>different ADSL Lines. >> >>>>>client-----1.2.3.4 MPD/NATD 172.16.105.80------172.16.105.66 / >>>> >>5.6.7.8 Redirected from 1.2.3.4 >> >>>>>Tests using Penguinet SCP and a 1.9 MB ZIP file. >>>>>Baseline Download the file from the public IP's >>>>>1.2.3.4 -> client 180 kBs >>>>>5.6.7.8 -> client 180 kBs >>>>> >>>>>Now test via the PPtP. >>>> > 172.16.105.80 aka. 1.2.3.4 -> client 84 kBs **** > 172.16.105.66 aka. 5.6.7.8 -> client 35 kBs **** These are the results > that don't make sense. > >>I see now. >>We haven't tested this extensively. We've only seen it when routing >>into the VPN, just to >>go back out on the Internet (which seemed a silly thing to do). > > NO I'm not trying to go back out onto the Internet but could if you > wanted to make sure your remote workers were safe behind your firewall - > but thats a policy/procedure discussion and not for this one :) > >>>Actually I used SCP on the second test so as not to skew things, in >> >>normal operations we won't >> > be. My concern is test to 172.16.105.66. What >> >>>would make it perform worse than to 172.16.105.80 ? In my mind they >> >>should be same, like the public IP tests. >> >>Apparently, something in MPD isn't working as efficiently as it should. >> >> >>>It also shows Transmit Errors=0 Receive Errors=xx <- increments at a >> >>slow rate when connected. >> >>Ok, now this is something. We need to find out the nature of the > > errors and fix it. > >>I'm very interested in getting this working better for the same reason >>that you are. I'm going to set up a test network here and see what I >>can figure out. I'll keep in touch with you on my findings if you > > agree to do the same. > Certainly, I wonder if Archie Cobbs is out there today :) > Here's a recap, > File downloads to the remote client are much slower from a box(es) on > the same network as the MPD server/Gateway than from the MPD server > itself. > MPD server is also running Natd and IPFW in OPEN mode for this testing. > Have adjusted the MTU down to as low as 1350 with no difference in > performance. ng0 does display an MTU of 1350 when the tunnel is up. > Have tried with compression on/off - no change. > On the W2K Network status I see a steady increase on 'Receive Errors' > when the PPtP is up. Transmit errors=0 > Could it be something to do with NATd ? Since I'm already behind on this > by 4 days I think I'll do up a test network without NAT and see. > If someone can read a tcpdump I can do one of those too. Let me know > from which box and what options. > > Thanks, John. > > __________________________________________________________ > Get your FREE personalized e-mail at http://www.canada.com > > -- Bill Moran Potential Technologies 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 Jan 31 14:42:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 138A937B401 for ; Fri, 31 Jan 2003 14:42:34 -0800 (PST) Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC83C43F9B for ; Fri, 31 Jan 2003 14:42:32 -0800 (PST) (envelope-from culverk@yumyumyum.org) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.6/8.12.6) with ESMTP id h0VMf995055572; Fri, 31 Jan 2003 17:41:09 -0500 (EST) (envelope-from culverk@yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.6/8.12.6/Submit) with ESMTP id h0VMf8J1055569; Fri, 31 Jan 2003 17:41:09 -0500 (EST) (envelope-from culverk@yumyumyum.org) X-Authentication-Warning: alpha.yumyumyum.org: culverk owned process doing -bs Date: Fri, 31 Jan 2003 17:41:08 -0500 (EST) From: Kenneth Culver To: Mike Dean Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SoftUpdate woes In-Reply-To: <20030131210731.GA347@evertek.net> Message-ID: <20030131174017.J54363-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-2.4 required=5.0 tests=IN_REP_TO,X_AUTH_WARNING,AWL version=2.31 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Incidentally, before my switch to FreeBSD, I was running Linux (2.4 > kernel) with an ext3 journaling filesystem, and anytime I had to do a > hard reset, I never lost a byte of data AFAIK. > > What can I do? Would turning off softupdates (if I can figure out how - > I tried dropping into single-user mode and doing a tunefs -n disable, > but it seems like it had no effect, even after a reboot) help? Or is > there something else I can do to my filesystem to have some more > protection? For the time being I'm running 4-STABLE (if there's > something in 5 that helps with this, go ahead and let me know - I'm > planning to upgrade over spring break in March). FreeBSD doesn't try to make sure that new data doesn't get lost with softupdates, it just makes sure that the filesystem is in an error free state when you reboot, and makes meta-data updates faster. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 14:52:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E8937B401 for ; Fri, 31 Jan 2003 14:52:56 -0800 (PST) Received: from cypress.adhesivemedia.com (cypress.adhesivemedia.com [207.202.159.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA9143E4A for ; Fri, 31 Jan 2003 14:52:56 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from cypress.adhesivemedia.com (localhost [127.0.0.1]) by cypress.adhesivemedia.com (8.12.3/8.12.3) with ESMTP id h0VMqmcr021353; Fri, 31 Jan 2003 14:52:48 -0800 (PST) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by cypress.adhesivemedia.com (8.12.3/8.12.3/Submit) with ESMTP id h0VMqm9P021350; Fri, 31 Jan 2003 14:52:48 -0800 (PST) (envelope-from philip@adhesivemedia.com) X-Authentication-Warning: cypress.adhesivemedia.com: philip owned process doing -bs Date: Fri, 31 Jan 2003 14:52:48 -0800 (PST) From: Philip Hallstrom To: John Wilson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Samba and XP? In-Reply-To: <010301c2c96c$f0eeada0$6401a8c0@john5tcrjerpxc> Message-ID: <20030131145158.Y14918-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 If you don't want to install samba, find a windows ftp client that is easy to use... seems I've seen some that pretend to be hard drives on your desktop... can't remember the name, but the friend that had it seemed to like it. -philip On Fri, 31 Jan 2003, John Wilson wrote: > Good Day, > > I am currently seeking advice in regard to allowing an XP Home Edition > machine to have access to a FreeBSD mount. I've looked over Samba, and not > only have I seen references to XP's inability to join a 'domain > based-network', but also don't really like the idea of installing Samba as > it's a rather large package (relatively speaking) for what it simply does. > > My only other alternative, if I am correct, is trying to obtain an NFS > client for the XP machine and simply serve NFS mounts on the FBSD host. The > downside to this is the cost of the NFS clients for the XP machine. :) > > Are there any other alternatives available here? If not, which of the above > two 'solutions' would be best? I only have one BSD machine and one XP > machine, and I'd like to allow read/write access to a FBSD mount from the XP > machine. > > Any help or suggestions would be appreciated. > > - John > > > 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 Jan 31 15:26:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F180B37B405 for ; Fri, 31 Jan 2003 15:26:56 -0800 (PST) Received: from boston.g4.net (Boston.g4.Net [216.177.0.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DED43F85 for ; Fri, 31 Jan 2003 15:26:56 -0800 (PST) (envelope-from stealth215@attbi.com) Received: from attbi.com ([216.177.0.160]) by boston.g4.net (8.11.3/8.11.3) with ESMTP id h0VNQnJ11385 for ; Fri, 31 Jan 2003 18:26:50 -0500 (EST) (envelope-from stealth215@attbi.com) Message-ID: <3E3B05AD.90805@attbi.com> Date: Fri, 31 Jan 2003 18:24:29 -0500 From: David Loszewski User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021109 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Full-Screen display with VMware? Content-Type: text/plain; charset=ISO-8859-1; 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 When I try to go into fullscreen display in VMware my whole screen turns to all kinds of wierd colors and then I come up with a core dump for vmware. I'm using FreeBSD 4.7, what could be causing this? Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 15:48:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A4AC37B406 for ; Fri, 31 Jan 2003 15:48:56 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A358C43F9B for ; Fri, 31 Jan 2003 15:48:55 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0VNmHDZ054241; Fri, 31 Jan 2003 18:48:17 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Full-Screen display with VMware? From: Joe Marcus Clarke To: David Loszewski Cc: FreeBSD User Questions List In-Reply-To: <3E3B05AD.90805@attbi.com> References: <3E3B05AD.90805@attbi.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-RzK6+zobAGMP+XgVKHeG" Organization: MarcusCom, Inc. Message-Id: <1044056929.46355.46.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 31 Jan 2003 18:48:50 -0500 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,IN_REP_TO,MIME_LONG_LINE_QP,NOSPAM_INC,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, TO_BE_REMOVED_REPLY version=2.43 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-RzK6+zobAGMP+XgVKHeG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-01-31 at 18:24, David Loszewski wrote: > When I try to go into fullscreen display in VMware my whole screen turns=20 > to all kinds of wierd colors and then I come up with a core dump for=20 > vmware. I'm using FreeBSD 4.7, what could be causing this? =46rom the README.FreeBSD that comes with VMWare: Features currently unsupported - Fullscreen text mode - Mounting vmware virtual drive - Parallel ports were never tested. However, to support bidirectional transfers, we will need a FreeBSD version of the vmppuser driver. And from the Hints.FreeBSD that comes with VMWare: - Full screen text mode does not work. Don't ever do it! - Full screen graphics mode will work, but you have to be careful e.g. when running a DOS prompt on MS Windows. Hitting Alt+Enter will crash VMware before you can say "Chuck!" Joe >=20 > Dave >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-RzK6+zobAGMP+XgVKHeG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Owthb2iPiv4Uz4cRApiqAJ9xvGtFhe0aC3hgnTPeUiM73GiguwCglDX0 2V/N9G9cETPFKkelEX5JsNo= =0KW9 -----END PGP SIGNATURE----- --=-RzK6+zobAGMP+XgVKHeG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 15:56:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9679737B401 for ; Fri, 31 Jan 2003 15:56:48 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D2C543F43 for ; Fri, 31 Jan 2003 15:56:47 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a101.otenet.gr [212.205.215.101]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0VNuRVq002385; Sat, 1 Feb 2003 01:56:38 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0VNuM9g002733; Sat, 1 Feb 2003 01:56:22 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0VNuMnf002732; Sat, 1 Feb 2003 01:56:22 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 1 Feb 2003 01:56:22 +0200 From: Giorgos Keramidas To: "Stephen D. Kingrea" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tcpdump irregularity Message-ID: <20030131235622.GB589@gothmog.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 2003-01-31 16:44, "Stephen D. Kingrea" wrote: > using 4.7 on a gateway designated machine (ipfw/natd) serving 3 > wstations. > > www#tcpdump -i dc0 ###in fact, any interface.... > tcpdump: (no devices found) /dev/bpf0: Device not configured Check that you have the following in your kernel config: $ grep -i bpf /usr/src/sys/i386/conf/GENERIC # The `bpf' device enables the Berkeley Packet Filter. device bpf # Berkeley packet filter $ Then make sure you have proper device nodes created in /dev by running (further down in your post you mentioned that you *do* have a /dev/bpf0 node, so this part is already done on your setup). # cd /dev # sh MAKEDEV bpf0 bpf1 [...] > now, i read somewhere that kernel must be compiled with option > PACKETFILTER, however; workstation running 4.7 with generic kernel > runs tcpdump perfectly. There is no PACKETFILTER kernel option afaik. When you want to know what options are available and how to enable them for your kernel you should consult the files GENERIC and LINT in /usr/src/sys/i386/conf. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 16: 1:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE5337B401 for ; Fri, 31 Jan 2003 16:01:52 -0800 (PST) Received: from oak1a.cats.ohiou.edu (oak.cats.ohiou.edu [132.235.8.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED35943F43 for ; Fri, 31 Jan 2003 16:01:51 -0800 (PST) (envelope-from tq101100@ohio.edu) Received: from [192.168.0.2] (dhcp024-208-182-170.columbus.rr.com [24.208.182.170]) (authenticated bits=0) by oak2a.cats.ohiou.edu (8.12.5/8.12.5) with ESMTP id h0VNqTWf1319723 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Fri, 31 Jan 2003 18:52:30 -0500 (EST) Date: Fri, 31 Jan 2003 18:52:30 -0500 From: Thaddeus Quintin To: freebsd-questions@FreeBSD.ORG Subject: A twisted home network Message-ID: <188996853.1044039149@[192.168.0.2]> In-Reply-To: <3E3B05AD.90805@attbi.com> References: <3E3B05AD.90805@attbi.com> X-Mailer: Mulberry/2.2.1 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There's plenty of information on how to install two network cards (done that), how to enable a FreeBSD box to run as a gateway, do NAT, DHCP, etc. However, I'm having a mental block with how the cards should be configured. Here's how I want my network setup- CABLE MODEM-> D-link DI-701 Residential Gateway-> FreeBSD NIC dc0 -> FreeBSD NIC ep1 -> hub -> other computers... I'd like to leave the D-Link in place, since it has a built-in firewall and I'm not ready to start testing out my rules for ipfw. The D-Link assigns IP addresses Dynamically, or I can specify them statically. By default, the D-link has an IP address of 192.168.0.1 and the IP pool goes up from there. Where I get confused is how configure my network cards. Do I need a new IP prefix for the inner network? If the FreeBSD is a gateway, technically each NIC is connected to a different subnet, right? The card that will connect to the hub will need a Static IP address, since nothing is there to give an IP address. Does each NIC know of the other, or are the routing tables separate? This seems like a simple problem, but I've been scouring the handbook, freebsd diary, and the man pages, but I can't find any good examples. Thanks a bunch! Thaddeus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 16:11:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A1E37B401 for ; Fri, 31 Jan 2003 16:11:55 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A22E43F75 for ; Fri, 31 Jan 2003 16:11:54 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h110DGT5001984; Fri, 31 Jan 2003 19:13:20 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3B1075.3000902@potentialtech.com> Date: Fri, 31 Jan 2003 19:10:29 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thaddeus Quintin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: A twisted home network References: <3E3B05AD.90805@attbi.com> <188996853.1044039149@[192.168.0.2]> 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 Thaddeus Quintin wrote: > There's plenty of information on how to install two network cards (done > that), how to enable a FreeBSD box to run as a gateway, do NAT, DHCP, > etc. However, I'm having a mental block with how the cards should be > configured. > > Here's how I want my network setup- > CABLE MODEM-> D-link DI-701 Residential Gateway-> > FreeBSD NIC dc0 -> FreeBSD NIC ep1 -> hub -> other computers... > > I'd like to leave the D-Link in place, since it has a built-in firewall > and I'm not ready to start testing out my rules for ipfw. The D-Link > assigns IP addresses Dynamically, or I can specify them statically. By > default, the D-link has an IP address of 192.168.0.1 and the IP pool > goes up from there. > > Where I get confused is how configure my network cards. Do I need a new > IP prefix for the inner network? If the FreeBSD is a gateway, > technically each NIC is connected to a different subnet, right? The > card that will connect to the hub will need a Static IP address, since > nothing is there to give an IP address. Does each NIC know of the > other, or are the routing tables separate? > > This seems like a simple problem, but I've been scouring the handbook, > freebsd diary, and the man pages, but I can't find any good examples. The reason that you're not seeing examples, is because the FreeBSD box is not needed in your setup. You could eliminate it altogether. I'm assuming your want to use it as a gateway so you can learn and eventually get rid of the d-link, so here's the easiest way. The physical layout you describe above is OK (as to what connects to what) Set up the dlink to be 192.168.0.1 and the dc0 card on the FreeBSD box to be 192.168.0.2 Disable DHCP on the dlink for the time being. Configure the ep1 nic on FreeBSD to be 172.16.0.1 ... be sure to enable forwarding on the FreeBSD box (gateway_enable="yes" in rc.conf) The default gateway on the FreeBSD machine should be 192.168.0.1 Give the rest of your computers 172.16.0.* addresses with 172.16.0.1 as their gateway. Everything should work. When you're ready to remove the dlink, you'll change dc0 to get its IP from DHCP (from your ISP) and enable nat on the FreeBSD box. Then remove the dlink and plug the FreeBSD box directly into the cable modem. Be sure to adjust any firewall rules to match the changes in IP address. -- Bill Moran Potential Technologies 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 Jan 31 16:23: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A7F137B401 for ; Fri, 31 Jan 2003 16:23:04 -0800 (PST) Received: from voo.doo.net (voo.doo.net [81.17.45.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C41043F43 for ; Fri, 31 Jan 2003 16:23:02 -0800 (PST) (envelope-from marc@schneiders.org) Received: from localhost (localhost [127.0.0.1]) by voo.doo.net (8.12.6/8.12.6) with ESMTP id h110Mr6Z051525 for ; Sat, 1 Feb 2003 01:22:55 +0100 (CET) (envelope-from marc@schneiders.org) Date: Sat, 1 Feb 2003 01:22:53 +0100 (CET) From: Marc Schneiders X-X-Sender: To: Subject: How to map bad sectors on IDE? Message-ID: <20030201005939.G51460-100000@voo.doo.net> X-Preferred-email-to: marc@schneiders.org X-Other-email-to: marc@venster.nl X-Organization: Venster (Zeist - NL) X-URL: http://www.bijt.net/ X-SOA: A.ROOT-SERVERS.ORSC. X-OS: FreeBSD: The Power to Serve MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Recently a cvsup failed because of an input/output error in the directory /usr/src/contrib/perl5/h2pl. I tried deleting the content of the directory, and found out there were hardware problems with the disk. For it says: ls: eg: Input/output error And in the console messages: Feb 1 00:50:10 zeist /kernel: ad0s1h: hard error reading fsbn 99107103 of 27000944-27000959 (ad0s1 bn 99107103; cn 6169 tn 33 sn 39) status=59 error=40 Similar messages appear for this physical address and another one when the filesystem is checked daily at 03:00 h. This is happening for some time now (since January 18), but did not give any problems. Jan 30 03:05:54 zeist /kernel: ad0s1h: hard error reading fsbn 99107103 of 27000944-27000959 (ad0s1 bn 9 9107103; cn 6169 tn 33 sn 39) status=59 error=40 Jan 30 03:06:01 zeist /kernel: ad0s1h: hard error reading fsbn 83247423 of 19071104-19071119 (ad0s1 bn 8 3247423; cn 5181 tn 232 sn 42) status=59 error=40 I have searched Google to find a solution to mark off these two blocks/inodes (or however I should call them), so that they will not be used anymore. All I found is that this is not possible on IDE. Advise: Throw away the disk. Now this I find a bit radical :-) Esp. since the disk is about 3 years old. Any advise other than throw away the disk (or claim a new one)? Is there really no way to tell FreeBSD to discard these sectors? One more detail: Last time the machine booted it thought this of the drive: Jan 8 12:28:58 zeist /kernel: ad0: 39083MB [79408/16/63] at ata0-master UDMA100 Thanks! -- [14] I am not a lawyer. http://logoff.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 16:24:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3190137B401 for ; Fri, 31 Jan 2003 16:24:25 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 3A1C043E4A for ; Fri, 31 Jan 2003 16:24:15 -0800 (PST) (envelope-from mwm-dated-1044491052.f38031@mired.org) Received: (qmail 26558 invoked from network); 1 Feb 2003 00:24:12 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 1 Feb 2003 00:24:12 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15931.5035.909252.787510@guru.mired.org> Date: Fri, 31 Jan 2003 18:24:11 -0600 To: "Toomas Aas" Cc: "Steve Gladstone" , questions@freebsd.org Subject: Re: How much disk space is required when installing FreeBSD 4.7 In-Reply-To: <200301311428.h0VESXr01270@lv.raad.tartu.ee> References: <200301311428.h0VESXr01270@lv.raad.tartu.ee> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <200301311428.h0VESXr01270@lv.raad.tartu.ee>, Toomas Aas typed: > For that small a disk I'd recommend just creating two partitions - swap > (I know everybody blindly tells you to use RAMx2, but in my experience > you can get by with a *lot* less) and a / partition. He's got 256 meg of ram. If he's not going to run a desktop environment, but just a nice simple window manager, he can probably get by with no swap at all. I have no idea how much memory Gnome or KDE are going to eat, but it wouldn't surprise me if he can get by with no swap if his usage is light. The next to consider beyond that is 256.064 meg. That .064 more than real memory is enough swap to save a core image after a panic. After that comes the 2x mark, which is what FreeBSD is tuned for. On a heavily loaded system, you want to use that. As a final note for Mr. Gladstone, "single user" in Unix parlance has a special meaning, in that no process other than the shell running on the console are running on the system. If you have to log in to the system, you're not in single user mode - even if that's the only possible login. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 16:26:53 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4F737B401 for ; Fri, 31 Jan 2003 16:26:50 -0800 (PST) Received: from sonic.futurequest.net (sonic.futurequest.net [63.151.144.3]) by mx1.FreeBSD.org (Postfix) with SMTP id E424A43F3F for ; Fri, 31 Jan 2003 16:26:49 -0800 (PST) (envelope-from rich@foxengines.net) Received: (qmail 23901 invoked from network); 1 Feb 2003 00:26:42 -0000 Received: from foxengines.net (63.151.144.162) by sonic.futurequest.net (63.151.144.3 ); 01 Feb 2003 00:26:42 -0000 Received: from unknown (HELO [192.168.1.108]) (68.65.184.84) by foxengines.net (63.151.144.162) with ESMTP; 01 Feb 2003 00:26:42 -0000 Date: Fri, 31 Jan 2003 22:23:13 -0500 (EST) From: Rich Fox X-X-Sender: rich@test_server.no.domain Reply-To: Rich Fox To: Thaddeus Quintin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: A twisted home network In-Reply-To: <188996853.1044039149@[192.168.0.2]> Message-ID: <20030131220137.V714-100000@test_server.no.domain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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, let's see here... (You should probably wait to get at least two responses since I am not feeling real confident about my description here... if they jive you're alright...) INET }--{ DLINK Thingie }--{ FBSD BOX }--{ Internal net Basically, the Dlink is going to get it's outside IP from whatever, be it DHCP, etc. The Inside will also have an IP address which I believe you said will be 192.168.0.1, right? Okay, now the freebsd box... Set the DLINK NIC (the NIC connecting to the DLINK box) to be 192.168.0.n where n is not the same as the DLINK. Set the default gateway for the DLINK NIC to be the DLINK Inside address. (Mine is using DHCP so I don't have a default_gateway setting in my rc.conf but if I remember from my DSL & dialup days, you do set it) Set the inside NIC to be something different, say 10.0.0.1 set gateway_enable to "YES" (which I think you already did) for natd, set the natd_interface to be the DLINK NIC. (On mine I conveniently have the external nic is xl1 and the inside is xl0 so mine looks like this: gateway_enable="YES" ifconfig_xl0="inet 192.168.1.18 netmask 255.255.255.0" ifconfig_xl1="DHCP" [snip] natd_enable="YES" natd_interface="xl1" natd_flags="-l -f /etc/natd.conf" Now set all of your internal boxes to something matching the 10.0.0.n phrase where n is not the same as the inside NIC on your FreeBSD box. Okay, I think I can summarize this coherently... On the FreeBSD box, the two NICs sort of know about each other. You configure them independently, and slightly differently. On the NIC that goes to the outside, you set the default gateway explicitly. In the Inside NIC, you tell natd essentially what the default gateway is and natd handles the packets. (My natd.conf contains redirect directives mostly, I don't think it's usually necessary.) Rich. | Rich Fox | rich@foxengines.net | 86 Nobska Road | Woods Hole, MA 02543 | MA 508 548 4358 | VA 703 201 6050 On Fri, 31 Jan 2003, Thaddeus Quintin wrote: > There's plenty of information on how to install two network cards (done > that), how to enable a FreeBSD box to run as a gateway, do NAT, DHCP, etc. > However, I'm having a mental block with how the cards should be configured. > > Here's how I want my network setup- > CABLE MODEM-> D-link DI-701 Residential Gateway-> > FreeBSD NIC dc0 -> FreeBSD NIC ep1 -> hub -> other computers... > > I'd like to leave the D-Link in place, since it has a built-in firewall and > I'm not ready to start testing out my rules for ipfw. The D-Link assigns > IP addresses Dynamically, or I can specify them statically. By default, > the D-link has an IP address of 192.168.0.1 and the IP pool goes up from > there. > > Where I get confused is how configure my network cards. Do I need a new IP > prefix for the inner network? If the FreeBSD is a gateway, technically > each NIC is connected to a different subnet, right? The card that will > connect to the hub will need a Static IP address, since nothing is there to > give an IP address. Does each NIC know of the other, or are the routing > tables separate? > > This seems like a simple problem, but I've been scouring the handbook, > freebsd diary, and the man pages, but I can't find any good examples. > > Thanks a bunch! > Thaddeus > > 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 Jan 31 16:43:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 951C437B401 for ; Fri, 31 Jan 2003 16:43:18 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0465743F43 for ; Fri, 31 Jan 2003 16:43:18 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc53.attbi.com (rwcrmhc53) with ESMTP id <20030201004313053003lisqe>; Sat, 1 Feb 2003 00:43:14 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h110hCEC012031; Fri, 31 Jan 2003 19:43:12 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h110hC5I012028; Fri, 31 Jan 2003 19:43:12 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: Marc Schneiders Cc: Subject: Re: How to map bad sectors on IDE? References: <20030201005939.G51460-100000@voo.doo.net> From: Lowell Gilbert Date: 31 Jan 2003 19:43:11 -0500 In-Reply-To: <20030201005939.G51460-100000@voo.doo.net> Message-ID: <44lm10g7a8.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Marc Schneiders writes: > I have searched Google to find a solution to mark off these two > blocks/inodes (or however I should call them), so that they will not > be used anymore. All I found is that this is not possible on > IDE. Advise: Throw away the disk. Now this I find a bit radical :-) > Esp. since the disk is about 3 years old. Why is it radical? After all, IDE disks already do bad-block remapping internally, so you've built up a *lot* of bad sectors already if they're starting to become visible to the operating system... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 16:45:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 143EC37B401 for ; Fri, 31 Jan 2003 16:45:30 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id DE55443F3F for ; Fri, 31 Jan 2003 16:45:28 -0800 (PST) (envelope-from mwm-dated-1044492328.f41897@mired.org) Received: (qmail 26736 invoked from network); 1 Feb 2003 00:45:28 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 1 Feb 2003 00:45:28 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15931.6311.627786.913544@guru.mired.org> Date: Fri, 31 Jan 2003 18:45:27 -0600 To: Thaddeus Quintin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: A twisted home network In-Reply-To: <188996853.1044039149@[192.168.0.2]> References: <3E3B05AD.90805@attbi.com> <188996853.1044039149@[192.168.0.2]> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <188996853.1044039149@[192.168.0.2]>, Thaddeus Quintin typed: > There's plenty of information on how to install two network cards (done > that), how to enable a FreeBSD box to run as a gateway, do NAT, DHCP, etc. > However, I'm having a mental block with how the cards should be configured. > > Here's how I want my network setup- > CABLE MODEM-> D-link DI-701 Residential Gateway-> > FreeBSD NIC dc0 -> FreeBSD NIC ep1 -> hub -> other computers... > > Where I get confused is how configure my network cards. Do I need a new IP > prefix for the inner network? That's one way to solve it. You need two subnets. > If the FreeBSD is a gateway, technically each NIC is connected to a > different subnet, right? Right. In fact, FreeBSD gets upset if they aren't connected to different subnets. > The card that will connect to the hub will need a Static IP address, > since nothing is there to give an IP address. Right. > Does each NIC know of the other, or are the routing tables separate? NICs don't have routing tables. The system has a routing table, and knows about both nics. > This seems like a simple problem, but I've been scouring the handbook, > freebsd diary, and the man pages, but I can't find any good examples. Call the dc0 side of the FreeBSD box subnet 0. Call the ep0 side subnet 1 . Let's use the same prefix (192.168) for all the subnets, and set up for 256 subnets of 256 hosts. The dlink is 192.168.0.1, so it's already right for subnet 0. Give the dc0 the IP address of 192.168.0.2. Or let dchp assign it to any value on 192.168.0.2. Ep1 is on subnet 1, so lets make it host 1, and give it the address of 192.168.1.1. The other hosts on subnet 1 must have addresses on 192.168.1. Their default router will be 192.168.1.1. The netmask for dc0, ep1 and all hosts on subnet 1 is 255.255.255.0. The dlink will need to know that the route to 192.168.1 is via 192.168.0.2. Without knowing details on it, I can't say how to set things up to give it that information. I also note that my dlink - a cable/DSL router - only understands 192.168.0 addresses. If that's the case, you'll have to subnet 192.168.0, not 192.168. as I just demonstrated. That would look like dc0 being 192.168.0.2, ep1 being 192.168.0.129, other on subnet 1 having last bytes greater than 130, and everybody having a netmask of 255.255.255.128. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 16:46:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A8037B401 for ; Fri, 31 Jan 2003 16:46:38 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 6FFBA43F75 for ; Fri, 31 Jan 2003 16:46:37 -0800 (PST) (envelope-from mwm-dated-1044492397.5e23f5@mired.org) Received: (qmail 26777 invoked from network); 1 Feb 2003 00:46:37 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 1 Feb 2003 00:46:37 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15931.6380.269940.609831@guru.mired.org> Date: Fri, 31 Jan 2003 18:46:36 -0600 To: bastill@adam.com.au Cc: Chuck Swiger , Giorgos Keramidas , freebsd-questions@FreeBSD.org Subject: Re: Fixit instructions In-Reply-To: <1043972006.3e39bfa65bc51@webmail.adam.com.au> References: <1043728084.3e3606d4a3b6a@webmail.adam.com.au> <15926.3781.54965.702684@guru.mired.org> <1043736426.3e36276aee60a@webmail.adam.com.au> <20030128130709.GA25877@gothmog.gr> <1043800649.3e372249b8066@webmail.adam.com.au> <15927.9781.687511.670713@guru.mired.org> <1043907672.3e38c458244c1@webmail.adam.com.au> <15929.15511.113620.677592@guru.mired.org> <1043972006.3e39bfa65bc51@webmail.adam.com.au> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-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 <1043972006.3e39bfa65bc51@webmail.adam.com.au>, bastill@adam.com.au typed: > Quoting Mike Meyer : > > Maybe what's needed is an "Essential BSD commands" handbook entry, > > that covers the lists the commands available in Fixit mode that are > > actually useful for fixing a broken system? > > Yes, that's exactly what I was asking for, in essense. > Care to write it? :-) I'm thinking about it. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 16:58:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9C137B401 for ; Fri, 31 Jan 2003 16:58:34 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EDC343E4A for ; Fri, 31 Jan 2003 16:58:33 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 13BE651981; Sat, 1 Feb 2003 11:28:28 +1030 (CST) Date: Sat, 1 Feb 2003 11:28:28 +1030 From: Greg 'groggy' Lehey To: "Thomas C. Meggs" Cc: questions@FreeBSD.org Subject: Re: vinum raid5 expansion Message-ID: <20030201005828.GC92530@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-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, 21 January 2003 at 2:39:13 -0500, Thomas C. Meggs wrote: > Hi, > > I'm considering using FBSD+vinum for our file server. However I'm a little > concerned about expansion. Can vinum expand a raid5 volume on to other > disks? Sorry for the slow reply. You can't extend a RAID-5 plex, but you can expand volumes with additional plexes. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 17: 2:17 2003 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 5237D37B401; Fri, 31 Jan 2003 17:02:08 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20030201010208.5237D37B401@hub.freebsd.org> Date: Fri, 31 Jan 2003 17:02:08 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 28 January 2002, $Id: Howto-ask-questions,v 1.3 2003/01/28 00:26:41 grog Exp $ 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/doc/en_US.ISO8859-1/books/faq/index.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 Jan 31 17: 2:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 64FFD37B405; Fri, 31 Jan 2003 17:02:08 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20030201010208.64FFD37B405@hub.freebsd.org> Date: Fri, 31 Jan 2003 17:02:08 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 17: 2:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 69D6A37B406; Fri, 31 Jan 2003 17:02:08 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20030201010208.69D6A37B406@hub.freebsd.org> Date: Fri, 31 Jan 2003 17:02:08 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 17:37:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5387137B401 for ; Fri, 31 Jan 2003 17:37:57 -0800 (PST) Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 652B143F75 for ; Fri, 31 Jan 2003 17:37:56 -0800 (PST) (envelope-from alanchen@MIT.EDU) Received: from grand-central-station.mit.edu (GRAND-CENTRAL-STATION.MIT.EDU [18.7.21.82]) by pacific-carrier-annex.mit.edu (8.9.2/8.9.2) with ESMTP id UAA15717 for ; Fri, 31 Jan 2003 20:37:55 -0500 (EST) Received: from melbourne-city-street.mit.edu (MELBOURNE-CITY-STREET.MIT.EDU [18.7.21.86]) by grand-central-station.mit.edu (8.9.2/8.9.2) with ESMTP id UAA28989 for ; Fri, 31 Jan 2003 20:37:55 -0500 (EST) Received: from mit.edu (HEBB.MIT.EDU [18.42.1.161]) by melbourne-city-street.mit.edu (8.9.2/8.9.2) with ESMTP id UAA29043 for ; Fri, 31 Jan 2003 20:37:52 -0500 (EST) Message-ID: <3E3B24EF.8040807@mit.edu> Date: Fri, 31 Jan 2003 20:37:51 -0500 From: Alan Chen Reply-To: alanchen@MIT.EDU User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: filesystem snapshots causes system to hang X-Enigmail-Version: 0.63.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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 am new to BSD and am asking for some help. When I try to get a snapshot mounted (mount -u -o snapshot /foo/bar /foo) the disk churns for a few minutes and then stops. After the disks stop churning, the system hangs. By hanging, I mean: frozen ssh sessions, frozen local console, completely locked out, etc. The computer does respond to a Ping, however. Additionally, I am using a JetStor IDE-SCSI RAID array so BSD is detecting the array as a single SCSI device. I'm not sure if this is the problem, but I thought the info may be helpful! I've tried the snapshots without the RAID device and it works fine on regular IDE devices. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 17:40:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB9F237B401 for ; Fri, 31 Jan 2003 17:40:42 -0800 (PST) Received: from sumter.awod.com (sumter.awod.com [63.246.96.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B253143F93 for ; Fri, 31 Jan 2003 17:40:41 -0800 (PST) (envelope-from stanb@awod.com) Received: from teddy.fas.com (pcp01010374pcs.mplsnt01.sc.comcast.net [68.58.176.69]) by sumter.awod.com (8.8.7/8.12.2) with ESMTP id UAA33123 for ; Fri, 31 Jan 2003 20:41:36 -0500 (EST) (envelope-from stanb@awod.com) X-Authentication-Warning: sumter.awod.com: User stanb [pcp01010374pcs.mplsnt01.sc.comcast.net] popped 117 seconds ago Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 18eme0-0006GY-00 for ; Fri, 31 Jan 2003 20:40:32 -0500 Date: Fri, 31 Jan 2003 20:40:32 -0500 From: stan To: Free BSD Questions list Subject: Resizing partions Message-ID: <20030201014032.GA23426@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.17 X-Uptime: 20:21:35 up 13 days, 42 min, 1 user, load average: 0.13, 0.04, 0.01 Sender: owner-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 laptop that I originaly partioned inot a windoze, and FreeBSD partiton. I'm going to upgrade this unit this weekend, and I wnat to concatenate the 2 partions. Is there a way to do this? (Yes, it's the m$ parition I'm nuking). -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 17:48: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0261837B401 for ; Fri, 31 Jan 2003 17:48:04 -0800 (PST) Received: from voo.doo.net (voo.doo.net [81.17.45.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7F0343F43 for ; Fri, 31 Jan 2003 17:48:02 -0800 (PST) (envelope-from marc@schneiders.org) Received: from localhost (localhost [127.0.0.1]) by voo.doo.net (8.12.6/8.12.6) with ESMTP id h111lx6Z051871 for ; Sat, 1 Feb 2003 02:48:00 +0100 (CET) (envelope-from marc@schneiders.org) Date: Sat, 1 Feb 2003 02:47:59 +0100 (CET) From: Marc Schneiders X-X-Sender: To: Subject: Multiple solutions for a problem (Re: How to map bad sectors on IDE?) Message-ID: <20030201024738.K51460-100000@voo.doo.net> X-Preferred-email-to: marc@schneiders.org X-Other-email-to: marc@venster.nl X-Organization: Venster (Zeist - NL) X-URL: http://www.bijt.net/ X-SOA: A.ROOT-SERVERS.ORSC. X-OS: FreeBSD: The Power to Serve MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 31 Jan 2003, at 19:43 [=GMT-0500], Lowell Gilbert wrote: > Marc Schneiders writes: > > > I have searched Google to find a solution to mark off these two > > blocks/inodes (or however I should call them), so that they will not > > be used anymore. All I found is that this is not possible on > > IDE. Advise: Throw away the disk. Now this I find a bit radical :-) > > Esp. since the disk is about 3 years old. > > Why is it radical? Because it involves a lot of work to backup the disk, open up the machine, check it with some software that reports something that I could tell Maxtor, have them give me another disk (if they do that). Wait, wait, wait. And all this time machine not working obviously, which is extra bad since it is the key machine here that connects others to the internet. All in all I would say 10 hours work, a few weeks of waiting. So why not first try something (if it exists, which was my question) that does not involve picking up a screwdriver and turning of my network here? Or lets say I am poor (which I am) and cannot really just run off and buy a new disk? The one with problems may be under warrenty, it may not. I cannot tell before I take the machine apart and read the serial on the disk. Your advise sounds perfectly sound for IBM and Microsoft and the Pentagon. But for a home or small office situation, there might be another way to deal with it? Especially since we are not talking about something 10 years old or heavily used in a mailserver. > After all, IDE disks already do bad-block > remapping internally, so you've built up a *lot* of bad sectors > already if they're starting to become visible to the operating > system... > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 17:55:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D41837B401 for ; Fri, 31 Jan 2003 17:55:43 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F6F43F79 for ; Fri, 31 Jan 2003 17:55:42 -0800 (PST) (envelope-from joeyteel@earthlink.net) Received: from 24-116-116-6.cpe.cableone.net ([24.116.116.6] helo=RUKI) by stork.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 18emsg-0003gp-00 for FreeBSD-questions@FreeBSD.org; Fri, 31 Jan 2003 17:55:42 -0800 Reply-To: From: "Joey Teel" To: Subject: Sendmail directory ownership changed Date: Fri, 31 Jan 2003 19:55:24 -0600 Message-ID: <000001c2c994$ff9a99e0$0400a8c0@RUKI> 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.2800.1106 X-ELNK-Trace: 883a5efaa24ed4121aa676d7e74259b7b3291a7d08dfec7922a7d4f37fd1f0e8b78d6e91feb8b459350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Sender: owner-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, A few days ago I started getting errors in my syslog saying that sendmail couldn't write to the mail directories, on inspection of the permissions, I discovered that all the mail directories had been changed to be owned by my personal UID and GID Can someone tell me what the proper permissions should be on the mail directories used by sendmail for it's queue? I've tried searching for the info and haven't been able to find it Joey Teel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 18:21:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8246837B401 for ; Fri, 31 Jan 2003 18:21:15 -0800 (PST) Received: from MAILHOST2.sw.edu (mailhost2.sw.vccs.edu [164.106.192.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9704F43F85 for ; Fri, 31 Jan 2003 18:21:14 -0800 (PST) (envelope-from Ben.Compton@sw.edu) Received: by mailhost.sw.cc.va.us with Internet Mail Service (5.5.2653.19) id ; Fri, 31 Jan 2003 15:33:49 -0500 Message-ID: <265AB87F92D3F74F9A48D76F2F77F5F10F30ED@mailhost.sw.cc.va.us> From: Ben Compton To: "'freebsd-questions@FreeBSD.ORG'" Subject: Date: Fri, 31 Jan 2003 15:33:48 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe freebsd-questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 18:28:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B81237B401 for ; Fri, 31 Jan 2003 18:28:44 -0800 (PST) Received: from ip24-56-36-25.ph.ph.cox.net (ip68-3-48-80.ph.ph.cox.net [68.3.48.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id C51CA43F3F for ; Fri, 31 Jan 2003 18:28:43 -0800 (PST) (envelope-from ian351c@cox.net) Received: from iansxp.iansponderosa.org (iansxp.iansponderosa.org [192.168.0.102]) by ip24-56-36-25.ph.ph.cox.net (8.12.6/8.11.4) with ESMTP id h112Sgs6032525 for ; Fri, 31 Jan 2003 19:28:43 -0700 (MST) (envelope-from ian351c@cox.net) From: Ian Cartwright To: freebsd-questions@freebsd.org Subject: XFree86 4.2.1 and freetype2 antialiasing Date: Fri, 31 Jan 2003 19:28:40 -0700 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200301311928.40225.ian351c@cox.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I have XFree86 4.2.1 installed (via an install from FreeBSD-4.7RELEASE CD) and have also installed freetype2 from the ports collection (currently 2.1.3_1). I also have freetype-1.3.1_2 installed as a dependency for some other ports. After installing KDE 3.1 (also from the ports collection), I noticed that the only true type fonts that were anti-aliased were those included with XFree86 (the B&H Luxi family). All of the Microsoft fonts I copied from my Windows box are rendered, but none are anti-aliased, except in the KDE Font Installer preview window. I have searched high and low for a solution to this, and all the information I have so far is this: - Compile qt-3.1 with antialias support. This is the default in the ports version of qt-3.1, which is what I have installed. - Turn on anti-aliasing in the KDE Fonts Control Module. This I have done, which is why Luxi fonts work (though this does not affect the Font Installer preview). - Some articles I have found on freetype.org and Google groups indicate that the freetype library that is included in the XFree86 code is outdated. They say the solution is to use /usr/local/lib/libfreetype.so instead of /usr/X11R6/lib/modules/fonts/libfreetype.a. I have tried to do this by adding 'ModulePath "/usr/local/lib"' to my XF86Config file (above thge stock ModulePath line). This gives an error in my XFree86.0.log: "LoadModule: Module freetype does not have a freetypeModuleData data object." I cannot find any documentation that tells me what this means. Does anyone out there have any experience with this? BTW: All my ports have been installed using portupgrade (or portinstall) which I keep up to date. The only possible exception would be XFree86 which was installed from the FreeBSD-4.7 install CD. Thanks! Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 18:53:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FFA37B401 for ; Fri, 31 Jan 2003 18:53:38 -0800 (PST) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 591AA43E4A for ; Fri, 31 Jan 2003 18:53:38 -0800 (PST) (envelope-from jmills@speakeasy.net) Received: (qmail 31572 invoked from network); 1 Feb 2003 02:53:51 -0000 Received: from unknown (HELO localhost.localdomain) ([216.27.162.100]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Feb 2003 02:53:51 -0000 Received: from localhost (jmills@localhost) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h112ruM04357; Fri, 31 Jan 2003 21:53:56 -0500 X-Authentication-Warning: localhost.localdomain: jmills owned process doing -bs Date: Fri, 31 Jan 2003 21:53:55 -0500 (EST) From: John Mills X-X-Sender: jmills@localhost.localdomain To: Marc Schneiders Cc: Lowell Gilbert , Subject: Re: How to map bad sectors on IDE? In-Reply-To: <44lm10g7a8.fsf@be-well.ilk.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 Marc - On 31 Jan 2003, Lowell Gilbert wrote: > Marc Schneiders writes: > > > I have searched Google to find a solution to mark off these two > > blocks/inodes (or however I should call them), so that they will not > > be used anymore. All I found is that this is not possible on > > IDE. It is possible with some types of Linux filesystems (ext2 for one), and 'e2fsck' can be told to run a block-by-block read-write test across the disk (optionally preserving original data where possible), then add any bad blocks to a suitably named file which exists just to keep bad blocks out of circulation. 'apropos badblocks' and 'man fsck' failed to suggest such a function in fBSD, but it might be worth more looking. Such an operation would cost you only those files which are now corrupted - when it happened to me I lost a block in a text file, 'fsck' moved the fragments to 'lost+found', and I was able to reconstruct the file. That was pure luck, naturally. > Why is it radical? After all, IDE disks already do bad-block > remapping internally, so you've built up a *lot* of bad sectors > already if they're starting to become visible to the operating > system... Does fBSD's file system creation make sure that all blocks of a newly created file system are in fact usable? I would be surprised if there were no cross checks in the formatting/partitioning/fs-creation path. If the bad blocks weren't linked in the new filesystem, they would have become invisible for practical purposes. Bad side: This approach wipes the rest of your disk's contents. Maybe there are some starting points in there. - John Mills To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 19:32: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D73E737B401 for ; Fri, 31 Jan 2003 19:32:04 -0800 (PST) Received: from pop016.verizon.net (pop016pub.verizon.net [206.46.170.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED7943E4A for ; Fri, 31 Jan 2003 19:32:04 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.42.238]) by pop016.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030201033203.XKID20431.pop016.verizon.net@mac.com> for ; Fri, 31 Jan 2003 21:32:03 -0600 Message-ID: <3E3B3FB0.2070000@mac.com> Date: Fri, 31 Jan 2003 22:32:00 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Re: Multiple solutions for a problem (Re: How to map bad sectors on IDE?) References: <20030201024738.K51460-100000@voo.doo.net> In-Reply-To: <20030201024738.K51460-100000@voo.doo.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop016.verizon.net from [129.44.42.238] at Fri, 31 Jan 2003 21:32:03 -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 Marc Schneiders wrote: [ ... ] > Because it involves a lot of work to backup the disk, open up the > machine, check it with some software that reports something that I > could tell Maxtor, have them give me another disk (if they do that). > Wait, wait, wait. And all this time machine not working obviously, > which is extra bad since it is the key machine here that connects > others to the internet. I'll try to suggest some other alternatives, as you wish. If this is "the key machine" for your network, however, you should consider what the consequences of this disk drive failing completely are. [ Modern hard drives have failure modes that include "you don't get the data back". So if you don't have a good backup of the system already available, take one right now. ] > All in all I would say 10 hours work, a few weeks of waiting. Yes. Or you could get a replacement drive for less than $100 now, and copy a working system so that you don't encounter unplanned downtime for this key machine, wait for an RMA, or anything else. > So why not first try something (if it exists, which was my question) > that does not involve picking up a screwdriver and turning of my > network here? Or lets say I am poor (which I am) and cannot really > just run off and buy a new disk? The one with problems may be under > warrenty, it may not. I cannot tell before I take the machine apart > and read the serial on the disk. I understand your point about cost. Do you understand that waiting is unlikely to improve the chances of your drive remaining under warrantee? > Your advise sounds perfectly sound for IBM and Microsoft and the > Pentagon. But for a home or small office situation, there might be > another way to deal with it? > > Especially since we are not talking about something 10 years old or > heavily used in a mailserver. Dude, IDE hard drives have moved from having a 3 year warrantee to a 1 year warrantee for a very simple reason: the percentage of IDE hard drives which fail after one year is high enough as it is. Anyway, one can use dd as a non-destructive read test-- although the manufacturors' utilities can test more effectively (as well as look into the SMART status and so forth, if applicable). I believe the system installer lets you invoke the bad144 destructive scanner (via wizard mode), if you wanted to do that. -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 19:53:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EA9737B401 for ; Fri, 31 Jan 2003 19:53:58 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70C1943E4A for ; Fri, 31 Jan 2003 19:53:57 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from Knoppix ([207.179.65.8]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Fri, 31 Jan 2003 22:54:18 -0500 Content-Type: text/plain; charset="iso-8859-1" From: taxman To: michaew@uci.edu, freebsd-questions@FreeBSD.ORG Subject: Re: Installation Problems Date: Fri, 31 Jan 2003 22:55:27 +0100 User-Agent: KMail/1.4.3 References: <1044036689.smmsdV1.1.2@smtp.uci.edu> In-Reply-To: <1044036689.smmsdV1.1.2@smtp.uci.edu> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301312255.27430.taxman@acd.net> X-OriginalArrivalTime: 01 Feb 2003 03:54:19.0124 (UTC) FILETIME=[98DD9340:01C2C9A5] Sender: owner-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 thought this was in the early adopters guide (you did read that rig= ht?),=20 but doesn't 5.0 take more memory to install than 4.7 did? I don't know i= f=20 that would cause your problem or not, but it seems possible. Try install= ing=20 4.7, that should work fine, if not, let us know what problem you have. Tim On Friday 31 January 2003 07:11 pm, michaew@uci.edu wrote: > Hi. I'm trying to install release 5.0 on an i386 system with a P100=20 > processor with native windows 95 on the hard disk. I have 16mb ram and = a=20 > 1.2GB IDE Wester Digital Caviar. Because the computer does not support= =20 > CD booting and I have not been able to find a way to change boot order=20 > in the bios, I created boot disks as described in the install.txt. Th= e=20 > kernel and the mfsroot load fine, but when it boots the kernel it=20 > freezes on the line "Mounting root from ufs:dev/md0/stand/sysinstall=20 > running as init on vty0." It is detecting my cd-rom drive, which is a=20 > secondary slave. Any help would be appreciated. Thanks. >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 19:57: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7266B37B401 for ; Fri, 31 Jan 2003 19:57:03 -0800 (PST) Received: from oak1a.cats.ohiou.edu (oak.cats.ohiou.edu [132.235.8.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D14E43F75 for ; Fri, 31 Jan 2003 19:57:02 -0800 (PST) (envelope-from tq101100@oak.cats.ohiou.edu) Received: from oak2a.cats.ohiou.edu (oak2a.cats.ohiou.edu [132.235.8.47]) by oak2a.cats.ohiou.edu (8.12.5/8.12.5) with ESMTP id h113u9Wg1405612 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Fri, 31 Jan 2003 22:56:09 -0500 (EST) Date: Fri, 31 Jan 2003 22:56:09 -0500 (EST) From: Thaddeus Jerome Quintin X-X-Sender: tq101100@oak2a.cats.ohiou.edu To: Mike Meyer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: A twisted home network In-Reply-To: <15931.6311.627786.913544@guru.mired.org> Message-ID: References: <3E3B05AD.90805@attbi.com> <188996853.1044039149@[192.168.0.2]> <15931.6311.627786.913544@guru.mired.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MailScanner-VirusCheck: Found to be clean X-MailScanner-SpamCheck: X-MailScanner-Information: http://www.cns.ohiou.edu/email/spam-virus.html Sender: owner-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 Mike! (and everyone else who replied!) It's ALMOST working.... I've got my other machines coming up with network access, but they don't seem to resolve DNS. I tried assigning DNS servers manually (the same ones that I use for my FreeBSD machine) (that led them to time out) and i've tried leaving them blank(instant failure). Is there something else that I need to set up? Thanks guys- Thaddeus On Fri, 31 Jan 2003, Mike Meyer wrote: > In <188996853.1044039149@[192.168.0.2]>, Thaddeus Quintin typed: > > There's plenty of information on how to install two network cards (done > > that), how to enable a FreeBSD box to run as a gateway, do NAT, DHCP, etc. > > However, I'm having a mental block with how the cards should be configured. > > > > Here's how I want my network setup- > > CABLE MODEM-> D-link DI-701 Residential Gateway-> > > FreeBSD NIC dc0 -> FreeBSD NIC ep1 -> hub -> other computers... > > > > Where I get confused is how configure my network cards. Do I need a new IP > > prefix for the inner network? > > That's one way to solve it. You need two subnets. > > > If the FreeBSD is a gateway, technically each NIC is connected to a > > different subnet, right? > > Right. In fact, FreeBSD gets upset if they aren't connected to > different subnets. > > > The card that will connect to the hub will need a Static IP address, > > since nothing is there to give an IP address. > > Right. > > > Does each NIC know of the other, or are the routing tables separate? > > NICs don't have routing tables. The system has a routing table, and > knows about both nics. > > > This seems like a simple problem, but I've been scouring the handbook, > > freebsd diary, and the man pages, but I can't find any good examples. > > Call the dc0 side of the FreeBSD box subnet 0. Call the ep0 side > subnet 1 . Let's use the same prefix (192.168) for all the subnets, > and set up for 256 subnets of 256 hosts. > > The dlink is 192.168.0.1, so it's already right for subnet 0. Give the > dc0 the IP address of 192.168.0.2. Or let dchp assign it to any value > on 192.168.0.2. > > Ep1 is on subnet 1, so lets make it host 1, and give it the address of > 192.168.1.1. The other hosts on subnet 1 must have addresses on > 192.168.1. Their default router will be 192.168.1.1. > > The netmask for dc0, ep1 and all hosts on subnet 1 is > 255.255.255.0. > > The dlink will need to know that the route to 192.168.1 is via > 192.168.0.2. Without knowing details on it, I can't say how to set > things up to give it that information. > > I also note that my dlink - a cable/DSL router - only understands > 192.168.0 addresses. If that's the case, you'll have to subnet > 192.168.0, not 192.168. as I just demonstrated. That would look like > dc0 being 192.168.0.2, ep1 being 192.168.0.129, other on subnet 1 > having last bytes greater than 130, and everybody having a netmask of > 255.255.255.128. > > -- > Mike Meyer http://www.mired.org/consulting.html > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 20: 9:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7960B37B401 for ; Fri, 31 Jan 2003 20:09:15 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995E243F75 for ; Fri, 31 Jan 2003 20:09:13 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a101.otenet.gr [212.205.215.101]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h11499Vq016894; Sat, 1 Feb 2003 06:09:09 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h114989g056238; Sat, 1 Feb 2003 06:09:08 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h11497hS056237; Sat, 1 Feb 2003 06:09:07 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 1 Feb 2003 06:09:07 +0200 From: Giorgos Keramidas To: Joey Teel Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Sendmail directory ownership changed Message-ID: <20030201040907.GB18895@gothmog.gr> References: <000001c2c994$ff9a99e0$0400a8c0@RUKI> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c2c994$ff9a99e0$0400a8c0@RUKI> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-31 19:55, Joey Teel wrote: > A few days ago I started getting errors in my syslog saying that > sendmail couldn't write to the mail directories, on inspection of the > permissions, I discovered that all the mail directories had been changed > to be owned by my personal UID and GID > > Can someone tell me what the proper permissions should be on the mail > directories used by sendmail for it's queue? > > I've tried searching for the info and haven't been able to find it Read the instructions of /usr/src/UPDATING near the 20020217 entry: : 20020217: : sendmail 8.12.2 has been imported. The sendmail binary is no : longer a set-user-ID root binary [...] Follow the instructions of this UPDATING entry and you'll be fine. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 20:11:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DE337B401 for ; Fri, 31 Jan 2003 20:11:30 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id D2D6A43F3F for ; Fri, 31 Jan 2003 20:11:29 -0800 (PST) (envelope-from mwm-dated-1044504688.e2d0bb@mired.org) Received: (qmail 28418 invoked from network); 1 Feb 2003 04:11:28 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 1 Feb 2003 04:11:28 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15931.18672.207479.429511@guru.mired.org> Date: Fri, 31 Jan 2003 22:11:28 -0600 To: questions@freebsd.org Subject: 5.0 vs. extended slices... X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.68 (Shut Out) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is it just me, or did 5.0 really lose the ability to have disk labels on extended slices? http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 20:59:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC4237B401 for ; Fri, 31 Jan 2003 20:59:23 -0800 (PST) Received: from srv.flncs.com (srv.flncs.com [12.27.148.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A57443E4A for ; Fri, 31 Jan 2003 20:59:18 -0800 (PST) (envelope-from moti@flncs.com) Received: from windows (cable [12.164.45.65]) by srv.flncs.com (Postfix) with ESMTP id 426304A962 for ; Sat, 1 Feb 2003 00:14:56 -0500 (EST) Message-ID: <012e01c2c9af$125efcf0$d101a8c0@windows> From: "Moti Levy" To: Subject: subscribe Date: Sat, 1 Feb 2003 00:02:04 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 Jan 31 21:30:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2388B37B401 for ; Fri, 31 Jan 2003 21:30:22 -0800 (PST) Received: from oak1a.cats.ohiou.edu (oak.cats.ohiou.edu [132.235.8.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0AA43F43 for ; Fri, 31 Jan 2003 21:30:21 -0800 (PST) (envelope-from tq101100@ohio.edu) Received: from [172.16.0.2] (dhcp024-208-182-170.columbus.rr.com [24.208.182.170]) (authenticated bits=0) by oak2a.cats.ohiou.edu (8.12.5/8.12.5) with ESMTP id h115HsWf1418828 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Sat, 1 Feb 2003 00:17:55 -0500 (EST) Date: Sat, 01 Feb 2003 00:17:55 -0500 From: Thaddeus Quintin To: freebsd-questions@FreeBSD.ORG Subject: Re: A twisted home network Message-ID: <199617.1044058675@[172.16.0.2]> In-Reply-To: <15931.6311.627786.913544@guru.mired.org> References: <15931.6311.627786.913544@guru.mired.org> X-Mailer: Mulberry/2.2.1 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I fixed the DNS problem. I'm an idiot and typed the DNS addresses in wrong... Thanks for everyone that helped out! Thaddeus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 22:46:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 503B237B401 for ; Fri, 31 Jan 2003 22:46:12 -0800 (PST) Received: from mail.truevine.net (mail.truevine.net [198.70.0.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A35643F3F for ; Fri, 31 Jan 2003 22:46:08 -0800 (PST) (envelope-from greatbks@truevine.net) Received: from james (adsl-66-73-188-34.dsl.sfldmi.ameritech.net [66.73.188.34]) (authenticated) by mail.truevine.net (8.11.4/8.11.0) with ESMTP id h0U4jad20329 for ; Wed, 29 Jan 2003 23:45:36 -0500 From: "Jamie" To: Subject: BIND 9.2.2rc1 installation confirmation? Date: Wed, 29 Jan 2003 23:45:17 -0500 Message-ID: <000201c2c81a$6551f4d0$ee97fea9@james> 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'm really new to UNIX. Please be gentle with me. I've chosen to run BIND 9.2.2rc1 as advised by someone on the BIND maillist. I can only hope that I installed it properly. It required OpenSSL 0.9e or higher which I was able to get to install with "make; make install". Then I continued with another attempt at BIND. I finally finished with the installation but now I can't seem to find a way to confirm that BIND is properly installed and running. When I start it, it does not report the version as the docs seem to indicate it should. Also, running Top doesn't show anything like BIND or named or anything else that reasonably indicates that I've succeeded in starting it. Maybe I'm not starting it correctly. Can someone please provide me with the official syntax? -Jamie <>< To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 31 23: 0:24 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6119D37B405 for ; Fri, 31 Jan 2003 23:00:23 -0800 (PST) Received: from mail.via.net (mail.via.net [209.81.9.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B3E43E4A for ; Fri, 31 Jan 2003 23:00:06 -0800 (PST) (envelope-from joe@via.net) Received: from [209.81.2.100] (HELO [209.81.2.100]) by mail.via.net (8.12.6/8.11.4) via ESMTP id for ; Fri, 31 Jan 2003 23:00:01 -0800 (PST) User-Agent: Microsoft-Entourage/10.1.0.2006 Date: Fri, 31 Jan 2003 23:00:06 -0800 Subject: FreeBSD 2.7-RELEASE - Where are cvsup example files? From: joe mcguckin 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 What happened to the example config files that used to live In /usr/share/examples/cvsup ? Thanks, Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 1:19:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147C237B401 for ; Sat, 1 Feb 2003 01:19:12 -0800 (PST) Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6620543F79 for ; Sat, 1 Feb 2003 01:19:11 -0800 (PST) (envelope-from bulldog@fxp.org) Received: by peitho.fxp.org (Postfix, from userid 1206) id 305DB13725; Sat, 1 Feb 2003 04:19:04 -0500 (EST) Date: Sat, 1 Feb 2003 04:19:04 -0500 From: Bob Bomar To: questions@freebsd.org Subject: /stand/sysinstall core dump Message-ID: <20030201091904.GA64307@peitho.fxp.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline User-Agent: Mutt/1.4i X-Mailer: socket() Sender: owner-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 Content-Transfer-Encoding: quoted-printable When I was installing 5.0 Release, the installer hung when it was detecting my SanDisk card reader. I unpluged it=20 and restarted the installation, and everything worked fine. Now when I try to run /stand/sysinstall it core dumps when I have my card reader plugged in. uanme: FreeBSD warrior.bomar.us 5.0-RELEASE FreeBSD 5.0-RELEASE #5: Sun Jan 19 18:= 16:47 CST 2003 root@warrior.bomar.us:/usr/obj/usr/src/sys/Warrior i386 --=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 | \----------------------------------------------------------------/ --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+O5EI9Jm/aTrtdKoRAhvRAKCh34GTL20Wka8tK0RFdTCqlBn5ggCfRAcQ lWAibT/ZoTvxGNTb1xNqmfY= =MDIl -----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 Sat Feb 1 2: 6:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C7937B401 for ; Sat, 1 Feb 2003 02:06:38 -0800 (PST) Received: from mx0.gmx.net (mx0.gmx.de [213.165.64.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 23B4643F3F for ; Sat, 1 Feb 2003 02:06:37 -0800 (PST) (envelope-from Oliver.Bantke@gmx.de) Received: (qmail 27889 invoked by uid 0); 1 Feb 2003 10:06:30 -0000 Date: Sat, 1 Feb 2003 11:06:30 +0100 (MET) From: Oliver Bantke To: freebsd-questions@freebsd.org Cc: jay@sendtech.net MIME-Version: 1.0 References: <1044035168.3e3ab660cc8d5@horde-send.sendtech.net> Subject: Re: restricting user's directory listing and changing X-Priority: 3 (Normal) X-Authenticated-Sender: #0003952125@gmx.net X-Authenticated-IP: [80.142.165.89] Message-ID: <12634.1044093990@www42.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 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 > Greetings. > > Basically, I have this group of users, that I give SSH/SFTP access, > but I > don't want them to be able to see the complete file hierarchy and ``cd'' > to > them. I just want a user to be able to access the user's home, and that's > it. > > I looked up some docs on the shell(tcsh) and sshd, but didn't find > anything > apppropriate. Has anyone wanted to do this before? I was thinking, or > maybe I > could redirect that group of users to use a different version of the > command > ``cd'' and ``ls'' so that it will only work within their home directories. > > > Thought of jail too, but jail only jails processes, and these guys > aren't > really running processes, just file access. > > Any ideas? Thanks in advance. > > ______________________________________________________________________ > Jay Sern Liew Dear Jay, There seems to be some sort of patch available @ http://chrootssh.sourceforge.net which may fitt your needs. I haven't tried it myself yet but i hope it works. -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 2:12:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A69537B401 for ; Sat, 1 Feb 2003 02:12:47 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B05F43F79 for ; Sat, 1 Feb 2003 02:12:45 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h11ACY0F085108 for ; Sat, 1 Feb 2003 10:12:34 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h11ACTqB085107 for freebsd-questions@FreeBSD.ORG; Sat, 1 Feb 2003 10:12:29 GMT Date: Sat, 1 Feb 2003 10:12:29 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: BIND 9.2.2rc1 installation confirmation? Message-ID: <20030201101229.GA84798@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <000201c2c81a$6551f4d0$ee97fea9@james> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000201c2c81a$6551f4d0$ee97fea9@james> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-2.7 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_03_05, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 29, 2003 at 11:45:17PM -0500, Jamie wrote: > It required OpenSSL 0.9e or higher which I was able to get to install > with "make; make install". Then I continued with another attempt at > BIND. I finally finished with the installation but now I can't seem to > find a way to confirm that BIND is properly installed and running. When > I start it, it does not report the version as the docs seem to indicate > it should. Also, running Top doesn't show anything like BIND or named or > anything else that reasonably indicates that I've succeeded in starting > it. Maybe I'm not starting it correctly. Can someone please provide me > with the official syntax? The process you want to see is 'named'. It won't start up automatically when you install the Bind 9 port -- you'll have to start it yourself from the command line, and arrange for it to be restarted automatically on reboot. To start bind by hand (as root): # /usr/local/sbin/named -c /etc/named/named.conf -u bind To see if it's running, as well as checking in the process table: % ps -axwww | grep named 100 ?? Is 0:40.24 /usr/local/sbin/named -c /etc/namedb/named.conf -u bind you can check for processes listening on port 53: % sockstat | grep :53 bind named 100 4 udp4 81.2.69.218:53 *:* bind named 100 5 tcp4 81.2.69.218:53 *:* bind named 100 6 udp4 127.0.0.1:53 *:* bind named 100 7 tcp4 127.0.0.1:53 *:* or % netstat -an | grep '\.53' tcp4 0 0 127.0.0.1.53 *.* LISTEN tcp4 0 0 81.2.69.218.53 *.* LISTEN udp4 0 0 127.0.0.1.53 *.* udp4 0 0 81.2.69.218.53 *.* Bind 9 is fairly picky about the syntax of it's configuration and zone files. If it finds a problem it will generally log an explanation to /var/log/messages and then silently quit. You'll need to make sure that you have corrected any errors before it will start properly. A particularly problematic thing is the $TTL record that seems to be required in all zone files nowadays. Another gotcha that may catch you on FreeBSD is that Bind 9 doesn't understand the '-g' flag as used by default with the system supplied Bind 8. You'll need something like this in /etc/rc.conf in order to startup Bind 9 automatically on boot up: named_enable="YES" named_flags="-c /etc/namedb/named.conf -u bind" named_program="/usr/local/sbin/named" Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 2:23:51 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F0D37B401 for ; Sat, 1 Feb 2003 02:23:50 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 070AF43F79 for ; Sat, 1 Feb 2003 02:23:49 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 8398 invoked by uid 65534); 1 Feb 2003 10:23:43 -0000 Received: from 202.6.144.129 ( [202.6.144.129]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Sat, 1 Feb 2003 20:53:43 +1030 Message-ID: <1044095023.3e3ba02f81b4b@webmail.adam.com.au> Date: Sat, 1 Feb 2003 20:53:43 +1030 From: bastill@adam.com.au To: Bill Moran Cc: Giorgos Keramidas , Lowell Gilbert , freebsd-questions@FreeBSD.ORG Subject: Re: Ooops. References: <005601c2c8c5$47735b10$6501a8c0@grant> <1043981504.3e39e4c0b6e66@webmail.adam.com.au> <44znpinhl7.fsf@be-well.ilk.org> <1043983614.3e39ecfecd509@webmail.adam.com.au> <20030131201357.GA18381@gothmog.gr> <3E3ADA1B.5020304@potentialtech.com> In-Reply-To: <3E3ADA1B.5020304@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.129 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Bill Moran : > I've been quietly following this thread since it started and ... > I can't reproduce this behaviour. I've created and deleted I don't > know how many test directories and symlinks and I can't get it to > do what you're claiming it did. As root, try copying directory from one disk to another, then rm -rf directory from the copy. That seems to be what the two recent examples have in common. The only difference between the two experiences is that I was able to remove (eg) the copied bin directory without affecting the original, but suffered when trying to remove the copied home directory. I assumed (perhaps incorrectly) that the symlink attached to home was the cause. > He's absolutely correct. Without the _exact_ command that you used, > it's going to be very hard to figure out what went wrong. > Are you using a shell that keeps a command history (i.e. bash)? If > so, can you get us the exact command that you issued? Yes - use tcsh as root. Unfortunately the history only goes so far back and lots has happened since. Sorry. However, I'd be prepared to swear on a (small) stack of bibles that the command I issued was: rm -rf home This removed /slash/var/home from /dev/ad2 as I wished, but also removed the original /usr/home on /dev/ad0. I had RTFM because I knew rm was very powerful and that undeletion was "impossible". -rf is all that is required to delete a directory and any subdirectories therein, is it not? -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 2:40:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB5C537B401 for ; Sat, 1 Feb 2003 02:40:11 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F3F543F85 for ; Sat, 1 Feb 2003 02:40:11 -0800 (PST) (envelope-from taproot420@myrealbox.com) Received: from myrealbox.com TapRoot420@smtp-send.myrealbox.com [12.210.147.136] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.24 $ on Novell NetWare; Sat, 01 Feb 2003 03:40:10 -0700 Message-ID: <3E3BA4BA.608@myrealbox.com> Date: Sat, 01 Feb 2003 04:43:06 -0600 From: taproot420 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: apache+ssl-1.3.27.1.48_1 has missing libssl.so.2 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+ssl-1.3.27.1.48_1.tgz" package on my 4.7 box and the damn thing wont start...has this error message. # httpsdctl start /usr/libexec/ld-elf.so.1: Shared object "libssl.so.2" not found /usr/local/sbin/httpsdctl start: httpsd could not be started find / -name libssl.so.2 ....turns up nothing as its not on the system. i have installed three different openssl packages from the ftp.freebsd.org/ server and cant find the needed lib. i have even removed the apache+ssl app and openssl port so i could try to add back apache by # pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-current/www/apache+ssl-1.3.27.1.48_1.tgz because usually adding packages this way, the deps get dowloaded automatically. as you can see "below" it only d/l the apache port. i have apache+mod+ssl on another mache but this is the newer one out and apache recommends it instead of the mod version. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-current/www/apache+ssl-1.3.27.1.48_1.tgz... Done. 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 Sat Feb 1 2:44:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF06B37B401 for ; Sat, 1 Feb 2003 02:44:34 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F4543F79 for ; Sat, 1 Feb 2003 02:44:34 -0800 (PST) (envelope-from taproot420@myrealbox.com) Received: from myrealbox.com TapRoot420@smtp-send.myrealbox.com [12.210.147.136] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.24 $ on Novell NetWare; Sat, 01 Feb 2003 03:44:34 -0700 Message-ID: <3E3BA5C7.1010300@myrealbox.com> Date: Sat, 01 Feb 2003 04:47:35 -0600 From: taproot420 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Subject: apache 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+ssl-1.3.27.1.48_1.tgz" package on my 4.7 box and the damn thing wont start...has this error message. # httpsdctl start /usr/libexec/ld-elf.so.1: Shared object "libssl.so.2" not found /usr/local/sbin/httpsdctl start: httpsd could not be started find / -name libssl.so.2 ....turns up nothing as its not on the system. i have installed three different openssl packages from the ftp.freebsd.org/ server and cant find the needed lib. i have even removed the apache+ssl app and openssl port so i could try to add back apache by # pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-current/www/apache+ssl-1.3.27.1.48_1.tgz because usually adding packages this way, the deps get dowloaded automatically. as you can see "below" it only d/l the apache port. i have apache+mod+ssl on another mache but this is the newer one out and apache recommends it instead of the mod version. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-current/www/apache+ssl-1.3.27.1.48_1.tgz... Done. thanks in advance. sorry forgot to mention this package also does not provide any startup scripts as the other did.....whats the proper way to start the server? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 3: 3:59 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DC8137B401 for ; Sat, 1 Feb 2003 03:03:58 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C3A43F75 for ; Sat, 1 Feb 2003 03:03:57 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h11B3p0F085382 for ; Sat, 1 Feb 2003 11:03:51 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h11B3kKQ085381 for FreeBSD-questions@FreeBSD.ORG; Sat, 1 Feb 2003 11:03:46 GMT Date: Sat, 1 Feb 2003 11:03:46 +0000 From: Matthew Seaman To: FreeBSD-questions@FreeBSD.ORG Subject: Re: Sendmail directory ownership changed Message-ID: <20030201110346.GB84798@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , FreeBSD-questions@FreeBSD.ORG References: <000001c2c994$ff9a99e0$0400a8c0@RUKI> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c2c994$ff9a99e0$0400a8c0@RUKI> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 31, 2003 at 07:55:24PM -0600, Joey Teel wrote: > A few days ago I started getting errors in my syslog saying that > sendmail couldn't write to the mail directories, on inspection of the > permissions, I discovered that all the mail directories had been changed > to be owned by my personal UID and GID > > Can someone tell me what the proper permissions should be on the mail > directories used by sendmail for it's queue? Take a look at the mtree(8) man page, and then try this: # cd /var # mtree -eU -f /etc/mtree/BSD.var.dist # cd / # mtree -eU -f /etc/mtree/BSD.sendmail.dist Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 3:19:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29CB37B401 for ; Sat, 1 Feb 2003 03:19:36 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA3943F43 for ; Sat, 1 Feb 2003 03:19:35 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h11BJU0F085449 for ; Sat, 1 Feb 2003 11:19:30 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h11BJOqJ085448 for questions@FreeBSD.ORG; Sat, 1 Feb 2003 11:19:24 GMT Date: Sat, 1 Feb 2003 11:19:24 +0000 From: Matthew Seaman To: questions@FreeBSD.ORG Subject: Re: FreeBSD 2.7-RELEASE - Where are cvsup example files? Message-ID: <20030201111924.GC84798@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , 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.5.3i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 31, 2003 at 11:00:06PM -0800, joe mcguckin wrote: > What happened to the example config files that used to live > In /usr/share/examples/cvsup ? Errr... I hope you mean 4.7-RELEASE --- I don't think there was ever a 2.7 release, although there was a 2.2.7 one upon a time. As I remember, the cvsup example files were accidentally left out of 4.6-RELEASE, but that was corrected very quickly and they've been in all subsequent releases. See http://www.freebsd.org/cgi/cvsweb.cgi/src/share/examples/cvsup/ for the CVS entries. If you've got the full system sources installed, you'll find copies in /usr/src/share/examples/cvsup, or you can use cvsup to pull down good copies. To solve the chicken-and-egg problem I've just posed you, use this sup-file: *default host=cvsup3.freebsd.org # Choose a server that's close *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4_7 *default delete use-rel-suffix src-all 'tag=RELENG_4_7' will get you the latest patchlevel of 4.7-RELEASE. 'tag=RELENG_4' will get you the latest 4-STABLE. 'tag=RELENG_5_0' will get you 5.0-RELEASE and 'tag=.' will get you the latest 5-CURRENT Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 3:41:32 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2030C37B401 for ; Sat, 1 Feb 2003 03:41:31 -0800 (PST) Received: from pieck.student.uva.nl (pieck.student.uva.nl [146.50.96.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE1043F3F for ; Sat, 1 Feb 2003 03:41:29 -0800 (PST) (envelope-from sergey.niunco@student.uva.nl) Received: from 146.50.169.139 ([146.50.169.139]) by pieck.student.uva.nl (Netscape Messaging Server 4.15) with SMTP id H9MOGZ00.KJP for ; Sat, 1 Feb 2003 12:41:23 +0100 Date: Sat, 1 Feb 2003 12:40:55 +0100 From: Sergey Niunco To: FreeBSD-Questions Subject: Error while compiling kernel. Message-Id: <20030201124055.36236149.sergey.niunco@student.uva.nl> Organization: none X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 trying to compile a new kernel on my 4.7-STABLE. This is what I get: /usr/src/sys/modules/umass/../../dev/usb/umass.c:380: syntax error before `{' /usr/src/sys/modules/umass/../../dev/usb/umass.c:383: warning: no semicolon at e nd of struct or union /usr/src/sys/modules/umass/../../dev/usb/umass.c:426: syntax error before `}' *** Error code 1 Stop in /usr/src/sys/modules/umass. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 What should I do about this problem? TIA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 3:46: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F3D237B401 for ; Sat, 1 Feb 2003 03:46:02 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id E75BF43F3F for ; Sat, 1 Feb 2003 03:46:00 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h11Bjt0F085647 for ; Sat, 1 Feb 2003 11:45:55 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h11BjoNs085646 for freebsd-questions@FreeBSD.ORG; Sat, 1 Feb 2003 11:45:50 GMT Date: Sat, 1 Feb 2003 11:45:50 +0000 From: Matthew Seaman To: Free BSD Questions list Subject: Re: Resizing partions Message-ID: <20030201114550.GD84798@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , Free BSD Questions list References: <20030201014032.GA23426@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030201014032.GA23426@teddy.fas.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-2.2 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_05_08, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-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, Jan 31, 2003 at 08:40:32PM -0500, stan wrote: > > I've got a laptop that I originaly partioned inot a windoze, and FreeBSD > partiton. I'm going to upgrade this unit this weekend, and I wnat to > concatenate the 2 partions. Is there a way to do this? (Yes, it's the m$ > parition I'm nuking). > The easiest way to do what you want is to back-up all the files and stuff you want to keep from your existing FreeBSD and Windows installations, and then just re-install FreeBSD over the whole disk. That will give you one fdisk(8) slice (ad0s1) containing the FreeBSD disklabel(8) partitions (ad0s1a, ad0s1b etc.) If you haven't got the resources to back-up all your stuff, you can just convert your windows slice to a FreeBSD slice, create a FreeBSD partition taking up the whole slice and mount it at an appropriate place in your filesystem. You can use fdisk(8), disklabel(8) and mount(8) to do that, but you'll probably find it easier to use /stand/sysinstall -- just take care that you don't accidentally re-initialise your existing FreeBSD partitions. If your windows slice happens to lie immediately following your freebsd slice, then it is in theory possible to rewrite Sector 0 of your disk so that the two slices are merged, and then extend the last FreeBSD partition to fill up the added space. However, that's a very tricky operation with a high risk of trashing your system, so you shouldn't do it unless you've got good backups of everything. Of course, if you've got backups then your best option is just to reinstall, and then recover the backups over the newly installed system, taking care to preserve files like /etc/fstab. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 4:28:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5EE537B401 for ; Sat, 1 Feb 2003 04:28:48 -0800 (PST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id B885143F85 for ; Sat, 1 Feb 2003 04:28:42 -0800 (PST) (envelope-from ahuth@pinguintown.de) Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18ewl9-0004np-00 for freebsd-questions@freebsd.org; Sat, 01 Feb 2003 13:28:35 +0100 Received: from [213.7.48.160] (helo=hivi.pinguintown.local) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18ewl6-0000FV-00 for freebsd-questions@freebsd.org; Sat, 01 Feb 2003 13:28:33 +0100 From: Alex Huth To: freebsd-questions@freebsd.org Subject: Crossoveroffice Date: Sat, 1 Feb 2003 15:33:20 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200302011533.20661.ahuth@pinguintown.de> Sender: owner-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! Has anyone installed crossoveroffice on FreeBSD. I=B4ve get the problem nee= ding=20 glibc > 2.1. When i do a search in the prots i only find a japanese glibc. Any ideas how to solve the problem? Thanks ... Alex Huth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 5: 9:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C27C037B401 for ; Sat, 1 Feb 2003 05:09:50 -0800 (PST) Received: from pieck.student.uva.nl (pieck.student.uva.nl [146.50.96.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954DA43E4A for ; Sat, 1 Feb 2003 05:09:49 -0800 (PST) (envelope-from sergey.niunco@student.uva.nl) Received: from 146.50.169.139 ([146.50.169.139]) by pieck.student.uva.nl (Netscape Messaging Server 4.15) with SMTP id H9MSK700.1IA; Sat, 1 Feb 2003 14:09:43 +0100 Date: Sat, 1 Feb 2003 14:09:25 +0100 From: Sergey Niunco To: Danny Pansters Cc: FreeBSD-Questions Subject: Re: Error while compiling kernel. Message-Id: <20030201140925.77979fed.sergey.niunco@student.uva.nl> In-Reply-To: <20030201131827.44f8aa95.danny@ricin.com> References: <20030201124055.36236149.sergey.niunco@student.uva.nl> <20030201131827.44f8aa95.danny@ricin.com> Organization: none X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Device scbus was and is in my kernel config. A few days ago I compiled it without a problem. On Sat, 1 Feb 2003 13:18:27 +0000 Danny Pansters wrote: > On Sat, 1 Feb 2003 12:40:55 +0100 > Sergey Niunco wrote: > > > I'm trying to compile a new kernel on my 4.7-STABLE. This is what I > > get: > > > > /usr/src/sys/modules/umass/../../dev/usb/umass.c:380: syntax error > > before `{'/usr/src/sys/modules/umass/../../dev/usb/umass.c:383: > > warning: no semicolon at e nd of struct or union > > /usr/src/sys/modules/umass/../../dev/usb/umass.c:426: syntax error > > before `}'*** Error code 1 > > > > Stop in /usr/src/sys/modules/umass. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules. > > *** Error code 1 > > > > What should I do about this problem? > > Have device scbus in your kernel config. Umass needs it. > > HTH, > > Dan > > > TIA. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > ~~~~ > Ricin Radio! http://www.mp3.com/stations/ricin_radio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 5:30: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA2E37B401 for ; Sat, 1 Feb 2003 05:30:07 -0800 (PST) Received: from sumter.awod.com (sumter.awod.com [63.246.96.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0510E43F79 for ; Sat, 1 Feb 2003 05:30:06 -0800 (PST) (envelope-from stanb@awod.com) Received: from teddy.fas.com (pcp01010374pcs.mplsnt01.sc.comcast.net [68.58.176.69]) by sumter.awod.com (8.8.7/8.12.2) with ESMTP id IAA18102 for ; Sat, 1 Feb 2003 08:31:01 -0500 (EST) (envelope-from stanb@awod.com) X-Authentication-Warning: sumter.awod.com: User stanb [pcp01010374pcs.mplsnt01.sc.comcast.net] popped 196 seconds ago Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 18exiZ-0000pl-00 for ; Sat, 01 Feb 2003 08:29:59 -0500 Date: Sat, 1 Feb 2003 08:29:59 -0500 From: stan To: Free BSD Questions list Subject: Re: Resizing partions Message-ID: <20030201132959.GA3102@teddy.fas.com> Mail-Followup-To: Free BSD Questions list References: <20030201014032.GA23426@teddy.fas.com> <20030201114550.GD84798@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030201114550.GD84798@happy-idiot-talk.infracaninophi> User-Agent: Mutt/1.4i X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.17 X-Uptime: 08:20:13 up 13 days, 12:40, 1 user, load average: 0.08, 0.05, 0.00 Sender: owner-freebsd-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, Feb 01, 2003 at 11:45:50AM +0000, Matthew Seaman wrote: > On Fri, Jan 31, 2003 at 08:40:32PM -0500, stan wrote: > > > > I've got a laptop that I originaly partioned inot a windoze, and FreeBSD > > partiton. I'm going to upgrade this unit this weekend, and I wnat to > > concatenate the 2 partions. Is there a way to do this? (Yes, it's the m$ > > parition I'm nuking). > > > > The easiest way to do what you want is to back-up all the files and > stuff you want to keep from your existing FreeBSD and Windows > installations, and then just re-install FreeBSD over the whole disk. > That will give you one fdisk(8) slice (ad0s1) containing the FreeBSD > disklabel(8) partitions (ad0s1a, ad0s1b etc.) Yhanks, I geuss I should do this, (the backup & reinstall), but i'm trying to get it doen over the weekend. I was hoping to find a free tool like partition magic, I guess that there is no such tool? I looked a GNU parted, and it did not look like it was ready to do this for FreeBSD (yet ?). -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 5:59:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A237137B401 for ; Sat, 1 Feb 2003 05:59:46 -0800 (PST) Received: from web41313.mail.yahoo.com (web41313.mail.yahoo.com [66.218.93.62]) by mx1.FreeBSD.org (Postfix) with SMTP id 36FC443F3F for ; Sat, 1 Feb 2003 05:59:46 -0800 (PST) (envelope-from baby_p_nut@yahoo.com) Message-ID: <20030201135946.63838.qmail@web41313.mail.yahoo.com> Received: from [66.92.164.43] by web41313.mail.yahoo.com via HTTP; Sat, 01 Feb 2003 05:59:46 PST Date: Sat, 1 Feb 2003 05:59:46 -0800 (PST) From: Baby Peanut Subject: avifile distfile To: ports@freebsd.org Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, The distfile for ports/multimedia/avifile is not available on the sites listed by the ports tree. It is still available on the web. Try http://www.filesearching.com/ or http://www.alltheweb.com/ (and use ftp files mode) HTH, BP __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Feb 1 6:47:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C026737B401 for ; Sat, 1 Feb 2003 06:47:54 -0800 (PST) Received: from mail.truevine.net (mail.truevine.net [198.70.0.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16CB243F75 for ; Sat, 1 Feb 2003 06:47:50 -0800 (PST) (envelope-from greatbks@truevine.net) Received: from james (adsl-66-73-188-34.dsl.sfldmi.ameritech.net [66.73.188.34]) (authenticated) by mail.truevine.net (8.11.4/8.11.0) with ESMTP id h0U0U2d29063 for ; Wed, 29 Jan 2003 19:30:02 -0500 From: "Jamie" To: Subject: BIND 9.2.2rc1 installation confirmation? Date: Wed, 29 Jan 2003 19:29:39 -0500 Message-ID: <002101c2c7f6$b1a6dc20$ee97fea9@james> 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 I'm really new to UNIX. Please be gentle with me. I've chosen to run BIND 9.2.2rc1 as advised by someone on the BIND mailing list. I can only hope that I installed it properly. It required OpenSSL 0.9e or higher which I was able to get to install with "make; make install". Then I continued with another attempt at BIND. I finally finished with the installation but now I can't seem to find a way to confirm that BIND is properly installed and running. When I start it, it does not report the version as the docs seem to indicate it should. Also, running Top doesn't show anything like BIND or named or anything else that reasonably indicates that I've succeeded in starting it. Maybe I'm not starting it correctly. Can someone please provide me with the official syntax? -Jamie <>< To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 7:40:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C0FD37B401 for ; Sat, 1 Feb 2003 07:40:48 -0800 (PST) Received: from mail.eskimo.com (mail.eskimo.com [204.122.16.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33BBA43F85 for ; Sat, 1 Feb 2003 07:40:46 -0800 (PST) (envelope-from walshmj@eskimo.com) Received: from eskimo.com (1Cust197.tnt1.fall-river.ma.da.uu.net [65.235.140.197]) by mail.eskimo.com (8.9.1a/8.8.8) with ESMTP id HAA20243 for ; Sat, 1 Feb 2003 07:40:27 -0800 (PST) Message-ID: <3E3BEAF7.FA34FC29@eskimo.com> Date: Sat, 01 Feb 2003 10:42:47 -0500 From: Michael Walsh X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: pc-card modem setup, device, ppp.conf Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just installed FreeBSD 4.7 on my HP OmniBook 4150 laptop and everything runs well. I have an external modem that I connect to the COM1 port (/dev/cuaa0) and I'm able to phone to my ISP without a problem. This laptop came with a pc-card modem that I'd like to get working, so that I don't have to drag around the external. It's a Xircom RealPort Ethernet 10/100+Modem 56 As near as I can tell, the system supports and recognizes this card (I get beeps and useful looking messages whenever I insert or remove it). However, It's not clear to me what device it's associated with. I'm thinking that If I knew the device, all I would have to do is change the line set device /dev/cuaa0 in my ppp.conf file to reflect the pc-card device and everything would work. Is there more to it than this? All the literature I've been able to find on PPP just talks about serial communications. I have no experience with pcmcia devices. Any input would be greatly appreciated. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 8: 1:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8389F37B401 for ; Sat, 1 Feb 2003 08:01:34 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id B42D443E4A for ; Sat, 1 Feb 2003 08:01:33 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 071471EF for ; Sat, 1 Feb 2003 11:09:38 -0500 (EST) Reply-To: From: "JoeB" To: "FBSDQ" Subject: oh my god the nasa shuttle blewup Date: Sat, 1 Feb 2003 11:01:31 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Seven soles lost in the disaster. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 8:12:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6F737B401 for ; Sat, 1 Feb 2003 08:12:37 -0800 (PST) Received: from web41303.mail.yahoo.com (web41303.mail.yahoo.com [66.218.93.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 99D1043F75 for ; Sat, 1 Feb 2003 08:12:36 -0800 (PST) (envelope-from baby_p_nut@yahoo.com) Message-ID: <20030201161236.60159.qmail@web41303.mail.yahoo.com> Received: from [66.92.164.43] by web41303.mail.yahoo.com via HTTP; Sat, 01 Feb 2003 08:12:36 PST Date: Sat, 1 Feb 2003 08:12:36 -0800 (PST) From: Baby Peanut Subject: no Qt == no aviplay To: ports@freebsd.org, holger@e-gitt.net Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG configure of avifile says: configure: warning: *** Could not find usable Qt (headers and libraries) on your system! *** If it _is_ installed, delete ./config.cache and re-run ./configure, *** specifying path to Qt headers and libraries in configure options. *** Switching off Qt compilation! The resulting build does not produce aviplay. Yes, running "portinstall qt" fixed it but that should not have been necessary if the dependencies were properly listed by the port. My ports tree is being rebuilt from scratch (i.e. "pkg_delete -a" and then install the portupgrade port "by hand" and use that to install everything else) Please update your dependencies. Please track your dependencies from clean builds (i.e. systems with no ports installed.) This issue is not limited to avifile. Possibly chroot(8) could be used to simulate having no ports installed for testing purposes. A port that could build a chroot environment for testing purposes would be cute. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Feb 1 8:18:16 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1189137B401 for ; Sat, 1 Feb 2003 08:18:15 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7969943F3F for ; Sat, 1 Feb 2003 08:18:14 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <2003020116180805100hrle1e>; Sat, 1 Feb 2003 16:18:08 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h11GI7EC030739 for ; Sat, 1 Feb 2003 11:18:08 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h11GI73V030736; Sat, 1 Feb 2003 11:18:07 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: Multiple solutions for a problem (Re: How to map bad sectors on IDE?) References: <20030201023212.I51460-100000@voo.doo.net> From: Lowell Gilbert Date: 01 Feb 2003 11:18:07 -0500 In-Reply-To: <20030201023212.I51460-100000@voo.doo.net> Message-ID: <44of5wq8jk.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Marc Schneiders writes: > Your advise sounds perfectly sound for IBM and Microsoft and the > Pentagon. But for a home or small office situation, there might be > another way to deal with it? > > Especially since we are not talking about something 10 years old or > heavily used in a mailserver. The disk is *already* suffering from massive failure. You are more or less *guaranteed* that it's going to get worse, quickly. badsect(8) is still part of FreeBSD, but on disks less than (coincidentally) about 10 years old, it's pretty much useless, because sectors are going to continue going bad so quickly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 8:19:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0756237B401 for ; Sat, 1 Feb 2003 08:19:42 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F4143F3F for ; Sat, 1 Feb 2003 08:19:41 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc53.attbi.com (rwcrmhc53) with ESMTP id <20030201161940053003l1t9e>; Sat, 1 Feb 2003 16:19:40 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h11GJdEC030748 for ; Sat, 1 Feb 2003 11:19:39 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h11GJd1u030745; Sat, 1 Feb 2003 11:19:39 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: How to map bad sectors on IDE? References: From: Lowell Gilbert Date: 01 Feb 2003 11:19:39 -0500 In-Reply-To: Message-ID: <44k7gkq8h0.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Mills writes: > out of circulation. 'apropos badblocks' and 'man fsck' failed to suggest > such a function in fBSD, but it might be worth more looking. badsect(8) > > Why is it radical? After all, IDE disks already do bad-block > > remapping internally, so you've built up a *lot* of bad sectors > > already if they're starting to become visible to the operating > > system... > > Does fBSD's file system creation make sure that all blocks of a newly > created file system are in fact usable? I would be surprised if there were > no cross checks in the formatting/partitioning/fs-creation path. If the > bad blocks weren't linked in the new filesystem, they would have become > invisible for practical purposes. newfs doesn't make any such attempts any more, *because* the hardware has already done it for them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 8:22:34 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F25737B401 for ; Sat, 1 Feb 2003 08:22:33 -0800 (PST) Received: from Viper.jcontinuum.ca (jcn1400.jcontinuum.ca [64.141.69.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 765FC43F75 for ; Sat, 1 Feb 2003 08:22:32 -0800 (PST) (envelope-from jpmichel@jcontinuum.ca) Received: from xerxes (vickesh01-4478.tbaytel.net [216.211.4.18]) by Viper.jcontinuum.ca (8.12.6/8.12.6) with SMTP id h11GMd0S040038 for ; Sat, 1 Feb 2003 11:22:46 -0500 (EST) (envelope-from jpmichel@jcontinuum.ca) Message-ID: <017901c2ca0e$18236180$0e0ea8c0@xerxes> Reply-To: "Justin P. Michel" From: "Justin P. Michel" To: Subject: SpamAssassin Date: Sat, 1 Feb 2003 11:22:11 -0500 Organization: J Continuum 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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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, Is there anyone that has a simple set-up guide for Spam Assassin? I've installed it from the ports, but have no idea where to go next. Checking the web has only brought me documents which further confuse me. Regards, Justin P. Michel |- J Continuum |- 21071 - 640 River Street |- Thunder Bay, ON, Canada |- P7A 8A7 |- http://www.jcontinuum.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 8:33:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB41837B401 for ; Sat, 1 Feb 2003 08:33:38 -0800 (PST) Received: from sonic.futurequest.net (sonic.futurequest.net [63.151.144.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E88243F79 for ; Sat, 1 Feb 2003 08:33:38 -0800 (PST) (envelope-from rich@foxengines.net) Received: (qmail 9890 invoked from network); 1 Feb 2003 16:33:31 -0000 Received: from foxengines.net (63.151.144.162) by sonic.futurequest.net (63.151.144.3 ); 01 Feb 2003 16:33:31 -0000 Received: from unknown (HELO [192.168.1.108]) (68.65.184.84) by foxengines.net (63.151.144.162) with ESMTP; 01 Feb 2003 16:33:31 -0000 Date: Sat, 1 Feb 2003 14:30:08 -0500 (EST) From: Rich Fox X-X-Sender: rich@test_server.no.domain Reply-To: Rich Fox To: FreeBSD General Mailing List Subject: Tomcat's dogging me... Message-ID: <20030201140344.S714-100000@test_server.no.domain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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, Okay, after many hours I have tomcat installed and I can connect to it's webserver. Unfortunately, I want to connect to to Apache and have it hand off the requests to tomcat. Here's the background and the most current glitches... FreeBSD 4.7-RELEASE Jakarta-Tomcat 4.1.12 Apache 2.0.43 jdk1.2.2 mod_jk-3.3-ap20.so // does this even work with tomcat 4?? ...and probably other things that I already forgot about. Okay, after adding the following lines to my httpd.conf, LoadModule jk_module libexec/apache2/mod_jk-3.3-ap20.so AddModule mod_jk.c # why is this here? Isn't this compile-time stuff? JkWorkersFile /usr/local/jakarta-tomcat/conf/workers.properties JkLogFile /usr/local/apache/logs/mod_jk.log JkLogLevel info JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " when I try to start apache, I get: Syntax error on line 277 of /usr/local/etc/apache2/httpd.conf: Cannot load /usr/local/libexec/apache2/mod_jk-3.3-ap20.so into server: Shared object "libc.so.6" not found The catch is libc.so.6 is on the system. The mod_jk that I got was the binary, and I got it as binary on the recommendation of the documentation on jakarta.apache.org. It's my guess, that the binary doesn't know where to look for the shared object. Can someone advise me on what to do here? There seem to be huge inconsistencies between the online documentation at jakarta and what you get when you acquire the software or the behaviors of the software. Has anyone else noticed this? E.g. saying some files are in the distibution when they aren't... Also, I am interested in perusing the most basic functional configuration file for Tomcat. I tried to build my own by walking through the documentation, but I never got Tomcat to run correctly. If you have a simple, hand built file that you'd like to share, I'd love to look at it. This installation has been so plagued with problems. Any assistance is greatly appreciated. Thanks, Rich. | Rich Fox | rich@foxengines.net | 86 Nobska Road | Woods Hole, MA 02543 | MA 508 548 4358 | VA 703 201 6050 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 8:44:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C81637B401 for ; Sat, 1 Feb 2003 08:44:28 -0800 (PST) Received: from blueyonder.co.uk (pcow035o.blueyonder.co.uk [195.188.53.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422AF43E4A for ; Sat, 1 Feb 2003 08:44:27 -0800 (PST) (envelope-from jfm@blueyonder.co.uk) Received: from lexx ([62.31.198.203]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Sat, 1 Feb 2003 16:44:21 +0000 From: John Murphy To: questions@FreeBSD.ORG Subject: acd0 problem installing 5.0 Date: Sat, 01 Feb 2003 16:44:20 +0000 Organization: poor Reply-To: jfm@blueyonder.co.uk Message-ID: <4ssn3vgdcbuk94b6agucs962il1rjv0dur@4ax.com> X-Mailer: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings I can't seem to install FreeBSD 5.0 Release on some old but functioning i386 hardware. The problem occurs just after creating the emergency holographic shell on vt4, and the error message says: Error mounting /dev/acd0 on /dist: Operation not supported by device (19). I've installed FreeBSD 4.6 on the same hardware without problem. I've mounted the 5.0 install CDRom from a 4.6 install on the same hardware (with mount /cdrom) without problem. I even tried using 'auto defaults for all' in the disklabel editor, in case /dist was a new requirement. The last messages on vt2 said: /mnt/etc/services 20 blocks DEBUG: Generating /etc/fstab file. (I don't have the option to boot from CDRom with this hardware.) Any ideas? TIA John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 9: 4:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF0AC37B401 for ; Sat, 1 Feb 2003 09:04:37 -0800 (PST) Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4C543FA3 for ; Sat, 1 Feb 2003 09:04:35 -0800 (PST) (envelope-from casey@nixfusion.com) Received: from user-119avrc.biz.mindspring.com ([66.149.127.108] helo=nixfusion.com) by gull.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18f14A-0003eO-00 for freebsd-questions@FreeBSD.ORG; Sat, 01 Feb 2003 09:04:30 -0800 Received: from Bishop (casey@bishop [192.168.1.6]) by nixfusion.com (8.12.6/8.12.6) with ESMTP id h11H4SE1025723 for ; Sat, 1 Feb 2003 09:04:29 -0800 (PST) (envelope-from casey@nixfusion.com) From: Casey Scott To: freebsd-questions@FreeBSD.ORG Subject: delete key produce a ~ (tilde) in terminal Date: Sat, 1 Feb 2003 09:04:28 -0800 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302010904.28269.casey@nixfusion.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am using Konsole from KDE to establish an ssh connection to my fbsd system I have not found anyway to allow me to use the delete key as a typical delete key. In /etc/ttys , it does not look like I can change the terminal type, so it must be done automatically. In konsole I can use xterm, vt100, vt420 pc, etc. None of those allow use of the delete key though. Some obviously produce different results than others, but none are the one I need! tset didn't seem to help either. I can't find any good information on this, and I think this is something that should be easy. Most information just pertains to X windows. Thanks, Casey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 9: 6:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AA9C37B401 for ; Sat, 1 Feb 2003 09:06:40 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2135D43F75 for ; Sat, 1 Feb 2003 09:06:37 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b172.otenet.gr [212.205.244.180]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h11H6PVq028889; Sat, 1 Feb 2003 19:06:26 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h11H6O9g083354; Sat, 1 Feb 2003 19:06:24 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h11G7SJG095489; Sat, 1 Feb 2003 18:07:28 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 1 Feb 2003 18:07:28 +0200 From: Giorgos Keramidas To: bastill@adam.com.au Cc: Bill Moran , Lowell Gilbert , freebsd-questions@FreeBSD.ORG Subject: Re: Ooops. Message-ID: <20030201160728.GB77339@gothmog.gr> References: <005601c2c8c5$47735b10$6501a8c0@grant> <1043981504.3e39e4c0b6e66@webmail.adam.com.au> <44znpinhl7.fsf@be-well.ilk.org> <1043983614.3e39ecfecd509@webmail.adam.com.au> <20030131201357.GA18381@gothmog.gr> <3E3ADA1B.5020304@potentialtech.com> <1044095023.3e3ba02f81b4b@webmail.adam.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1044095023.3e3ba02f81b4b@webmail.adam.com.au> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-01 20:53, bastill@adam.com.au wrote: > Quoting Bill Moran : > > I've been quietly following this thread since it started and ... > > I can't reproduce this behaviour. I've created and deleted I > > don't know how many test directories and symlinks and I can't get > > it to do what you're claiming it did. > > As root, try copying directory from one disk to another, then rm -rf > directory from the copy. That seems to be what the two recent > examples have in common. I have tried various combinations of ln(1) and rm(1) since the thread started, and I am sure that there are only two cases where rm deletes things that the user probably didn't want to remove. a. Errors in filename completion. b. Adding a slash (/) character at the end of the link name. == Case A == When completing filenames that start with `.', the Unix shells that I have tried (/bin/sh and tcsh from the base system, and GNU bash2), will also match the `..' hard link to the parent directory. This is dangerous in combination with the -r flag, since rm(1) has no way of knowing that you don't want to recursively remove the parent directory and merrily hops along, deleting many more files than the ones you probably meant, when commands like this are used: # cd /tmp # rm -fr .* I usually get around this foot shooting possibility by avoiding to delete dotfiles with .* and using the more elaborate, but a lot safer, pattern .[^.]* to match them: # cd /tmp # rm -fr .[^.]* This makes sure that rm(1) never gets the `..' filename as an argument and the -r option can't turn around and bite me deleting all the files on my disk. This will also inhibit rm(1) from deleting files named with funny patterns like `...hahaha...i.h4x0red.you' so some amount of care is still required. But deleting less files than necessary is something I can cope with. Deleting more files than I asked is something that I always try to avoid :-) == Case B == * Note: When a symlink is suffixed with a slash character, then many commands that use the fts_xxx() functions in a FreeBSD system will operate on the *target* of the symlink instead of the symlink itself. This is clearly apparent in the sample session below: $ cd /tmp/ $ mkdir test $ cd test $ mkdir alpha $ touch alpha/foo $ ln -s alpha beta $ ls -l total 2 drwxrwxr-x 2 giorgos wheel - 512 Feb 1 17:56 alpha lrwxrwxr-x 1 giorgos wheel - 5 Feb 1 17:56 beta -> alpha $ ls -l beta lrwxrwxr-x 1 giorgos wheel - 5 Feb 1 17:56 beta -> alpha $ ls -l beta/ total 0 -rw-rw-r-- 1 giorgos wheel - 0 Feb 1 17:56 foo $ rm -fr beta/ $ ls -l total 0 lrwxrwxr-x 1 giorgos wheel - 5 Feb 1 17:56 beta -> alpha $ Note how the last directory listing has beta, still pointing to a non-existent alpha directory. By calling rm(1) on `beta/' (including the final slash character) I have explicitly asked that the target of the link is removed. The link remains, but alpha is deleted. > The only difference between the two experiences is that I was able > to remove (eg) the copied bin directory without affecting the > original, but suffered when trying to remove the copied home > directory. I assumed (perhaps incorrectly) that the symlink > attached to home was the cause. Without having the exact set of commands that you have used, I can't tell for sure what happened. There are only two cases where the behavior of commands operating on symlinks might come as a surprise to the unwary user. Those that I have listed above. I cannot guess which one of the two bit you and which one bit the original poster of this thread, without having access to detailed command history though. > Yes - use tcsh as root. It's not a matter of the shell. It is a matter of what the arguments of rm(1) are, when it's used though. > Unfortunately the history only goes so far back and lots has > happened since. Sorry. However, I'd be prepared to swear on a > (small) stack of bibles that the command I issued was: > rm -rf home I don't know about swearing, but try as I might I can't get rm(1) to delete the target of a symlink calling it this way. Add an extra slash character at the end of that and we're back in territorry that I can recognise, understand and explain :-) > This removed /slash/var/home from /dev/ad2 as I wished, but also > removed the original /usr/home on /dev/ad0. I had RTFM because I > knew rm was very powerful and that undeletion was "impossible". > -rf is all that is required to delete a directory and any > subdirectories therein, is it not? Yes it is. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 9:33: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A2E337B405 for ; Sat, 1 Feb 2003 09:33:02 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D2A143E4A for ; Sat, 1 Feb 2003 09:33:00 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.6/8.12.6) with ESMTP id h11HWrof055159 for ; Sat, 1 Feb 2003 11:32:53 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org Subject: Re: SpamAssassin References: <017901c2ca0e$18236180$0e0ea8c0@xerxes> From: Kirk Strauser Date: Sat, 01 Feb 2003 11:32:53 -0600 In-Reply-To: <017901c2ca0e$18236180$0e0ea8c0@xerxes> ("Justin P. Michel"'s message of "Sat, 1 Feb 2003 11:22:11 -0500") Message-ID: <8765s329fe.fsf@strauser.com> Lines: 14 X-Mailer: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-02-01T16:22:11Z, "Justin P. Michel" writes: > Is there anyone that has a simple set-up guide for Spam Assassin? I've > installed it from the ports, but have no idea where to go next. Checking > the web has only brought me documents which further confuse me. I published a short HOWTO on my web site: http://subwiki.honeypot.net/cgi-bin/view/Freebsd/FilterSpam =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+PATF5sRg+Y0CpvERAmG0AJ40vx6eRRIb4XXrD2uiVemSrl1BrQCggMnk wUxjrSn5LspRl7i/1W4LMdM= =lCdh -----END PGP SIGNATURE----- --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 10: 3: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE46637B401 for ; Sat, 1 Feb 2003 10:03:02 -0800 (PST) Received: from smtp.a1poweruser.com (oh-chardon6a-34.clvhoh.adelphia.net [68.169.105.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C14843F43 for ; Sat, 1 Feb 2003 10:03:02 -0800 (PST) (envelope-from barbish@a1poweruser.com) Received: from barbish (lanwin2 [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id A4A2A172 for ; Sat, 1 Feb 2003 13:11:08 -0500 (EST) Reply-To: From: "JoeB" To: "FBSDQ" Subject: Postfix & SpamAssassin Date: Sat, 1 Feb 2003 13:03:00 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can Spamassassin work directly with Postfix? Meaning no procmail in the mix? IF so is there any HOWTO's on it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 10: 3:39 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1BC937B401 for ; Sat, 1 Feb 2003 10:03:37 -0800 (PST) Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E2943F3F for ; Sat, 1 Feb 2003 10:03:36 -0800 (PST) (envelope-from scott.mitchell@mail.com) Received: from fishballoon.dyndns.org ([80.4.125.54]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20030201180335.ZANP4529.mta02-svc.ntlworld.com@fishballoon.dyndns.org>; Sat, 1 Feb 2003 18:03:35 +0000 Received: from tuatara.goatsucker.org (tuatara [192.168.1.6]) by fishballoon.dyndns.org (8.12.3/8.12.3) with ESMTP id h11I3GbO034459; Sat, 1 Feb 2003 18:03:16 GMT (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.12.6/8.12.6/Submit) id h11I2kSu041603; Sat, 1 Feb 2003 18:02:46 GMT (envelope-from scott) Date: Sat, 1 Feb 2003 18:02:45 +0000 From: Scott Mitchell To: Michael Walsh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pc-card modem setup, device, ppp.conf Message-ID: <20030201180245.GB22208@fishballoon.dyndns.org> References: <3E3BEAF7.FA34FC29@eskimo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E3BEAF7.FA34FC29@eskimo.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Feb 01, 2003 at 10:42:47AM -0500, Michael Walsh wrote: > I just installed FreeBSD 4.7 on my HP OmniBook 4150 laptop and > everything runs well. I have an external modem that I connect to the > COM1 port (/dev/cuaa0) and I'm able to phone to my ISP without a > problem. > > This laptop came with a pc-card modem that I'd like to get working, so > that I don't have to drag around the external. It's a > > Xircom RealPort Ethernet 10/100+Modem 56 > > As near as I can tell, the system supports and recognizes this card (I > get beeps and useful looking messages whenever I insert or remove it). > However, It's not clear to me what device it's associated with. I'm > thinking that If I knew the device, all I would have to do is change the > line > > set device /dev/cuaa0 > > in my ppp.conf file to reflect the pc-card device and everything would > work. Is there more to it than this? All the literature I've been able > to find on PPP just talks about serial communications. I have no > experience with pcmcia devices. > > Any input would be greatly appreciated. That card should come up as a standard serial device sioN, where the value of 'N' will, I think, depend on the number of sio devices configured into your kernel. For example, if I plug a very similar Xircom Ethernet+Modem 33.6 into my 5.0 laptop I get: pccard: card inserted, slot 1 sio4 at port 0x3e8-0x3ef iomem 0xd4000-0xd5fff irq 11 slot 1 on pccard1 sio4: type 16450 You should see something similar on your 4.7 machine, provided you have pccardd running (pccard_enable="YES" in /etc/rc.conf). Once you know which sio device the card is using, you know what to put in your 'set device' line for ppp. In my case, I'd use /dev/cuaa4. I imagine your card will come up on sio4 as well, since the default 4.x kernels have sio0-3 compiled in, and pccardd will grab the next available device. A couple of things to watch out for: - You might need to cd /dev; ./MAKEDEV cuaa4 as root to create the device node if it's not already there. - This card can also function as an Ethernet device using the xe driver. You can't use both functions at once with 4.x. The function you get depends on whether the 'sio' or 'xe' entry for the card occurs first in /etc/pccard.conf (or /etc/defaults/pccard.conf). Unless you've changed /etc/pccard.conf yourself you should get the sio version of the card. Hope that helps, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 10:21:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E07F37B401 for ; Sat, 1 Feb 2003 10:21:29 -0800 (PST) Received: from sonic.futurequest.net (sonic.futurequest.net [63.151.144.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 7051943E4A for ; Sat, 1 Feb 2003 10:21:28 -0800 (PST) (envelope-from rich@foxengines.net) Received: (qmail 9264 invoked from network); 1 Feb 2003 18:21:27 -0000 Received: from foxengines.net (63.151.144.162) by sonic.futurequest.net (63.151.144.3 ); 01 Feb 2003 18:21:27 -0000 Received: from unknown (HELO [192.168.1.108]) (68.65.184.84) by foxengines.net (63.151.144.162) with ESMTP; 01 Feb 2003 18:21:27 -0000 Date: Sat, 1 Feb 2003 16:18:04 -0500 (EST) From: Rich Fox X-X-Sender: rich@test_server.no.domain Reply-To: Rich Fox To: FreeBSD General Mailing List Subject: Re: Tomcat's dogging me... In-Reply-To: <20030201140344.S714-100000@test_server.no.domain> Message-ID: <20030201161519.N714-100000@test_server.no.domain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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, Okay well I sorted out part of it anyways. The package /usr/ports/mod_jk/ that is in the FreeBSD 4.7 is not compatible with Apache 2.0. --well, or maybe it is, but it will not compile without some of the src files from the apache1.3 distribution, specifically, util_date.h and possibly http_conf_globals.h Rich. | Rich Fox | rich@foxengines.net | 86 Nobska Road | Woods Hole, MA 02543 | MA 508 548 4358 | VA 703 201 6050 On Sat, 1 Feb 2003, Rich Fox wrote: > Hi, > > Okay, after many hours I have tomcat installed and I can connect to it's > webserver. Unfortunately, I want to connect to to Apache and have it hand > off the requests to tomcat. > Here's the background and the most current glitches... > > FreeBSD 4.7-RELEASE > Jakarta-Tomcat 4.1.12 > Apache 2.0.43 > jdk1.2.2 > mod_jk-3.3-ap20.so // does this even work with tomcat 4?? > > ...and probably other things that I already forgot about. > > Okay, after adding the following lines to my httpd.conf, > > LoadModule jk_module libexec/apache2/mod_jk-3.3-ap20.so > AddModule mod_jk.c # why is this here? Isn't this compile-time stuff? > JkWorkersFile /usr/local/jakarta-tomcat/conf/workers.properties > JkLogFile /usr/local/apache/logs/mod_jk.log > JkLogLevel info > JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " > > when I try to start apache, I get: > > Syntax error on line 277 of /usr/local/etc/apache2/httpd.conf: > Cannot load /usr/local/libexec/apache2/mod_jk-3.3-ap20.so into server: > Shared object "libc.so.6" not found > > The catch is libc.so.6 is on the system. The mod_jk that I got was the > binary, and I got it as binary on the recommendation of the documentation > on jakarta.apache.org. It's my guess, that the binary doesn't know where > to look for the shared object. > > Can someone advise me on what to do here? > > There seem to be huge inconsistencies between the online documentation at > jakarta and what you get when you acquire the software or the behaviors of > the software. Has anyone else noticed this? E.g. saying some files are in > the distibution when they aren't... > > Also, I am interested in perusing the most basic functional configuration > file for Tomcat. I tried to build my own by walking through the > documentation, but I never got Tomcat to run correctly. If you have a > simple, hand built file that you'd like to share, I'd love to look at it. > > This installation has been so plagued with problems. Any assistance is > greatly appreciated. > > Thanks, > Rich. > > | Rich Fox > | rich@foxengines.net > | 86 Nobska Road > | Woods Hole, MA 02543 > | MA 508 548 4358 > | VA 703 201 6050 > > > 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 Feb 1 10:39: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6373737B401 for ; Sat, 1 Feb 2003 10:39:04 -0800 (PST) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD07543F43 for ; Sat, 1 Feb 2003 10:39:03 -0800 (PST) (envelope-from joeyteel@earthlink.net) Received: from 24-116-116-6.cpe.cableone.net ([24.116.116.6] helo=RUKI) by puffin.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 18f2Xf-0004MB-00; Sat, 01 Feb 2003 10:39:03 -0800 Reply-To: From: "Joey Teel" To: "'Matthew Seaman'" , Subject: RE: Sendmail directory ownership changed Date: Sat, 1 Feb 2003 12:38:48 -0600 Message-ID: <000701c2ca21$2c8c9f20$0400a8c0@RUKI> 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: <20030201110346.GB84798@happy-idiot-talk.infracaninophi> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-ELNK-Trace: 883a5efaa24ed4121aa676d7e74259b7b3291a7d08dfec79828f00035fa1744d1291c30845711312350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Sender: owner-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 the info, I received some additional help off the list as well :) Before changing anything, I decided to make a disk image for mounting Read-Only when I have the time to investigate it more thoroughly. So far it seems to be working properly. Thank you again to those who helped :) Joey Teel > > Take a look at the mtree(8) man page, and then try this: > > # cd /var > # mtree -eU -f /etc/mtree/BSD.var.dist > # cd / > # mtree -eU -f /etc/mtree/BSD.sendmail.dist > > Cheers, > > Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 10:40:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC19E37B401 for ; Sat, 1 Feb 2003 10:40:48 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80EE443F75 for ; Sat, 1 Feb 2003 10:40:47 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 4F47FEF69E for ; Sat, 1 Feb 2003 19:32:18 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id EB9855D009 for ; Sat, 1 Feb 2003 19:43:08 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 84C6A5D008 for ; Sat, 1 Feb 2003 19:43:08 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A85F2EB00140; Sat, 01 Feb 2003 19:56:31 +0100 Message-Id: <5.2.0.9.0.20030201123940.041ffb58@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 01 Feb 2003 12:40:42 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: Postfix & SpamAssassin In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Can Spamassassin work directly with Postfix? yes, as a "content-filter", see the Spamassassin site, see the postfix site. Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 11:32:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F33237B401 for ; Sat, 1 Feb 2003 11:32:13 -0800 (PST) Received: from hotmail.com (dav64.sea1.hotmail.com [207.68.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95BE43F75 for ; Sat, 1 Feb 2003 11:32:12 -0800 (PST) (envelope-from alhakeem100@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 1 Feb 2003 11:32:12 -0800 X-Originating-IP: [62.30.180.59] From: "abdul hakeem" To: Subject: AMD 64bit support Date: Sat, 1 Feb 2003 19:32:40 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 01 Feb 2003 19:32:12.0579 (UTC) FILETIME=[9E755F30:01C2CA28] Sender: owner-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 if the upcoming AMD Opteron 64bit CPU is supported on FreeBSD ? Regards, Abdul Hakeem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 11:50:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D63CE37B401 for ; Sat, 1 Feb 2003 11:50:45 -0800 (PST) Received: from timeindus.com (61-250-182-125.rev.krline.net [61.250.182.125]) by mx1.FreeBSD.org (Postfix) with SMTP id B500743F75 for ; Sat, 1 Feb 2003 11:50:44 -0800 (PST) (envelope-from emailgroup66578@yahoo.com) Received: (qmail 19272 invoked from network); 30 Jan 2003 23:40:53 +0900 Received: from unknown (HELO smtp0105.mail.yahoo.com) (webmaster@12.99.167.178) by 0 (qmail 1.03 + ejcp) with SMTP; 30 Jan 2003 23:40:53 +0900 Date: Thu, 30 Jan 2003 14:10:53 GMT From: "Hayri" X-Priority: 3 To: freebsd-questions@FreeBSD.ORG Subject: >>Last Chance...15.2 MILLION OPT-IN EMAIL ADDRESSES...PLUS $2,000 IN FREE EMAIL MARKETING SOFTWARE! Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030201195044.B500743F75@mx1.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 WOULD YOU LIKE TO HAVE YOUR MESSAGE SEEN BY OVER 15.2 MILLION OPT-IN, TARGETED PEOPLE DAILY? Below contains all the information you will ever need to market your product or service on the Internet. If you have a product, service, or message that you would like to get out to Thousands, Hundreds of Thousands, or even Millions of people, you have several options. Traditional methods include print advertising, direct mail, radio, and television advertising. They are all effective, but they all have two catches: They're EXPENSIVE and TIME CONSUMING. Not only that, you only get ONE SHOT at making your message heard by the right people. Also, Internet Search Engine Submissions, Classified Ads, Newsgroup Postings simply DO NOT WORK effectively. Now this has all changed! Thanks to the top programmers in the world and their NEW EMAIL TECHNOLOGY, You can send millions of email messages daily for FREE...Without getting terminated from your current Internet connection! It's very simple to do and you can be increasing your sales within minutes of installing this new extraordinary software! Besides...It's the only real way to advertise on the Internet that works...Period! >>>WE WILL SUPPLY YOU WITH OVER 15.2 MILLION OPT-IN EMAIL ADDRESSES TO GET YOU STARTED RIGHT AWAY! >>>PLUS FREE EMAIL ADDRESS DOWNLOADS FOR LIFE! >>>ALSO, YOU WILL RECEIVE $2,000 WORTH OF EMAIL MARKETING SOFTWARE FREE! Including...... BROADCAST EMAIL SENDING SOFTWARE...(send millions of email advertisements daily with a few clicks of your mouse, without getting your ISP trerminated. We used the same software to send you this email) EMAIL EXTRACTION SOFTWARE...(retrieve new targeted email addresses daily. Hundreds of thousands of them) LIST MANAGEMENT SOFTWARE...(keep your lists clean, opt-in and manage all your remove requests, leads, sales etc...) and much...much more! Hurry...This extraordinary offer ends at midnight tonight! To find out more information, Do not respond by email. Instead, click on the link below or copy and paste the exact web site address below into your web browser. http://www.vvorldvvideventures.com/504305/addresses.htm We can help you succeed in your online advertising venture. Email Marketing Group ______________________________________________________ Want to be removed from our email list? You were sent this email because you used our Opt-in service. We hope you enjoy reading our messages. However, if you'd rather not receive future e-mails from us, Click on the link below http://www.vvorldvvideventures.com/504305/romove.htm Thank you for your cooperation _______________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 12: 8:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D4637B401 for ; Sat, 1 Feb 2003 12:08:32 -0800 (PST) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 4A51243E4A for ; Sat, 1 Feb 2003 12:08:32 -0800 (PST) (envelope-from alhakeem@softhome.net) Received: (qmail 25040 invoked by uid 417); 1 Feb 2003 20:08:31 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 1 Feb 2003 20:08:31 -0000 Received: from laptop ([62.30.180.59]) by softhome.net with esmtp; Sat, 01 Feb 2003 13:08:30 -0700 From: "Abdul Hakeem" To: questions@FreeBSD.org Subject: subscribe Date: Sat, 1 Feb 2003 20:08:59 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 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 Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 12:18:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C4AC37B401 for ; Sat, 1 Feb 2003 12:18:44 -0800 (PST) Received: from mail7-sh.home.nl (mail7.home.nl [213.51.128.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F72B43F3F for ; Sat, 1 Feb 2003 12:18:42 -0800 (PST) (envelope-from c.delnooz@home.nl) Received: from morreion.wizards.nl ([217.120.92.215]) by mail7-sh.home.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030201201841.MGLN25115.mail7-sh.home.nl@morreion.wizards.nl> for ; Sat, 1 Feb 2003 21:18:41 +0100 Content-Type: text/plain; charset="us-ascii" From: Chris Delnooz To: freebsd-questions@freebsd.org Subject: Grub 0.92 fails to recognise disks on FBSD5 Date: Sat, 1 Feb 2003 21:19:02 +0100 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302012119.02359.c.delnooz@home.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 Hi all, i'm experiencing problems with the installation of the GRUB bootloader. I= have=20 installed the port (grub version 0.92) and created the /boot/grub directo= ry=20 with the files from /usr/local/share/grub/i381-freebsd. Next I created a=20 menu.lst file in /boot/grub and thought to install GRUB in the mbr, so I=20 launch the grub shell. My fbsd install is on ad0s2 with / on partition a.= If=20 i am correct that should be (hd0,1,a) for grub, right? well this is what = i=20 get: grub> root (hd0,1,a) Error 21: Selected disk does not exist I looked up the error in the manual and it says: "This error is returned if the device part of a device- or full filename=20 refers to a disk or BIOS device that is not present or not recognized by = the=20 BIOS in the system." which doesn't help me much i'm afraid... dmesg shows my disk as follows: ad0: 39266MB [79780/16/63] at ata0-master UDMA100 does anyone have a clue what's going on here? Thanks in advance, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 12:28:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 288A837B401 for ; Sat, 1 Feb 2003 12:28:40 -0800 (PST) Received: from sysfail.com (24-56-213-122.mdmmi.voyager.net [24.56.213.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2273B43F75 for ; Sat, 1 Feb 2003 12:28:39 -0800 (PST) (envelope-from aSe@SysFail.com) Received: from bob ([127.0.0.1]) by sysfail.com ([24.56.213.122]) with SMTP (MDaemon.PRO.v6.5.1.R) for ; Sat, 01 Feb 2003 15:29:34 -0500 Reply-To: From: "aSe" To: "FreeBSD-Questions" Subject: DNS question Date: Sat, 1 Feb 2003 15:29:32 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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.2800.1106 Importance: Normal X-MDRemoteIP: 127.0.0.1 X-Return-Path: aSe@SysFail.com X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got a dns running on a freebsd computer at my company. I'm new to = the concept of DNS and how it all works. My question is: When a person does a dns lookup to the server and its not already = cached, how does It find out the correct name server to use to find the = ip? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 12:31:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9723B37B401 for ; Sat, 1 Feb 2003 12:31:53 -0800 (PST) Received: from mx20b.rmci.net (mx20b.rmci.net [205.162.184.38]) by mx1.FreeBSD.org (Postfix) with SMTP id 0D5D243F75 for ; Sat, 1 Feb 2003 12:31:53 -0800 (PST) (envelope-from massey@rmci.net) Received: (qmail 18747 invoked from network); 1 Feb 2003 20:31:47 -0000 Received: from dsl-ip-216-222-2-35.boi.rmci.net (HELO data) (216.222.2.35) by mx20.rmci.net with SMTP; 1 Feb 2003 20:31:47 -0000 From: "Mike" To: Subject: MySQL and Perl error Date: Sat, 1 Feb 2003 13:33:25 -0700 Message-ID: <004301c2ca31$2baa1410$0500a8c0@data> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 Kinda stuck bad on this one and need some pointers. While reinstalling MySQL I get ===> Extracting for mysql-server-3.23.54 >> Checksum OK for mysql-3.23.54.tar.gz. ===> mysql-server-3.23.54 depends on executable: libtool - found ===> mysql-server-3.23.54 depends on file: /usr/local/bin/perl5.00503 - not found ===> Verifying install for /usr/local/bin/perl5.00503 in /usr/ports/lang/perl5 ===> Installing for perl-5.6.1_11 ===> perl-5.6.1_11 is already installed - perhaps an older version? If so, you may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of perl-5.6.1_11 without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/lang/perl5. *** Error code 1 Stop in /usr/ports/databases/mysql323-server. How can I fix this? I am digging in Google but have found few helpful ideas so far. Can I change the make file to not use Perl? I upgrade to Perl5.8 for Webmin so this may be the issue. Many thanks Mike Benzel mbenzel@astatech.com for NT Linux-Palm-CASL Support Cross Platform Messaging and TDataSet Components: TAstaPDADataSets Servers (Win32,Linux,Java) Clients (Win32,Linux,Java,Palm,WinCE,Linux PDA's) ASTA Technology Group http://www.astatech.com ASTAWireless http://www.astawireless.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 12:33:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D2F37B401 for ; Sat, 1 Feb 2003 12:33:42 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62BDA43F3F for ; Sat, 1 Feb 2003 12:33:36 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h11KZ1T5070698; Sat, 1 Feb 2003 15:35:02 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3C2EB0.6050801@potentialtech.com> Date: Sat, 01 Feb 2003 15:31:44 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: aSe@SysFail.com Cc: FreeBSD-Questions Subject: Re: DNS question 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 [please wrap you lines at 72 characters or so] aSe wrote: > When a person does a dns lookup to the server and its not already cached, > how does It find out the correct name server to use to find the ip? FreeBSD comes with a list of "root" DNS servers. These are master servers maintained by many different sources that have information on the top level domains. From this list, the DNS can figure out which root server to contact for .com or .net or .whatever. That server then directs your server to the specific DNS server that has the information you are asking for. This is oversimplified. If you have forwarders configured, then the forwarders check their cache first, before consulting the root servers. But the basic method is described there. -- Bill Moran Potential Technologies 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 Feb 1 12:33:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B64C37B405; Sat, 1 Feb 2003 12:33:42 -0800 (PST) Received: from windmill-en0.garlic.com (windmill-en0.garlic.com [208.195.160.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C52543F79; Sat, 1 Feb 2003 12:33:42 -0800 (PST) (envelope-from madriax@garlic.com) Received: from SHMOOPIE (144.sm7.dialup.garlic.net [216.139.3.144]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id h11KXKj30240; Sat, 1 Feb 2003 12:33:25 -0800 From: "Remington L." To: "Freebsd-Questions" , Subject: Date: Sat, 1 Feb 2003 12:32:35 -0800 Message-ID: <000001c2ca31$226b70b0$0500a8c0@SHMOOPIE> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a Sony VAIO GRX-570 running 5.0-RELEASE. Like many others I do not have a mouse either and I have no idea how to get it back. I did anticipate this so when I had 4.7 I documented this: Psm0: irq 12 on atkbdc0 Psm0: model Generic PS/2 mouse, device ID 0 I doubt that helps but can anyone give me some clues on how to fix it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 12:48:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6F737B401 for ; Sat, 1 Feb 2003 12:48:12 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66EB243F3F for ; Sat, 1 Feb 2003 12:48:11 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 624B0EF69E for ; Sat, 1 Feb 2003 21:39:36 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id C64285D009 for ; Sat, 1 Feb 2003 21:50:27 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 686D65D008 for ; Sat, 1 Feb 2003 21:50:27 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A63627900124; Sat, 01 Feb 2003 22:03:50 +0100 Message-Id: <5.2.0.9.0.20030201144443.02fcdfb0@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 01 Feb 2003 14:48:00 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: DNS question In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >When a person does a dns lookup to the server and its not already cached, >how does It find out the correct name server to use to find the ip? The DNS navigates the DNS namespace until it finds a positive or negative answer, or the until DNS's that should have the answer fail to respond. Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 12:50: 5 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A508037B401 for ; Sat, 1 Feb 2003 12:50:02 -0800 (PST) Received: from sysfail.com (24-56-213-122.mdmmi.voyager.net [24.56.213.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C5943F75 for ; Sat, 1 Feb 2003 12:50:01 -0800 (PST) (envelope-from aSe@SysFail.com) Received: from bob ([127.0.0.1]) by sysfail.com ([24.56.213.122]) with SMTP (MDaemon.PRO.v6.5.1.R) for ; Sat, 01 Feb 2003 15:50:10 -0500 Reply-To: From: "aSe" To: "FreeBSD-Questions" Cc: "Bill Moran" Subject: RE: DNS question Date: Sat, 1 Feb 2003 15:50:08 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <3E3C2EB0.6050801@potentialtech.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MDRemoteIP: 127.0.0.1 X-Return-Path: aSe@SysFail.com X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >[please wrap you lines at 72 characters or so] > >aSe wrote: > >> When a person does a dns lookup to the server and its not already = cached, >> how does It find out the correct name server to use to find the ip? > >FreeBSD comes with a list of "root" DNS servers. These are master = servers >maintained by many different sources that have information on the top = level >domains. > From this list, the DNS can figure out which root server to contact = for .com >or .net or .whatever. That server then directs your server to the = specific >DNS server that has the information you are asking for. > >This is oversimplified. If you have forwarders configured, then the = forwarders >check their cache first, before consulting the root servers. >But the basic method is described there. Ahh okay, I understand that. Someone once told me the information is=20 already downloaded in a list, so the server doesn't have to contact=20 root all the time to get ns information. Is this not true anymore? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 12:53:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA53037B401 for ; Sat, 1 Feb 2003 12:53:55 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F2543F75 for ; Sat, 1 Feb 2003 12:53:50 -0800 (PST) (envelope-from mav@wastegate.net) Received: from wastegate.net (12-226-185-104.client.attbi.com[12.226.185.104]) by sccrmhc02.attbi.com (sccrmhc02) with ESMTP id <2003020120534900200i69gle>; Sat, 1 Feb 2003 20:53:49 +0000 Received: from MOTHER (mother.wg.local [192.168.1.5]) by wastegate.net (Postfix) with ESMTP id 8F39C48463; Sat, 1 Feb 2003 15:55:45 -0500 (EST) From: "Doug Reynolds" To: "freebsd-questions" , "Matthew Emmerton" Date: Sat, 01 Feb 2003 15:55:34 -0500 X-Mailer: PMMail 2000 Professional (2.20.2657) For Windows 2000 (5.1.2600) In-Reply-To: <002001c2c930$5665f1d0$1200a8c0@gsicomp.on.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Verizon DSL+PPPoE Message-Id: <20030201205545.8F39C48463@wastegate.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 31 Jan 2003 08:54:55 -0500, Matthew Emmerton wrote: >> I remember seeing this posted about a year ago, but I couldn't google >> it.... >> >> one my business server, I run Verizon DSL and PPPoE. I setup it up >> like with the example they used on Freebsddairy. >> >> the problem I ran into, after about 1 week is that the connection just >> died. everything is lit up, no log entries in the ppp.log. the only >> solution was a 'killall ppp' and restarting in about a minute later, >> and everything is fine... >> >> however, after i did that, I noticed my IP changed. whereas i've >> closed the connection b4 and reopened it and got the same IP. Does >> this have something to do with ppp not accepting a renewed DHCP IP >> address? > >PPP doesn't use DHCP; you're confusing two technologies. > >Whether or not you get the same IP after dropping your connection depends >entirely upon your provider. Some providers will keep recently-dropped IPs >around for some period of time so that you can get the same IP back when you >reconnect, but others won't. > >In most cases, PPPoE service with dynamic IPs are not designed for hosting >servers (which is the only case where you'd need a static IP). If this is >allowable by your AUP, I'd look into using a commercial DNS service that can >let you auto-update your IPs when they change. My personal choice is >ZoneEdit (http://www.zoneedit.com). sorry, I guess i wasnt clear enough; i do not mind that, what I mind, is that PPP keeps locking up. --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 12:58:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4984B37B401 for ; Sat, 1 Feb 2003 12:58:12 -0800 (PST) Received: from ispsnet.net (smtp2.ispsnet.net [64.63.192.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 759B443F43 for ; Sat, 1 Feb 2003 12:58:11 -0800 (PST) (envelope-from alanday@aaahawk.com) Received: from a ([209.245.103.115]) by ispsnet.net ; Sat, 01 Feb 2003 12:28:06 -0500 Message-ID: <002301c2ca34$c28b1480$7800000a@a> From: "Alan Day" To: , "FBSDQ" References: Subject: Re: oh my god the nasa shuttle blewup Date: Sat, 1 Feb 2003 15:58:06 -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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Seven soles lost in the disaster. 14 soles, seven souls. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 13: 0:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E6737B401 for ; Sat, 1 Feb 2003 13:00:18 -0800 (PST) Received: from mailgate1.sover.net (mailgate1.sover.net [209.198.87.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883EB43F3F for ; Sat, 1 Feb 2003 13:00:14 -0800 (PST) (envelope-from reytech@sover.net) Received: from granite.sover.net (granite.sover.net [209.198.87.33]) by mailgate1.sover.net (8.11.6/8.11.6) with ESMTP id h11L03e26175; Sat, 1 Feb 2003 16:00:04 -0500 (EST) Date: Sat, 1 Feb 2003 16:00:03 -0500 (EST) From: "Stephen D. Kingrea" To: Giorgos Keramidas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tcpdump irregularity In-Reply-To: <20030131235622.GB589@gothmog.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 all is well now. your advice rules. thank you! stephen On Sat, 1 Feb 2003, Giorgos Keramidas wrote: >On 2003-01-31 16:44, "Stephen D. Kingrea" wrote: >> using 4.7 on a gateway designated machine (ipfw/natd) serving 3 >> wstations. >> >> www#tcpdump -i dc0 ###in fact, any interface.... >> tcpdump: (no devices found) /dev/bpf0: Device not configured > >Check that you have the following in your kernel config: > > $ grep -i bpf /usr/src/sys/i386/conf/GENERIC > # The `bpf' device enables the Berkeley Packet Filter. > device bpf # Berkeley packet filter > $ > >Then make sure you have proper device nodes created in /dev by >running (further down in your post you mentioned that you *do* have a >/dev/bpf0 node, so this part is already done on your setup). > > # cd /dev > # sh MAKEDEV bpf0 bpf1 [...] > >> now, i read somewhere that kernel must be compiled with option >> PACKETFILTER, however; workstation running 4.7 with generic kernel >> runs tcpdump perfectly. > >There is no PACKETFILTER kernel option afaik. When you want to know >what options are available and how to enable them for your kernel you >should consult the files GENERIC and LINT in /usr/src/sys/i386/conf. > >- Giorgos > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 13: 2: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4066737B401 for ; Sat, 1 Feb 2003 13:02:03 -0800 (PST) Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90CEF43F3F for ; Sat, 1 Feb 2003 13:02:02 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 973C3EF909 for ; Sat, 1 Feb 2003 21:53:32 +0100 (CET) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 365665D009 for ; Sat, 1 Feb 2003 22:04:24 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id BB6E85D008 for ; Sat, 1 Feb 2003 22:04:23 +0100 (CET) Received: from tx0-go2france-c.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A97A2A19013C; Sat, 01 Feb 2003 22:17:46 +0100 Message-Id: <5.2.0.9.0.20030201145958.02a6e678@mail.go2france.com> X-Sender: LConrad@Go2France.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sat, 01 Feb 2003 15:01:56 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: RE: DNS question In-Reply-To: References: <3E3C2EB0.6050801@potentialtech.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 >Ahh okay, I understand that. Someone once told me the information is >already downloaded in a list, so the server doesn't have to contact >root all the time to get ns information. Is this not true anymore? bind9 has the root-servers "hints zone" in its binary, but will use an external hints zone if listed in named.conf. Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 13:37:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E9AF37B401 for ; Sat, 1 Feb 2003 13:37:30 -0800 (PST) Received: from host.expresshost.net (host.expresshost.net [209.239.40.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id B857443F43 for ; Sat, 1 Feb 2003 13:37:28 -0800 (PST) (envelope-from grant@expresshost.net) Received: from grant (dslb106.ody.ca [216.240.5.106]) by host.expresshost.net (8.10.2/8.10.2) with SMTP id h11LbMG23254 for ; Sat, 1 Feb 2003 16:37:22 -0500 Message-ID: <000501c2ca3a$1a8171c0$6501a8c0@grant> Reply-To: "Grant Peel" From: "Grant Peel" To: Subject: Bootable CD Date: Sat, 1 Feb 2003 16:37:19 -0500 Organization: Expresshost.net 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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 going blind again..... What is the easiest way to make a bootable FreeBSD 4.7 RELEASE CD-ROM? -Grant To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 13:40:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20DD937B401 for ; Sat, 1 Feb 2003 13:40:35 -0800 (PST) Received: from mx20a.rmci.net (mx20a.rmci.net [205.162.184.37]) by mx1.FreeBSD.org (Postfix) with SMTP id A0A7C43F85 for ; Sat, 1 Feb 2003 13:40:34 -0800 (PST) (envelope-from massey@rmci.net) Received: (qmail 18082 invoked from network); 1 Feb 2003 21:40:33 -0000 Received: from dsl-ip-216-222-2-35.boi.rmci.net (HELO data) (216.222.2.35) by mx20.rmci.net with SMTP; 1 Feb 2003 21:40:33 -0000 From: "Mike" To: Subject: RE: MySQL and Perl error Date: Sat, 1 Feb 2003 14:42:11 -0700 Message-ID: <004a01c2ca3a$c7483fb0$0500a8c0@data> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <004301c2ca31$2baa1410$0500a8c0@data> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Got through it using make install FORCE_PKG_REGISTER=yes OVERWRITE_DB=yes SKIP_DNS_CHECK=yes But now I get "bind on unix socket: permission denied" I did a chown -R on the var/db/mysql and everything under it but still the same error... Hints? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Mike Sent: Saturday, February 01, 2003 1:33 PM To: questions@FreeBSD.ORG Subject: MySQL and Perl error Hi All Kinda stuck bad on this one and need some pointers. While reinstalling MySQL I get ===> Extracting for mysql-server-3.23.54 >> Checksum OK for mysql-3.23.54.tar.gz. ===> mysql-server-3.23.54 depends on executable: libtool - found ===> mysql-server-3.23.54 depends on file: /usr/local/bin/perl5.00503 - not found ===> Verifying install for /usr/local/bin/perl5.00503 in /usr/ports/lang/perl5 ===> Installing for perl-5.6.1_11 ===> perl-5.6.1_11 is already installed - perhaps an older version? If so, you may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of perl-5.6.1_11 without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/lang/perl5. *** Error code 1 Stop in /usr/ports/databases/mysql323-server. How can I fix this? I am digging in Google but have found few helpful ideas so far. Can I change the make file to not use Perl? I upgrade to Perl5.8 for Webmin so this may be the issue. Many thanks Mike Benzel mbenzel@astatech.com for NT Linux-Palm-CASL Support Cross Platform Messaging and TDataSet Components: TAstaPDADataSets Servers (Win32,Linux,Java) Clients (Win32,Linux,Java,Palm,WinCE,Linux PDA's) ASTA Technology Group http://www.astatech.com ASTAWireless http://www.astawireless.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 13:48:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD9F37B401 for ; Sat, 1 Feb 2003 13:48:22 -0800 (PST) Received: from agena.meridian-enviro.com (thunder.meridian-enviro.com [207.109.234.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 213C443F3F for ; Sat, 1 Feb 2003 13:48:21 -0800 (PST) (envelope-from rand@meridian-enviro.com) Received: from delta.meridian-enviro.com (delta.meridian-enviro.com [10.10.10.43]) by agena.meridian-enviro.com (8.11.6/8.11.6) with ESMTP id h11LmKf78646 for ; Sat, 1 Feb 2003 15:48:20 -0600 (CST) (envelope-from rand@meridian-enviro.com) Date: Sat, 01 Feb 2003 15:48:20 -0600 Message-ID: <87el6ru0yj.wl@delta.meridian-enviro.com> From: "Douglas K. Rand" To: freebsd-questions@freebsd.org Subject: Microsoft USB keyboard User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-1?Q?Kashiharajing=FE-mae?=) APEL/10.4 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) X-Face: $L%T~#'9fAQ])o]A][d7EH`V;"_;2K;TEPQB=v]rDf_2s% List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've bought a handfull of cheap Microsoft Natural Keyboards from a reseller, but they turned out to be USB only keyboards. I've got the keyboards working with FreeBSD & XFree86 just fine, with the exception of the extra "hot keys". They hot keys don't seem to make any X events at all. When I launch xev, I don't get any events at all when I press any of the hot keys. Does anybody have any suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 14: 0:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F3537B401 for ; Sat, 1 Feb 2003 14:00:35 -0800 (PST) Received: from invert.com (datacenterops.com [209.164.15.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7548943F93 for ; Sat, 1 Feb 2003 14:00:35 -0800 (PST) (envelope-from mee@invert.com) Received: (from mee@localhost) by invert.com (8.11.3/8.11.3) id h11M1P250456 for freebsd-questions@FreeBSD.ORG; Sat, 1 Feb 2003 14:01:25 -0800 (PST) (envelope-from mee) Date: Sat, 1 Feb 2003 14:01:25 -0800 From: Mike Erickson To: freebsd-questions@FreeBSD.ORG Subject: Re: Microsoft USB keyboard Message-ID: <20030201220125.GB21529@quidquam.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <87el6ru0yj.wl@delta.meridian-enviro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87el6ru0yj.wl@delta.meridian-enviro.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 * Douglas K. Rand (rand@meridian-enviro.com) wrote: > I've bought a handfull of cheap Microsoft Natural Keyboards from a > reseller, but they turned out to be USB only keyboards. > > I've got the keyboards working with FreeBSD & XFree86 just fine, with > the exception of the extra "hot keys". They hot keys don't seem to > make any X events at all. When I launch xev, I don't get any events at > all when I press any of the hot keys. > > Does anybody have any suggestions? Change your keyboard type in your XF86Config file from pc101 (or whatever it is set to currently) to something higher, and try xev again. I'm not sure what you should set it to, but it's another knob to twiddle. mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 14: 3:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902EE37B401 for ; Sat, 1 Feb 2003 14:03:47 -0800 (PST) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B21B43FA3 for ; Sat, 1 Feb 2003 14:03:45 -0800 (PST) (envelope-from akruijff@dds.nl) Received: from cybertron.kruijff ([192.168.31.50]) by unix1.kruijff.org (8.12.6/8.12.6) with ESMTP id h0UMgSfJ057789 for ; Thu, 30 Jan 2003 23:42:29 +0100 (CET) (envelope-from akruijff@dds.nl) Date: Thu, 30 Jan 2003 23:43:35 +0100 From: "Patrick Stinson" X-Mailer: The Bat! (v1.62 Christmas Edition) Personal X-Priority: 3 (Normal) Message-ID: <8349451537.20030130234335@dds.nl> To: Freebsd Questions Subject: RE: appending files on smbfs 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 oh wait, thought you were swedish. I meant that I looked at that. You have to log in to the filesystem with a name that works before it will let yo on. notice how I can create the file, but canat append to it. -----Original Message----- From: Alex [mailto:freebsd@akruijff.dds.nl] Sent: Thursday, January 30, 2003 10:11 PM To: Patrick Stinson Cc: freebsd-current Subject: Re: appending files on smbfs Dear/Beste Patrick, Thursday, January 30, 2003, 8:37:04 PM, you wrote: > has anyone every had problems with appending existing files on volumes > mounted by smbfs or shlight? $ echo "sdsad" >>> hey $ echo "sdsad" >>> hey > cannot create hey: Permission denied You should look at permission on the windows machine if the system has NTFS. -- Best regards/Met vriendelijke groet, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 14: 3:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E1737B401 for ; Sat, 1 Feb 2003 14:03:49 -0800 (PST) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01D0043F43 for ; Sat, 1 Feb 2003 14:03:48 -0800 (PST) (envelope-from freebsd@akruijff.dds.nl) Received: from cybertron.kruijff ([192.168.31.50]) by unix1.kruijff.org (8.12.6/8.12.6) with ESMTP id h0UM4nfJ038768; Thu, 30 Jan 2003 23:04:49 +0100 (CET) (envelope-from freebsd@akruijff.dds.nl) Date: Thu, 30 Jan 2003 23:05:56 +0100 From: Alex X-Mailer: The Bat! (v1.62 Christmas Edition) Personal Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <6347192148.20030130230556@dds.nl> To: freebsd-questions@freebsd.org Subject: Analog Modum 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 Dear freebsd-questions, I'm looking for a analog modem. I didn't see any in the hardware lists. Can you please tell me which ones will work on FreeBSD? -- 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 Sat Feb 1 14: 5:19 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C318C37B401 for ; Sat, 1 Feb 2003 14:05:17 -0800 (PST) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D082B43F3F for ; Sat, 1 Feb 2003 14:05:16 -0800 (PST) (envelope-from shovey@buffnet.net) 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 RAA84363; Sat, 1 Feb 2003 17:04:59 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Sat, 1 Feb 2003 17:05:02 -0500 (EST) From: Stephen Hovey To: Marc Schneiders Cc: questions@FreeBSD.ORG Subject: Re: Multiple solutions for a problem (Re: How to map bad sectors on IDE?) In-Reply-To: <20030201024738.K51460-100000@voo.doo.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 This has been an open question - I dont believe IDE's do much of their own bad block marking - there used to be a utility called bad144 - though I dont know that it did much - I know SCO has a utility. On Sat, 1 Feb 2003, Marc Schneiders wrote: > On 31 Jan 2003, at 19:43 [=GMT-0500], Lowell Gilbert wrote: > > > Marc Schneiders writes: > > > > > I have searched Google to find a solution to mark off these two > > > blocks/inodes (or however I should call them), so that they will not > > > be used anymore. All I found is that this is not possible on > > > IDE. Advise: Throw away the disk. Now this I find a bit radical :-) > > > Esp. since the disk is about 3 years old. > > > > Why is it radical? > > Because it involves a lot of work to backup the disk, open up the > machine, check it with some software that reports something that I > could tell Maxtor, have them give me another disk (if they do that). > Wait, wait, wait. And all this time machine not working obviously, > which is extra bad since it is the key machine here that connects > others to the internet. > > All in all I would say 10 hours work, a few weeks of waiting. > > So why not first try something (if it exists, which was my question) > that does not involve picking up a screwdriver and turning of my > network here? Or lets say I am poor (which I am) and cannot really > just run off and buy a new disk? The one with problems may be under > warrenty, it may not. I cannot tell before I take the machine apart > and read the serial on the disk. > > Your advise sounds perfectly sound for IBM and Microsoft and the > Pentagon. But for a home or small office situation, there might be > another way to deal with it? > > Especially since we are not talking about something 10 years old or > heavily used in a mailserver. > > > After all, IDE disks already do bad-block > > remapping internally, so you've built up a *lot* of bad sectors > > already if they're starting to become visible to the operating > > system... > > > > > > 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 Feb 1 14: 5:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F6B937B401 for ; Sat, 1 Feb 2003 14:05:45 -0800 (PST) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC17A43F93 for ; Sat, 1 Feb 2003 14:05:36 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2]) by foem.leiden.webweaving.org (8.12.6/8.12.6) with ESMTP id h11M5Twc069365 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 1 Feb 2003 23:05:29 +0100 (CET) (envelope-from dirkx@webweaving.org) Date: Sat, 1 Feb 2003 23:05:29 +0100 (CET) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: Alex Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Analog Modum In-Reply-To: <6347192148.20030130230556@dds.nl> Message-ID: <20030201230502.R68739-100000@foem.leiden.webweaving.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, 30 Jan 2003, Alex wrote: > I'm looking for a analog modem. I didn't see any in the hardware lists. > Can you please tell me which ones will work on FreeBSD? Virtually all external modems which connect to the COM1/COM2 serial port work perfectly fine. Dw. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 14:17:50 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FF8737B401 for ; Sat, 1 Feb 2003 14:17:49 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDEA643F43 for ; Sat, 1 Feb 2003 14:17:48 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <2003020122174805200dt0t9e>; Sat, 1 Feb 2003 22:17:48 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h11MHlQ7001041 for ; Sat, 1 Feb 2003 17:17:47 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h11MHkDq001038; Sat, 1 Feb 2003 17:17:46 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: freebsd-questions@freebsd.org Subject: Re: Multiple solutions for a problem (Re: How to map bad sectors on IDE?) References: From: Lowell Gilbert Date: 01 Feb 2003 17:17:45 -0500 In-Reply-To: Message-ID: <44hebn3at2.fsf@be-well.ilk.org> Lines: 7 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Stephen Hovey writes: > This has been an open question - I dont believe IDE's do much of their own > bad block marking - The manufacturers claim otherwise; do you know something the rest of us don't? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 14:21:14 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB8937B401 for ; Sat, 1 Feb 2003 14:21:11 -0800 (PST) Received: from mailgate1.sover.net (mailgate1.sover.net [209.198.87.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B8143F85 for ; Sat, 1 Feb 2003 14:21:11 -0800 (PST) (envelope-from reytech@sover.net) Received: from granite.sover.net (granite.sover.net [209.198.87.33]) by mailgate1.sover.net (8.11.6/8.11.6) with ESMTP id h11MKrW27411; Sat, 1 Feb 2003 17:20:54 -0500 (EST) Date: Sat, 1 Feb 2003 17:20:53 -0500 (EST) From: "Stephen D. Kingrea" To: Juris Krumins Cc: freebsd-questions@freebsd.org Subject: Re: arplookup 0.0.0.0 In-Reply-To: <000f01c2c935$63d24710$0201010a@ntbdc> 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 tcpdump tells me that incoming smtp requests are generating these messages at the same time as recieving mail. i am pretty sure that either sendmail or ipfw rules is the cause... any good tutorials out there on interpreting tcpdump output? stephen On Fri, 31 Jan 2003, Juris Krumins wrote: >Could be sendmail. But I would try first of all to figure out who are soucre >of the arp request. Suppose we are talking about LAN or something like that. >So try to find out the soucre of the request. Could be the same box, but I >think it's not. So use sniffers like tcpdump or something like that. Just >take a look at your logs to figure out the frequency of requests. So then >you will figure out the source. unfortunately I'm not sendmail expert not >even close. > >----- Original Message ----- >From: "Stephen D. Kingrea" >To: "Juris Krumins" >Sent: Friday, January 31, 2003 4:26 PM >Subject: Re: arplookup 0.0.0.0 > > >> is there a way to suppress the message itself? i seem to be getting it >> quite often, and really just started after configuring and activating >> sendmail. i suspect that there is a possible misconfiguration involving >> sendmail itself, but mail seems to be flowing nicely >> >> stephen d. kingrea >> >> On Fri, 31 Jan 2003, Juris Krumins wrote: >> >> >There's no such a term like default in arp table, like it is in routing >> >tables. >> >There's nothing you have to add. >> >I think it was just a query which was sent to your machine. So your box >> >didn't find anything about that in local his local arp table. That's why >you >> >got the answer like : www /kernel: arplookup 0.0.0.0 failed: host is not >on >> >local network mean that your box knows nothing about how to convert >0.0.0.0 >> >IP adress into MAC adress. >> > >> >----- Original Message ----- >> >From: "Stephen D. Kingrea" >> >To: >> >Sent: Friday, January 31, 2003 4:07 PM >> >Subject: arplookup 0.0.0.0 >> > >> > >> >> hope one of youse can help with this... >> >> >> >> i am suddenly and inexplicably getting the message: >> >> >> >> www /kernel: arpresolve: can't allocate llinfo for 0.0.0.0rt >> >> www /kernel: arplookup 0.0.0.0 failed: host is not on local network >> >> >> >> nothing seems affected, that is to say that everything works as >> >> advertised. do i need to add default to my arp tables? >> >> >> >> running 4.7, apache2, ipfw/natd, as gateway to 3 internal networked >> >> nodes. what other info do i need to share? >> >> >> >> thank you! >> >> >> >> stephen d. kingrea >> >> >> >> >> >> 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 Feb 1 14:28:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D90937B401 for ; Sat, 1 Feb 2003 14:28:46 -0800 (PST) Received: from enterprise.thenetnow.com (enterprise.thenetnow.com [65.39.193.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCF643F43 for ; Sat, 1 Feb 2003 14:28:45 -0800 (PST) (envelope-from grant@thenetnow.com) Received: from grant (dslb106.ody.ca [216.240.5.106]) by enterprise.thenetnow.com (8.11.6/8.11.6) with SMTP id h11LsGg60245 for ; Sat, 1 Feb 2003 16:54:16 -0500 (EST) (envelope-from grant@thenetnow.com) Message-ID: <000e01c2ca3c$806caed0$6501a8c0@grant> Reply-To: "Grant Peel" From: "Grant Peel" To: Subject: Re: Ooops Date: Sat, 1 Feb 2003 16:54:30 -0500 Organization: The Net Now 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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 all, I am having reverse DNS issues so I am posting from another server. I am astounded at the bandwidth created by my little oops. Something that does make some sence to me is the . and .. directories. that had never occured to me. Anyways, the commands I used are quite fresh in my mind as I was taking my time ensuring I would not do exactly what I did :-( cd / mount /dev/da1s1a /mnt mount /dev/da1s1g /mnt/var mount /dev/da1s1e /mnt/usr ... cd /mnt cd /mnt cwd (server shows /mnt) rm -rf * Ooops! I have since been to the terminal, both drives are shiny clean. The good news is this was a brand new server, not in production. Anyone want to talk off-list about rDNS? -Grant Grant W. Peel Server Admin grant@thenetnow.com http://thenetnow.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 14:33:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E655637B401 for ; Sat, 1 Feb 2003 14:33:53 -0800 (PST) Received: from enterprise.thenetnow.com (enterprise.thenetnow.com [65.39.193.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B11743FAF for ; Sat, 1 Feb 2003 14:33:53 -0800 (PST) (envelope-from grant@thenetnow.com) Received: from grant (dslb139.ody.ca [216.240.5.139]) by enterprise.thenetnow.com (8.11.6/8.11.6) with SMTP id h0U2Nxg12224 for ; Wed, 29 Jan 2003 21:24:00 -0500 (EST) (envelope-from grant@thenetnow.com) Message-ID: <00c201c2c806$a43f8360$6501a8c0@grant> Reply-To: "Grant Peel" From: "Grant Peel" To: Subject: Perl Date: Wed, 29 Jan 2003 21:23:55 -0500 Organization: The Net Now 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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 now blind looking for the answers... How does one upgrade perl (FreeBSD 4.4) from one version (5.00503) to a new version (5.8.0) without loosing all the currently installed modules? (I have lots). -Grant Grant W. Peel Server Admin grant@thenetnow.com http://thenetnow.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 14:43:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EFC37B401 for ; Sat, 1 Feb 2003 14:43:24 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A7743F3F for ; Sat, 1 Feb 2003 14:43:19 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from Knoppix ([207.179.99.7]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sat, 1 Feb 2003 17:43:34 -0500 Content-Type: text/plain; charset="windows-1252" From: taxman To: "Grant Peel" , Subject: Re: Bootable CD Date: Sat, 1 Feb 2003 17:44:46 +0100 User-Agent: KMail/1.4.3 References: <000501c2ca3a$1a8171c0$6501a8c0@grant> In-Reply-To: <000501c2ca3a$1a8171c0$6501a8c0@grant> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302011744.46683.taxman@acd.net> X-OriginalArrivalTime: 01 Feb 2003 22:43:35.0463 (UTC) FILETIME=[5ACA6B70:01C2CA43] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Burn a bootable ISO image to a blank CDR. Iso images are on the ftp site. That does involve a cost to the projec= t for=20 bandwidth, so consider downloading the mini install iso and then pull=20 anything else you need only as you need it. ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.7 Tim On Saturday 01 February 2003 10:37 pm, Grant Peel wrote: > Hi all, >=20 > I am going blind again..... >=20 > What is the easiest way to make a bootable FreeBSD 4.7 RELEASE CD-ROM? >=20 > -Grant >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 14:49:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F77137B401 for ; Sat, 1 Feb 2003 14:49:12 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B6B743F43 for ; Sat, 1 Feb 2003 14:49:11 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <2003020122491000100860lre>; Sat, 1 Feb 2003 22:49:10 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h11MnAQ7001216; Sat, 1 Feb 2003 17:49:10 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h11Mn9kM001213; Sat, 1 Feb 2003 17:49:09 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: Joe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: swapinfo shows 0 0 Nan% and no device References: <20030131190039.41049.qmail@web41006.mail.yahoo.com> From: Lowell Gilbert Date: 01 Feb 2003 17:49:08 -0500 In-Reply-To: <20030131190039.41049.qmail@web41006.mail.yahoo.com> Message-ID: <44d6mb39cr.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe writes: > I have created a file swap0 in /usr/local/swapfiles > > I then ran > > vnconfig -e /dev/vn0b /usr/local/swapfiles/swap0 swap Didn't you mean vn0c? > When I look at the output from swapinfo > > It shows > > Device 1K-blocks Used Avail Capacity Type > 0 0 0 Nan% Interleaved > > Any ideas on why this is? How big is the file? > I'm using Freebsd 4.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 15:11:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8776C37B401 for ; Sat, 1 Feb 2003 15:11:34 -0800 (PST) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C7743F85 for ; Sat, 1 Feb 2003 15:11:33 -0800 (PST) (envelope-from dragoncrest@voyager.net) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id h11NTMVC094254 for ; Sat, 1 Feb 2003 18:29:22 -0500 (EST) (envelope-from dragoncrest@voyager.net) Message-Id: <4.2.0.58.20030201181602.00993b40@pop.voyager.net> X-Sender: dragoncrest@pop.voyager.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sat, 01 Feb 2003 18:20:08 -0500 To: freebsd-questions@FreeBSD.ORG From: Dragoncrest Subject: Can't install fetchmail - HELP! 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. Trying to install fetchmail but it keeps saying that it can't find intl.4 so it tries to install gettext and that complains that it can't find expat.4 and then fails out. I tried going to the fetchmail homepage but that's apparently moved and the guy who's providing the homepage for fetchmail has a really screwed up personal homepage and I can't find any of the install files for the actual program. I'm trying to reinstall fetchmail on a new box, but not having much luck. Any help is more than welcome. Oh, and as a help, here's the errors I get. [root@webbox fetchmail]# make install ===> Installing for fetchmail-6.2.0 ===> Warning: your umask is "0077". If this is not desired, set it to an appropriate value and install this port again by ``make reinstall''. ===> fetchmail-6.2.0 depends on shared library: intl.4 - not found ===> Verifying install for intl.4 in /usr/ports/devel/gettext ===> Extracting for gettext-0.11.5_1 >> Checksum OK for gettext-0.11.5.tar.gz. ===> gettext-0.11.5_1 depends on executable: libtool - found ===> gettext-0.11.5_1 depends on shared library: iconv.3 - found ===> gettext-0.11.5_1 depends on shared library: expat.4 - not found ===> Verifying install for expat.4 in /usr/ports/textproc/expat2 ===> Returning to build of gettext-0.11.5_1 Error: shared library "expat.4" does not exist *** Error code 1 Stop in /usr/ports/devel/gettext. *** Error code 1 Stop in /usr/ports/mail/fetchmail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 15:20:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF92037B401 for ; Sat, 1 Feb 2003 15:20:44 -0800 (PST) Received: from aslan.narnia.pp.se (aslan.narnia.pp.se [212.247.3.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E3543F75 for ; Sat, 1 Feb 2003 15:20:43 -0800 (PST) (envelope-from dufberg@narnia.pp.se) Received: from localhost (dufberg@localhost) by aslan.narnia.pp.se (8.11.3/8.11.3) with ESMTP id h11NKeh31576 for ; Sun, 2 Feb 2003 00:20:41 +0100 (CET) (envelope-from dufberg@narnia.pp.se) Date: Sun, 2 Feb 2003 00:20:40 +0100 (CET) From: Mats Dufberg To: Subject: Support for Memorybird USB mass storage Message-ID: <20030202000039.Y29971-100000@aslan.narnia.pp.se> X-message-flag: Tired of your mail client? Get pine! http://www.washington.edu/pine/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-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 version: 5.0 I try to connect a Fujitsu Memorybird, a USB mass storage device, to my computer. When I connect it to the USB bus I get the follwing message: umass0: Fujitsu Memorybird, rev 1.10/1.00, addr 3 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 125MB (256000 512 byte sectors: 64H 32S/T 125C) (da0:umass-sim0:0:0:0): READ(6)/WRITE(6) not supported, increasing minimum_cmd_size to 10 And with usbdevs(8) and camcontrol(8) I can list the device: # usbdevs -d -v -a 3 -f /dev/usb1 Controller /dev/usb1: addr 3: full speed, power 100 mA, config 1, Memorybird(0x0100), Fujitsu(0x0d7d), rev 1.00 umass0 # camcontrol devlist -v scbus0 on umass-sim0 bus 0: at scbus0 target 0 lun 0 (da0,pass0) scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) But how do I access it? Can I access it? Mats ----------------------------------------------------------------- Mats Dufberg dufberg@narnia.pp.se Blaoarvsgraend 42 +46-8-38 48 59 SE-162 45 Vaellingby, Sweden +46-70-258 2588 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 15:50:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5762937B401 for ; Sat, 1 Feb 2003 15:50:36 -0800 (PST) Received: from aslan.narnia.pp.se (aslan.narnia.pp.se [212.247.3.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE1243E4A for ; Sat, 1 Feb 2003 15:50:34 -0800 (PST) (envelope-from dufberg@narnia.pp.se) Received: from localhost (dufberg@localhost) by aslan.narnia.pp.se (8.11.3/8.11.3) with ESMTP id h11NoY031645 for ; Sun, 2 Feb 2003 00:50:34 +0100 (CET) (envelope-from dufberg@narnia.pp.se) Date: Sun, 2 Feb 2003 00:50:33 +0100 (CET) From: Mats Dufberg To: Subject: Re: Support for Memorybird USB mass storage In-Reply-To: <20030202000039.Y29971-100000@aslan.narnia.pp.se> Message-ID: <20030202004722.N29971-100000@aslan.narnia.pp.se> X-message-flag: Tired of your mail client? Get pine! http://www.washington.edu/pine/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Feb 2, 2003, 00:20 (+0100) Mats Dufberg wrote: > FreeBSD version: 5.0 > > I try to connect a Fujitsu Memorybird, a USB mass storage device, to my > computer. When I connect it to the USB bus I get the follwing message: > > umass0: Fujitsu Memorybird, rev 1.10/1.00, addr 3 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 125MB (256000 512 byte sectors: 64H 32S/T 125C) > (da0:umass-sim0:0:0:0): READ(6)/WRITE(6) not supported, increasing > minimum_cmd_size to 10 (...) > But how do I access it? Can I access it? Well, the following actually works, # mount -t msdos /dev/da0s1 /memorybird Since the there is support for hot-swapping of the device, I guess that there should be some kind of automatic mount/umount of the device. Mats ----------------------------------------------------------------- Mats Dufberg dufberg@narnia.pp.se Blaoarvsgraend 42 +46-8-38 48 59 SE-162 45 Vaellingby, Sweden +46-70-258 2588 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 16: 2:56 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1240037B401 for ; Sat, 1 Feb 2003 16:02:56 -0800 (PST) Received: from boreas.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E08543F79 for ; Sat, 1 Feb 2003 16:02:55 -0800 (PST) (envelope-from leth@primus.ca) Received: from dialin-151-108.tor.primus.ca ([216.254.151.108]) by boreas.primus.ca with esmtp (Exim 3.36 #3) id 18f7ax-0000FG-0A; Sat, 01 Feb 2003 19:02:47 -0500 Date: Sat, 1 Feb 2003 19:03:24 -0500 (EST) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: Bill Moran Cc: John Wilson , Subject: Re: Samba and XP? In-Reply-To: <3E3AF175.9040904@potentialtech.com> Message-ID: <20030201185937.X6090-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 On Fri, 31 Jan 2003, Bill Moran wrote: > There's an XP machine right behind me that talks to our Samba server just > fine. Just don't configure Samba to be a domain server. > > And, it does work just fine under domain systems as well. Samba just doesn't > do active directory yet. > OT, but my understanding is that indows XP Home Edition will not log in to NT4-based (SMB-only) networks, but only Windows 2000 (Active Directory) networks. However, Windows XP Professional will log in to both. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 16:13: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 801E637B401 for ; Sat, 1 Feb 2003 16:12:59 -0800 (PST) Received: from boreas.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FC743F3F for ; Sat, 1 Feb 2003 16:12:58 -0800 (PST) (envelope-from leth@primus.ca) Received: from dialin-151-108.tor.primus.ca ([216.254.151.108]) by boreas.primus.ca with esmtp (Exim 3.36 #3) id 18f7kg-0000wk-0A; Sat, 01 Feb 2003 19:12:50 -0500 Date: Sat, 1 Feb 2003 19:13:27 -0500 (EST) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: Sergey Niunco Cc: Danny Pansters , FreeBSD-Questions Subject: Re: Error while compiling kernel. In-Reply-To: <20030201140925.77979fed.sergey.niunco@student.uva.nl> Message-ID: <20030201190641.G6090-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 On Sat, 1 Feb 2003, Sergey Niunco wrote: > Device scbus was and is in my kernel config. A few days ago I compiled > it without a problem. > Did you CVSUP since the lat time you compiled? If so, you might have done it during a commit, so something got broken. Every now and then (maybe two or three times a year?) I'll get a broken buildworld that is usually fixed by CVSUPing a day or two layer. If you have no clue what CVSUP is, or you did not perform a CVSUP, check your kernel config again. Although, I don't think that that synatax errors are usually caused by missing dependancies. Another possibility (doesn't seem likely, but you neverk now) is that there's some stale files sitting around. Remove /usr/src/sys/compile/* (remove the subdirectories, not the compile directory itself) and try again. 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 Sat Feb 1 16:19:12 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E57337B401 for ; Sat, 1 Feb 2003 16:19:10 -0800 (PST) Received: from mta01bw.bigpond.com (mta01bw.bigpond.com [139.134.6.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA1843F79 for ; Sat, 1 Feb 2003 16:19:09 -0800 (PST) (envelope-from michaeljritchie@bigpond.com) Received: from michaelslaptop ([144.135.24.78]) by mta01bw.bigpond.com (Netscape Messaging Server 4.15 mta01bw Jul 16 2002 22:47:55) with SMTP id H9NNJP00.86X; Sun, 2 Feb 2003 10:19:01 +1000 Received: from ppp593.sa.padsl.internode.on.net ([150.101.246.80]) by bwmam04.mailsvc.email.bigpond.com(MailRouter V3.0n 29/7777756); 02 Feb 2003 10:19:01 From: "Michael Ritchie" To: "'Jason Hunt'" , "'John Wilson'" , Subject: RE: Samba and XP? Date: Sun, 2 Feb 2003 09:48:52 +0930 Message-ID: <001b01c2ca50$ab185c10$6600a8c0@michaelslaptop> 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) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: <20030201185937.X6090-100000@lethargic.dyndns.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 XP Home will not 'log into' ANY server-based network (NT4 domain model OR Active Directory). However, this does not mean you can't access samba shares on other machines. ie. it supports workgroup networking but not domain networking. Login to the local XP Home box, browse on the network to find the SMB server you want, and open it up. The XP Home box will attempt to authenticate using the local user's username and password: if that fails, it will pop up a box asking for a valid username and password. This should work just fine. XP Home CAN also access shares on servers that are part of a domain, using this same method. The only difference is that the username and password used must be valid on the domain. BTW: just to make it clear, if the credentials used to login to the local XP Home box exist on the SMB server, the user will be let straight through without being asked for another password. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jason Hunt Sent: Sunday, 2 February 2003 9:33 AM To: Bill Moran Cc: John Wilson; freebsd-questions@FreeBSD.ORG Subject: Re: Samba and XP? On Fri, 31 Jan 2003, Bill Moran wrote: > There's an XP machine right behind me that talks to our Samba server just > fine. Just don't configure Samba to be a domain server. > > And, it does work just fine under domain systems as well. Samba just doesn't > do active directory yet. > OT, but my understanding is that indows XP Home Edition will not log in to NT4-based (SMB-only) networks, but only Windows 2000 (Active Directory) networks. However, Windows XP Professional will log in to both. 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 Feb 1 16:20:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E98B437B401 for ; Sat, 1 Feb 2003 16:20:27 -0800 (PST) Received: from L7.net (L7.net [216.173.223.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 8683443F93 for ; Sat, 1 Feb 2003 16:20:27 -0800 (PST) (envelope-from administrator@L7.net) Received: from cerberus (nothing.more.than.a.crimson.afterthought.org [216.173.223.253]) by gone-postal.L7.net (Level Seven Postal Guy) with SMTP id ; Sat, 01 Feb 2003 16:23:44 -0800 Message-Id: <3.0.5.32.20030201163507.010419c0@L7.net> X-Sender: administrator@L7.net Date: Sat, 01 Feb 2003 16:35:07 -0800 To: freebsd-questions@freebsd.org From: Kevin Schooler Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe freebsd-questions administrator@L7.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 16:26:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DDA937B401 for ; Sat, 1 Feb 2003 16:26:09 -0800 (PST) Received: from agena.meridian-enviro.com (thunder.meridian-enviro.com [207.109.234.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3158343E4A for ; Sat, 1 Feb 2003 16:26:08 -0800 (PST) (envelope-from rand@meridian-enviro.com) Received: from delta.meridian-enviro.com (delta.meridian-enviro.com [10.10.10.43]) by agena.meridian-enviro.com (8.11.6/8.11.6) with ESMTP id h120Q6f25173; Sat, 1 Feb 2003 18:26:06 -0600 (CST) (envelope-from rand@meridian-enviro.com) Date: Sat, 01 Feb 2003 18:26:05 -0600 Message-ID: <87bs1vttnm.wl@delta.meridian-enviro.com> From: "Douglas K. Rand" To: freebsd-questions@FreeBSD.ORG Cc: Mike Erickson Subject: Re: Microsoft USB keyboard In-Reply-To: <20030201220125.GB21529@quidquam.com> References: <87el6ru0yj.wl@delta.meridian-enviro.com> <20030201220125.GB21529@quidquam.com> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-1?Q?Kashiharajing=FE-mae?=) APEL/10.4 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) X-Face: $L%T~#'9fAQ])o]A][d7EH`V;"_;2K;TEPQB=v]rDf_2s% List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Doug> I've bought a handfull of cheap Microsoft Natural Keyboards from Doug> a reseller, but they turned out to be USB only keyboards. Mike> Change your keyboard type in your XF86Config file from pc101 (or Mike> whatever it is set to currently) to something higher, and try Mike> xev again. Mike> I'm not sure what you should set it to, but it's another knob to Mike> twiddle. I've tried a few, like pc104, pc105, even microsoftpro which I found in one of the config files in /usr/X11R6/lib/X11/xkb/rules/xfree86. None of them (after re-starting the X server) ever caused xev to produce ANY events for those extra hot keys. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 16:37: 6 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD93F37B401 for ; Sat, 1 Feb 2003 16:37:05 -0800 (PST) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD23543F9B for ; Sat, 1 Feb 2003 16:37:04 -0800 (PST) (envelope-from dragoncrest@voyager.net) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id h120ssVC094362 for ; Sat, 1 Feb 2003 19:54:54 -0500 (EST) (envelope-from dragoncrest@voyager.net) Message-Id: <4.2.0.58.20030201194438.0096de90@pop.voyager.net> X-Sender: dragoncrest@pop.voyager.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sat, 01 Feb 2003 19:45:38 -0500 To: freebsd-questions@FreeBSD.ORG From: Dragoncrest Subject: Fetchmail slow? (was Re: Can't install fetchmail - HELP!) In-Reply-To: <4.2.0.58.20030201181602.00993b40@pop.voyager.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 Ok, nevermind. That's working ok now. Now, on to the next bit of fun. Fetchmail is being dog slow. Yet it's being silent and won't tell me why. Any suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 16:53:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3389137B401 for ; Sat, 1 Feb 2003 16:53:26 -0800 (PST) Received: from 1nova.com (heorot.1nova.com [63.105.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id B02F343F3F for ; Sat, 1 Feb 2003 16:53:25 -0800 (PST) (envelope-from hamellr@heorot.1nova.com) Received: by 1nova.com (Postfix, from userid 1000) id 187EB18FC; Sat, 1 Feb 2003 17:57:33 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by 1nova.com (Postfix) with ESMTP id 06C4118FB; Sat, 1 Feb 2003 17:57:32 -0800 (PST) Date: Sat, 1 Feb 2003 17:57:32 -0800 (PST) From: Rick Hamell To: Alex Cc: freebsd-questions@freebsd.org Subject: Re: Analog Modum In-Reply-To: <6347192148.20030130230556@dds.nl> 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'm looking for a analog modem. I didn't see any in the hardware lists. > Can you please tell me which ones will work on FreeBSD? 99% of all modems are analog. There are some digital modems, but they're rare. But you need to be careful, because DSL routers are sometimes mislabeled as Modems, even though they're technically not. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 16:58: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9C8137B405 for ; Sat, 1 Feb 2003 16:57:58 -0800 (PST) Received: from ntl.com (pc1-glfd2-4-cust59.glfd.cable.ntl.com [81.99.187.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D45E43F3F for ; Sat, 1 Feb 2003 16:57:52 -0800 (PST) (envelope-from william@palfreman.com) Received: from aqua.lan.palfreman.com (localhost [127.0.0.1]) by ntl.com (8.12.3/8.12.3) with ESMTP id h120xDkn032754; Sun, 2 Feb 2003 00:59:13 GMT (envelope-from william@palfreman.com) Received: from localhost (william@localhost) by aqua.lan.palfreman.com (8.12.3/8.12.3/Submit) with ESMTP id h120xCrP032751; Sun, 2 Feb 2003 00:59:13 GMT X-Authentication-Warning: aqua.lan.palfreman.com: william owned process doing -bs Date: Sun, 2 Feb 2003 00:59:12 +0000 (GMT) From: William Palfreman To: Jason Hunt Cc: freebsd-questions@FreeBSD.ORG Subject: OT - Re: Samba and XP? In-Reply-To: <20030201185937.X6090-100000@lethargic.dyndns.org> Message-ID: <20030202003931.X31399@aqua.lan.palfreman.com> References: <20030201185937.X6090-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 On Sat, 1 Feb 2003, Jason Hunt wrote: > OT, but my understanding is that Windows XP Home Edition will not log > in to NT4-based (SMB-only) networks, but only Windows 2000 (Active > Directory) networks. However, Windows XP Professional will log in to > both. In my experience, XP Home is completely useless. One of the tricks it does is randomly drop any static IP addresses it has been set and grant itself new ones from ranges that are already assigned. Also, sometimes when there is nothing wrong network-wise other than an unplugged cable, it will lead the clueless user through a whole rigmarole where they are encouraged to "Set up home networking" or some such, which rips through every network setting on the box and they end up trying to do some non-IP nonsense called "Bridged connection" or whatever (nothing to do with Ethernet bridging I'm sure), and then the user wonders why they can't "get on the net" anymore - "Nothing works, I've followed all the instructions, I think your firewall thing is broken". XP pro doesn't seem to do anything like that, presumably because its designed to be actually used on a corporate network where they might be people around who'll see through it. -- W. Palfreman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 17:32:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 074D737B401 for ; Sat, 1 Feb 2003 17:32:57 -0800 (PST) Received: from smtp09.wxs.nl (smtp09.wxs.nl [195.121.6.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79CC043F43 for ; Sat, 1 Feb 2003 17:32:55 -0800 (PST) (envelope-from akruijff@dds.nl) Received: from cybertron.kruijff ([213.10.151.186]) by smtp09.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id H9NQYG02.8T2; Sun, 2 Feb 2003 02:32:41 +0100 Date: Sun, 2 Feb 2003 02:32:35 +0100 From: Alex X-Mailer: The Bat! (v1.62 Christmas Edition) Personal Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <654214145.20030202023235@dds.nl> To: Rick Hamell Cc: Alex , freebsd-questions@freebsd.org Subject: Re[2]: Analog Modum 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 Dear/Beste Rick, Sunday, February 2, 2003, 2:57:32 AM, you wrote: >> I'm looking for a analog modem. I didn't see any in the hardware lists. >> Can you please tell me which ones will work on FreeBSD? > 99% of all modems are analog. There are some digital modems, but > they're rare. But you need to be careful, because DSL routers are > sometimes mislabeled as Modems, even though they're technically not. Tanks. It fairly normal in my country to also refer to these as modums, but always with ADSL in front of it. There is a very clear difference. -- Best regards/Met vriendelijke groet, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 17:44:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B34B37B405 for ; Sat, 1 Feb 2003 17:44:24 -0800 (PST) Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52EA43F79 for ; Sat, 1 Feb 2003 17:44:23 -0800 (PST) (envelope-from dmp@pantherdragon.org) Received: from sparx.techno.pagans (12-224-208-117.client.attbi.com [12.224.208.117]) by spork.pantherdragon.org (Postfix) with ESMTP id 996BF10152 for ; Sat, 1 Feb 2003 17:44:17 -0800 (PST) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by sparx.techno.pagans (Postfix) with ESMTP id E98A5AB6A for ; Sat, 1 Feb 2003 17:44:16 -0800 (PST) Message-ID: <3E3C77F0.6050805@pantherdragon.org> Date: Sat, 01 Feb 2003 17:44:16 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20030119 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Subject: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3) 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 There are two sets of commands you can use to build a kernel in FreeBSD: "Procedure 1" is the old way: config, make depend, make, make install. "Procedure 2" is the make kernel sequence from makeworld. Section 9.3 of the Handbook says I should use procedure 1 if I haven't updated my source tree. I can understand then need to use procedure 2 if I've updated my source tree, but why shouldn't I use it with an unmodified tree? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 17:57:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E58F37B401 for ; Sat, 1 Feb 2003 17:57:17 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1CBB43F3F for ; Sat, 1 Feb 2003 17:57:16 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc53.attbi.com (rwcrmhc53) with ESMTP id <20030202015711053003ki95e>; Sun, 2 Feb 2003 01:57:11 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h121vA3M003668; Sat, 1 Feb 2003 20:57:10 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h121v9me003665; Sat, 1 Feb 2003 20:57:09 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: Darren Pilgrim Cc: questions@FreeBSD.ORG Subject: Re: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3) References: <3E3C77F0.6050805@pantherdragon.org> From: Lowell Gilbert Date: 01 Feb 2003 20:57:09 -0500 In-Reply-To: <3E3C77F0.6050805@pantherdragon.org> Message-ID: <44vg03la16.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Darren Pilgrim writes: > There are two sets of commands you can use to build a kernel in FreeBSD: > > "Procedure 1" is the old way: config, make depend, make, make > install. "Procedure 2" is the make kernel sequence from makeworld. > > Section 9.3 of the Handbook says I should use procedure 1 if I haven't > updated my source tree. I can understand then need to use procedure 2 > if I've updated my source tree, but why shouldn't I use it with an > unmodified tree? There's no reason you shouldn't. That section of the handbook explicitly says that you can use either procedure in that case. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 18:55:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D2037B405 for ; Sat, 1 Feb 2003 18:55:26 -0800 (PST) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E1DA43F9B for ; Sat, 1 Feb 2003 18:55:24 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 18fAHz-000MoD-00 for freebsd-questions@freebsd.org; Sat, 01 Feb 2003 18:55:23 -0800 Date: Sat, 1 Feb 2003 18:55:23 -0800 From: Nathan Kinkade To: freebsd-questions@freebsd.org Subject: Re: arplookup 0.0.0.0 Message-ID: <20030202025523.GI79960@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@freebsd.org References: <000f01c2c935$63d24710$0201010a@ntbdc> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K1SnTjlYS/YgcDEx" 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 --K1SnTjlYS/YgcDEx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 01, 2003 at 05:20:53PM -0500, Stephen D. Kingrea wrote: > tcpdump tells me that incoming smtp requests are generating these > messages at the same time as recieving mail. i am pretty sure that > either sendmail or ipfw rules is the cause... >=20 > any good tutorials out there on interpreting tcpdump output? >=20 > stephen If you have X installed, you could use ethereal (/usr/ports/net/ethereal)....it is a very nice graphical interface for analyzing network traffice. I think it uses tcpdump itself?? Nathan --=20 GPG Public Key ID: 0x4250A04C gpg --keyserver pgp.mit.edu --recv-keys 4250A04C http://63.105.21.156/gpg_nkinkade_4250A04C.asc --K1SnTjlYS/YgcDEx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+PIibWZYS9EJQoEwRAk59AJ4kYzHbmhX469BLH5bq4n5lEqSo/wCeJla6 kX5y5vAUieu4leau9ABnJGU= =EEDx -----END PGP SIGNATURE----- --K1SnTjlYS/YgcDEx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 19: 0:22 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C60CA37B401 for ; Sat, 1 Feb 2003 19:00:20 -0800 (PST) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D0FC43F93 for ; Sat, 1 Feb 2003 19:00:20 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 18fAMl-000MoZ-00 for freebsd-questions@FreeBSD.ORG; Sat, 01 Feb 2003 19:00:19 -0800 Date: Sat, 1 Feb 2003 19:00:19 -0800 From: Nathan Kinkade To: freebsd-questions@FreeBSD.ORG Subject: Re: delete key produce a ~ (tilde) in terminal Message-ID: <20030202030019.GJ79960@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <200302010904.28269.casey@nixfusion.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kr14OxHsRwZHHqxS" Content-Disposition: inline In-Reply-To: <200302010904.28269.casey@nixfusion.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 --kr14OxHsRwZHHqxS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 01, 2003 at 09:04:28AM -0800, Casey Scott wrote: > Hi, >=20 > I am using Konsole from KDE to establish an ssh connection to my fbsd sy= stem=20 > I have not found anyway to allow me to use the delete key as a typical de= lete=20 > key. In /etc/ttys , it does not look like I can change the terminal type,= so=20 > it must be done automatically. In konsole I can use xterm, vt100, vt420 p= c,=20 > etc. None of those allow use of the delete key though. Some obviously pro= duce=20 > different results than others, but none are the one I need! tset didn't s= eem=20 > to help either. I can't find any good information on this, and I think th= is=20 > is something that should be easy. Most information just pertains to X=20 > windows. >=20 > Thanks, >=20 > Casey Add a file to your home directory named .inputrc Add the following line to it: "\e[3~": delete-char =2E..exit konsole and the relaunch it. Nathan --=20 GPG Public Key ID: 0x4250A04C gpg --keyserver pgp.mit.edu --recv-keys 4250A04C http://63.105.21.156/gpg_nkinkade_4250A04C.asc --kr14OxHsRwZHHqxS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+PInDWZYS9EJQoEwRAsRBAKD1yX5PXVZ0mgxdcmU9ebKLqCFeLwCg2ez8 a5QtDOj3J37SM4NPFOu3vXE= =IZ/1 -----END PGP SIGNATURE----- --kr14OxHsRwZHHqxS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 20:31:36 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B95C37B401 for ; Sat, 1 Feb 2003 20:31:35 -0800 (PST) Received: from math.missouri.edu (math.missouri.edu [128.206.49.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7312543F79 for ; Sat, 1 Feb 2003 20:31:34 -0800 (PST) (envelope-from boisvert@math.missouri.edu) Received: from math.missouri.edu (www.math.missouri.edu [128.206.49.169]) by math.missouri.edu (8.11.6/8.11.6) with SMTP id h124VXY19793 for ; Sat, 1 Feb 2003 22:31:33 -0600 (CST) (envelope-from boisvert@math.missouri.edu) From: Jason Boisvert Received: from 12.253.123.251 (SquirrelMail authenticated user boisvert) by www.math.missouri.edu with HTTP; Sat, 1 Feb 2003 22:31:33 -0600 (CST) Message-ID: <1239.12.253.123.251.1044160293.squirrel@www.math.missouri.edu> Date: Sat, 1 Feb 2003 22:31:33 -0600 (CST) Subject: u320 scsi by lsi To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.10) 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 Dear freeBSD gurus, I have an asus pr-dlsw motherboard (dual xeon p4, agp pro 50, lsi 1030 u320 scsi on board), and I have a seagate 15.3k rpm hard drive that supports u320, a geforce4 ti4400 -128mb video card, and the dreaded SB Live. When I start my installation of bsd it tells me it can't find the hard drive, that maybe my controller wasn't installed. But I don't see any place where I could install my own 3rd-party drivers, which are not supplied for BSD by asus with the board. Can you help? Thanks, Jason Boisvert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 21:52:41 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A90F37B401 for ; Sat, 1 Feb 2003 21:52:41 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B36143F43 for ; Sat, 1 Feb 2003 21:52:39 -0800 (PST) (envelope-from menippos@otenet.gr) Received: from mail.otenet.gr (roba.otenet.gr [195.170.0.17]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h125KRnc029202 for ; Sun, 2 Feb 2003 07:52:32 +0200 (EET) Received: from otenet.gr (athei36-d053.otenet.gr [212.205.233.53]) by mail.otenet.gr (8.12.6/8.12.6) with ESMTP id h0K9EAAs021478 for ; Mon, 20 Jan 2003 11:14:11 +0200 (EET) Message-ID: <3E2BA110.5000109@otenet.gr> Date: Mon, 20 Jan 2003 09:11:12 +0200 From: Alexandros Perdikomatis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Greek suppport 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 would like to know to which mailing list I could find answers or post questions about locale support on freeBSD. thanks, Alexandros To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 22:47:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2DEC37B401 for ; Sat, 1 Feb 2003 22:47:44 -0800 (PST) Received: from server2.fastmail.fm (ny2.fastmail.fm [66.111.4.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D03143F43 for ; Sat, 1 Feb 2003 22:47:44 -0800 (PST) (envelope-from judmarc@fastmail.fm) Received: from server2.fastmail.fm (localhost [127.0.0.1]) by fastmail.fm (Postfix) with ESMTP id D4815471B5; Sun, 2 Feb 2003 01:47:36 -0500 (EST) Received: from 127.0.0.1 ([127.0.0.1] helo=server2.fastmail.fm) by fastmail.fm with SMTP; Sun, 02 Feb 2003 01:47:36 -0500 Received: by server2.fastmail.fm (Postfix, from userid 99) id D02FB47283; Sun, 2 Feb 2003 01:47:36 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Jud" To: "Chris Delnooz" , "freebsd-questions" Date: Sun, 02 Feb 2003 01:47:36 -0500 X-Epoch: 1044168456 X-Sasl-enc: w0re8Kp2mYrL2QeawZNTgg Subject: Re: Grub 0.92 fails to recognise disks on FBSD5 References: <200302012119.02359.c.delnooz@home.nl> In-Reply-To: <200302012119.02359.c.delnooz@home.nl> Message-Id: <20030202064736.D02FB47283@server2.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 On Sat, 1 Feb 2003 21:19:02 +0100, "Chris Delnooz" said: > Hi all, > > i'm experiencing problems with the installation of the GRUB bootloader. I > have > installed the port (grub version 0.92) and created the /boot/grub > directory > with the files from /usr/local/share/grub/i381-freebsd. Next I created a > menu.lst file in /boot/grub and thought to install GRUB in the mbr, so I > launch the grub shell. My fbsd install is on ad0s2 with / on partition a. > If > i am correct that should be (hd0,1,a) for grub, right? well this is what > i > get: > > grub> root (hd0,1,a) > > Error 21: Selected disk does not exist > > I looked up the error in the manual and it says: > "This error is returned if the device part of a device- or full filename > refers to a disk or BIOS device that is not present or not recognized by > the > BIOS in the system." > > which doesn't help me much i'm afraid... dmesg shows my disk as follows: > ad0: 39266MB [79780/16/63] at ata0-master UDMA100 > > does anyone have a clue what's going on here? Two ideas, though you may want to wait to see if others more knowledgeable weigh in. Try the steps outlined in the manual regarding installing from a floppy disk. If that also runs into problems, try the "device" command to tell GRUB what hd0 is. Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 22:49:18 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A94FE37B401 for ; Sat, 1 Feb 2003 22:49:17 -0800 (PST) Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04C643F3F for ; Sat, 1 Feb 2003 22:49:16 -0800 (PST) (envelope-from dmp@pantherdragon.org) Received: from sparx.techno.pagans (12-224-208-117.client.attbi.com [12.224.208.117]) by spork.pantherdragon.org (Postfix) with ESMTP id 634CF10152; Sat, 1 Feb 2003 22:49:11 -0800 (PST) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by sparx.techno.pagans (Postfix) with ESMTP id 44F15AB71; Sat, 1 Feb 2003 22:49:10 -0800 (PST) Message-ID: <3E3CBF66.5070609@pantherdragon.org> Date: Sat, 01 Feb 2003 22:49:10 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lowell Gilbert Cc: questions@FreeBSD.ORG Subject: Re: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3) References: <3E3C77F0.6050805@pantherdragon.org> <44vg03la16.fsf@be-well.ilk.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 Lowell Gilbert wrote: > Darren Pilgrim writes: >>There are two sets of commands you can use to build a kernel in FreeBSD: >> >>"Procedure 1" is the old way: config, make depend, make, make >>install. "Procedure 2" is the make kernel sequence from makeworld. >> >>Section 9.3 of the Handbook says I should use procedure 1 if I haven't >>updated my source tree. I can understand then need to use procedure 2 >>if I've updated my source tree, but why shouldn't I use it with an >>unmodified tree? > > There's no reason you shouldn't. That section of the handbook > explicitly says that you can use either procedure in that case. Hey you're right. In the bulleted list just before the two procedures are listed it says, "#If you are building a new kernel without updating the source code...you can use either procedure." After the two procedures are listed, it says, "If you have not upgraded your source tree in any way...you should use the config, make depend, make, make install sequence." That sounds contradictory to me. What do you think? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 23: 9:11 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D80B437B401 for ; Sat, 1 Feb 2003 23:09:09 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 54DEA43F43 for ; Sat, 1 Feb 2003 23:09:08 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 94723 invoked by uid 65534); 2 Feb 2003 07:09:09 -0000 Received: from 202.6.144.124 ( [202.6.144.124]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Sun, 2 Feb 2003 17:39:09 +1030 Message-ID: <1044169749.3e3cc4158d3d7@webmail.adam.com.au> Date: Sun, 2 Feb 2003 17:39:09 +1030 From: bastill@adam.com.au To: bastill@adam.com.au Cc: Bill Moran , Giorgos Keramidas , Lowell Gilbert , freebsd-questions@FreeBSD.ORG Subject: Re: Ooops. References: <005601c2c8c5$47735b10$6501a8c0@grant> <1043981504.3e39e4c0b6e66@webmail.adam.com.au> <44znpinhl7.fsf@be-well.ilk.org> <1043983614.3e39ecfecd509@webmail.adam.com.au> <20030131201357.GA18381@gothmog.gr> <3E3ADA1B.5020304@potentialtech.com> <1044095023.3e3ba02f81b4b@webmail.adam.com.au> In-Reply-To: <1044095023.3e3ba02f81b4b@webmail.adam.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.124 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Are we aiming at the wrong target, here? I used the fixit CD to examine ad0s3, where my missing files reside. What I found was that (eg) /bin, /etc, /dev were full of files/directories, but /var and /usr were empty. I didn't ask dump/restore to delete anything, and did not ask rm to remove the files from /var or /usr/everything. The command I used to copy was: dump 0af - / | restore xf - Is it dump or restore that have been causing the problem? home@ on ad0s3 still links to /usr/home so that if I "mount /dev/ad0s3 /mnt/other" in my working system on ad2, ls /mnt/other/home shows my working home directory - a bit startling when you first see it. Don't see this as significant, but you gurus might. -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 23:15:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C3FE37B401 for ; Sat, 1 Feb 2003 23:15:51 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id C007943E4A for ; Sat, 1 Feb 2003 23:15:48 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.de [212.184.201.182]) by net2.dinoex.sub.org (8.12.6/8.12.6) with ESMTP id h127F70k003677 for ; Sun, 2 Feb 2003 08:15:09 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: X-Authentication-Warning: net2.dinoex.sub.org: Host dinoex@net2.dinoex.de [212.184.201.182] claimed to be net2.dinoex.sub.org Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.6/8.12.6/Submit) with BSMTP id h127F6YH003668 for ; Sun, 2 Feb 2003 08:15:06 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-questions@FreeBSD.ORG Message-ID: <7Ud/Omx1U2@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: apache+ssl-1.3.27.1.48_1 has missing libssl.so.2 Date: Sun, 02 Feb 2003 08:11:43 +0100 X-Mailer: Dinoex 1.79 References: <3E3BA4BA.608@myrealbox.com> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20030202000000W+1@dinoex.sub.org X-Accept-Language: de,en X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-No-Archive: yes Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > # httpsdctl start > /usr/libexec/ld-elf.so.1: Shared object "libssl.so.2" not found > /usr/local/sbin/httpsdctl start: httpsd could not be started this just changed in current. > apache by # pkg_add > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-current/www/apache+ssl > -1.3.27.1.48_1.tgz > because usually adding packages this way, the deps get dowloaded > automatically. Well I think you mean 5-current? yes, but the change was very shortly, so not all packages are up to date .. Please cvsup the ports dir and make apache+ssl again.. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 23:21:26 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DBB37B401 for ; Sat, 1 Feb 2003 23:21:25 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C6DAB43F75 for ; Sat, 1 Feb 2003 23:21:23 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 2296 invoked by uid 65534); 2 Feb 2003 07:21:26 -0000 Received: from 202.6.144.124 ( [202.6.144.124]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Sun, 2 Feb 2003 17:51:26 +1030 Message-ID: <1044170486.3e3cc6f683c08@webmail.adam.com.au> Date: Sun, 2 Feb 2003 17:51:26 +1030 From: bastill@adam.com.au To: freebsd-questions@freebsd.org Subject: Re: Using CDRW for backup References: <1044170054.3e3cc546c4160@webmail.adam.com.au> In-Reply-To: <1044170054.3e3cc546c4160@webmail.adam.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.124 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting bastill@adam.com.au: I saw an article that explained how CDRW disks were constucted and how to both write to, and erase them so they could act as useful data backup disks. Bit can I find it? Can I - (insert expletive to taste)! (I made extensive use of google and the search facility at FBSD.org without success) Can someone point me in the right direction? Thanks. -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 23:44: 2 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C616037B401 for ; Sat, 1 Feb 2003 23:44:00 -0800 (PST) Received: from mail2.atl.registeredsite.com (mail2.atl.registeredsite.com [64.224.219.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A9E43F43 for ; Sat, 1 Feb 2003 23:43:59 -0800 (PST) (envelope-from admin@asarian-host.net) Received: from asarian-host.net (asarian-host.net [216.122.74.112]) by mail2.atl.registeredsite.com (8.12.2/8.12.6) with ESMTP id h127hwwl016584 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Sun, 2 Feb 2003 02:43:59 -0500 Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email addresses for asarians can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by asarian-host.net (8.11.6/8.11.0) id h127hwG82966 for freebsd-questions@freebsd.org; Sun, 2 Feb 2003 08:43:58 +0100 (CET) (envelope-from admin@asarian-host.net) Posted-Date: Sun, 2 Feb 2003 08:43:58 +0100 (CET) From: Mark Message-Id: <200302020743.H127HVT82952@asarian-host.net> Date: Sun, 2 Feb 2003 08:43:51 +0100 X-Authenticated-Sender: admin@asarian-host.net Subject: Perl 5.8.0 next to 5.5003 X-Trace: B023w1XdHiN5ER3yjgGG/xl+6W6jUOChzJ4IDLeWD+7VGNnib5aq8vonwuGFk44gtPICeEMdOx49OX1WY2ueTw== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: "FreeBSD 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-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Auth: Asarian-host PGP signature iQEVAwUAPjzMPjFqW1BleBN9AQEsbgf/R22fHxcyiW0nFbFQZZIozcYnorys2bWG iPCy4KSZbM2WI65CxMeaHVd6VF7KYMyi2EoimjvrLJ7Cu8E0dfpq4N+ZLAqL9msR B6FIrYsJG+dyKhnPG7/vnUxSIxNQA72bO+ImgB8btU8Omxcq5DkeXWOeThoAwWNF 7IfTV4rMnfWKR56h1fl/WgddHME7IY+u5Fy3TSWqsAzH/yXFXwlcDalD67+gG1ll KQupOksVeTuC47vffjONBbCWPUEgl/n2lAKOdxXbvENli4rDQ/a+SHDToH8K0fiW mNri1dXJ5QIT+Pvhe3gaUM4qaIqZYsc7ZSstWXQXUmjVDouMVLtDgA== =MQgu Sender: owner-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, Thanks for the earlier advice; I installed 5.8.0 neatly next to my 5.5003 version. :) So, now I wonder, how do I tell a new package to install under 5.8.0, and not the old dirs? Would I be using, /usr/local/bin/perl Makefile.pl Instead of, /usr/bin/perl Makefile.pl ? Would that suffice? I really do not want to clobber my old installation, yet need to install many new packages in 5.8.0 as well. Thanks, - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 1 23:53:13 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE5E37B401 for ; Sat, 1 Feb 2003 23:53:12 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BBCC43F79 for ; Sat, 1 Feb 2003 23:53:12 -0800 (PST) (envelope-from sweetleaf@myrealbox.com) Received: from myrealbox.com SweeTLeaF@smtp-send.myrealbox.com [12.210.147.136] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.24 $ on Novell NetWare; Sun, 02 Feb 2003 00:53:12 -0700 Message-ID: <3E3CCF17.9040105@myrealbox.com> Date: Sun, 02 Feb 2003 01:56:07 -0600 From: sweetleaf User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: how to update release with just security patches 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 FreeBSD 4.7 and need some guidance ,examples, on tracking the 4.7 stable release. This is a production server so i just want to find out how to get it up2date with security patches etc... for the stable 4.7 release. The cvs commands in the faq are confusing so i would appreciate some help on getting only the updates needed via..cvs and then applying them. Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message