From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 01:01:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7181816A4CE for ; Sun, 28 Nov 2004 01:01:09 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B44FF43D64 for ; Sun, 28 Nov 2004 01:01:04 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Sat, 27 Nov 2004 18:57:57 -0600 Message-ID: <41A9235D.7050806@daleco.biz> Date: Sat, 27 Nov 2004 19:01:17 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathon McKitrick References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> In-Reply-To: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Nov 2004 00:57:57.0715 (UTC) FILETIME=[4CF83230:01C4D4E5] cc: freebsd-questions@freebsd.org Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 01:01:09 -0000 Jonathon McKitrick wrote: >Here are my rules: > >root@neptune:~# ipfw show >00100 0 0 check-state >00200 2 144 allow ip from me to any keep-state out xmit tun0 >00300 0 0 allow ip from any to any keep-state out xmit tun0 >00400 0 0 deny tcp from any to any in recv tun0 established >00500 0 0 allow ip from any to any via vr0 >00600 0 0 allow ip from any to any via lo0 >00700 0 0 deny ip from any to 127.0.0.0/8 >00800 0 0 deny ip from 127.0.0.0/8 to any >00900 0 0 allow tcp from any to me 22 keep-state in recv vr0 setup >01000 0 0 allow icmp from any to any via tun0 icmptype 0,3,8,11,12 >01100 0 0 deny log logamount 100 ip from any to any >65535 0 0 deny ip from any to any > >I added rule 300 so that my laptop on my wireless network can connect, ping, >and get DNS and DHCP. Is there a better way to specify this? > >jm > > Well, maybe; is the laptop's IP assigned statically or dynamically? If static, I suppose "allow ip from lap.top.id.addr to any keep-state out xmit tun0" would be the thing. You can also specify the network: "allow ip from any 192.168.0/24 to any keep-state out via tun0". HTH, From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 01:07:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB90116A4CE for ; Sun, 28 Nov 2004 01:07:30 +0000 (GMT) Received: from server1.aaawebsolution.com (server1.aaawebsolution.com [72.3.131.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26D743D54 for ; Sun, 28 Nov 2004 01:07:30 +0000 (GMT) (envelope-from tscrum@aaawebsolution.com) Received: from wolf (68-64-190-25.atlsfl.adelphia.net [68.64.190.25]) (authenticated bits=0)iAS17kXW054853 for ; Sat, 27 Nov 2004 20:07:54 -0500 (EST) (envelope-from tscrum@aaawebsolution.com) From: "Thomas S. Crum - AAA Web Solution, Inc." To: Date: Sat, 27 Nov 2004 20:07:26 -0500 Message-ID: <001e01c4d4e6$a32ae340$0200a8c0@wolf> 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.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: port 53 connection attempts from localhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 01:07:31 -0000 Here is the situation, I run bind as a root nameserver and all appears = to be operating normally (no apparent problems). But, log_in_vain is = reporting to messages a few times per second that port 53 is being queried and = nothing "appears" to be listing on it. I monitored my forwarders ip addresses = and they reply fine. I found a reference to search for "bind timeout problem", but could find nothing that looked like any help. Any ideas? Couple of stats: FreeBSD 4.10 BIND 8.3.7-REL using 2 forwarders 127.0.0.1 in resolve.conf log_in_vain=3D"YES" in rc.conf allow all from any to any via lo0 in ipfw server1# tail /var/log/messages Nov 27 16:28:17 server1 /kernel: Connection attempt to UDP = 127.0.0.1:3350 from 127.0.0.1:53 Nov 27 16:28:18 server1 /kernel: Connection attempt to = UDP 127.0.0.1:1750 from 127.0.0.1:53 Nov 27 16:28:18 server1 /kernel: = Connection attempt to UDP 127.0.0.1:4321 from 127.0.0.1:53 Nov 27 16:28:18 server1 /kernel: Connection attempt to UDP 127.0.0.1:4071 from 127.0.0.1:53 Nov = 27 16:28:18 server1 /kernel: Connection attempt to UDP 127.0.0.1:3037 from 127.0.0.1:53 Nov 27 16:28:18 server1 /kernel: Connection attempt to UDP 127.0.0.1:4384 from 127.0.0.1:53 Nov 27 16:28:19 server1 /kernel: = Connection attempt to UDP 127.0.0.1:4566 from 127.0.0.1:53 Nov 27 16:28:19 server1 /kernel: Connection attempt to UDP 127.0.0.1:1155 from 127.0.0.1:53 Nov = 27 16:28:19 server1 /kernel: Connection attempt to UDP 127.0.0.1:2761 from 127.0.0.1:53 Nov 27 16:28:20 server1 /kernel: Connection attempt to UDP 127.0.0.1:3553 from 127.0.0.1:53 Best, Thomas S. Crum From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 01:32:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F93916A4CE for ; Sun, 28 Nov 2004 01:32:50 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C83743D5F for ; Sun, 28 Nov 2004 01:32:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a196.otenet.gr [212.205.215.196]) iAS1Vitb009229; Sun, 28 Nov 2004 03:31:44 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iAS1VZbL001070; Sun, 28 Nov 2004 03:31:35 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iAS1VZn7001069; Sun, 28 Nov 2004 03:31:35 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 28 Nov 2004 03:31:35 +0200 From: Giorgos Keramidas To: Jonathon McKitrick Message-ID: <20041128013135.GD662@gothmog.gr> References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> cc: freebsd-questions@freebsd.org Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 01:32:50 -0000 On 2004-11-27 21:56, Jonathon McKitrick wrote: > root@neptune:~# ipfw show > 00100 0 0 check-state > 00200 2 144 allow ip from me to any keep-state out xmit tun0 > 00300 0 0 allow ip from any to any keep-state out xmit tun0 > 00400 0 0 deny tcp from any to any in recv tun0 established > 00500 0 0 allow ip from any to any via vr0 > 00600 0 0 allow ip from any to any via lo0 > 00700 0 0 deny ip from any to 127.0.0.0/8 > 00800 0 0 deny ip from 127.0.0.0/8 to any > 00900 0 0 allow tcp from any to me 22 keep-state in recv vr0 setup > 01000 0 0 allow icmp from any to any via tun0 icmptype 0,3,8,11,12 > 01100 0 0 deny log logamount 100 ip from any to any > 65535 0 0 deny ip from any to any > > I added rule 300 so that my laptop on my wireless network can connect, > ping, and get DNS and DHCP. Is there a better way to specify this? AFAIK, rule 00300 will never be hit by packets going out tun0 as long as you also have rule 00200 in there. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 01:35:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF8216A4CE for ; Sun, 28 Nov 2004 01:35:46 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF6D843D1F for ; Sun, 28 Nov 2004 01:35:45 +0000 (GMT) (envelope-from nismax@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so299897rne for ; Sat, 27 Nov 2004 17:35:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Z0wVmsEuNrXCsWcXc2tfJz4eXPipeUtCIK6Nq/k5yV0CxERKQtcDFF/sDQ72qH/KG9sR0V+7NRmgBFPJMVaBjELfg1wY0UXCzrMtgEdBdc40kgjBzB3NIv3JNoQwZRnE7XOFsdiaSzkhAYUdToAShTY4YLTQllsfyaghygTs/P8= Received: by 10.38.92.16 with SMTP id p16mr1014001rnb; Sat, 27 Nov 2004 17:35:45 -0800 (PST) Received: by 10.38.152.43 with HTTP; Sat, 27 Nov 2004 17:35:45 -0800 (PST) Message-ID: <3ad1633d04112717354dee8b2d@mail.gmail.com> Date: Sat, 27 Nov 2004 17:35:45 -0800 From: J W To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: RE: Kevin Kinsey's RE:FreeBSD and NetZero X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: J W List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 01:35:46 -0000 >>I have NetZero as my Dial-Up ISP. I would love to use freebsd as my >>gateway, ratehr than use windows with ICS enabled. Is there a way to >>work around the proprietary software used by NetZero, or has any one >>seen a way to make freebsd work with netzero? >>Thank You, >> IDESpinner >> > >I've not used NetZero for a long time, but did Once >Upon A Time(tm). > >What happens if you simply attempt to make a >PPP connection to them from your FBSD box? > >Kevin Kinsey It does not pass the user/password auth phase. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 03:04:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B429A16A4CE for ; Sun, 28 Nov 2004 03:04:55 +0000 (GMT) Received: from smtpauth05.mail.atl.earthlink.net (smtpauth05.mail.atl.earthlink.net [209.86.89.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7175243D54 for ; Sun, 28 Nov 2004 03:04:55 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth05.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CYFMs-0003Qa-V2; Sat, 27 Nov 2004 22:04:55 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org, gabriel Date: Sat, 27 Nov 2004 21:05:21 -0600 User-Agent: KMail/1.6.2 References: <41A8DD9B.1020106@the-rubber-chicken-network.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411272105.21438.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bce0ddc5f442232c9e9424b007e6f447ed350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Subject: Re: FreeBSD Printing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 03:04:55 -0000 On Saturday 27 November 2004 02:12 pm, gabriel wrote: > Nice, thanks for the replies guys. I was looking into this printer. > > http://h10010.www1.hp.com/wwpc/us/en/sm/WF06b/18972-238444-410635-120 >85-f57-90805-90810-90811.html > > HP PSC 2175 All-in-One (Q3068A) > > I don't remember the source; but I recall reading that there are some problems getting all the functions of all-in-ones to work -- something about usb recognition of the individual devices/functions within the unit. I don't know if the report was (or is now) accurate; but I would advise googling for more information. Best of luck, Andrew Gould From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 03:48:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D20C16A4CE for ; Sun, 28 Nov 2004 03:48:05 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28F543D1D for ; Sun, 28 Nov 2004 03:48:04 +0000 (GMT) (envelope-from rlurman@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so302666rne for ; Sat, 27 Nov 2004 19:48:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=lPHP5h5tT7zZVz3PByrtkOGYq2PHNz5p28hm9gHstN3W06tn/vRx4R3P7Bj2rIqr9VAg584QdajXM+hElGSKgu8K6qdxMkK6+sMs4i4dV1IM3pE1hT/lrLlqi6fpkZpC7214StXPVFltAo6vcvw4h85cxz6TJ5sRqix8GoJRrms= Received: by 10.38.162.18 with SMTP id k18mr1039725rne; Sat, 27 Nov 2004 19:48:02 -0800 (PST) Received: by 10.38.149.36 with HTTP; Sat, 27 Nov 2004 19:48:02 -0800 (PST) Message-ID: Date: Sat, 27 Nov 2004 22:48:02 -0500 From: RL To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Errors when building kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: RL List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 03:48:05 -0000 This is my fist time building a kernel. I CVSUP'ed to the latest source (on RELENG_5_3) on my FDBSD 5.3 system. I edited some things in the config file and I did a make buildkernel KERNCONF=MYKERNEL. It compiles for a while, but errors; I get this (a snippet): : undefined reference to `xpt_done' entry.o(.text+0x2758): In function `hpt_action': : undefined reference to `xpt_done' entry.o(.text+0x27b6): In function `hpt_action': : undefined reference to `xpt_done' entry.o(.text+0x27cd): In function `hpt_action': : undefined reference to `xpt_done' entry.o(.text+0x27e2): more undefined references to `xpt_done' follow fdc.o(.text+0xb5d): In function `fdc_worker': : undefined reference to `isa_dmadone' fdc.o(.text+0x1385): In function `fdc_worker': : undefined reference to `isa_dmastart' fdc.o(.text+0x1613): In function `fdc_worker': : undefined reference to `isa_dmadone' fdc.o(.text+0x22dc): In function `fdc_detach': : undefined reference to `isa_dma_release' fdc.o(.text+0x243a): In function `fdc_attach': : undefined reference to `isa_dma_acquire' fdc.o(.text+0x2454): In function `fdc_attach': : undefined reference to `isa_dmainit' fdc_acpi.o(.text+0x179): In function `fdc_acpi_attach': : undefined reference to `fdc_isa_alloc_resources' ppc.o(.text+0xe7f): In function `ppcintr': : undefined reference to `isa_dmadone' ppc.o(.text+0x1020): In function `ppc_write': : undefined reference to `isa_dmastart' ppc.o(.text+0x1064): In function `ppc_write': : undefined reference to `isa_dmadone' ppc.o(.text+0x15c0): In function `ppc_attach': : undefined reference to `isa_dma_acquire' ppc.o(.text+0x15cd): In function `ppc_attach': : undefined reference to `isa_dmainit' sio.o(.text+0x502): In function `sioprobe': : undefined reference to `isa_irq_pending' sio.o(.text+0x6b4): In function `sioprobe': : undefined reference to `isa_irq_pending' sio.o(.text+0x6d8): In function `sioprobe': : undefined reference to `isa_irq_pending' sio.o(.text+0x712): In function `sioprobe': : undefined reference to `isa_irq_pending' *** Error code 1 Stop in /usr/obj/usr/src/sys/MYKERNEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. --------------------------------------------- So what's amatter?? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 04:11:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 503A416A4CF for ; Sun, 28 Nov 2004 04:11:09 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78BB043D55 for ; Sun, 28 Nov 2004 04:11:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a196.otenet.gr [212.205.215.196]) iAS4B4vg028392; Sun, 28 Nov 2004 06:11:05 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iAS4ArDm018442; Sun, 28 Nov 2004 06:10:53 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iAS4Aqng018441; Sun, 28 Nov 2004 06:10:52 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 28 Nov 2004 06:10:51 +0200 From: Giorgos Keramidas To: RL Message-ID: <20041128041051.GA18263@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: Errors when building kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 04:11:09 -0000 On 2004-11-27 22:48, RL wrote: > This is my fist time building a kernel. I CVSUP'ed to the latest > source (on RELENG_5_3) on my FDBSD 5.3 system. I edited some things in > the config file and I did a make buildkernel KERNCONF=MYKERNEL. It > compiles for a while, but errors; I get this (a snippet): > > : undefined reference to `xpt_done' > entry.o(.text+0x2758): In function `hpt_action': > [...] > fdc.o(.text+0xb5d): In function `fdc_worker': > : undefined reference to `isa_dmadone' > [...] > ppc.o(.text+0xe7f): In function `ppcintr': > : undefined reference to `isa_dmadone' > [...] > sio.o(.text+0x502): In function `sioprobe': > : undefined reference to `isa_irq_pending' You have deleted or commented out parts of the GENERIC config that are necessary for the rest of the options you have. Start over from GENERIC. Read the comments carefully. Do not remove things that you are not sure about. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 04:48:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C0016A4CE for ; Sun, 28 Nov 2004 04:48:50 +0000 (GMT) Received: from yearning.mcc.ac.uk (yearning.mcc.ac.uk [130.88.203.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBE743D46 for ; Sun, 28 Nov 2004 04:48:49 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by yearning.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1CYGzR-000Dbo-3T; Sun, 28 Nov 2004 04:48:49 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) iAS4mmlZ001555; Sun, 28 Nov 2004 04:48:48 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.10/8.12.6/Submit) id iAS4mlwV001554; Sun, 28 Nov 2004 04:48:47 GMT Date: Sun, 28 Nov 2004 04:48:47 +0000 From: Jonathon McKitrick To: Giorgos Keramidas Message-ID: <20041128044847.GA1435@dogma.freebsd-uk.eu.org> References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> <20041128013135.GD662@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041128013135.GD662@gothmog.gr> User-Agent: Mutt/1.4i cc: freebsd-questions@freebsd.org Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 04:48:50 -0000 On Sun, Nov 28, 2004 at 03:31:35AM +0200, Giorgos Keramidas wrote: : AFAIK, rule 00300 will never be hit by packets going out tun0 as long as : you also have rule 00200 in there. Hmmm.... here's a run after having the laptop running for a bit. I don't see why 200 doesn't cover the case either. root@neptune:~# ipfw show 00100 0 0 check-state 00200 6709 1277079 allow ip from me to any keep-state out xmit tun0 00300 2093 645797 allow ip from any to any keep-state out xmit tun0 00400 91 7308 deny tcp from any to any in recv tun0 established 00500 43 6869 allow ip from any to any via vr0 00600 52 3080 allow ip from any to any via lo0 00700 0 0 deny ip from any to 127.0.0.0/8 00800 0 0 deny ip from 127.0.0.0/8 to any 00900 0 0 allow tcp from any to me 22 keep-state in recv vr0 setup 01000 0 0 allow icmp from any to any via tun0 icmptype 0,3,8,11,12 01100 11 1371 deny log logamount 100 ip from any to any 65535 0 0 deny ip from any to any root@neptune:~# jm -- My other computer is your Windows box. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 06:29:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6057416A4CE for ; Sun, 28 Nov 2004 06:29:29 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0516B43D3F for ; Sun, 28 Nov 2004 06:29:29 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [67.164.4.130] (c-67-164-4-130.client.comcast.net[67.164.4.130]) by comcast.net (sccrmhc11) with ESMTP id <2004112806292801100l7acpe>; Sun, 28 Nov 2004 06:29:28 +0000 Message-ID: <41A97048.5090302@comcast.net> Date: Sat, 27 Nov 2004 22:29:28 -0800 From: Rem Roberti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 06:29:29 -0000 Hi Everyone, As a rank newbie I have been trying to install a custom kernel, and have attempted to follow the directions in the handbook. But I just can't get the thing to "make". The handbook also says that it is okay to send the configuration file to this list for analysis. Nevertheless I thought that it would be a good idea to ask first. I would appreciate it if someone would let me know how I should handle this. Thanks in advance. Rem From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 06:58:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CEA716A4CE for ; Sun, 28 Nov 2004 06:58:03 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id B125E43D60 for ; Sun, 28 Nov 2004 06:58:02 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (krinklyfig@pacbell.net@64.173.25.106 with plain) by smtp811.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 06:58:02 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sat, 27 Nov 2004 22:57:59 -0800 User-Agent: KMail/1.7.1 References: <41A97048.5090302@comcast.net> In-Reply-To: <41A97048.5090302@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200411272258.01143.krinklyfig@spymac.com> cc: Rem Roberti Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 06:58:03 -0000 On Saturday 27 November 2004 10:29 pm, Rem Roberti =20 wrote: > Hi Everyone, > As a rank newbie I have been trying to install a custom kernel, and > have attempted to follow the directions in the handbook. But I just > can't get the thing to "make". The handbook also says that it is okay > to send the configuration file to this list for analysis. > Nevertheless I thought that it would be a good idea to ask first. I > would appreciate it if someone would let me know how I should handle > this. =46rom the command line, paste in the output of: uname -a Also, your /etc/make.conf would help, and, as mentioned so would your kerne= l=20 config file. It's also not clear what you mean by "can't get the thing to=20 make." Does it fail when you build, or when you install? I'm guessing you=20 mean that the build itself failed. If you logged your build, send the=20 relevant part as well, i.e., the part with the errors and some lines before= =20 it for context. If not, for future reference, consider logging your build=20 (man script, or use make ... > /var/log/kernelbuild.out or something=20 similar). =2D jt From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 07:12:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE4F016A4CE for ; Sun, 28 Nov 2004 07:12:03 +0000 (GMT) Received: from gizmo08bw.bigpond.com (gizmo08bw.bigpond.com [144.140.70.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 931A943D48 for ; Sun, 28 Nov 2004 07:12:02 +0000 (GMT) (envelope-from ekeberg@bigpond.net.au) Received: (qmail 9278 invoked from network); 28 Nov 2004 07:12:00 -0000 Received: from unknown (HELO BWMAM18.bigpond.com) (144.135.24.118) by gizmo08bw.bigpond.com with SMTP; 28 Nov 2004 07:12:00 -0000 Received: from cpe-139-168-222-36.sa.bigpond.net.au ([139.168.222.36]) by BWMAM18.bigpond.com(MAM REL_3_4_2a 285/17361841) with SMTP id 17361841; Sun, 28 Nov 2004 17:12:00 +1000 From: Hugh Ekeberg To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 16:41:55 +0930 User-Agent: KMail/1.7 References: <41A97048.5090302@comcast.net> In-Reply-To: <41A97048.5090302@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411281641.56440.ekeberg@bigpond.net.au> Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:12:03 -0000 I'm bit of a newbe myself and had the same problems. Finally I decided NOT to comment out those options in my copy of the GENERIC file which related to hardware options I don't have. So if you have been commenting out all those hardware options in the kernel configuration file for hardware you don't have, then open a fresh copy of GENERIC and leave those options as they are. So basically I left my copy of GENERIC alone, changing the first part only; The original looks like this: # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.420 2004/11/02 20:57:19 andre Exp $ machine i386 #cpu I486_CPU #cpu I586_CPU #cpu I686_CPU ident GENERIC My copy looks like this: # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.420 2004/11/02 20:57:19 andre Exp $ machine i386 #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident MY_COPY_CALL _IT_WHAT_EVER I added some extra options related to sound and graphics and later I add some more once I feel more comfortable with FreeBSD. On Sun, 28 Nov 2004 15:59, Rem Roberti wrote: > Hi Everyone, > As a rank newbie I have been trying to install a custom kernel, and > have attempted to follow the directions in the handbook. But I just > can't get the thing to "make". The handbook also says that it is okay > to send the configuration file to this list for analysis. > Nevertheless I thought that it would be a good idea to ask first. I > would appreciate it if someone would let me know how I should handle > this. > Thanks in advance. > Rem > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 07:24:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D017516A4CE for ; Sun, 28 Nov 2004 07:24:19 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D73143D4C for ; Sun, 28 Nov 2004 07:24:19 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) iAS7OGv34754; Sat, 27 Nov 2004 23:24:16 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "J W" , Date: Sat, 27 Nov 2004 23:24:16 -0800 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.6604 (9.0.2911.0) In-Reply-To: <3ad1633d04112717354dee8b2d@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: RE: Kevin Kinsey's RE:FreeBSD and NetZero X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:24:19 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of J W > Sent: Saturday, November 27, 2004 5:36 PM > To: freebsd-questions@freebsd.org > Subject: RE: Kevin Kinsey's RE:FreeBSD and NetZero > > > >>I have NetZero as my Dial-Up ISP. I would love to use freebsd as my > >>gateway, ratehr than use windows with ICS enabled. Is there a way to > >>work around the proprietary software used by NetZero, or has any one > >>seen a way to make freebsd work with netzero? > >>Thank You, > >> IDESpinner > >> > > > >I've not used NetZero for a long time, but did Once > >Upon A Time(tm). > > > >What happens if you simply attempt to make a > >PPP connection to them from your FBSD box? > > > >Kevin Kinsey > > It does not pass the user/password auth phase. Are you using CHAP or PAP? Or did you try both? Ted From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 07:27:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 073D316A4CE for ; Sun, 28 Nov 2004 07:27:11 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DDFA43D41 for ; Sun, 28 Nov 2004 07:27:10 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [67.164.4.130] (c-67-164-4-130.client.comcast.net[67.164.4.130]) by comcast.net (sccrmhc13) with ESMTP id <20041128072709016001oukhe>; Sun, 28 Nov 2004 07:27:09 +0000 Message-ID: <41A97DCD.2030204@comcast.net> Date: Sat, 27 Nov 2004 23:27:09 -0800 From: Rem Roberti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:27:11 -0000 I sent this message to Joshua back channel, and realized that I should have also sent it to the group. Rem ------------------------------------------------------------------------ Thanks, Joshua. Here's the requested stuff, starting with the output of uname -a: FreeBSD x1-6-00-0c-76-90-8a-cd.attbi.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 /usr/src/sys/i386/compile/REMKERNEL [23:06:53] > Here is /etc/make.conf: # -- use.perl generated deltas -- # # Created: Mon Nov 22 08:21:43 2004 # Setting to use base perl from ports: PERL_VER=5.8.5 PERL_VERSION=5.8.5 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo Next, the configuration file itself: # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.6.2.2 2004/10/24 18:02:52 scottl Exp $ machine i386 cpu I686_CPU ident REMKERNEL # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device #options NFSCLIENT # Network Filesystem Client #options NFSSERVER # Network Filesystem Server #options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa #device eisa device pci # Floppy drives #device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device ahd # AHA39320/29320 and onboard AIC79xx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device mpt # LSI-Logic MPT-Fusion #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') #device trm # Tekram DC395U/UW/F DC315U adapters #device adv # Advansys SCSI adapters #device adw # Advansys wide SCSI adapters #device aha # Adaptec 154x SCSI adapters #device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. #device bt # Buslogic/Mylex MultiMaster SCSI adapters #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required for SCSI) #device ch # SCSI media changers device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) #device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem #device amr # AMI MegaRAID #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device ciss # Compaq Smart RAID 5* #device dpt # DPT Smartcache III, IV - See NOTES for options #device hptmv # Highpoint RocketRAID 182x #device iir # Intel Integrated RAID #device ips # IBM (Adaptec) ServeRAID #device mly # Mylex AcceleRAID/eXtremeRAID #device twa # 3ware 9000 series PATA/SATA RAID # RAID controllers #device aac # Adaptec FSA RAID #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device mlx # Mylex DAC960 family #device pst # Promise Supertrak SX6000 #device twe # 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support #device cbb # cardbus (yenta) bridge #device pccard # PC Card (16-bit) bus #device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device em # Intel PRO/1000 adapter Gigabit Ethernet Card #device ixgb # Intel PRO/10GbE Ethernet Card #device txp # 3Com 3cR990 (``Typhoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! #device miibus # MII bus support #device bfe # Broadcom BCM440x 10/100 Ethernet #device bge # Broadcom BCM570xx Gigabit Ethernet #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device lge # Level 1 LXT1001 gigabit ethernet #device nge # NatSemi DP83820 gigabit ethernet #device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') #device re # RealTek 8139C+/8169/8169S/8110S #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet #device ste # Sundance ST201 (D-Link DFE-550TX) #device ti # Alteon Networks Tigon I/II gigabit Ethernet #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vge # VIA VT612x gigabit ethernet device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards #device ex # Intel EtherExpress Pro/10 and Pro/10+ #device ep # Etherlink III based cards #device fe # Fujitsu MB8696x based cards #device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. #device lnc # NE2100, NE32-VL Lance Ethernet cards #device sn # SMC's 9000 series of Ethernet chips #device xe # Xircom pccard Ethernet # ISA devices that use the old ISA shims #device le # Wireless NIC cards #device wlan # 802.11 support #device an # Aironet 4500/4800 802.11 wireless NICs. #device awi # BayStack 660 and others #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support #device sl # Kernel SLIP #device ppp # Kernel PPP #device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device urio # Diamond Rio 500 MP3 player device uscanner # Scanners # USB Ethernet, requires mii #device aue # ADMtek USB Ethernet #device axe # ASIX Electronics USB Ethernet #device cue # CATC USB Ethernet #device kue # Kawasaki LSI USB Ethernet #device rue # RealTek RTL8150 USB Ethernet # FireWire support device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) Finally, the error message: /usr/src/sys/i386/conf [23:02:09] > config REMKERNEL Kernel build directory is ../compile/REMKERNEL Don't forget to do a ``make depend'' /usr/src/sys/i386/conf [23:02:21] > cd ../compile/REMKERNEL /usr/src/sys/i386/compile/REMKERNEL [23:02:52] > make cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline-Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror ../../../dev/usb/if_aue.c ../../../dev/usb/if_aue.c:105:23: miibus_if.h: No such file or directory ../../../dev/usb/if_aue.c:230: error: `miibus_readreg_desc' undeclared here (not in a function) ../../../dev/usb/if_aue.c:230: error: initializer element is not constant ../../../dev/usb/if_aue.c:230: error: (near initialization for `aue_methods[6].desc') ../../../dev/usb/if_aue.c:230: error: initializer element is not constant ../../../dev/usb/if_aue.c:230: error: (near initialization for `aue_methods[6]') ../../../dev/usb/if_aue.c:231: error: `miibus_writereg_desc' undeclared here (not in a function) ../../../dev/usb/if_aue.c:231: error: initializer element is not constant ../../../dev/usb/if_aue.c:231: error: (near initialization for `aue_methods[7].desc') ../../../dev/usb/if_aue.c:231: error: initializer element is not constant ../../../dev/usb/if_aue.c:231: error: (near initialization for `aue_methods[7]') ../../../dev/usb/if_aue.c:232: error: `miibus_statchg_desc' undeclared here (not in a function) ../../../dev/usb/if_aue.c:232: error: initializer element is not constant ../../../dev/usb/if_aue.c:232: error: (near initialization for `aue_methods[8].desc') ../../../dev/usb/if_aue.c:232: error: initializer element is not constant ../../../dev/usb/if_aue.c:232: error: (near initialization for `aue_methods[8]') ../../../dev/usb/if_aue.c:234: error: initializer element is not constant ../../../dev/usb/if_aue.c:234: error: (near initialization for `aue_methods[9]') *** Error code 1 Stop in /usr/src/sys/i386/compile/REMKERNEL. /usr/src/sys/i386/compile/REMKERNEL [23:02:56] > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 07:34:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8065216A4CE for ; Sun, 28 Nov 2004 07:34:58 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E00A43D5F for ; Sun, 28 Nov 2004 07:34:58 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) iAS7Ysv34796; Sat, 27 Nov 2004 23:34:55 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Ramiro Aceves" , Date: Sat, 27 Nov 2004 23:34:54 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <41A85F08.3070506@wanadoo.es> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: RE: I can not install FreeBSD 5.3 in an old Pentium 100 MHz X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:34:58 -0000 See http://www.freebsd.org/cgi/man.cgi?query=acpi&sektion=4&manpath=FreeBSD+5.3- RELEASE particularly the section: To disable the acpi driver completely, set the kernel environment vari- able hint.acpi.0.disabled to 1. This should be done in the loader prompt. When you get the message: Hit [Enter] to boot immediately, or any other key for command prompt. Booting [kernel] in 9 seconds... _ hit any other key for the command prompt then turn off acpi. If this doesen't work, try loading FreeBSD 4.10 Ted > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ramiro Aceves > Sent: Saturday, November 27, 2004 3:04 AM > To: freebsd-questions@freebsd.org > Subject: I can not install FreeBSD 5.3 in an old Pentium 100 MHz > > > Hello dear FreeBSD friends. > > I am Ramiro from Spain.This is my first post to the list. I am a regular > Debian GNU/Linux user, but I have been tempted to try FreeBSD. I have > installed it successfully on my 1200 MHz Athlon computer booting from > the CDROM drive and I like it, but I can not install it in an old > Pentium 100 MHz fujitsu computer. This old machine can not boot from the > CDROM, so I tried to boot with the floppies. I have prepared the 3 > floppies several times and I stil can not install it. > I boot with the "boot.flp" floppy ok. I insert "kern1.flp" and it loads > ok. I insert "kern2.flp" and it loads ok. I was prompted to insert > "boot.flp" floppy again and it shows the logo screen with the booting > options. If I choose the default (with no acpi), the computers shudenly > restarts without being able to see any message. The remaining options > cause the same machine reboot. I can enter into the loader prompt. > > ¿What can I do? > > Any help will be apreciated. > > Sorry for my bad english. > Ramiro. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 07:42:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6E516A4CE for ; Sun, 28 Nov 2004 07:42:18 +0000 (GMT) Received: from smtp803.mail.sc5.yahoo.com (smtp803.mail.sc5.yahoo.com [66.163.168.182]) by mx1.FreeBSD.org (Postfix) with SMTP id 182EC43D1D for ; Sun, 28 Nov 2004 07:42:18 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (krinklyfig@pacbell.net@64.173.25.106 with plain) by smtp803.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 07:42:17 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sat, 27 Nov 2004 23:42:17 -0800 User-Agent: KMail/1.7.1 References: <41A97DCD.2030204@comcast.net> In-Reply-To: <41A97DCD.2030204@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411272342.17462.krinklyfig@spymac.com> cc: Rem Roberti Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:42:18 -0000 On Saturday 27 November 2004 11:27 pm, Rem Roberti wrote: > I sent this message to Joshua back channel, and realized that I should > have also sent it to the group. > > Rem > > ------------------------------------------------------------------------ > > Thanks, Joshua. Here's the requested stuff, starting with the output of > uname -a: > Next, the configuration file itself: > > > # > # GENERIC -- Generic kernel configuration file for FreeBSD/i386 > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use these > NICs! > #device miibus # MII bus support ^^^^ > device vr # VIA Rhine, Rhine II > Finally, the error message: > ../../../dev/usb/if_aue.c:105:23: miibus_if.h: No such file or directory OK, you need to uncomment the device miibus line (marked above). It has to be enabled if you want to enable VIA Rhine support, which you have in your config. - jt From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 07:49:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F30616A4CE for ; Sun, 28 Nov 2004 07:49:49 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3D343D39 for ; Sun, 28 Nov 2004 07:49:48 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [67.164.4.130] (c-67-164-4-130.client.comcast.net[67.164.4.130]) by comcast.net (sccrmhc12) with ESMTP id <2004112807494701200ii1mce>; Sun, 28 Nov 2004 07:49:48 +0000 Message-ID: <41A9831B.7020105@comcast.net> Date: Sat, 27 Nov 2004 23:49:47 -0800 From: Rem Roberti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en To: krinklyfig@spymac.com References: <41A97DCD.2030204@comcast.net> <200411272342.17462.krinklyfig@spymac.com> In-Reply-To: <200411272342.17462.krinklyfig@spymac.com> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:49:49 -0000 Joshua Tinnin wrote: On Saturday 27 November 2004 11:27 pm, Rem Roberti [1] wrote: I sent this message to Joshua back channel, and realized that I should have also sent it to the group. Rem ------------------------------------------------------------------------ Thanks, Joshua. Here's the requested stuff, starting with the output of uname -a: Next, the configuration file itself: # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! #device miibus # MII bus support ^^^^ device vr # VIA Rhine, Rhine II Finally, the error message: ../../../dev/usb/if_aue.c:105:23: miibus_if.h: No such file or directory OK, you need to uncomment the device miibus line (marked above). It has to be enabled if you want to enable VIA Rhine support, which you have in your config. - jt No dice. I made the change to the file, uncommenting the device miibus line, and I receive the same error message. Rem References 1. mailto:remegius@comcast.net From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 08:09:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5394F16A4CE; Sun, 28 Nov 2004 08:09:30 +0000 (GMT) Received: from nezlok.unixathome.org (nezlok.unixathome.org [66.154.97.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13A8643D48; Sun, 28 Nov 2004 08:09:30 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nezlok.unixathome.org (Postfix) with ESMTP id 9743157A2; Sun, 28 Nov 2004 00:10:07 -0800 (PST) Received: from nezlok.unixathome.org ([127.0.0.1]) by localhost (nezlok.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97048-10; Sun, 28 Nov 2004 00:10:05 -0800 (PST) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id C0317579E; Sun, 28 Nov 2004 00:10:03 -0800 (PST) From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Message-Id: <20041128081003.C0317579E@nezlok.unixathome.org> Date: Sun, 28 Nov 2004 00:10:03 -0800 (PST) X-Virus-Scanned: by amavisd-new at unixathome.org Subject: The FreeBSD Diary: 2004-11-07 - 2004-11-27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 08:09:30 -0000 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 . -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 08:09:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A788716A4CE for ; Sun, 28 Nov 2004 08:09:57 +0000 (GMT) Received: from smtp806.mail.sc5.yahoo.com (smtp806.mail.sc5.yahoo.com [66.163.168.185]) by mx1.FreeBSD.org (Postfix) with SMTP id 64BDF43D1D for ; Sun, 28 Nov 2004 08:09:57 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (krinklyfig@pacbell.net@64.173.25.106 with plain) by smtp806.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 08:09:57 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 00:09:55 -0800 User-Agent: KMail/1.7.1 References: <41A97DCD.2030204@comcast.net> <200411272342.17462.krinklyfig@spymac.com> <41A9831B.7020105@comcast.net> In-Reply-To: <41A9831B.7020105@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411280009.55803.krinklyfig@spymac.com> cc: Rem Roberti Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 08:09:57 -0000 On Saturday 27 November 2004 11:49 pm, Rem Roberti wrote: > Joshua Tinnin wrote: > > On Saturday 27 November 2004 11:27 pm, Rem Roberti > [1] wrote: > > > I sent this message to Joshua back channel, and realized that I should > have also sent it to the group. > > Rem > > ------------------------------------------------------------------------ > > Thanks, Joshua. Here's the requested stuff, starting with the output of > uname -a: > > > > Next, the configuration file itself: > > # > # GENERIC -- Generic kernel configuration file for FreeBSD/i386 > > > > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use these > NICs! > #device miibus # MII bus support > ^^^^ > > > > device vr # VIA Rhine, Rhine II > > > > Finally, the error message: > > > > ../../../dev/usb/if_aue.c:105:23: miibus_if.h: No such file or directory > > > OK, you need to uncomment the device miibus line (marked above). It has to > be enabled if you want to enable VIA Rhine support, which you have in your > config. > > - jt > > > No dice. I made the change to the file, uncommenting the device > miibus line, and I receive the same error message. > Rem Hmmm ... well, what, exactly, are you typing when you build the kernel? Also, are you sure you changed the correct config file (for instance, in the handbook it instructs you how to make a symbolic link to a file in another location)? If you made a symbolic link and have your original file somewhere else, does ls -l /usr/src/sys/i386/conf show the link going to the correct file? I know these might sound like silly questions, but I'm not at all sure what could be causing this otherwise. - jt From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 08:52:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 816E316A4CE; Sun, 28 Nov 2004 08:52:18 +0000 (GMT) Received: from c3po.barnesos.net (c3po.LPL.arizona.edu [128.196.64.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0382C43D5A; Sun, 28 Nov 2004 08:52:18 +0000 (GMT) (envelope-from jbarnes@barnesos.net) Received: by c3po.barnesos.net (Postfix, from userid 1001) id 0671FB89A; Sun, 28 Nov 2004 01:52:13 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by c3po.barnesos.net (Postfix) with ESMTP id E55D9B898; Sun, 28 Nov 2004 01:52:13 -0700 (MST) Date: Sun, 28 Nov 2004 01:52:13 -0700 (MST) From: "Jason W. Barnes" To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Message-ID: <20041128014254.F28418@c3po.barnesos.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Wayne Barnes Subject: maestro3 sound problem on Dell Inspiron 4000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 08:52:18 -0000 I have been unable to get sound to work on my Dell Inspiron 4000 under FreeBSD 5.3. Until last Tuesday I was running 4-STABLE, under which sound would work, but only after I had put the computer to sleep (zzz), and then brought it back up. Before that, any attempt to play sound resulted in an application that thought it was playing sound, but no actual audio emanations from the laptop. Under 5.3, I have the snd_maestro3_load="YES" in my loader.conf, and a kldstat confirms that maestro3 and its attendant modules are indeed loaded and seem to be functioning. Here's an output of /dev/sndstat: FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xd800 irq 5 kld snd_maestro3 (4p/1r/0v channels duplex default) I have tried the same sleep trick that worked in 4-STABLE to recover sound usage, but it does not work in this case, even though the computer's sleep and recovery therefrom seem normal. When the computer first boots, it emits a loud beep, implying that the sound *is* working at initial bootup, but must be messed up later in the boot process. I have become quite exasperated with this problem. I was wondering if any of you out there in mailing-list-land might have encountered a similar problem, or have any ideas as to what I might try to fix my issue. For reference I have included a copy of dmesg below my signature. Thanks in advance for any help you might have, - Jason Barnes Copyright (c) 1992-2004 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 5.3-RELEASE #1: Sun Nov 28 00:18:14 MST 2004 jbarnes@tc14.barnesos.net:/usr/src/sys/i386/compile/tc14.2004.Nov.25 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (701.59-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff real memory = 268353536 (255 MB) avail memory = 252932096 (241 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_tz0: on acpi0 acpi_acad0: on acpi0 acpi_cmbat0: on acpi0 acpi_cmbat1: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf4000000-0xf7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) cbb0: at device 3.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb1: at device 3.1 on pci0 cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x860-0x86f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 uhci0: port 0xdce0-0xdcff irq 11 at device 7.2 on pci0 uhci0: [GIANT-LOCKED] 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 pci0: at device 7.3 (no driver attached) pcm0: port 0xd800-0xd8ff mem 0xf3ffe000-0xf3ffffff irq 5 at device 8.0 on pci0 pcm0: failed: rid 0x10 is ioport, requested 3 pcm0: [GIANT-LOCKED] pcm0: pci0: at device 16.0 (no driver attached) atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 fdc0: port 0x3f7,0x3f2-0x3f5 irq 6 drq 2 on acpi0 fdc0: [FAST] sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A orm0: at iomem 0xc0000-0xcffff on isa0 pmtimer0 on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 701593381 Hz quality 800 Timecounters tick every 10.000 msec ndis0: mem 0x88000000-0x88001fff irq 11 at device 0.0 on cardbus1 ndis0: NDIS API version: 5.0 ndis0: Ethernet address: 00:0f:66:45:6a:23 ndis0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ndis0: 11g rates: 6Mbps 9Mbps 12Mbps 18Mbps 36Mbps 48Mbps 54Mbps ad0: 9590MB [19485/16/63] at ata0-master UDMA33 acd0: DVDROM at ata1-master UDMA33 Mounting root from ufs:/dev/ad0s1a WARNING: /usr was not properly dismounted WARNING: /var was not properly dismounted ndis0: link up From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 09:25:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3445916A4CE for ; Sun, 28 Nov 2004 09:25:14 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id C718C43D5C for ; Sun, 28 Nov 2004 09:25:13 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [67.164.4.130] (c-67-164-4-130.client.comcast.net[67.164.4.130]) by comcast.net (sccrmhc11) with ESMTP id <2004112809251201100l56dve>; Sun, 28 Nov 2004 09:25:13 +0000 Message-ID: <41A99977.5090108@comcast.net> Date: Sun, 28 Nov 2004 01:25:11 -0800 From: Rem Roberti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <41A97DCD.2030204@comcast.net> <200411272342.17462.krinklyfig@spymac.com> <41A9831B.7020105@comcast.net> In-Reply-To: <41A9831B.7020105@comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: krinklyfig@spymac.com Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 09:25:14 -0000 Okay, it turns out that I was editing the wrong file. Instead of editing the configuration file that was in the /etc/src/sys/i386/conf directory, I was editing the configuration file that I had redirected to a new directory, as indicated by the handbook. I guess I was under the impression (newbie!) that having created a symbolic link somehow allowed me to edit the redirected file. Anyway, once I edited the correct configuration file I was able to go ahead with the compilation and the install. Everything worked perfectly, and the system rebooted without incident---and faster. Rem Rem Roberti wrote: > Joshua Tinnin wrote: > >>On Saturday 27 November 2004 11:27 pm, Rem Roberti >>wrote: >> >> >>>I sent this message to Joshua back channel, and realized that I should >>>have also sent it to the group. >>> >>>Rem >>> >>>------------------------------------------------------------------------ >>> >>>Thanks, Joshua. Here's the requested stuff, starting with the output of >>>uname -a: >>> >>> >> >> >> >> >> >>>Next, the configuration file itself: >>> >>> >>># >>># GENERIC -- Generic kernel configuration file for FreeBSD/i386 >>> >>> >> >> >> >> >> >>># PCI Ethernet NICs that use the common MII bus controller code. >>># NOTE: Be sure to keep the 'device miibus' line in order to use these >>>NICs! >>>#device miibus # MII bus support >>> >>> >>^^^^ >> >> >> >> >> >>>device vr # VIA Rhine, Rhine II >>> >>> >> >> >> >> >> >>>Finally, the error message: >>> >>> >> >> >> >> >> >>>../../../dev/usb/if_aue.c:105:23: miibus_if.h: No such file or directory >>> >>> >> >>OK, you need to uncomment the device miibus line (marked above). It has to be >>enabled if you want to enable VIA Rhine support, which you have in your >>config. >> >>- jt >> >> >> > > > No dice. I made the change to the file, uncommenting the device miibus > line, and I receive the same error message. > > Rem From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 09:36:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA29D16A4CE for ; Sun, 28 Nov 2004 09:36:08 +0000 (GMT) Received: from mailbox.gr (mailbox.gr [216.121.96.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28EA43D58 for ; Sun, 28 Nov 2004 09:36:08 +0000 (GMT) (envelope-from nobody@mailbox.gr) Received: (from nobody@localhost) by mailbox.gr (8.9.3p2/8.9.3) id LAA19042; Sun, 28 Nov 2004 11:37:11 +0200 Date: Sun, 28 Nov 2004 11:37:11 +0200 Message-Id: <200411280937.LAA19042@mailbox.gr> From: "dkouroun@mailbox.gr" To: freebsd-questions@freebsd.org Cc: Subject: installing gcc in 5.3 Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 09:36:09 -0000 Dear Fellows, I have installed FreeBSD 5.3 Release! I tried to run an executable from Linux. In linux this files takes: 3442 milliseconds to run. //g++-3.4.3 In freebsd it needs : 5992 milliseconds to run. So I tried to recompile the file in freebsd and it also needed 5992 milliseconds to run. But it was compiled with the native compiler g++-3.4.2 of freebsd 5.3. So I decided to install from source gcc-3.4.3 in /usr/local in FreeBSD. This is something which is a routine since I have done it millions of times in Linux! The commands I used are the following: #cd /usr/local #mkdir GCC-3.4.3 #tar xvjf gcc-3.4.3.tar.bz2 #cd GCC-3.4.3 # ../gcc-3.4.3/configure --prefix=/usr/local/GCC-3.4.3/ --program-suffix=-3.4.3 --enable-languages=c,c++,f77 This was complited without any problems!!! The build command though, #make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean broke when the program was trying to run byacc. The error message showed that it didn't recognized byacc --something! It reported: error, usage: yacc ..... So I think that byacc has different syntax in freebsd! Does anybody know how to fix that? Thanks in advance! Drosos. _____________________________________________________________________________________ http://www.mailbox.gr ÁðïêôÞóôå äùñåÜí ôï ìïíáäéêü óáò e-mail. http://www.thesuperweb.gr Website ìå ÁóöáëÝò Controlpanel áðü 6 Euro êáé äþñï ôï domain óáò! From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 09:36:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ADA216A4CE for ; Sun, 28 Nov 2004 09:36:09 +0000 (GMT) Received: from mailbox.gr (mailbox.gr [216.121.96.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE08743D5A for ; Sun, 28 Nov 2004 09:36:08 +0000 (GMT) (envelope-from nobody@mailbox.gr) Received: (from nobody@localhost) by mailbox.gr (8.9.3p2/8.9.3) id LAA19044; Sun, 28 Nov 2004 11:37:11 +0200 Date: Sun, 28 Nov 2004 11:37:11 +0200 Message-Id: <200411280937.LAA19044@mailbox.gr> From: "dkouroun@mailbox.gr" To: freebsd-questions@freebsd.org Cc: Subject: installing gcc in 5.3 Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 09:36:09 -0000 Dear Fellows, I have installed FreeBSD 5.3 Release! I tried to run an executable from Linux. In linux this files takes: 3442 milliseconds to run. //g++-3.4.3 In freebsd it needs : 5992 milliseconds to run. So I tried to recompile the file in freebsd and it also needed 5992 milliseconds to run. But it was compiled with the native compiler g++-3.4.2 of freebsd 5.3. So I decided to install from source gcc-3.4.3 in /usr/local in FreeBSD. This is something which is a routine since I have done it millions of times in Linux! The commands I used are the following: #cd /usr/local #mkdir GCC-3.4.3 #tar xvjf gcc-3.4.3.tar.bz2 #cd GCC-3.4.3 # ../gcc-3.4.3/configure --prefix=/usr/local/GCC-3.4.3/ --program-suffix=-3.4.3 --enable-languages=c,c++,f77 This was complited without any problems!!! The build command though, #make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean broke when the program was trying to run byacc. The error message showed that it didn't recognized byacc --something! It reported: error, usage: yacc ..... So I think that byacc has different syntax in freebsd! Does anybody know how to fix that? Thanks in advance! Drosos. _____________________________________________________________________________________ http://www.mailbox.gr ÁðïêôÞóôå äùñåÜí ôï ìïíáäéêü óáò e-mail. http://www.thesuperweb.gr Website ìå ÁóöáëÝò Controlpanel áðü 6 Euro êáé äþñï ôï domain óáò! From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 09:36:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22EBF16A4CF for ; Sun, 28 Nov 2004 09:36:09 +0000 (GMT) Received: from mailbox.gr (mailbox.gr [216.121.96.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id D186043D5C for ; Sun, 28 Nov 2004 09:36:08 +0000 (GMT) (envelope-from nobody@mailbox.gr) Received: (from nobody@localhost) by mailbox.gr (8.9.3p2/8.9.3) id LAA19043; Sun, 28 Nov 2004 11:37:12 +0200 Date: Sun, 28 Nov 2004 11:37:12 +0200 Message-Id: <200411280937.LAA19043@mailbox.gr> From: "dkouroun@mailbox.gr" To: freebsd-questions@freebsd.org Cc: Subject: installing gcc in 5.3 Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 09:36:09 -0000 Dear Fellows, I have installed FreeBSD 5.3 Release! I tried to run an executable from Linux. In linux this files takes: 3442 milliseconds to run. //g++-3.4.3 In freebsd it needs : 5992 milliseconds to run. So I tried to recompile the file in freebsd and it also needed 5992 milliseconds to run. But it was compiled with the native compiler g++-3.4.2 of freebsd 5.3. So I decided to install from source gcc-3.4.3 in /usr/local in FreeBSD. This is something which is a routine since I have done it millions of times in Linux! The commands I used are the following: #cd /usr/local #mkdir GCC-3.4.3 #tar xvjf gcc-3.4.3.tar.bz2 #cd GCC-3.4.3 # ../gcc-3.4.3/configure --prefix=/usr/local/GCC-3.4.3/ --program-suffix=-3.4.3 --enable-languages=c,c++,f77 This was complited without any problems!!! The build command though, #make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean broke when the program was trying to run byacc. The error message showed that it didn't recognized byacc --something! It reported: error, usage: yacc ..... So I think that byacc has different syntax in freebsd! Does anybody know how to fix that? Thanks in advance! Drosos. _____________________________________________________________________________________ http://www.mailbox.gr ÁðïêôÞóôå äùñåÜí ôï ìïíáäéêü óáò e-mail. http://www.thesuperweb.gr Website ìå ÁóöáëÝò Controlpanel áðü 6 Euro êáé äþñï ôï domain óáò! From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 09:42:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D46816A4CE for ; Sun, 28 Nov 2004 09:42:00 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id BA72243D3F for ; Sun, 28 Nov 2004 09:41:59 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (krinklyfig@pacbell.net@64.173.25.106 with plain) by smtp811.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 09:41:59 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 01:41:58 -0800 User-Agent: KMail/1.7.1 References: <41A97DCD.2030204@comcast.net> <41A9831B.7020105@comcast.net> <41A99977.5090108@comcast.net> In-Reply-To: <41A99977.5090108@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411280141.58792.krinklyfig@spymac.com> cc: Rem Roberti Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 09:42:00 -0000 On Sunday 28 November 2004 01:25 am, Rem Roberti wrote: > Rem Roberti wrote: > > Joshua Tinnin wrote: > >>On Saturday 27 November 2004 11:27 pm, Rem Roberti > >> > >>wrote: > >>>I sent this message to Joshua back channel, and realized that I should > >>>have also sent it to the group. > >>> > >>>Rem > >>> > >>>------------------------------------------------------------------------ > >>> > >>>Thanks, Joshua. Here's the requested stuff, starting with the output of > >>>uname -a: > >> > >> > >> > >>>Next, the configuration file itself: > >>> > >>> > >>># > >>># GENERIC -- Generic kernel configuration file for FreeBSD/i386 > >> > >> > >> > >>># PCI Ethernet NICs that use the common MII bus controller code. > >>># NOTE: Be sure to keep the 'device miibus' line in order to use these > >>>NICs! > >>>#device miibus # MII bus support > >> > >>^^^^ > >> > >> > >> > >>>device vr # VIA Rhine, Rhine II > >> > >> > >> > >>>Finally, the error message: > >> > >> > >> > >>>../../../dev/usb/if_aue.c:105:23: miibus_if.h: No such file or directory > >> > >>OK, you need to uncomment the device miibus line (marked above). It has > >> to be enabled if you want to enable VIA Rhine support, which you have in > >> your config. > >> > >>- jt > > > > No dice. I made the change to the file, uncommenting the device miibus > > line, and I receive the same error message. > > Okay, it turns out that I was editing the wrong file. Instead of editing > the configuration file that was in the /etc/src/sys/i386/conf directory, > I was editing the configuration file that I had redirected to a new > directory, as indicated by the handbook. I guess I was under the > impression (newbie!) that having created a symbolic link somehow allowed > me to edit the redirected file. Well, if you're going to make a symbolic link so that you're changes don't get wiped out with the next update, what you want to do is create the link in /etc/src/sys/i386/conf and point it to your file like so: # cd /usr/src/sys/i386/conf # ln -s /path/to/YOURKERN This way, you should be able to (if you use vim): # vim /path/to/YOURKERN and edit your configuration file without touching the source conf folder. When you ln -l /usr/src/sys/i386/conf you should see something like this: lrwxr-xr-x 1 root wheel 22 Jun 23 12:17 YOURKERN -> /path/to/YOURKERN If not, or if it points to the wrong place, then move your existing correct kernel configuration file to someplace you will remember (you can use your home dir if you want), and make a symbolic link as described above (make sure to delete any that aren't correct first). It's better that way, as otherwise the next time you cvsup your source, you might wipe out your custom config file. > Anyway, once I edited the correct > configuration file I was able to go ahead with the compilation and the > install. Everything worked perfectly, and the system rebooted without > incident---and faster. Excellent. Glad to be of help. - jt From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 09:55:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF0016A4CE for ; Sun, 28 Nov 2004 09:55:03 +0000 (GMT) Received: from web25407.mail.ukl.yahoo.com (web25407.mail.ukl.yahoo.com [217.12.10.141]) by mx1.FreeBSD.org (Postfix) with SMTP id 5028043D69 for ; Sun, 28 Nov 2004 09:55:02 +0000 (GMT) (envelope-from johneedw@yahoo.co.uk) Received: (qmail 82294 invoked by uid 60001); 28 Nov 2004 09:55:01 -0000 Message-ID: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> Received: from [82.214.197.102] by web25407.mail.ukl.yahoo.com via HTTP; Sun, 28 Nov 2004 09:55:01 GMT Date: Sun, 28 Nov 2004 09:55:01 +0000 (GMT) From: johne edw To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: rj-45 connector X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 09:55:03 -0000 dear sir, i've 3 computers and i want to connect them togather as a workgroup network via a hub. i know that the both ends of cable must have the same sequense of color .please advice me if that the color sequence of wires connected to rj-45 connector is important or not?..i mean, in another word, is there a special sequense of color ? or any sequense of color will be valid when the both ends have the same color sequense ? i wish that response will come on soon........best regards --------------------------------- Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 09:58:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA7116A4CE for ; Sun, 28 Nov 2004 09:58:54 +0000 (GMT) Received: from smtp1.bahnhof.se (smtp1.bahnhof.se [213.80.101.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EBF743D5C for ; Sun, 28 Nov 2004 09:58:53 +0000 (GMT) (envelope-from mark.rowlands@mypost.se) Received: from mfilter1.bahnhof.se (mail.bahnhof.se [213.136.33.1]) by smtp1.bahnhof.se (Postfix) with ESMTP id 501DC1F7688 for ; Sun, 28 Nov 2004 10:58:55 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by re-injector1.bahnhof.se (Postfix) with ESMTP id 08E83129138 for ; Sun, 28 Nov 2004 10:58:51 +0100 (CET) Received: from smtp5.bahnhof.se ([213.136.33.1]) by localhost (mfilter1.bahnhof.se [10.0.1.21]) (amavisd-new, port 10024) with ESMTP id 13221-08 for ; Sun, 28 Nov 2004 10:58:49 +0100 (CET) Received: from pcmarpxy.mine.nu (unknown [81.170.150.191]) by smtp5.bahnhof.se (Postfix) with ESMTP id C805393C74 for ; Sun, 28 Nov 2004 10:47:58 +0100 (CET) Received: from localhost (localhost.mwrwin2k.se [127.0.0.1]) by pcmarpxy.mine.nu (Postfix) with ESMTP id 31E9A1055A for ; Sun, 28 Nov 2004 10:47:59 +0100 (CET) Received: from pcmarpxy.mine.nu ([127.0.0.1]) by localhost (pcmarpxy.mine.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50025-02 for ; Sun, 28 Nov 2004 10:47:58 +0100 (CET) Received: from exchsrv1.mwrwin2k.se (kalendar.mine.nu [192.168.0.4]) by pcmarpxy.mine.nu (Postfix) with ESMTP id 471BC10516 for ; Sun, 28 Nov 2004 10:47:58 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Sun, 28 Nov 2004 10:47:58 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Make search dead in ports? thread-index: AcTVL1cAS+xZWXJ3SGCzOql1otM45w== From: "Mark Rowlands" To: X-Virus-Scanned: by amavisd-new at bahnhof.se Subject: Make search dead in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 09:58:54 -0000 Sometime ....fairly recently, make search in ports stopped working. I have installed sysutils/p5-FreeBSD-Portindex-1.1 so I suspected this was the villain but after removing INDEX and INDEX.db and doing a make index and portsdb -Uu make search still doesnt work. FreeBSD 4.10-STABLE #1: Wed Oct 6 21:27:47 CEST 2004 Perl 5.8.5 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 10:02:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ECB116A4CE for ; Sun, 28 Nov 2004 10:02:47 +0000 (GMT) Received: from smtp105.mail.sc5.yahoo.com (smtp105.mail.sc5.yahoo.com [66.163.169.225]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E1E543D5E for ; Sun, 28 Nov 2004 10:02:46 +0000 (GMT) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO 192.168.1.49) (khairil?yusof@219.94.58.198 with plain) by smtp105.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 10:02:45 -0000 From: Khairil Yusof To: gabriel In-Reply-To: References: <41A8DD9B.1020106@the-rubber-chicken-network.co.uk> Content-Type: text/plain Date: Sun, 28 Nov 2004 18:01:33 +0800 Message-Id: <1101636093.770.5.camel@wolverine> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-questions Subject: Re: FreeBSD Printing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:02:47 -0000 On Sat, 2004-11-27 at 12:12 -0800, gabriel wrote: > Nice, thanks for the replies guys. I was looking into this printer. > > http://h10010.www1.hp.com/wwpc/us/en/sm/WF06b/18972-238444-410635-12085-f57-90805-90810-90811.html > > HP PSC 2175 All-in-One (Q3068A) I have an older model PSC 2110. Printing works via hpijs and cups (download the ppd from linuxprinting.org and put it in /usr/local/share/cups/model) Copying function works (no software required) Scanning requires hpoj port, which works for freebsd 4.x but not in 5.x. In 5.x the scanner is not detected by hpoj utilities. I can confirm it for this exact model, but this is the situation it seems for other PSC models on 5.x. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 10:04:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B74A716A4CE for ; Sun, 28 Nov 2004 10:04:35 +0000 (GMT) Received: from smtp809.mail.sc5.yahoo.com (smtp809.mail.sc5.yahoo.com [66.163.168.188]) by mx1.FreeBSD.org (Postfix) with SMTP id 7DDB943D3F for ; Sun, 28 Nov 2004 10:04:35 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (krinklyfig@pacbell.net@64.173.25.106 with plain) by smtp809.mail.sc5.yahoo.com with SMTP; 28 Nov 2004 10:04:35 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 02:04:35 -0800 User-Agent: KMail/1.7.1 References: <41A97DCD.2030204@comcast.net> <41A99977.5090108@comcast.net> <200411280141.58792.krinklyfig@spymac.com> In-Reply-To: <200411280141.58792.krinklyfig@spymac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411280204.35510.krinklyfig@spymac.com> cc: Rem Roberti Subject: Re: Custom Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:04:35 -0000 On Sunday 28 November 2004 01:41 am, Joshua Tinnin wrote: > When you ln -l /usr/src/sys/i386/conf you should see something like this: Of course, that was supposed to be ls -l ... - jt From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 11:01:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 478A216A4CE for ; Sun, 28 Nov 2004 11:01:56 +0000 (GMT) Received: from smtp.ade.swiftdsl.com.au (smtp.ade.swiftdsl.com.au [218.214.228.98]) by mx1.FreeBSD.org (Postfix) with SMTP id F382243D2F for ; Sun, 28 Nov 2004 11:01:54 +0000 (GMT) (envelope-from imoore@picknowl.com.au) Received: (qmail 27103 invoked from network); 28 Nov 2004 11:01:56 -0000 Received: from unknown (HELO daemon.foo.com) (218.214.176.70) by smtp.ade.swiftdsl.com.au with SMTP; 28 Nov 2004 11:01:56 -0000 From: Ian Moore To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 21:31:43 +1030 User-Agent: KMail/1.7.1 References: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> In-Reply-To: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2195375.juxWvVatio"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200411282131.51002.imoore@picknowl.com.au> cc: johne edw Subject: Re: rj-45 connector X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:01:56 -0000 --nextPart2195375.juxWvVatio Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sun, 28 Nov 2004 20:25, johne edw wrote: > dear sir, > i've 3 computers and i want to connect them togather as a workgroup > network via a hub. i know that the both ends of cable must have the same > sequense of color .please advice me if that the color sequence of wires > connected to rj-45 connector is important or not?..i mean, in another wor= d, > is there a special sequense of color ? or any sequense of color will be > valid when the both ends have the same color sequense ? i wish that > response will come on soon........best regards > This is rather OT, but... Yes, the order is important, the cable will probably work at low speeds ove= r=20 short distances as long as both ends are the same, but will be unreliable a= t=20 high speeds or longer distances unless you follow the correct order. Basically there are 2 standards, EIA/TIA-568A and EIA/TIA-568B. In Australia & probably in Europe I suspect, the preferred standard is the = A=20 standard. I think the US might use the B standard? EIA/TIA-568A standard: 1 Green/White 2 Green 3 Orange/White 4 Blue 5 Blue/White 6 Orange 7 Brown/White 8 Brown (see diagram below for pin numbers) NB, the Blue pair is reversed - that's not a typo! Both ends are wired up the same way, BUT, if you want to connect 2 network= =20 cards directly together without a hub, you would need to use a crossover=20 cable which looks like the above on one end, but the other end is wired lik= e=20 this: 1 Orange/White 2 Orange 3 Green/White 4 Blue 5 Blue/White 6 Green 7 Brown/White 8 Brown Pin numbers are like this (looking at the connector with the tab underneath= =20 and the cable coming from the left) |---------------------------| | ---- | 1 | ---- | 2 =2D------------------| ---- | 3 | ---- | 4 | ---- | 5 =2D------------------| ---- | 6 | ---- | 7 | ---- | 8 |---------------------------| Hope that makes sense. Cheers, =2D-=20 Ian GPG Key: http://homepages.picknowl.com.au/imoore/imoore.asc --nextPart2195375.juxWvVatio Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBqbAefITqkXhImmIRAiX2AJ475YtjuyxIf1EqNNf8YPCYopP8pwCbBRrC 2uguZ74hjoVZD/4CfvGewxY= =7Qi0 -----END PGP SIGNATURE----- --nextPart2195375.juxWvVatio-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 11:21:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98AC816A4CE for ; Sun, 28 Nov 2004 11:21:58 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B0443D31 for ; Sun, 28 Nov 2004 11:21:58 +0000 (GMT) (envelope-from oliverfuchs@onlinehome.de) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CYN7t-0003wi-00 for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 12:21:57 +0100 Received: from [217.246.201.82] (helo=oliverfuchs.onlinehome.de) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1CYN7r-0001nG-00 for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 12:21:56 +0100 Received: from oliverfuchs.onlinehome.de (oliverfuchs.onlinehome.de [127.0.0.1])iASBLlD3001749 for ; Sun, 28 Nov 2004 12:21:47 +0100 (CET) (envelope-from oliverfuchs1@oliverfuchs.onlinehome.de) Received: (from oliverfuchs1@localhost)iASBLkTM001748 for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 12:21:46 +0100 (CET) (envelope-from oliverfuchs1) Date: Sun, 28 Nov 2004 12:21:46 +0100 From: Oliver Fuchs To: freebsd-questions@freebsd.org Message-ID: <20041128112146.GA1696@oliverfuchs.onlinehome.de> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:c2b2791553508cc938db2bcf18721a3c Subject: what does "rm //" delete? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:21:58 -0000 Hi, I had a directory which contained the following: ls showed me simple this: "?" with 0 bytes ls -axl showed me nothing So I tried to delete the directory but could not succeed with "rm -R" because the "directory is not empty". I changed to the directory and tried to delete everything inside with "rm *" but also did not succeed. It seemed that the file had no name. So than I did a mistake and wanted to delete the file with no name with the operation: rm -R // This was a big mistake which I noticed soon enough (some files in /bin were deleted). I could repair the damage but what I want to know is what exactly is rm -R // deleting. It seems that it is deleting everything? Thanx in advance Oliver -- ... don't touch the bang bang fruit From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 12:09:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D6D416A4CE for ; Sun, 28 Nov 2004 12:09:59 +0000 (GMT) Received: from s22.loopia.se (s22.loopia.se [194.9.95.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 8BBE543D31 for ; Sun, 28 Nov 2004 12:09:58 +0000 (GMT) (envelope-from jimmy.makela@loopia.se) Received: (qmail 99079 invoked from network); 28 Nov 2004 12:09:56 -0000 Received: from unknown (HELO i11) (194.9.94.253) by 194.9.95.5 with SMTP; 28 Nov 2004 12:09:56 -0000 Message-ID: <045701c4d543$2ff2c160$c600a8c0@i11> From: =?iso-8859-1?Q?Jimmy_M=E4kel=E4_|_Loopia_Webbhotell_AB?= To: Date: Sun, 28 Nov 2004 13:10:01 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Timezone conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 12:09:59 -0000 Hi I'm trying to convert a date from one timezone into another using the date-command, but I can't seem to get it to work. The problem can be illustrated as below, though in reality I get the date from another source of course, otherwise I wouldn't have to do this. Take a date in some timezone other than your own, in this example I generate the current time in UTC: > TZ=UTC date +"%d %b %Y %H:%M:%S %z" 28 Nov 2004 12:02:18 +0000 Try to use date -j to convert a date of this format into the default display-format: > TZ=CET date -j -f "%d %b %Y %H:%M:%S %z" "28 Nov 2004 12:02:18 +0000" Warning: Ignoring 5 extraneous characters in date string (+0000) Sun Nov 28 12:02:18 CET 2004 The result is wrong of course because the timezone is ignored even though i specify %z in the format-string. The date in CET should be 13:02:18. Now the question; does anyone know why the %z is ignored? Am I missing something, and if so what? The man-page for the -f parameter states "Parsing is done using strptime(3)." and since strptime allows %z I was assuming that the example above should work. I would be really thankful for some help in getting around this. Thanks in advance. Best regards, Jimmy Mäkelä From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 12:28:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30B5B16A4CE for ; Sun, 28 Nov 2004 12:28:59 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9345C43D2F for ; Sun, 28 Nov 2004 12:28:54 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b138.otenet.gr [212.205.244.146]) iASCRkll000598; Sun, 28 Nov 2004 14:27:47 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iASCRfCR043142; Sun, 28 Nov 2004 14:27:41 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iASCRfct043141; Sun, 28 Nov 2004 14:27:41 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 28 Nov 2004 14:27:41 +0200 From: Giorgos Keramidas To: Jonathon McKitrick Message-ID: <20041128122741.GB43088@gothmog.gr> References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> <20041128013135.GD662@gothmog.gr> <20041128044847.GA1435@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041128044847.GA1435@dogma.freebsd-uk.eu.org> cc: freebsd-questions@freebsd.org Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 12:28:59 -0000 On 2004-11-28 04:48, Jonathon McKitrick wrote: > On Sun, Nov 28, 2004 at 03:31:35AM +0200, Giorgos Keramidas wrote: > : AFAIK, rule 00300 will never be hit by packets going out tun0 as long as > : you also have rule 00200 in there. > > Hmmm.... here's a run after having the laptop running for a bit. I don't > see why 200 doesn't cover the case either. > > root@neptune:~# ipfw show > 00100 0 0 check-state > 00200 6709 1277079 allow ip from me to any keep-state out xmit tun0 > 00300 2093 645797 allow ip from any to any keep-state out xmit tun0 Oops! That doesn't look good, unless I'm missing something about the way 'me' works. It's probably a good idea to send what you have so far to the freebsd-ipfw people. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 12:36:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F8216A4CE for ; Sun, 28 Nov 2004 12:36:57 +0000 (GMT) Received: from asmtp03.eresmas.com (asmtp03.eresmas.com [62.81.235.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id A496843D54 for ; Sun, 28 Nov 2004 12:36:56 +0000 (GMT) (envelope-from ea1abz@wanadoo.es) Received: from [192.168.108.53] (helo=mx01.eresmas.com) by asmtp03.eresmas.com with esmtp (Exim 4.30) id 1CYOIK-0005qh-4V; Sun, 28 Nov 2004 13:36:48 +0100 Received: from [80.103.38.234] (helo=[80.103.38.234]) by mx01.eresmas.com with asmtp (Exim 4.41) id 1CYOIG-0001rh-9Y; Sun, 28 Nov 2004 13:36:47 +0100 Message-ID: <41A9C6A4.7040304@wanadoo.es> Date: Sun, 28 Nov 2004 13:37:56 +0100 From: Ramiro Aceves User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ted Mittelstaedt References: In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Spam-Score: 0.0 (/) cc: freebsd-questions@freebsd.org Subject: Re: I can not install FreeBSD 5.3 in an old Pentium 100 MHz X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 12:36:57 -0000 Hello Ted: Thanks for your help. I tried that before without success. I am going to download 4.10 floppies and I will tell you the result. Thanks. Ramiro. Ted Mittelstaedt wrote: > See > http://www.freebsd.org/cgi/man.cgi?query=acpi&sektion=4&manpath=FreeBSD+5.3- > RELEASE > particularly the section: > > To disable the acpi driver completely, set the kernel environment vari- > able hint.acpi.0.disabled to 1. > > This should be done in the loader prompt. When you get the message: > > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [kernel] in 9 seconds... _ > > hit any other key for the command prompt then turn off acpi. > > If this doesen't work, try loading FreeBSD 4.10 > > Ted > > >>-----Original Message----- >>From: owner-freebsd-questions@freebsd.org >>[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ramiro Aceves >>Sent: Saturday, November 27, 2004 3:04 AM >>To: freebsd-questions@freebsd.org >>Subject: I can not install FreeBSD 5.3 in an old Pentium 100 MHz >> >> >>Hello dear FreeBSD friends. >> >>I am Ramiro from Spain.This is my first post to the list. I am a regular >>Debian GNU/Linux user, but I have been tempted to try FreeBSD. I have >>installed it successfully on my 1200 MHz Athlon computer booting from >>the CDROM drive and I like it, but I can not install it in an old >>Pentium 100 MHz fujitsu computer. This old machine can not boot from the >>CDROM, so I tried to boot with the floppies. I have prepared the 3 >>floppies several times and I stil can not install it. >>I boot with the "boot.flp" floppy ok. I insert "kern1.flp" and it loads >>ok. I insert "kern2.flp" and it loads ok. I was prompted to insert >>"boot.flp" floppy again and it shows the logo screen with the booting >>options. If I choose the default (with no acpi), the computers shudenly >>restarts without being able to see any message. The remaining options >>cause the same machine reboot. I can enter into the loader prompt. >> >>¿What can I do? >> >>Any help will be apreciated. >> >>Sorry for my bad english. >>Ramiro. >> >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to >>"freebsd-questions-unsubscribe@freebsd.org" >> > > > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 12:53:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBFB716A4CF for ; Sun, 28 Nov 2004 12:53:08 +0000 (GMT) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFDE543D48 for ; Sun, 28 Nov 2004 12:53:08 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from movens.plus.com ([80.229.231.20] helo=[127.0.0.1]) by ptb-relay02.plus.net with esmtp (Exim) id 1CYOY6-000DtT-74; Sun, 28 Nov 2004 12:53:06 +0000 Message-ID: <41A9CB66.1050804@freebsd.org> Date: Sun, 28 Nov 2004 12:58:14 +0000 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (Windows/20041128) X-Accept-Language: en-gb, en-us MIME-Version: 1.0 To: Oliver Fuchs , FreeBSD Questions References: <20041128112146.GA1696@oliverfuchs.onlinehome.de> In-Reply-To: <20041128112146.GA1696@oliverfuchs.onlinehome.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0448-1, 26/11/2004), Outbound message X-Antivirus-Status: Clean Subject: Re: what does "rm //" delete? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 12:53:09 -0000 Oliver Fuchs wrote: > Hi, > > I had a directory which contained the following: > > ls showed me simple this: "?" with 0 bytes > ls -axl showed me nothing > > So I tried to delete the directory but could not succeed with "rm -R" > because the "directory is not empty". I changed to the directory and tried > to delete everything inside with "rm *" but also did not succeed. It seemed > that the file had no name. So than I did a mistake and wanted to delete the > file with no name with the operation: > > rm -R // > > This was a big mistake which I noticed soon enough (some files in /bin were > deleted). I could repair the damage but what I want to know is what exactly > is > > rm -R // > > deleting. It seems that it is deleting everything? > It is, you're recursively deleting / - multiple '/' are treated as one; try cd //usr//bin To delete the rogue file try rm -i * in the directory the file is in, answering 'n' for all other files. If that fails, try copying everything you need in the directory it is in to somewhere else then recursively deleting the directory rm -rf /path/to/dir/with/rogue/file HTH Mark > Thanx in advance > > Oliver > --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0448-1, 26/11/2004 Tested on: 28/11/2004 12:58:15 avast! - copyright (c) 2000-2004 ALWIL Software. http://www.avast.com From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 14:08:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A445816A4CE for ; Sun, 28 Nov 2004 14:08:41 +0000 (GMT) Received: from ms-smtp-04-eri0.ohiordc.rr.com (ms-smtp-04-smtplb.ohiordc.rr.com [65.24.5.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 429E143D1F for ; Sun, 28 Nov 2004 14:08:41 +0000 (GMT) (envelope-from joe@thefrys.com) Received: from lucy (cpe-069-133-089-209.twmi.rr.com [69.133.89.209]) iASE8cHH023001; Sun, 28 Nov 2004 09:08:38 -0500 (EST) From: "Joseph H. Fry" To: "'johne edw'" , Date: Sun, 28 Nov 2004 09:08:55 -0500 Message-ID: <000c01c4d553$cc4592d0$6300a8c0@lucy> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> Importance: Normal X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: RE: rj-45 connector X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:08:41 -0000 Look it up on the web... There are many many sites with good illustrations and such. Keep in mind that most people use the 568b standards. Just google for 568b wiring and one of the first few sites will probably be readable by you. ---- Joe Fry ---- (joe@thefrys.com) > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of johne edw > Sent: Sunday, November 28, 2004 4:55 AM > To: freebsd-questions@freebsd.org > Subject: rj-45 connector > > > dear sir, > i've 3 computers and i want to connect them togather as a > workgroup network via a hub. i know that the both ends of > cable must have the same sequense of color .please advice me > if that the color sequence of wires connected to rj-45 > connector is important or not?..i mean, in another word, is > there a special sequense of color ? or any sequense of color > will be valid when the both ends have the same color sequense > ? i wish that response will come on soon........best regards > > > > --------------------------------- > Do you Yahoo!? > Take Yahoo! Mail with you! Get it on your mobile phone. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/free> bsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 14:32:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8728116A4CE for ; Sun, 28 Nov 2004 14:32:54 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D0D143D1D for ; Sun, 28 Nov 2004 14:32:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32486 invoked from network); 28 Nov 2004 14:32:54 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Nov 2004 14:32:54 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 718D969; Sun, 28 Nov 2004 09:32:53 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Vijay Anand" References: From: Lowell Gilbert Date: 28 Nov 2004 09:32:53 -0500 In-Reply-To: Message-ID: <44oehi2gdm.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: error downloading X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:32:54 -0000 "Vijay Anand" writes: > It is a local IP.Plz help me. Ah. So you are running your own cvsweb installation; that wasn't at all clear from the original message. I'm afraid I don't know anything about the cvsweb software itself; however, the first step is obviously to check on the hints that the software gave you along with the error message: > > Error Error: Unexpected output from cvs co: cvs [checkout aborted]: > > Absolute module reference invalid: `/Motolog/MotoLogDLL.vbp' > > Check whether the directory /cm/vault/automation_utilities/CVSROOT exists > > and the script has write-access to the CVSROOT/history file if it exists. > > The script needs to place lock files in the directory the file is in as > > well. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 14:34:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0993E16A4CE for ; Sun, 28 Nov 2004 14:34:54 +0000 (GMT) Received: from mail18.messagelabs.com (mail18.messagelabs.com [202.153.127.245]) by mx1.FreeBSD.org (Postfix) with SMTP id 5897A43D31 for ; Sun, 28 Nov 2004 14:34:50 +0000 (GMT) (envelope-from Vijay.Anand@lntinfotech.com) X-VirusChecked: Checked X-Env-Sender: Vijay.Anand@lntinfotech.com X-Msg-Ref: server-23.tower-18.messagelabs.com!1101652483!10928274!1 X-StarScan-Version: 5.4.2; banners=lntinfotech.com,-,- X-Originating-IP: [202.54.134.10] Received: (qmail 27802 invoked from network); 28 Nov 2004 14:34:44 -0000 Received: from lntinfotech.com (HELO chennaismtp.lntinfotech.com) (202.54.134.10) by server-23.tower-18.messagelabs.com with SMTP; 28 Nov 2004 14:34:44 -0000 Received: from Chennai.lntinfotech.com ([172.29.16.20]) by chennaismtp.lntinfotech.com (Lotus Domino Release 5.0.12) with ESMTP id 2004112820041974:132 ; Sun, 28 Nov 2004 20:04:19 +0530 To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.12 February 13, 2003 Message-ID: From: "Vijay Anand" Date: Sun, 28 Nov 2004 20:06:52 +0530 X-MIMETrack: Serialize by Router on CHENNAI/LNTINFOTECH(Release 5.0.12 |February 13, 2003) at 11/28/2004 08:06:49 PM, Serialize complete at 11/28/2004 08:06:49 PM,|February 13, 2003) at 11/28/2004 08:04:19 PM,|February 13, 2003) at 11/28/2004 08:04:26 PM, Serialize complete at 11/28/2004 08:04:26 PM Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: error downloading X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:34:54 -0000 Error msg doesnt show any hints on the line of code it throws the error......! Lowell Gilbert Sent by: lowell@be-well.ilk.org 11/28/2004 08:02 PM Please respond to freebsd-questions To: "Vijay Anand" cc: freebsd-questions@freebsd.org Subject: Re: error downloading "Vijay Anand" writes: > It is a local IP.Plz help me. Ah. So you are running your own cvsweb installation; that wasn't at all clear from the original message. I'm afraid I don't know anything about the cvsweb software itself; however, the first step is obviously to check on the hints that the software gave you along with the error message: > > Error Error: Unexpected output from cvs co: cvs [checkout aborted]: > > Absolute module reference invalid: `/Motolog/MotoLogDLL.vbp' > > Check whether the directory /cm/vault/automation_utilities/CVSROOT exists > > and the script has write-access to the CVSROOT/history file if it exists. > > The script needs to place lock files in the directory the file is in as > > well. ______________________________________________________________________ ______________________________________________________________________ From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 14:38:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0219216A4CE for ; Sun, 28 Nov 2004 14:38:11 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF44C43D49 for ; Sun, 28 Nov 2004 14:38:10 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28102 invoked from network); 28 Nov 2004 14:38:10 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Nov 2004 14:38:10 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E08AB69; Sun, 28 Nov 2004 09:38:09 -0500 (EST) Sender: lowell@be-well.ilk.org To: akhthar@carmatec.com References: <200411280057.17546.akhthar@carmatec.com> From: Lowell Gilbert Date: 28 Nov 2004 09:38:09 -0500 In-Reply-To: <200411280057.17546.akhthar@carmatec.com> Message-ID: <44k6s62g4u.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Mysql Error 1135 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:38:11 -0000 "Akhthar Parvez. K" writes: > I am getting following error message while accessing mysql. > > ERROR 1135: Can't create a new thread (errno 35). If you are not out of > available memory, you can consult the manual for a possible OS-dependent bug > > What could be the problem? I know that the problem is due to resources are > temporarily unavaliable. But how can I fix this issue so that it won't come > back. Well, first you need to figure out if you have run out of system memory or not. If so, then add a swap file. If not, then see if there are process limits affecting you. > NOTHING IS IMPOSSIBLE > Because Impossible itself says > I'M POSSIBLE Let me know when you have FreeBSD running on an abacus. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 14:40:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73A0116A4E2 for ; Sun, 28 Nov 2004 14:40:15 +0000 (GMT) Received: from mail.monochrome.org (b4.ebbed1.client.atlantech.net [209.190.235.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B3C43D31 for ; Sun, 28 Nov 2004 14:40:15 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from frambozen (frambozen [192.168.1.9]) by mail.monochrome.org (8.9.3/8.9.3) with ESMTP id JAA04820; Sun, 28 Nov 2004 09:40:10 -0500 (EST) (envelope-from chris@monochrome.org) Date: Sun, 28 Nov 2004 09:40:10 -0500 (EST) From: Chris Hill To: johne edw In-Reply-To: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> Message-ID: <20041128093820.G3095@frambozen.monochrome.org> References: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: rj-45 connector X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:40:24 -0000 On Sun, 28 Nov 2004, johne edw wrote: > please advice me if that the color sequence of wires connected to > rj-45 connector is important or not?..i mean, in another word, is > there a special sequense of color ? or any sequense of color will be > valid when the both ends have the same color sequense ? http://en.wikipedia.org/wiki/TIA-568B -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 14:45:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A26A16A4CE for ; Sun, 28 Nov 2004 14:45:29 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0FD43D58 for ; Sun, 28 Nov 2004 14:45:29 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9831 invoked from network); 28 Nov 2004 14:45:29 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Nov 2004 14:45:28 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7EC2E69; Sun, 28 Nov 2004 09:45:28 -0500 (EST) Sender: lowell@be-well.ilk.org To: "baldyeti" References: From: Lowell Gilbert Date: 28 Nov 2004 09:45:28 -0500 In-Reply-To: Message-ID: <44fz2u2fsn.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: install & partitioning advice needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:45:29 -0000 "baldyeti" writes: > Using a FreeBSD 4.6 CD I have, I'd like to install on an > older system (P200). The machine has a 4 GB IDE drive and > another 4 Gb attached via SCSI. These seem to be recognised > as da0 and ad0. [Vice versa, actually...] > The SCSI adapter has no ROM, and is not > directly bootable. I thus suppose FreeBSD - and any OS under > the circumstances - needs at least one little boot slice on > the 1st (IDE) drive. I could free about 400 Mb on that drive, > in an extended partition. Can FreeBSD be started from an > extended partition, or will it need a primary one, and which > filesystem(s) needs reside on the startup disk, with which > recommended minimum size? FreeBSD can't boot out of a "logical partition". You probably could install to the second disk, and just boot from a boot manager installed on the first disk, or from floppies. These are a bit tricky for beginners, though. With release 4.6, you could easily get away with a 50MB root partition on the first drive. 4.6 is distinctly outdated, though. Your easiest path is probably to go with a fairly smart bootloader. I understand that "GAG" is pretty good: http://gag.sourceforge.net/ From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 14:48:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DF1616A4CE for ; Sun, 28 Nov 2004 14:48:19 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E627043D5A for ; Sun, 28 Nov 2004 14:48:16 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id EE14669A3F; Sun, 28 Nov 2004 09:48:15 -0500 (EST) Date: Sun, 28 Nov 2004 09:48:14 -0500 From: Bill Moran To: "dkouroun@mailbox.gr" Message-Id: <20041128094814.6a4fdd28.wmoran@potentialtech.com> In-Reply-To: <200411280937.LAA19042@mailbox.gr> References: <200411280937.LAA19042@mailbox.gr> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: installing gcc in 5.3 Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:48:19 -0000 "dkouroun@mailbox.gr" wrote: [...] > So I decided to install from source gcc-3.4.3 in /usr/local in FreeBSD. > This is something which is a routine since I have done it millions of times in Linux! The commands I used are the following: > > #cd /usr/local > #mkdir GCC-3.4.3 > #tar xvjf gcc-3.4.3.tar.bz2 > #cd GCC-3.4.3 > # ../gcc-3.4.3/configure --prefix=/usr/local/GCC-3.4.3/ --program-suffix=-3.4.3 --enable-languages=c,c++,f77 Try "cd /usr/ports/devel/gcc34 && make install" Make sure your ports tree is up to date first, and you'll get the latest GCC 3.4.4. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 15:15:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74BC116A4CE for ; Sun, 28 Nov 2004 15:15:50 +0000 (GMT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE88E43D5A for ; Sun, 28 Nov 2004 15:15:49 +0000 (GMT) (envelope-from arden@nildram.co.uk) Received: from [10.0.0.7] (62-3-247-167.dyn.gotadsl.co.uk [62.3.247.167]) by smtp.nildram.co.uk (Postfix) with ESMTP id 542C0253453 for ; Sun, 28 Nov 2004 15:15:46 +0000 (GMT) From: arden To: freebsd Content-Type: text/plain Message-Id: <1101654854.2218.25.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Sun, 28 Nov 2004 15:14:14 +0000 Content-Transfer-Encoding: 7bit Subject: discjuggler cdi image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:15:50 -0000 Hi all I've been given a dvd of images that are in disc juggler *.cdi format Ive googled around but not found any working solution I have no windows m/c here so any help would be appreciated Arden From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 15:33:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C70DE16A4CE for ; Sun, 28 Nov 2004 15:33:49 +0000 (GMT) Received: from galaxy.systems.pipex.net (galaxy.systems.pipex.net [62.241.162.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902A343D2F for ; Sun, 28 Nov 2004 15:33:48 +0000 (GMT) (envelope-from mark.cullen@dsl.pipex.com) Received: from [10.0.0.247] (81-178-76-170.dsl.pipex.com [81.178.76.170]) by galaxy.systems.pipex.net (Postfix) with ESMTP id 6E945E0001AE for ; Sun, 28 Nov 2004 15:33:45 +0000 (GMT) Message-ID: <41A9F34D.8050903@dsl.pipex.com> Date: Sun, 28 Nov 2004 15:48:29 +0000 From: Mark Cullen User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: multipart/mixed; boundary="------------080407060400050501020408" Subject: lcdproc port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:33:49 -0000 This is a multi-part message in MIME format. --------------080407060400050501020408 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Just to tell you I got the newest version of lcdproc to compile (0.4.5). I don't have an LCD ready yet, so I don't know if it works.. but it compiles now. Attached is a tar of the patches in the 'files' directory. It seems there was no need for patch-port anymore, so I removed that and fixed the configure patch. Perhaps someone can test it out and update the port? -- Internet Explorer? Try FireFox at http://www.mozilla.org/products/firefox/ Outlook Express? Try ThunderBird at http://www.mozilla.org/products/thunderbird/ --------------080407060400050501020408 Content-Type: application/octet-stream; name="files.tar" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="files.tar" TENEZC5zaC5zYW1wbGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAxMDA2NDQA MDAwMDAwMAAwMDAwMDAwADAwMDAwMDAwMzY2ADA3NzM2MTQxNDMzADAxMjI3NQAgMAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB1c3RhciAgAHJvb3QA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAd2hlZWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjIS9iaW4vc2gKCmNhc2UgIiQxIiBpbgoJc3Rh cnQpCQkKCQklJVBSRUZJWCUlL3NiaW4vTENEZCAtYyAlJVBSRUZJWCUlL2V0Yy9MQ0RkLmNv bmYgJgoJCWVjaG8gLW4gIiBMQ0RkIgoJCTs7CglzdG9wKQoJCWtpbGxhbGwgTENEZAoJCWVj aG8gLW4gIiBMRENkIgoJCTs7CgkqKQoJCWVjaG8gIiIKCQllY2hvICJVc2FnZTogYGJhc2Vu YW1lICQwYCB7IHN0YXJ0IHwgc3RvcCB9IgoJCWVjaG8gIiIKCQlleGl0IDY0CgkJOzsKZXNh YwoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHBh dGNoLWNocm9uby5jAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMTAwNjQ0ADAw MDAwMDAAMDAwMDAwMAAwMDAwMDAwMDQ1NAAxMDE1MjM2MjIxMAAwMTI0MjIAIDAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdXN0YXIgIAByb290AAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHdoZWVsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALS0tIGNsaWVudHMvbGNkcHJvYy9jaHJvbm8uYy5v cmlnCVNhdCBEZWMgMjkgMDY6NTI6MzkgMjAwMQorKysgY2xpZW50cy9sY2Rwcm9jL2Nocm9u by5jCVR1ZSBNYXkgIDYgMDU6MDc6NDkgMjAwMwpAQCAtNjIsNiArNjIsOCBAQAogI2luY2x1 ZGUgPHN5cy9ka3N0YXQuaD4KICNlbmRpZgoKKyNpbmNsdWRlIDxzeXMvcmVzb3VyY2UuaD4K KwogI2lmIEZSRUVCU0QKIC8qIGRlZmluaXRpb25zIGZvciBpbmRpY2VzIGluIHRoZSBubGlz dCBhcnJheSAqLwogLyogZnJvbSAvdXNyL3NyYy9zcmMuYmluL3RvcC9tYWNoaW5lLmMgKi8K AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwYXRj aC1jb25maWd1cmUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMDEwMDY0NAAwMDAw MDAwADAwMDAwMDAAMDAwMDAwMDE1MzcAMTAxNTIzNjQ2MzMAMDEyNzEwACAwAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHVzdGFyICAAcm9vdAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB3aGVlbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAC0tLSBjb25maWd1cmUub3JpZwlTdW4gTm92IDI4IDE1 OjA1OjMyIDIwMDQKKysrIGNvbmZpZ3VyZQlTdW4gTm92IDI4IDE1OjA2OjUxIDIwMDQKQEAg LTg5MCw4ICs4OTAsNiBAQAogCiBpZiB0ZXN0ICRkZWJ1ZyA9ICJ5ZXMiOyB0aGVuCiAJQ0ZM QUdTPSItZyAtTyIKLWVsc2UKLQlDRkxBR1M9Ii1PMyIKIGZpCiBDRkxBR1M9Ii1XYWxsICRD RkxBR1MiCiBleHBvcnQgQ0ZMQUdTCkBAIC0xODQ3LDcgKzE4NDUsNyBAQAogZmkKIAogCi1m b3IgYWNfaGRyIGluIHNjaGVkLmggc3lzL3NjaGVkLmggbWFjaGluZS9jcHVmdW5jLmggc3lz L3R5cGVzLmggbWFjaGluZS9waW8uaCBtYWNoaW5lL3N5c2FyY2guaCBzeXMvY3B1dmFyLmgK K2ZvciBhY19oZHIgaW4gc2NoZWQuaCBtYWNoaW5lL2NwdWZ1bmMuaCBzeXMvdHlwZXMuaCBt YWNoaW5lL3Bpby5oIG1hY2hpbmUvc3lzYXJjaC5oIHN5cy9jcHV2YXIuaAogZG8KIGFjX3Nh ZmU9YGVjaG8gIiRhY19oZHIiIHwgc2VkICd5JS4vKy0lX19wXyUnYAogZWNobyAkYWNfbiAi Y2hlY2tpbmcgZm9yICRhY19oZHIiIi4uLiAkYWNfYyIgMT4mNgpAQCAtMzI0MSw2ICszMjM5 LDcgQEAKIAogCWVjaG8gJGFjX24gImNoZWNraW5nIGZvciB5b3VyIG1vdW50ZWQgZmlsZXN5 c3RlbSB0YWJsZSIiLi4uICRhY19jIiAxPiY2CiBlY2hvICJjb25maWd1cmU6MzI0NDogY2hl Y2tpbmcgZm9yIHlvdXIgbW91bnRlZCBmaWxlc3lzdGVtIHRhYmxlIiA+JjUKK2FjX2N2X210 YWJfZmlsZT0vZXRjL2ZzdGFiCiBpZiBldmFsICJ0ZXN0IFwiYGVjaG8gJyQnJ3snYWNfY3Zf bXRhYl9maWxlJytzZXR9J2BcIiA9IHNldCI7IHRoZW4KICAgZWNobyAkYWNfbiAiKGNhY2hl ZCkgJGFjX2MiIDE+JjYKIGVsc2UKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAABwYXRjaC1jcHUuYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAMDEwMDY0NAAwMDAwMDAwADAwMDAwMDAAMDAwMDAwMDA0NzYAMDc2NTc2 NTI0MTAAMDExNzUxACAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAHVzdGFyICAAcm9vdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB3aGVlbAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC0tLSBjbGll bnRzL2xjZHByb2MvY3B1LmMub3JpZwlUaHUgSmFuICAzIDEzOjMyOjQyIDIwMDIKKysrIGNs aWVudHMvbGNkcHJvYy9jcHUuYwlUdWUgTWF5ICA2IDA1OjA4OjUxIDIwMDMKQEAgLTYwLDYg KzYwLDkgQEAKICNpbmNsdWRlIDxzeXMvZGtzdGF0Lmg+CiAjZW5kaWYKIAorI2luY2x1ZGUg PHN5cy90aW1lLmg+CisjaW5jbHVkZSA8c3lzL3Jlc291cmNlLmg+CisKICNpZiBGUkVFQlNE CiAvKiBkZWZpbml0aW9ucyBmb3IgaW5kaWNlcyBpbiB0aGUgbmxpc3QgYXJyYXkgKi8KIC8q IGZyb20gL3Vzci9zcmMvc3JjLmJpbi90b3AvbWFjaGluZS5jICovCgAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== --------------080407060400050501020408-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 15:44:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267DF16A4CE for ; Sun, 28 Nov 2004 15:44:57 +0000 (GMT) Received: from lakermmtao10.cox.net (lakermmtao10.cox.net [68.230.240.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A95A43D46 for ; Sun, 28 Nov 2004 15:44:56 +0000 (GMT) (envelope-from jacoulter@jacoulter.net) Received: from [192.168.1.110] (really [68.105.58.150]) by lakermmtao10.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041128154456.KYHI12703.lakermmtao10.cox.net@[192.168.1.110]> for ; Sun, 28 Nov 2004 10:44:56 -0500 Message-ID: <41A9F1FB.5060902@jacoulter.net> Date: Sun, 28 Nov 2004 09:42:51 -0600 From: "James A. Coulter" User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Freebsd-Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Help with IPFW + NATD + Passive FTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:44:57 -0000 Hoping someone can provide a solution to the following problem: I am using a FBSD 4.10 box as a gateway/router/firewall between a cable modem and my home lan and its been working great for several months. All machines behind my firewall are able to connect to the outside world for http, e-mail, ping, ssh, and active ftp transfers Last night I installed FBSD 4.10 on a box behind the firewall. The installation went fine, but when I attempted to install some packages via the FBSD ports collection I ran into the known problem establishing passive FTP connections through IPFW with NATD enabled. I am able to establish ftp connections, but when the client switches to passive mode the connection hangs. So I am unable to use the ports collection or cvsup on the FBSD box behind the firewall I have been googling for several hours and found lots of references, but all the solutions I have found appear to be about allowing passive FTP connections on the box running IPFW and NATD (which my ruleset already allows - no problems using ports or cvsup from the gateway/router/firewall). I've tried several different configurations in the IPFW ruleset, but so far no luck. Here is my IPFW ruleset and my rc.conf. Hoping someone can point out the error of my ways. TIA, Jim #!/bin/sh ################ Start of IPFW rules file ############################### # Flush out the list before we begin. ipfw -q -f flush # Set rules command prefix cmd="ipfw -q add" skip="skipto 800" pif="dc1" # public interface name of Nic card # facing the public internet ################################################################# # No restrictions on Inside Lan Interface for private network # Change xl0 to your Lan Nic card interface name ################################################################# $cmd 005 allow all from any to any via dc0 ################################################################# # No restrictions on Loopback Interface ################################################################# $cmd 010 allow all from any to any via lo0 ################################################################# # check if packet is inbound and nat address if it is ################################################################# $cmd 014 divert natd ip from any to any in via $pif ################################################################# # Allow the packet through if it has previous been added to the # the "dynamic" rules table by a allow keep-state statement. ################################################################# $cmd 015 check-state ################################################################# # Interface facing Public internet (Outbound Section) # Interrogate session start requests originating from behind the # firewall on the private network or from this gateway server # destine for the public internet. ################################################################# # Allow out access to my ISP's Domain name server. # x.x.x.x must be the IP address of your ISP's DNS # Dup these lines if your ISP has more than one DNS server # Get the IP addresses from /etc/resolv.conf file $cmd 020 $skip udp from any to 193.0.14.129 53 out via $pif keep-state $cmd 021 $skip udp from any to 68.1.18.25 53 out via $pif keep-state $cmd 022 $skip udp from any to 68.10.16.30 53 out via $pif keep-state $cmd 023 $skip udp from any to 68.105.161.20 53 out via $pif keep-state $cmd 024 $skip tcp from any to 193.0.14.129 53 out via $pif setup keep-state $cmd 025 $skip tcp from any to 68.1.18.25 53 out via $pif setup keep-state $cmd 026 $skip tcp from any to 68.10.16.30 53 out via $pif setup keep-state $cmd 027 $skip tcp from any to 68.105.161.20 53 out via $pif setup keep-state # Allow out access to my ISP's DHCP server for cable/DSL configurations. $cmd 030 $skip udp from any to 172.19.17.22 67 out via $pif keep-state # Allow out non-secure standard www function $cmd 040 $skip tcp from any to any 80 out via $pif setup keep-state # Allow out secure www function https over TLS SSL $cmd 050 $skip tcp from any to any 443 out via $pif setup keep-state # Allow out send & get email function $cmd 060 $skip tcp from any to any 25 out via $pif setup keep-state $cmd 061 $skip tcp from any to any 110 out via $pif setup keep-state # Allow out FBSD (make install & CVSUP) functions # Basically give user root "GOD" privileges. $cmd 070 $skip tcp from me to any out via $pif setup keep-state uid root $cmd 071 $skip tcp from me to any out via $pif setup keep-state uid jacoulter # Tried this to allow passive ftp from behind firewall - didn't work #$cmd 073 $skip tcp from any to any out via $pif setup keep-state uid root #$cmd 074 $skip tcp from any to any out via $pif setup keep-state uid jacoulter # Allow out ping $cmd 080 $skip icmp from any to any out via $pif keep-state # Allow out Time $cmd 090 $skip tcp from any to any 37 out via $pif setup keep-state # Allow out nntp news (IE: news groups) $cmd 100 $skip tcp from any to any 119 out via $pif setup keep-state # Allow out FTP $cmd 104 $skip tcp from any to any 20 out via $pif setup keep-state $cmd 105 $skip tcp from any to any 21 out via $pif setup keep-state $cmd 106 $skip tcp from any to any 1024-65000 out via $pif setup keep-state # Allow out FTP rules from #http://lantech.geekvenue.net/chucktips/jason/chuck/1023340076/index_html # Didn't work #$cmd 107 add pass log tcp from any 1024-65535 to any 49152-65535 #$cmd 108 add pass log tcp from any to any 21 in recv $pif setup keep-state # Allow out secure FTP, Telnet, and SCP # This function is using SSH (secure shell) $cmd 110 $skip tcp from any to any 22 out via $pif setup keep-state # Allow out whois $cmd 120 $skip tcp from any to any 43 out via $pif setup keep-state # Allow ntp time server $cmd 130 $skip udp from any to any 123 out via $pif keep-state ################################################################# # Interface facing Public internet (Inbound Section) # Interrogate packets originating from the public internet # destine for this gateway server or the private network. ################################################################# # Deny all inbound traffic from non-routable reserved address spaces $cmd 300 deny all from 192.168.0.0/16 to any in via $pif #RFC 1918 private IP $cmd 301 deny all from 172.16.0.0/12 to any in via $pif #RFC 1918 private IP $cmd 302 deny all from 10.0.0.0/8 to any in via $pif #RFC 1918 private IP $cmd 303 deny all from 127.0.0.0/8 to any in via $pif #loopback $cmd 304 deny all from 0.0.0.0/8 to any in via $pif #loopback $cmd 305 deny all from 169.254.0.0/16 to any in via $pif #DHCP auto-config $cmd 306 deny all from 192.0.2.0/24 to any in via $pif #reserved for doc's $cmd 307 deny all from 204.152.64.0/23 to any in via $pif #Sun cluster $cmd 308 deny all from 224.0.0.0/3 to any in via $pif #Class D & E multicast # Deny ident $cmd 315 deny tcp from any to any 113 in via $pif # Deny all Netbios service. 137=name, 138=datagram, 139=session # Netbios is MS/Windows sharing services. # Block MS/Windows hosts2 name server requests 81 $cmd 320 deny tcp from any to any 137 in via $pif $cmd 321 deny tcp from any to any 138 in via $pif $cmd 322 deny tcp from any to any 139 in via $pif $cmd 323 deny tcp from any to any 81 in via $pif # Deny any late arriving packets $cmd 330 deny all from any to any frag in via $pif # Deny ACK packets that did not match the dynamic rule table $cmd 332 deny tcp from any to any established in via $pif # Allow traffic in from ISP's DHCP server. This rule must contain # the IP address of your ISP's DHCP server as it's the only # authorized source to send this packet type. # Only necessary for cable or DSL configurations. # This rule is not needed for 'user ppp' type connection to # the public internet. This is the same IP address you captured # and used in the outbound section. $cmd 360 allow udp from 172.19.17.22 to any 68 in via $pif keep-state # Allow in standard www function because I have apache server #$cmd 370 allow tcp from any to me 80 in via $pif setup limit src-addr 2 $cmd 375 allow tcp from any to me 8888 in via $pif setup limit src-addr 2 # Allow in secure FTP, Telnet, and SCP from public Internet $cmd 380 allow tcp from any to me 22 in via $pif setup limit src-addr 2 #Allow TCP FTP control channel in & data channel out #Added from www.freebsd-howto.com/HOWTO/Ipfw-Advanced-Supplement-HOWTO #Attemping to get passive FTP to work #Didn't work #$cmd 381 allow tcp from any to any 21 in via $pif setup keep-state limit src-addr 4 #$cmd 382 allow tcp from any 20 to any 1024-49151 out via $pif setup keep-state limit src-addr 4 # Allow in any from jacoulter.net #$cmd 385 allow tcp from 66.226.64.13 to me in via $pif setup limit src-addr 2 #$cmd 385 allow tcp from www.jacoulter.net to me in via $pif setup limit src-addr 2 $cmd 385 allow tcp from 66.226.64.13:20 to me in via $pif setup limit src-addr 2 # Allow in non-secure Telnet session from public Internet # labeled non-secure because ID & PW are passed over public # internet as clear text. # Delete this sample group if you do not have telnet server enabled. # $cmd 390 allow tcp from any to me 23 in via $pif setup limit src-addr 2 # Reject & Log all unauthorized incoming connections from the public internet $cmd 500 deny log all from any to any in via $pif # Reject & Log all unauthorized out going connections to the public internet $cmd 550 deny log all from any to any out via $pif # This is skipto location for outbound stateful rules $cmd 800 divert natd ip from any to any out via $pif $cmd 801 allow ip from any to any # Everything else is denied by default # deny and log all packets that fell through to see what they are $cmd 999 deny log all from any to any ################ End of IPFW rules file ############################### ------------------------- # rc.conf # -- sysinstall generated deltas -- # Sun Jul 4 10:40:48 2004 # Created: Sun Jul 4 10:40:48 2004 # 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. hostname="sara.mshome.net" ifconfig_dc1="DHCP" ifconfig_dc0="inet 192.168.1.1 netmask 255.255.255.0" firewall_enable="YES" firewall_script="/etc/ipfw.rules" firewall_logging="YES" kern_securelevel_enable="NO" linux_enable="YES" moused_enable="YES" named_enable="YES" nfs_client_enable="YES" nfs_reserved_port_only="YES" nfs_server_enable="YES" sendmail_enable="NONE" sshd_enable="YES" usbd_enable="YES" ntpd_enable="YES" inetd_enable="YES" gateway_enable="YES" natd_enable="YES" natd_interface="dc1" natd_flags="-dynamic" apache_enable="YES" -- James A. Coulter jacoulter@jacoulter.net http://jacoulter.net From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 15:50:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 537F816A4D4 for ; Sun, 28 Nov 2004 15:50:26 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C9043D58 for ; Sun, 28 Nov 2004 15:50:26 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id D707615D4B for ; Sun, 28 Nov 2004 06:46:18 -0600 (CST) Received: from 81.84.175.77 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 28 Nov 2004 06:46:18 -0600 (CST) Message-ID: <56179.81.84.175.77.1101645978.squirrel@81.84.175.77> Date: Sun, 28 Nov 2004 06:46:18 -0600 (CST) From: klr@6s-gaming.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Cyrus-SASL2-2.1.20 & MySQL crypt'ed passwords X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:50:26 -0000 Hi, Could anyone make this setup work? The patch for 2.1.19 applies cleanly to the ports tree and I can build sasl, but it ignores the settings on smtpd.conf (mainly password_format: crypt). I can auth @ SMTP using the encrypted password I find at the database, but no luck using the plaintext password (which cyrus-sasl should then crypt and check vs the database). -- Meaning the patch is having no effect, it is only checking the password feeded vs the database... Is there any way to have SMTP auth working with MySQL / crypt-stored passwords using postfix+cyrus-sasl2 ? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 15:58:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EA816A4CE for ; Sun, 28 Nov 2004 15:58:17 +0000 (GMT) Received: from mx0.metrocast.net (coltrane-mx.metrocast.net [65.175.128.144]) by mx1.FreeBSD.org (Postfix) with SMTP id 4AA6743D3F for ; Sun, 28 Nov 2004 15:58:17 +0000 (GMT) (envelope-from jbarbieri@metrocast.net) Received: (qmail 20511 invoked from network); 28 Nov 2004 15:58:14 -0000 Received: from xwing.jbarbieri.net (HELO ?10.10.100.109?) (65.175.136.163) by coltrane-mx.metrocast.net with SMTP; 28 Nov 2004 15:58:14 -0000 Message-ID: <41A9F595.9010901@metrocast.net> Date: Sun, 28 Nov 2004 10:58:13 -0500 From: John Barbieri User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: johne edw References: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> In-Reply-To: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: rj-45 connector X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:58:18 -0000 The sequence is important if your running high speed, like GigE, since each pair of wires is wound a bit different for the others. The sequence is: white/orange orange white/green blue white/blue green white/brown brown This is when holding the connector face down (eg, the clip is facing down) http://yoda.uvi.edu/InfoTech/rj45.htm johne edw wrote: >dear sir, >i've 3 computers and i want to connect them togather as a workgroup >network via a hub. i know that the both ends of cable must have the same sequense of color .please advice me if that the color sequence of wires connected to rj-45 connector is important or not?..i mean, in another word, is there a special sequense of color ? or any sequense of color will be valid when the both ends have the same color sequense ? >i wish that response will come on soon........best regards > > > >--------------------------------- >Do you Yahoo!? > Take Yahoo! Mail with you! Get it on your mobile phone. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 16:08:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D8A616A4CE for ; Sun, 28 Nov 2004 16:08:24 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E87D43D1D for ; Sun, 28 Nov 2004 16:08:24 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id 67FFC69A3F; Sun, 28 Nov 2004 11:08:23 -0500 (EST) Date: Sun, 28 Nov 2004 11:08:22 -0500 From: Bill Moran To: Mark Cullen Message-Id: <20041128110822.1f62638b.wmoran@potentialtech.com> In-Reply-To: <41A9F34D.8050903@dsl.pipex.com> References: <41A9F34D.8050903@dsl.pipex.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: lcdproc port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:08:24 -0000 Mark Cullen wrote: > Just to tell you I got the newest version of lcdproc to compile (0.4.5). > I don't have an LCD ready yet, so I don't know if it works.. but it > compiles now. > > Attached is a tar of the patches in the 'files' directory. It seems > there was no need for patch-port anymore, so I removed that and fixed > the configure patch. > > Perhaps someone can test it out and update the port? ports@freebsd.org would be the proper place to post this, as it doesn't seem to have a maintainer currently. Thanks! -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 16:09:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 604FF16A4CE for ; Sun, 28 Nov 2004 16:09:49 +0000 (GMT) Received: from mx1.senokian.com (mx1.senokian.com [213.161.76.115]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D83E43D64 for ; Sun, 28 Nov 2004 16:09:48 +0000 (GMT) (envelope-from nsuk@users.sourceforge.net) Received: (qmail 662 invoked by uid 505); 28 Nov 2004 16:09:47 +0000 Received: from nsuk@users.sourceforge.net by mx1.senokian by uid 501 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.55. Clear:. Processed in 0.601614 secs); 28 Nov 2004 16:09:47 -0000 Received: from unknown (HELO lancelot.corp.senokian.com) (80.168.89.68) by outmail.senokian.com with SMTP; 28 Nov 2004 16:09:46 +0000 From: Jake Stride To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 16:08:49 +0000 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411281608.49648.nsuk@users.sourceforge.net> Subject: JDK Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:09:49 -0000 I seem unable to install JDK14: portupgrade -NRP jdk ---> Found 4 ports matching 'jdk': java/jdk11 java/jdk12 java/jdk13 java/jdk14 Install 'java/jdk11'? [yes] no Install 'java/jdk12'? [yes] no Install 'java/jdk13'? [yes] no Install 'java/jdk14'? [yes] yes ** Port marked as IGNORE: java/jdk14: "is forbidden: Vulnerabilities in the browser plugin" How do I go about ensuring that I can install this please? Thanks Jake From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 16:10:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEF7716A4CE for ; Sun, 28 Nov 2004 16:10:02 +0000 (GMT) Received: from hotmail.com (bay13-f11.bay13.hotmail.com [64.4.31.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA8D543D66 for ; Sun, 28 Nov 2004 16:10:02 +0000 (GMT) (envelope-from martarese@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 28 Nov 2004 08:10:01 -0800 Message-ID: Received: from 213.22.140.117 by by13fd.bay13.hotmail.msn.com with HTTP; Sun, 28 Nov 2004 16:09:04 GMT X-Originating-IP: [213.22.140.117] X-Originating-Email: [martarese@hotmail.com] X-Sender: martarese@hotmail.com In-Reply-To: From: "Marta Resende" To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 16:09:04 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 28 Nov 2004 16:10:01.0678 (UTC) FILETIME=[B6FE46E0:01C4D564] Subject: hdd error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:10:02 -0000 everytime i compile any program, or make world, it gives me that: ad0: WARNING - WRITE_DMA ICRC error (retrying request) LBA=74623 anyone knows what's that ?thx _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 16:09:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68EA916A4E1 for ; Sun, 28 Nov 2004 16:09:56 +0000 (GMT) Received: from ms-smtp-04-eri0.southeast.rr.com (ms-smtp-04-lbl.southeast.rr.com [24.25.9.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id C505743D46 for ; Sun, 28 Nov 2004 16:09:55 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.100] (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) iASG9qCh001967; Sun, 28 Nov 2004 11:09:52 -0500 (EST) Message-ID: <41A9F8E6.7050602@ec.rr.com> Date: Sun, 28 Nov 2004 11:12:22 -0500 From: jason User-Agent: Mozilla Thunderbird 0.8 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Trey Sizemore References: <41A8E362.1070309@fastmail.fm> In-Reply-To: <41A8E362.1070309@fastmail.fm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD-Questions Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:09:56 -0000 Trey Sizemore wrote: > I've just installed FreeBSD 5.3 on my desktop machine (P4 2.8GHz with > 512MB RAM) and cannot get my mouse pointer to move in KDE. It is a > Microsoft Wireless Optical 2.0 mouse (USB) and I have the following > section in my /etc/X11/xorg.conf file: > > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "7" > Option "ZAxisMapping" "4 5" > > I have installed FreeBSD from the disc 1 ISO file and installed > everything by default. I have not done a kernel recomple at this point. > > Is this an issue with my xorg.conf file or a USB issue that requires a > kernel recompile? I did not see anything helpful in the Using X11 in > the manual. > > Thanks for the input! > > -Trey > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > FreeBSD supports the mouse in your system, not x. All xorg.conf is doing is telling x where the mouse is and how to talk to it. You can use a mouse on the command line in FreeBSD to cut and paste. That is just to cool. Try this command: $ dmesg | grep ums Do you get a similar result as below? ums0: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM), rev 1.10/3.00, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. Also try this if yours is different: Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 16:15:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D7D16A54A for ; Sun, 28 Nov 2004 16:15:54 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0911F43D5C for ; Sun, 28 Nov 2004 16:15:54 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.100] (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) iASGFo4R014095; Sun, 28 Nov 2004 11:15:50 -0500 (EST) Message-ID: <41A9FA4D.6080308@ec.rr.com> Date: Sun, 28 Nov 2004 11:18:21 -0500 From: jason User-Agent: Mozilla Thunderbird 0.8 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: johne edw References: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> In-Reply-To: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: rj-45 connector X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:15:54 -0000 johne edw wrote: >dear sir, >i've 3 computers and i want to connect them togather as a workgroup >network via a hub. i know that the both ends of cable must have the same sequense of color .please advice me if that the color sequence of wires connected to rj-45 connector is important or not?..i mean, in another word, is there a special sequense of color ? or any sequense of color will be valid when the both ends have the same color sequense ? >i wish that response will come on soon........best regards > > > >--------------------------------- >Do you Yahoo!? > Take Yahoo! Mail with you! Get it on your mobile phone. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Also you may want to buy a switch if you have not already got a hub. The effective bandwidth between your computers would be like 100mb/3 with a hub. Better yet you could use a BSD machince as a switch/router/internet gateway for your work group. You'll just need a few extra network cards for it, but I think the least expensive way of doing it would be a hub. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 16:22:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4500916A4CE for ; Sun, 28 Nov 2004 16:22:28 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19AF043D1F for ; Sun, 28 Nov 2004 16:22:28 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C1CD35119B; Sun, 28 Nov 2004 08:27:19 -0800 (PST) Date: Sun, 28 Nov 2004 08:27:19 -0800 From: Kris Kennaway To: Mark Rowlands Message-ID: <20041128162719.GA78547@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Make search dead in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:22:28 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 10:47:58AM +0100, Mark Rowlands wrote: > Sometime ....fairly recently, make search in ports stopped working. >=20 > I have installed sysutils/p5-FreeBSD-Portindex-1.1 so I suspected this > was the villain but after removing INDEX and INDEX.db and doing a make > index and portsdb -Uu make search still doesnt work. "Doesn't work" isn't a helpful description of the error. Kris --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqfxnWry0BWjoQKURAjEcAKChkPYmazarMSzTxJIUot3Xxe55BQCeOGl/ DZWCOYqC1TU88XcjMm+TYBI= =3nKZ -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 16:25:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 716A916A4CE for ; Sun, 28 Nov 2004 16:25:23 +0000 (GMT) Received: from mailhost.reuver.org (fia1-7.dsl.hccnet.nl [62.251.7.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 113ED43D4C for ; Sun, 28 Nov 2004 16:25:23 +0000 (GMT) (envelope-from marcel@de.reuver.org) Received: from localhost (localhost.reuver.local [127.0.0.1]) by mailhost.reuver.local (Postfix) with ESMTP id E01395193 for ; Sun, 28 Nov 2004 17:25:21 +0100 (CET) Received: from mailhost.reuver.org ([127.0.0.1]) by localhost (mailhost.reuver.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27422-05 for ; Sun, 28 Nov 2004 17:25:19 +0100 (CET) Received: from pc10 (pc10.reuver.local [10.0.0.150]) by mailhost.reuver.local (Postfix) with SMTP id 91F195087 for ; Sun, 28 Nov 2004 17:25:19 +0100 (CET) From: "Marcel de Reuver" To: Date: Sun, 28 Nov 2004 17:25:20 +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) In-Reply-To: <56179.81.84.175.77.1101645978.squirrel@81.84.175.77> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Scanned: by amavisd-new at reuver.org Subject: RE: Cyrus-SASL2-2.1.20 & MySQL crypt'ed passwords X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:25:23 -0000 > > Could anyone make this setup work? The patch for 2.1.19 applies cleanly to > the ports tree and I can build sasl, but it ignores the settings on > smtpd.conf (mainly password_format: crypt). > > I can auth @ SMTP using the encrypted password I find at the database, but > no luck using the plaintext password (which cyrus-sasl should then crypt > and check vs the database). -- Meaning the patch is having no effect, it > is only checking the password feeded vs the database... > > Is there any way to have SMTP auth working with MySQL / crypt-stored > passwords using postfix+cyrus-sasl2 ? > ---- smtpd.conf -------------------- pwcheck_method: auxprop mech_list: PLAIN LOGIN auxprop_plugin: sql srp_mda: md5 password_format: crypt sql_engine: mysql sql_hostnames: localhost sql_database: postfix sql_user: XXXXXXXXX sql_passwd: XXXXXXXXX sql_verbose: yes sql_select: SELECT password FROM mailbox WHERE username = '%u@%r' ------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 17:30:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BD116A4CE for ; Sun, 28 Nov 2004 17:30:57 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6609843D48 for ; Sun, 28 Nov 2004 17:30:57 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 0F741C3C45B for ; Sun, 28 Nov 2004 12:30:56 -0500 (EST) X-Sasl-enc: d7B5B5crj7vPX2Y7+foW/Q 1101663054 Received: from gumby.localhost (unknown [80.41.101.165]) by frontend2.messagingengine.com (Postfix) with ESMTP id F40AD56F784 for ; Sun, 28 Nov 2004 12:30:54 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 17:31:52 +0000 User-Agent: KMail/1.7.1 References: <20041127225508.GA40229@turingmachine.mentalsiege.net> In-Reply-To: <20041127225508.GA40229@turingmachine.mentalsiege.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411281731.53226.list-freebsd-2004@morbius.sent.com> Subject: Re: Remembering defines for port upgrades. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:30:57 -0000 On Saturday 27 November 2004 22:55, Adam Fabian wrote: >Is there any other/better way to remember build options so > that I don't have to remember them every time I build a port? If you use portupgrade, put your options in /usr/local/etc/pkgtools.conf where there is a section in whch they can be defined per port rather than globally. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 17:38:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6102416A4CE for ; Sun, 28 Nov 2004 17:38:48 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D94243D1D for ; Sun, 28 Nov 2004 17:38:48 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id E7CEC15D43 for ; Sun, 28 Nov 2004 08:34:40 -0600 (CST) Received: from 81.84.175.77 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 28 Nov 2004 08:34:40 -0600 (CST) Message-ID: <56240.81.84.175.77.1101652480.squirrel@81.84.175.77> In-Reply-To: References: <56179.81.84.175.77.1101645978.squirrel@81.84.175.77> Date: Sun, 28 Nov 2004 08:34:40 -0600 (CST) From: klr@6s-gaming.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: RE: Cyrus-SASL2-2.1.20 & MySQL crypt'ed passwords X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:38:48 -0000 That is exactly my smtpd.conf , I don't understand why it doesn't work :/ The password_format directive was incorporated on 2.1.20 ? >> >> Could anyone make this setup work? The patch for 2.1.19 applies cleanly >> to >> the ports tree and I can build sasl, but it ignores the settings on >> smtpd.conf (mainly password_format: crypt). >> >> I can auth @ SMTP using the encrypted password I find at the database, >> but >> no luck using the plaintext password (which cyrus-sasl should then crypt >> and check vs the database). -- Meaning the patch is having no effect, it >> is only checking the password feeded vs the database... >> >> Is there any way to have SMTP auth working with MySQL / crypt-stored >> passwords using postfix+cyrus-sasl2 ? >> > > > ---- smtpd.conf -------------------- > pwcheck_method: auxprop > mech_list: PLAIN LOGIN > auxprop_plugin: sql > srp_mda: md5 > password_format: crypt > sql_engine: mysql > sql_hostnames: localhost > sql_database: postfix > sql_user: XXXXXXXXX > sql_passwd: XXXXXXXXX > sql_verbose: yes > sql_select: SELECT password FROM mailbox WHERE username = '%u@%r' > ------------------------------------- > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 17:40:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE4B116A4CE for ; Sun, 28 Nov 2004 17:40:47 +0000 (GMT) Received: from www.nordlines.ru (nordlines.ru [62.117.91.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6869143D2F for ; Sun, 28 Nov 2004 17:40:47 +0000 (GMT) (envelope-from alexeik@nordlines.ru) Received: from [62.117.91.212] (helo=[172.16.0.56]) by www.nordlines.ru with asmtp (TLSv1:AES256-SHA:256) (SMTP) id 1CYWms-0002m9-Vj for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 21:40:54 +0000 Message-ID: <41AA0DA1.90101@nordlines.ru> Date: Sun, 28 Nov 2004 20:40:49 +0300 From: alexei kozlov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: VPN software X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:40:48 -0000 Hello, list. Just learning the FreeBSD and have one question: currently I am behind the firewall, and to go to internet I (my ISP) setup VPN in windowsxp. On one of my low profile machine (450MHz, K6-II) I set up FreeBSD. I setup ethernet adapter and can connect to other machines. But I can not go out to internet . I new that I need setup vpn in FBSD, but I do not know which one, since I found at least three vpn programs. Which program do you use ? Regards, Alexei From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 17:51:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E09E316A4CF for ; Sun, 28 Nov 2004 17:51:14 +0000 (GMT) Received: from charm.daemonsecurity.com (FW-182-254.go.retevision.es [62.174.254.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A1E43D2F for ; Sun, 28 Nov 2004 17:51:13 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.0.32] (charm.daemonsecurity.com [192.168.0.32]) by charm.daemonsecurity.com (Postfix) with ESMTP id F1A2A17004 for ; Sun, 28 Nov 2004 18:51:03 +0100 (CET) Message-ID: <41AA0FF6.1000208@locolomo.org> Date: Sun, 28 Nov 2004 18:50:46 +0100 From: Erik Norgaard User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041114 X-Accept-Language: en, en-us, da, it, es MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" References: <41A8D1FA.8030005@locolomo.org> <41A8D7D0.8020400@gldis.ca> <41A8DB45.5070505@locolomo.org> In-Reply-To: <41A8DB45.5070505@locolomo.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Solved: Lost MBR/wrong disk geometry X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:51:15 -0000 Erik Norgaard wrote: > Jeremy Faulkner wrote: >> 'fdisk -B' didn't work? > Nope :-( I have installed gpart, it complians* dd if=/dev/zero of=/dev/ad0 bs=512 count=32 fdisk -BI ad0 dd if=/dev/zero of=/dev/ad0s1 bs=512 count=32 bsdlabel -w -B ad0s1 did the job. I think I shouldn't have specified -w in the last command because it created a root partition taking the whole disk which I then had to delete. But, at least I'm up booting :-) Cheers, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 17:58:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ACC616A4CE for ; Sun, 28 Nov 2004 17:58:12 +0000 (GMT) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDD343D1F for ; Sun, 28 Nov 2004 17:58:11 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=redshift.localdomain) by ptb-relay03.plus.net with esmtp (Exim) id 1CYTJK-000N5h-SB for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 17:58:10 +0000 From: Mark Ovens To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 17:57:09 +0000 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> <41A8F587.2090706@freebsd.org> <41A8FF16.7090100@fastmail.fm> In-Reply-To: <41A8FF16.7090100@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411281757.09367.marko@freebsd.org> Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:58:12 -0000 On Sat November 27 2004 22:26, Trey Sizemore wrote: > Mark Ovens wrote: > > Trey Sizemore wrote: > >> I've just installed FreeBSD 5.3 on my desktop machine (P4 2.8GHz with > >> 512MB RAM) and cannot get my mouse pointer to move in KDE. It is a > >> Microsoft Wireless Optical 2.0 mouse (USB) and I have the following > >> section in my /etc/X11/xorg.conf file: > >> > >> Driver "mouse" > >> Option "Protocol" "Auto" > >> Option "Device" "/dev/sysmouse" > >> Option "Buttons" "7" > >> Option "ZAxisMapping" "4 5" > >> > >> I have installed FreeBSD from the disc 1 ISO file and installed > >> everything by default. I have not done a kernel recomple at this point. > >> > >> Is this an issue with my xorg.conf file or a USB issue that requires > >> a kernel recompile? I did not see anything helpful in the Using X11 > >> in the manual. > > > > They don't work :-( I have to run mine on PS/2 via an adaptor. There > > is a patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/70607 to > > fix this. I tried the first version of the patch; the mouse worked but > > there were other problems. There have been several modifications done > > to the patch since then that I haven't tried. > > I've just tried mine by using the PS/2 adaptor and it's not working here > either. The light on the 'base station' doesn't stay on. Is your > xorg.conf different than mine? > Slightly: Identifier "Mouse1" Driver "mouse" Option "Protocol" "sysmouse" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" I don't use the tiltwheel - it annoys me - hence Buttons set to 5 Regards, Mark From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:03:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D2916A4CE for ; Sun, 28 Nov 2004 18:03:47 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C184643D55 for ; Sun, 28 Nov 2004 18:03:45 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so323717rne for ; Sun, 28 Nov 2004 10:03:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=FQKyl1bCVubh42+Z2iYBZy1pSmggO6gV9SUFrDHQALmQLiaAQEW/Tb0ui2m16pZc62oCns2qac++tc5TV4uWrL8yBRdpnw7N2e7xe+R+liMvK+wkKRrJBo5PwrOSpkCkF1ijGo9snbS9EYqF9ESKc9UVpiDTwHNUf6sxfzS1XrM= Received: by 10.38.92.16 with SMTP id p16mr1218303rnb; Sun, 28 Nov 2004 10:03:42 -0800 (PST) Received: by 10.38.72.48 with HTTP; Sun, 28 Nov 2004 10:03:42 -0800 (PST) Message-ID: Date: Sun, 28 Nov 2004 19:03:42 +0100 From: Gert Cuykens To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041127133242.52ca4bd1@dolphin.local.net> Subject: Re: Make Depend X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:03:48 -0000 On Sun, 28 Nov 2004 18:57:51 +0100, Gert Cuykens wrote: > On Sat, 27 Nov 2004 15:44:52 -0500 (EST), John Mills > > > wrote: > > Freebies - > > > > > > > > On Sat, 27 Nov 2004, Conrad J. Sabatier wrote: > > > > > On Sat, 27 Nov 2004 09:43:17 +0100, Gert Cuykens > > > wrote: > > > > > > > "A Makefile rule that typically scans all C/C++ source files in a > > > > directory, and generates rules that indicate that an object file > > > > depends on certain header files, and must be recompiled if they are > > > > recompiled." > > > > > > > > i dont understand this. how can a object depend on something that is > > > > not compiled yet? Would the freebsd world not be a happier place if > > > > make did the dependancy thingies what ever they are automatically ? > > ... > > > > > > > Re: dependencies, it should be simple to understand if you give it a > > > moment's thought. Let's say you have a file "main.c" that calls > > > functions in "foo.c". In order for main.c to compile and link properly > > > to create a complete, executable program, it's absolutely essential that > > > foo.c be compiled and linked in as well. > > > > > What Makefile dependencies are about is ensuring that, if a change is > > > made to foo.c, it will be recompiled and relinked with main.c to > > > guarantee that the final executable is up to date in all respects. > > > > Certainly a sensible point, but not the way I understood 'makedepend' to > > work. > > > > As Conrad said, 'make' can be directed to compare the currency of the > > files upon which a particular product file (compiled object, library, > > executable, or other type) depends, so that all product files for which > > the components have changed _are_ rebuilt, but a maximum number of product > > files (i.e., unchanged objects being linked into a library) are > > unnecessarily rebuilt. Many of these rules I put in manually. > > > > 'make' only knows some 'generic' rules (what is done to change a *.c into > > a *.o, for example), plus the explicit dependencies I have written into my > > Makefile. 'makedepend' is a way to automatically generate the > > file-specific rules that can be deduced from a [source] file's own > > contents: usually those secondary files that are brought into it by > > '#include' pragmas. These auxiliary rules are written onto the Makefile > > and become part of it. These files are not necessarily separately > > compiled; I find your definition a bit misleading on this. > > > > 'makedepend' is given a list of files to scan, and places to look for > > included files. My 'depend' rule looks like this: > > > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > depend: > > makedepend -- $(CFLAGS) -- $(SRCS) -- $(INCLUDES) > > > > # DO NOT DELETE THIS LINE -- make depend depends on it. > > > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > That funky last line really tells 'makedepend' where it should write the > > new rules onto my Makefile. Before using a Makefile on a group of sources, > > or when source files are added to the build, I remove all the generate > > rules which have been added below the '# DO NOT DELETE ...' line and > > rebuild the 'depend' target - which is the Makefile itself: > > > > $ make depend > > > > Typical rules automagically added by 'makedepend' are: > > > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > ... > > BufRing.o: ../Llcommon/SEBase.h StdAfx.h BufRing.h > > Camera.o: ../Llcommon/SEBase.h StdAfx.h ../Llcommon/commonStruct.h > > Camera.o: ../Llcommon/secureeye.h ../Llcommon/memCtrl.h > > Camera.o: ../Llcommon/retCodes.h ../Llcommon/LiveShare.h Camera.h > > Camera.o: ../Llcommon/Common.h Pump.h BufRing.h CamData.h Snap.h INet.h > > Camera.o: Player.h > > INet.o: ../Llcommon/SEBase.h StdAfx.h /usr/include/stdlib.h > > ... > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > The effect of these added rules is that if I change [say] 'BufRing.h' then > > do 'make all', 'BufRing.c' and 'Camera.c' would be recompiled, but not > > necessarily 'INet.c' > > > > 'make' isn't very bright, but (like 'cpp') it can be _very_ handy. > > > > - John Mills > > john.m.mills@alum.mit.edu > > > > so we have some machine code A from a compiled object file and we have machine code B from a other compiled object file. While A is running it points to B to do some stuff. so if i understand it right without make depend we would had to recompile A and B if A needed some source changes. with make depend we only need to recompile A that also means make depend is only a shortcut, if i dont use make depend and just do make it will just compile everything right ? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:10:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2860216A4CE for ; Sun, 28 Nov 2004 18:10:28 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 952FC43D45 for ; Sun, 28 Nov 2004 18:10:27 +0000 (GMT) (envelope-from aeder@list.ru) Received: from [82.179.204.50] (port=63459 helo=gateway.my.home) by mx1.mail.ru with esmtp id 1CYTVC-000Lup-00; Sun, 28 Nov 2004 21:10:26 +0300 Received: from [10.0.1.5] (megagame.my.home [10.0.1.5]) by gateway.my.home (8.12.6/8.12.6) with ESMTP id iASIAPeK000894; Sun, 28 Nov 2004 21:10:25 +0300 (MSK) (envelope-from aeder@list.ru) Message-ID: <41AA14D4.608@list.ru> Date: Sun, 28 Nov 2004 21:11:32 +0300 From: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCU0LXRgNC10LLRj9C90LrQvg==?= User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?UTF-8?B?SmltbXkgTcOka2Vsw6QgfCBMb29waWEgV2ViYmhvdGVsbCBBQg==?= References: <045701c4d543$2ff2c160$c600a8c0@i11> In-Reply-To: <045701c4d543$2ff2c160$c600a8c0@i11> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam: Not detected cc: freebsd-questions@freebsd.org Subject: Re: Timezone conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:10:28 -0000 Jimmy Mäkelä | Loopia Webbhotell AB wrote: > Hi > > I'm trying to convert a date from one timezone into another using the > date-command, but I can't seem to get it to work. > > The problem can be illustrated as below, though in reality I get the > date from another source of course, otherwise I wouldn't have to do this. > > Take a date in some timezone other than your own, in this example I > generate the current time in UTC: > >> TZ=UTC date +"%d %b %Y %H:%M:%S %z" > > 28 Nov 2004 12:02:18 +0000 > > Try to use date -j to convert a date of this format into the default > display-format: > >> TZ=CET date -j -f "%d %b %Y %H:%M:%S %z" "28 Nov 2004 12:02:18 +0000" > > Warning: Ignoring 5 extraneous characters in date string (+0000) > Sun Nov 28 12:02:18 CET 2004 > > The result is wrong of course because the timezone is ignored even > though i specify %z in the format-string. The date in CET should be > 13:02:18. > > Now the question; does anyone know why the %z is ignored? Am I missing > something, and if so what? > > The man-page for the -f parameter states "Parsing is done using > strptime(3)." and since strptime allows %z I was assuming that the > example above should work. > > I would be really thankful for some help in getting around this. > > Thanks in advance. > > Best regards, > Jimmy Mäkelä > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > Try the following: 1. Output date in seconds from epoch SECONDS=$(date ... "+%s") 2. Change the time zone. TZ=CET export TZ date -r $SECONDS Best regards, Alexander Derevianko. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:18:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA5B816A4CE for ; Sun, 28 Nov 2004 18:18:56 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC3143D55 for ; Sun, 28 Nov 2004 18:18:56 +0000 (GMT) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=[192.168.0.2]) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1CYTdM-0001Zt-00 for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 13:18:52 -0500 Date: Sun, 28 Nov 2004 13:18:55 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: Gerard@FreeBSD.ORG, Seibert@FreeBSD.ORG Message-Id: <20041128131330.BCC5.GERARD-SEIBERT@rcn.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.12.01 [en] Subject: Error message with 'portupgrade' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gerard-seibert@rcn.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:18:56 -0000 I just updated to FreeBSD 5.3. While running 'portupgrade' the following non fatal error message is displayed: Vulnerability check disabled, dada base not found I do not remember seeing this when I had version 5.2.1 installed. Obviously I have forgotten to do something, but I cannot remember what. Could someone kindly assist me? Thanks! Gerard E. Seibert gerard-seibert@rcn.com An appeaser is one who feeds a crocodile--hoping it will eat him last. --Sir Winston Leonard Spencer Churchill From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:21:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98A416A4CE for ; Sun, 28 Nov 2004 18:21:11 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C8943D31 for ; Sun, 28 Nov 2004 18:21:11 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AAF635119B; Sun, 28 Nov 2004 10:26:02 -0800 (PST) Date: Sun, 28 Nov 2004 10:26:02 -0800 From: Kris Kennaway To: Gerard Seibert Message-ID: <20041128182602.GA10327@xor.obsecurity.org> References: <20041128131330.BCC5.GERARD-SEIBERT@rcn.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <20041128131330.BCC5.GERARD-SEIBERT@rcn.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Error message with 'portupgrade' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:21:12 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 01:18:55PM -0500, Gerard Seibert wrote: > I just updated to FreeBSD 5.3. While running 'portupgrade' the following > non fatal error message is displayed: >=20 > Vulnerability check disabled, dada base not found >=20 > I do not remember seeing this when I had version 5.2.1 installed. > Obviously I have forgotten to do something, but I cannot remember what. > Could someone kindly assist me? man portaudit Kris --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqhg6Wry0BWjoQKURAtzkAKCGy0R93SWMpOyYHNGZFGke24YusACg2eRX cfRVRaTNgI9YZua35EFaGt0= =a/+s -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:22:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B3D16A4CE for ; Sun, 28 Nov 2004 18:22:05 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B043D43D2D for ; Sun, 28 Nov 2004 18:22:04 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 0023060D7; Sun, 28 Nov 2004 12:22:03 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73336-04; Sun, 28 Nov 2004 12:21:51 -0600 (CST) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 6E9936114; Sun, 28 Nov 2004 12:21:51 -0600 (CST) Message-ID: <41AA1745.2070903@makeworld.com> Date: Sun, 28 Nov 2004 12:21:57 -0600 From: Chris User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: gerard-seibert@rcn.com References: <20041128131330.BCC5.GERARD-SEIBERT@rcn.com> In-Reply-To: <20041128131330.BCC5.GERARD-SEIBERT@rcn.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.2.0 (20041102) at makeworld.com - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: Re: Error message with 'portupgrade' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:22:05 -0000 Gerard Seibert wrote: > I just updated to FreeBSD 5.3. While running 'portupgrade' the following > non fatal error message is displayed: > > Vulnerability check disabled, dada base not found > > I do not remember seeing this when I had version 5.2.1 installed. > Obviously I have forgotten to do something, but I cannot remember what. > Could someone kindly assist me? > > Thanks! > > > Gerard E. Seibert > gerard-seibert@rcn.com Install portaudit -- Best regards, Chris The repairman will never have seen a model quite like yours before. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:22:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9017A16A4CE for ; Sun, 28 Nov 2004 18:22:17 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E0A43D39 for ; Sun, 28 Nov 2004 18:22:17 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2F91F512B6; Sun, 28 Nov 2004 10:27:08 -0800 (PST) Date: Sun, 28 Nov 2004 10:27:08 -0800 From: Kris Kennaway To: Kris Kennaway Message-ID: <20041128182708.GA10357@xor.obsecurity.org> References: <20041128131330.BCC5.GERARD-SEIBERT@rcn.com> <20041128182602.GA10327@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <20041128182602.GA10327@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i cc: Gerard Seibert cc: freebsd-questions@freebsd.org Subject: Re: Error message with 'portupgrade' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:22:17 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 10:26:02AM -0800, Kris Kennaway wrote: > On Sun, Nov 28, 2004 at 01:18:55PM -0500, Gerard Seibert wrote: > > I just updated to FreeBSD 5.3. While running 'portupgrade' the following > > non fatal error message is displayed: > >=20 > > Vulnerability check disabled, dada base not found > >=20 > > I do not remember seeing this when I had version 5.2.1 installed. > > Obviously I have forgotten to do something, but I cannot remember what. > > Could someone kindly assist me? >=20 > man portaudit Er, by which I mean, 'see the portaudit port'. Kris --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqhh7Wry0BWjoQKURAvtFAKCyjcWjVy8zk51BEoBuKCu5QkOjWACggjXP jo//+mOYxmwgnhmVXJ7U8Jg= =QWOE -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:28:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 750FF16A4CE; Sun, 28 Nov 2004 18:28:04 +0000 (GMT) Received: from ispmxmta05-srv.alltel.net (ispmxmta05-srv.alltel.net [166.102.165.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEAA043D48; Sun, 28 Nov 2004 18:28:02 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta05-srv.alltel.net with ESMTP <20041128182802.VEEU5505.ispmxmta05-srv.alltel.net@[192.168.0.3]>; Sun, 28 Nov 2004 12:28:02 -0600 Message-ID: <41AA18BC.5010400@fastmail.fm> Date: Sun, 28 Nov 2004 13:28:12 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Ovens References: <41A8E362.1070309@fastmail.fm> <41A8F587.2090706@freebsd.org> <41A8FF16.7090100@fastmail.fm> <200411281757.09367.marko@freebsd.org> In-Reply-To: <200411281757.09367.marko@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:28:04 -0000 Mark Ovens wrote: >On Sat November 27 2004 22:26, Trey Sizemore wrote: > > >>Mark Ovens wrote: >> >> >>>Trey Sizemore wrote: >>> >>> >>>>I've just installed FreeBSD 5.3 on my desktop machine (P4 2.8GHz with >>>>512MB RAM) and cannot get my mouse pointer to move in KDE. It is a >>>>Microsoft Wireless Optical 2.0 mouse (USB) and I have the following >>>>section in my /etc/X11/xorg.conf file: >>>> >>>>Driver "mouse" >>>>Option "Protocol" "Auto" >>>>Option "Device" "/dev/sysmouse" >>>>Option "Buttons" "7" >>>>Option "ZAxisMapping" "4 5" >>>> >>>>I have installed FreeBSD from the disc 1 ISO file and installed >>>>everything by default. I have not done a kernel recomple at this point. >>>> >>>>Is this an issue with my xorg.conf file or a USB issue that requires >>>>a kernel recompile? I did not see anything helpful in the Using X11 >>>>in the manual. >>>> >>>> >>>They don't work :-( I have to run mine on PS/2 via an adaptor. There >>>is a patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/70607 to >>>fix this. I tried the first version of the patch; the mouse worked but >>>there were other problems. There have been several modifications done >>>to the patch since then that I haven't tried. >>> >>> >>I've just tried mine by using the PS/2 adaptor and it's not working here >>either. The light on the 'base station' doesn't stay on. Is your >>xorg.conf different than mine? >> >> >> > >Slightly: > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "sysmouse" > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > >I don't use the tiltwheel - it annoys me - hence Buttons set to 5 > > Hmmm...not sure why mine's not working then. Is your mouse the wireless version? Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light purple color ). Thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:37:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B800816A4CE for ; Sun, 28 Nov 2004 18:37:52 +0000 (GMT) Received: from s42.loopia.se (s42.loopia.se [194.9.94.4]) by mx1.FreeBSD.org (Postfix) with SMTP id B083043D39 for ; Sun, 28 Nov 2004 18:37:51 +0000 (GMT) (envelope-from jimmy@loopia.se) Received: (qmail 49881 invoked from network); 28 Nov 2004 18:37:55 -0000 Received: from s27.loopia.se (194.9.95.3) by s42.loopia.se with SMTP; 28 Nov 2004 18:37:55 -0000 Received: from s27.loopia.se (localhost [127.0.0.1]) by s27.loopia.se (8.12.9p2/8.12.9) with ESMTP id iASIbl0V085239; Sun, 28 Nov 2004 19:37:47 +0100 (CET) (envelope-from jimmy@loopia.se) Received: (from www@localhost) by s27.loopia.se (8.12.9p2/8.12.9/Submit) id iASIblVF085238; Sun, 28 Nov 2004 19:37:47 +0100 (CET) (envelope-from jimmy@loopia.se) X-Authentication-Warning: s27.loopia.se: www set sender to jimmy@loopia.se using -f Received: from me-0-9-5b-c4-a6-b.2.cust.bredband2.com (me-0-9-5b-c4-a6-b.2.cust.bredband2.com [82.209.148.245]) by webbmail.loopia.se (IMP) with HTTP for ; Sun, 28 Nov 2004 19:37:47 +0100 Message-ID: <1101667067.41aa1afb03304@webbmail.loopia.se> Date: Sun, 28 Nov 2004 19:37:47 +0100 From: jimmy@loopia.se To: aeder@list.ru References: <045701c4d543$2ff2c160$c600a8c0@i11> <41AA14D4.608@list.ru> In-Reply-To: <41AA14D4.608@list.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 / FreeBSD-4.9 X-Originating-IP: 82.209.148.245 cc: freebsd-questions@freebsd.org Subject: Re: Timezone conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:37:52 -0000 Quoting : > Try the following: > 1. Output date in seconds from epoch > SECONDS=$(date ... "+%s") > 2. Change the time zone. > TZ=CET > export TZ > date -r $SECONDS Yes, but I have dates in the format specified in the earlier mail (with a different timezone-offset) and want to convert them to the current timezone. The first step was just to get an example. So 28 Nov 2004 12:02:18 +0000 in the example is not the current time, it is a time which I got from an external source (and I can not assume that the date is in UTC). For your example to work the "..." would still have to include %z in its format-string, and this doesn't seem to work (if I'm not doing something stupid, if so please tell me). Thanks for your response anyway. Any more takers? Best regards, Jimmy Mäkelä From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:50:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FCB116A4CE for ; Sun, 28 Nov 2004 18:50:40 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E494343D5F for ; Sun, 28 Nov 2004 18:50:39 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.70.47]) by mta10.adelphia.netESMTP <20041128185039.RHDF18426.mta10.adelphia.net@default.chvlva.adelphia.net> for ; Sun, 28 Nov 2004 13:50:39 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 2AF2A5D47; Sun, 28 Nov 2004 13:53:34 -0500 (EST) Date: Sun, 28 Nov 2004 13:53:34 -0500 From: Parv To: freebsd-questions@freebsd.org Message-ID: <20041128185333.GA24199@moo.holy.cow> Mail-Followup-To: freebsd-questions@freebsd.org References: <20041128112146.GA1696@oliverfuchs.onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041128112146.GA1696@oliverfuchs.onlinehome.de> Subject: Re: what does "rm //" delete? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: f-q@chvlva.adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:50:40 -0000 in message <20041128112146.GA1696@oliverfuchs.onlinehome.de>, wrote Oliver Fuchs thusly... > > I had a directory which contained the following: > > ls showed me simple this: "?" with 0 bytes > ls -axl showed me nothing Try ... ls -lia ... and then, note the inode number in left, your left that is, most column which will be used in ... find . -inum -type d -print0 \ | xargs -0 rm -riv > rm -R // > > This was a big mistake which I noticed soon enough (some files in > /bin were deleted) ... what I want to know is what exactly is > > rm -R // > > deleting. It seems that it is deleting everything? Yes, using '//' is same as '/' in some shells. Try this in a sh-like shell (sh, bash [23], ksh93) ... for shell in sh csh tcsh bash ksh93 blah do shell=$(which $shell) [ -z "$shell" ] && continue echo "checking shell $shell" $shell -c 'cd //usr///local/////bin && echo $PWD && pwd' echo done ... here is what i get in some shells (bash is bash 3) ... checking shell /bin/bash //usr/local/bin //usr/local/bin checking shell /usr/local/bin/ksh93 /usr/local/bin /usr/local/bin - Parv -- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 18:55:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9405E16A4CE for ; Sun, 28 Nov 2004 18:55:04 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2237C43D48 for ; Sun, 28 Nov 2004 18:55:04 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 7FA2F60E2; Sun, 28 Nov 2004 12:55:03 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87166-01; Sun, 28 Nov 2004 12:54:51 -0600 (CST) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 037C860CD; Sun, 28 Nov 2004 12:54:50 -0600 (CST) Message-ID: <41AA1F01.7080404@makeworld.com> Date: Sun, 28 Nov 2004 12:54:57 -0600 From: Chris User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Fuchs References: <20041128112146.GA1696@oliverfuchs.onlinehome.de> In-Reply-To: <20041128112146.GA1696@oliverfuchs.onlinehome.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.2.0 (20041102) at makeworld.com - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: Re: what does "rm //" delete? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:55:04 -0000 Oliver Fuchs wrote: > Hi, > > I had a directory which contained the following: > > ls showed me simple this: "?" with 0 bytes > ls -axl showed me nothing > > So I tried to delete the directory but could not succeed with "rm -R" > because the "directory is not empty". I changed to the directory and tried > to delete everything inside with "rm *" but also did not succeed. It seemed > that the file had no name. So than I did a mistake and wanted to delete the > file with no name with the operation: > > rm -R // > > This was a big mistake which I noticed soon enough (some files in /bin were > deleted). I could repair the damage but what I want to know is what exactly > is > > rm -R // > > deleting. It seems that it is deleting everything? > > Thanx in advance > > Oliver > When you have a filename that is odd, I use the syntax: rm "whatever the file name is" Enclosing it in "" works well for me. -- Best regards, Chris Forgive and remember. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 19:00:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D19A16A4CE for ; Sun, 28 Nov 2004 19:00:47 +0000 (GMT) Received: from web51102.mail.yahoo.com (web51102.mail.yahoo.com [206.190.38.144]) by mx1.FreeBSD.org (Postfix) with SMTP id DF0F843D46 for ; Sun, 28 Nov 2004 19:00:46 +0000 (GMT) (envelope-from raincip@yahoo.com) Received: (qmail 84848 invoked by uid 60001); 28 Nov 2004 19:00:46 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=SOvkYOD5nQZe4DubUzX8iEI35izAYPjS+k9UDEwg6NMhq8ZsxC8YQDE7g0I6yPyiMszdxcOGX68e3278k/4/LMMAXGpckV/zXKNxbPKz8QzR8LXwjUse9YUPWC4ydrHmUIyjtd3mdK63cYPY99YOdEjCZdz8DTu8UhaHAeA4NDU= ; Message-ID: <20041128190045.84846.qmail@web51102.mail.yahoo.com> Received: from [67.177.237.27] by web51102.mail.yahoo.com via HTTP; Sun, 28 Nov 2004 11:00:45 PST Date: Sun, 28 Nov 2004 11:00:45 -0800 (PST) From: rain cip To: Joshua Lokken In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: Re: How to boot FreeBSD from a slave IDE disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:00:47 -0000 Thanks, Joshua. This appears to be the easiest way to add multiple OSs. I installed gag and added another Linux OS parition in no time. Great tool! rain Joshua Lokken wrote: On Thu, 25 Nov 2004 20:26:38 -0800 (PST), rain cip wrote: > Hello, > > I hope I can get some help from this list to figure out how to boot FreeBSD from a slave drive. My PC has two disks. The sysinstall sees both: ad0 and ad3. My hardware configuration is such: > > ad0 -- primary IDE, master (all for Win2k) > ad3 -- secondary IDE, slave (all for FreeBSD 5.3) > > > > > I know I must have done something wrong. But what did I do wrong? I'm not sure. I know that I use a tool called GAG to boot mutliple OSes from assorted locations, and it has always worked very well for me. http://gag.sourceforge.net/ HTH, -- Joshua Lokken Open Source Advocate --------------------------------- Do you Yahoo!? The all-new My Yahoo! – What will yours do? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 19:02:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D362716A4CE for ; Sun, 28 Nov 2004 19:02:32 +0000 (GMT) Received: from sffwd0.suedfactoring.de (port-212-202-224-251.static.qsc.de [212.202.224.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1119743D2D for ; Sun, 28 Nov 2004 19:02:31 +0000 (GMT) (envelope-from agruner@suedfactoring.de) Received: from pcs28.suedfac.com ([10.4.1.99])ESMTP id iASJ2RTT022439 for ; Sun, 28 Nov 2004 20:02:27 +0100 Received: by pcs28.suedfac.com (Postfix, from userid 1001) id 3AA2AC23F; Tue, 23 Nov 2004 12:00:43 +0100 (CET) Date: Tue, 23 Nov 2004 12:00:42 +0100 From: "Axel S. Gruner" To: freebsd-questions@freebsd.org Message-ID: <20041123110042.GA709@pcs28.suedfactoring.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: SuedFactoring GmbH Adress1: 70191 Stuttgart Adress2: Heilbronnerstrasse 86 Phone: (+49)711/127-3865 User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new Subject: Kernel with PAE does not build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: axel.gruner@suedfactoring.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:02:32 -0000 Hi, we have in our IBM x345 Server 4GB of RAM. So we need the option PAE in our kernel. But a buildkernel gave me: /usr/src/sys/dev/amd/amd.c: In function `amd_action': /usr/src/sys/dev/amd/amd.c:466: warning: cast from pointer to integer of different size *** Error code 1 Stop in /usr/obj/usr/src/sys/SFBACKUP. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. What could be the problem? FreeBSD 5.3-STABLE. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 19:04:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D94216A4CE for ; Sun, 28 Nov 2004 19:04:39 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2045443D39 for ; Sun, 28 Nov 2004 19:04:39 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.70.47]) by mta11.adelphia.netESMTP <20041128190438.HTCN19338.mta11.adelphia.net@default.chvlva.adelphia.net> for ; Sun, 28 Nov 2004 14:04:38 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 709B05D47; Sun, 28 Nov 2004 14:07:38 -0500 (EST) Date: Sun, 28 Nov 2004 14:07:38 -0500 From: Parv To: freebsd-questions@freebsd.org Message-ID: <20041128190738.GA25187@moo.holy.cow> Mail-Followup-To: freebsd-questions@freebsd.org References: <20041128112146.GA1696@oliverfuchs.onlinehome.de> <20041128185333.GA24199@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041128185333.GA24199@moo.holy.cow> Subject: Re: what does "rm //" delete? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:04:39 -0000 in message <20041128185333.GA24199@moo.holy.cow>, wrote Parv thusly... > > for shell in sh csh tcsh bash ksh93 blah ^ ^ ^ ^ Sorry, that "blah" shell was there only to test for existence of a shell which i forgot to remove. Of course. > do > shell=$(which $shell) > [ -z "$shell" ] && continue ... > done - Parv -- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 19:07:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D8916A4CE for ; Sun, 28 Nov 2004 19:07:24 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E0AF43D39 for ; Sun, 28 Nov 2004 19:07:24 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0C919512C2; Sun, 28 Nov 2004 11:12:16 -0800 (PST) Date: Sun, 28 Nov 2004 11:12:15 -0800 From: Kris Kennaway To: Mark Rowlands Message-ID: <20041128191215.GA10779@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: Make search dead in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:07:24 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 07:13:26PM +0100, Mark Rowlands wrote: > =20 >=20 > > -----Original Message----- > > From: Kris Kennaway [mailto:kris@obsecurity.org]=20 > > Sent: Sunday, November 28, 2004 5:27 PM > > To: Mark Rowlands > > Cc: freebsd-questions@freebsd.org > > Subject: Re: Make search dead in ports? > >=20 > > On Sun, Nov 28, 2004 at 10:47:58AM +0100, Mark Rowlands wrote: > > > Sometime ....fairly recently, make search in ports stopped working. > > >=20 > > > I have installed sysutils/p5-FreeBSD-Portindex-1.1 so I=20 > > suspected this=20 > > > was the villain but after removing INDEX and INDEX.db and=20 > > doing a make=20 > > > index and portsdb -Uu make search still doesnt work. > >=20 > > "Doesn't work" isn't a helpful description of the error. > >=20 > > Kris > >=20 >=20 > That's true...sorry...stupid hat was on >=20 > zero result...no error......=20 Can you do a 'ls -l /usr/ports/INDEX*' for me? Kris --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqiMPWry0BWjoQKURAkEnAKCSpVlaTBDemiPWQu0To4rW7VnAYACgtkh4 5Rgytm9pTrGewSnl6SJ9vuc= =iMIi -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 19:27:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF55116A4CE for ; Sun, 28 Nov 2004 19:27:18 +0000 (GMT) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id A408243D48 for ; Sun, 28 Nov 2004 19:27:18 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=redshift.localdomain) by ptb-relay01.plus.net with esmtp (Exim) id 1CYUhX-000Eex-PW for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 19:27:15 +0000 From: Mark Ovens To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 19:27:10 +0000 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> <200411281757.09367.marko@freebsd.org> <41AA18BC.5010400@fastmail.fm> In-Reply-To: <41AA18BC.5010400@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411281927.10285.marko@freebsd.org> Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:27:19 -0000 On Sun November 28 2004 18:28, Trey Sizemore wrote: > > Hmmm...not sure why mine's not working then. Is your mouse the wireless > version? Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light > purple color ). > Yes, same as mine. You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you connected it to the PS/2 port, didn't you? Regards, Mark From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 19:35:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6020F16A4CE; Sun, 28 Nov 2004 19:35:02 +0000 (GMT) Received: from ispmxmta09-srv.alltel.net (ispmxmta09-srv.alltel.net [166.102.165.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C62443D41; Sun, 28 Nov 2004 19:35:01 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta09-srv.alltel.net with ESMTP <20041128193500.YGIX6770.ispmxmta09-srv.alltel.net@[192.168.0.3]>; Sun, 28 Nov 2004 13:35:00 -0600 Message-ID: <41AA286F.6090800@fastmail.fm> Date: Sun, 28 Nov 2004 14:35:11 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Ovens References: <41A8E362.1070309@fastmail.fm> <200411281757.09367.marko@freebsd.org> <41AA18BC.5010400@fastmail.fm> <200411281927.10285.marko@freebsd.org> In-Reply-To: <200411281927.10285.marko@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:35:02 -0000 Mark Ovens wrote: >On Sun November 28 2004 18:28, Trey Sizemore wrote: > > >>Hmmm...not sure why mine's not working then. Is your mouse the wireless >>version? Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light >>purple color ). >> >> >> > >Yes, same as mine. > >You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you connected >it to the PS/2 port, didn't you? > > > I'll have to check...I'm doing a portupgrade right now, so I'll have to check when that finishes. Thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 19:41:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03EB816A50F for ; Sun, 28 Nov 2004 19:41:21 +0000 (GMT) Received: from turing.cs.hmc.edu (turing.cs.hmc.edu [134.173.42.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C8943D1F for ; Sun, 28 Nov 2004 19:41:20 +0000 (GMT) (envelope-from mac@cs.hmc.edu) Received: by turing.cs.hmc.edu (Postfix, from userid 34126) id 6E36F53252; Sun, 28 Nov 2004 11:41:20 -0800 (PST) Date: Sun, 28 Nov 2004 11:41:20 -0800 From: Mac Mason To: freebsd-questions@freebsd.org Message-ID: <20041128194119.GB3673@turing.cs.hmc.edu> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WhfpMioaduB5tiZL" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Starting gconcat / gstripe at boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mac@cs.hmc.edu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:41:21 -0000 --WhfpMioaduB5tiZL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable So, I have a pair of disks I'd like to put into a mirror with /usr on them; this is 5.3-RELEASE, so using vinum is out of the question. It looks to me like gstripe will do the trick; all that is necessary is that the module get loaded before boot tries to mount /usr. Can this be done? (I also have a concatenated pair I'd like to use for something else, but it's not boot-critical, and I imagine answering one question answers both) Thanks! --Mac --=20 Mac Mason mac@cs.hmc.edu Computer Science '06 (909)-607-3129 Harvey Mudd College =20 --WhfpMioaduB5tiZL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (SunOS) iD8DBQFBqinf1AphoTGXiN0RAjBSAKCKrpiyLaidPtmsIzRc8nZ+JtMfJQCcCQTm iU9tO4SBdAxrTGFPQOiZsAw= =WJ5m -----END PGP SIGNATURE----- --WhfpMioaduB5tiZL-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 20:13:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A7516A4CE for ; Sun, 28 Nov 2004 20:13:06 +0000 (GMT) Received: from shared10.hosting.flyingcroc.net (shared10.hosting.flyingcroc.net [207.246.149.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF8443D39 for ; Sun, 28 Nov 2004 20:13:04 +0000 (GMT) (envelope-from dpk@dpk.net) Received: from shared10.hosting.flyingcroc.net (localhost [127.0.0.1]) iASKD4cR093678 for ; Sun, 28 Nov 2004 12:13:04 -0800 (PST) Received: from localhost (dpk@localhost)ESMTP id iASKD4Dp093675 for ; Sun, 28 Nov 2004 12:13:04 -0800 (PST) X-Authentication-Warning: shared10.hosting.flyingcroc.net: dpk owned process doing -bs Date: Sun, 28 Nov 2004 12:13:04 -0800 (PST) From: dpk X-X-Sender: dpk@shared10.hosting.flyingcroc.net To: questions@freebsd.org Message-ID: <20041128120629.Y76584@shared10.hosting.flyingcroc.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Server throwing "NMI ISA 20, EISA ff" messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:13:06 -0000 We have various servers, with various versions of FreeBSD throwing these NMI messages: NMI ISA 3c, EISA ff NMI ISA 2c, EISA ff NMI ISA 20, EISA ff There's no information about this anywhere that I can see, but at least two other people have had the problem according to Google searches. If tripwire is running while one of these messages appears, sometimes it shows false alarms about files, indicating either memory or drive controller problems, maybe? At first we thought it might just be dodgy hardware. We were only getting the first two errors on some of our older 2U white box machines. However, this morning, we just got the third error (just prior to a complete freeze) on a modern Dell 1750, 1GB RAM, 2.8Ghz. The kernel source reveals nothing of use about what these errors could be. Does anyone have a chart of what the numbers next to ISA mean, or have any ideas where I should turn for answers? Thanks! I'm off-list, so please Cc: me on any replies. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 20:24:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F0F216A4CE for ; Sun, 28 Nov 2004 20:24:18 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A1243D1F for ; Sun, 28 Nov 2004 20:24:18 +0000 (GMT) (envelope-from fenomenoxp2@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so438602wri for ; Sun, 28 Nov 2004 12:24:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=qCn93AXzehav826raOcT0waku7lGGnTor3E5Lrg8FzTnqvp6oMbhuK4BGddPPYSQnVCaYHnGRUT4w0uGGLkO7Gi+vknvYt5Wpn96V3o0JQ369lP2zs1dmC61Cbup2rUfGe9fkji1p1aW4NlEc4BLjYs35s8czWDohz0Veg3dk4w= Received: by 10.54.43.63 with SMTP id q63mr463144wrq; Sun, 28 Nov 2004 12:24:17 -0800 (PST) Received: by 10.54.46.47 with HTTP; Sun, 28 Nov 2004 12:24:17 -0800 (PST) Message-ID: Date: Sun, 28 Nov 2004 21:24:17 +0100 From: Emil Khatib To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: APM and/or ppp doing strange things X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Emil Khatib List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:24:18 -0000 Hi list. I've got a very strange problem with FreeBSD 4.10 and APM. After waking up the machine after a zzz, ppp will dials up but nothing works; I have no ftp access, www navigators don't work, etc ... I've got FreeBSD installed on a HP Pavilion 8515. Everything else seems to work just fine. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 20:44:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE1316A4CE for ; Sun, 28 Nov 2004 20:44:16 +0000 (GMT) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F1843D48 for ; Sun, 28 Nov 2004 20:44:16 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=redshift.localdomain) by ptb-relay02.plus.net with esmtp (Exim) id 1CYVu3-000JYG-JT for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 20:44:15 +0000 From: Mark Ovens To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 20:44:10 +0000 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> <200411281927.10285.marko@freebsd.org> <41AA286F.6090800@fastmail.fm> In-Reply-To: <41AA286F.6090800@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411282044.10356.marko@freebsd.org> Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:44:16 -0000 On Sun November 28 2004 19:35, Trey Sizemore wrote: > Mark Ovens wrote: > >On Sun November 28 2004 18:28, Trey Sizemore wrote: > >>Hmmm...not sure why mine's not working then. Is your mouse the wireless > >>version? Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light > >>purple color ). > > > >Yes, same as mine. > > > >You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you > > connected it to the PS/2 port, didn't you? > > I'll have to check...I'm doing a portupgrade right now, so I'll have to > check when that finishes. > I've just applied the patch in PR kern/70607 and it works just fine - although I've not tested the tilt wheel because, as I said, I don't use it so I'm not sure how to set it up in FreeBSD. Regards, Mark From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 21:03:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D6716A4CF; Sun, 28 Nov 2004 21:03:16 +0000 (GMT) Received: from ispmxmta05-srv.alltel.net (ispmxmta05-srv.alltel.net [166.102.165.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 116FA43D3F; Sun, 28 Nov 2004 21:03:15 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta05-srv.alltel.net with ESMTP <20041128210314.XHID5505.ispmxmta05-srv.alltel.net@[192.168.0.3]>; Sun, 28 Nov 2004 15:03:14 -0600 Message-ID: <41AA3D1A.70702@fastmail.fm> Date: Sun, 28 Nov 2004 16:03:22 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Ovens References: <41A8E362.1070309@fastmail.fm> <200411281927.10285.marko@freebsd.org> <41AA286F.6090800@fastmail.fm> <200411282044.10356.marko@freebsd.org> In-Reply-To: <200411282044.10356.marko@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:03:17 -0000 Mark Ovens wrote: >On Sun November 28 2004 19:35, Trey Sizemore wrote: > > >>Mark Ovens wrote: >> >> >>>On Sun November 28 2004 18:28, Trey Sizemore wrote: >>> >>> >>>>Hmmm...not sure why mine's not working then. Is your mouse the wireless >>>>version? Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light >>>>purple color ). >>>> >>>> >>>Yes, same as mine. >>> >>>You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you >>>connected it to the PS/2 port, didn't you? >>> >>> >>I'll have to check...I'm doing a portupgrade right now, so I'll have to >>check when that finishes. >> >> >> > >I've just applied the patch in PR kern/70607 and it works just fine - although >I've not tested the tilt wheel because, as I said, I don't use it so I'm not >sure how to set it up in FreeBSD. > > > When you say it works fine, do you mean you've attached the mouse via USB? I'm new to FreeBSD, so how do I apply this patch to get the mouse to work? Thanks again. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 21:27:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB8116A4CF for ; Sun, 28 Nov 2004 21:27:18 +0000 (GMT) Received: from epz01.nefonline.de (epz01.nefonline.de [212.204.66.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA7F443D2F for ; Sun, 28 Nov 2004 21:27:17 +0000 (GMT) (envelope-from J.Keil@gmx.de) Received: from sillium.dyndns.org (DSL01.212.114.234.116.NEFkom.net [212.114.234.116]) by epz01.nefonline.de (NEFkom Mailservice) with SMTP id iASLRFq05913 for ; Sun, 28 Nov 2004 22:27:15 +0100 Received: (qmail 36361 invoked from network); 28 Nov 2004 21:27:15 -0000 Received: from semeon.lokal.lan (HELO ?127.0.0.1?) (192.168.1.7) by columbus.lokal.lan with SMTP; 28 Nov 2004 21:27:15 -0000 Message-ID: <41AA42B1.1090700@gmx.de> Date: Sun, 28 Nov 2004 22:27:13 +0100 From: Jochen Keil User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: 5.3-Release/Stable Problems with ichsmb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:27:18 -0000 Hi all. Recently i've got a dual Mainboard and one of the first things i tried was the smbus stuff. I knew that i had to put device smb and device smbus in my kernel configuration file plus a specific driver. After some googl'ing i figured out that i need the ichsmb driver in order to access the chip. So i compiled a kernel with the smb and smp stuff and after rebooting i wondered why i didn't have /dev/smb?. Loading the modules wasn't possible because they were already compiled into the kernel except the ichsmb module which gave me an error that there was no file called "ichsmb.ko" available. Checking /boot/kernel i realized that this was true. After compiling a second time (i updated to 5.3-release meanwhile) the error was still there an no /dev/smb? for me. Looking into the make.conf manpage showed me that i could try with MODULES_OVERRIDE. Trying "make MODULES_OVERRIDE=ichsmb buildkernel KERNCONF=FOO" ended with an error in ichsmb which isn't in /usr/src/sys/modules. Playing around in the sources (trying to copy sys/dev/ichsmb to sys/modules, editing some Makefiles and so on) didn't give me better results. I'm currently compiling a GENERIC Kernel (without SMP) with device smb/smbus/ichsmb but i don't expect to much from it because the module isn't available in a plain GENERIC. You guys are my last hope is there a chance of getting ichsmb somehow compiled or am i doing something wrong? Hope to hear from you real soon, greetings, Jochen Keil From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 21:34:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F9B16A4CE for ; Sun, 28 Nov 2004 21:34:06 +0000 (GMT) Received: from asmtp01.eresmas.com (asmtp05.eresmas.com [62.81.235.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id C419A43D1F for ; Sun, 28 Nov 2004 21:34:05 +0000 (GMT) (envelope-from ea1abz@wanadoo.es) Received: from [192.168.108.54] (helo=mx01.eresmas.com) by asmtp01.eresmas.com with esmtp (Exim 4.30) id 1CYWgE-0002TD-6m; Sun, 28 Nov 2004 22:34:02 +0100 Received: from [80.103.8.65] (helo=[80.103.8.65]) by mx01.eresmas.com with asmtp (Exim 4.41) id 1CYWgE-0000IA-Ox; Sun, 28 Nov 2004 22:34:03 +0100 Message-ID: <41AA086D.6000003@wanadoo.es> Date: Sun, 28 Nov 2004 18:18:37 +0100 From: Ramiro Aceves User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <41A9C6A4.7040304@wanadoo.es> In-Reply-To: <41A9C6A4.7040304@wanadoo.es> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.7 (/) X-Spam-Score: 0.7 (/) cc: Ted Mittelstaedt Subject: Re: I can not install FreeBSD 5.3 in an old Pentium 100 MHz X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:34:06 -0000 Hello Ted and FreeBSD fans, I have tried the FreeBSD 4.10 boot floppies and they work. I am still thinking about why 5.3 fails. I have tried some hint.*.*.*="*" that I found searching on the Internet but it does not work. I would like installing FreeBSD in that old machine. I had Debian woody working well there. Thanks. Ramiro. Ramiro Aceves wrote: > Hello Ted: > > Thanks for your help. I tried that before without success. I am going to > download 4.10 floppies and I will tell you the result. > Thanks. > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 21:35:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B41116A4CE for ; Sun, 28 Nov 2004 21:35:00 +0000 (GMT) Received: from euler.math.washington.edu (euler.math.washington.edu [128.95.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F238443D2D for ; Sun, 28 Nov 2004 21:34:59 +0000 (GMT) (envelope-from doherty@math.washington.edu) Received: from [10.95.224.4] (zeno1.math.washington.edu [128.95.224.4]) iASLYwqW004367 for ; Sun, 28 Nov 2004 13:34:59 -0800 Date: Sun, 28 Nov 2004 13:34:58 -0800 (PST) From: Davis Doherty To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.28.0.18; VDF 6.28.0.93 Subject: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:35:00 -0000 I just put a fresh install of FreeBSD 4.10 from CD on my Presario 1610 laptop (ancient!), and I'm trying to get a Linksys WPC11 wireless card working with my home network. The wireless card uses the Prism 2 chipset, and was recognized when I plugged it in. I did 'wicontrol -n "my network SSID"' and 'wicontrol -p 1'. I then tried to set up the card via DHCP in /stand/sysinstall, and failed, so I set the network information manually. However, ifconfig -a still showed "status: no carrier." So I tried 'wicontrol -r 2432' thinking that I might need to have the RTS set to agree with my wireless AP, but still no luck. Except for a brief moment of connectivity, I remain unable to connect. All this took place about 5 feet from the AP, which is not using WEP, so signal should not be an issue. Is there something I'm missing in my setup here? -Davis From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:08:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4710116A4CE for ; Sun, 28 Nov 2004 22:08:50 +0000 (GMT) Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224]) by mx1.FreeBSD.org (Postfix) with SMTP id A1E6343D2F for ; Sun, 28 Nov 2004 22:08:48 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 34491 invoked from network); 28 Nov 2004 22:08:47 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 28 Nov 2004 22:08:47 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-questions@freebsd.org, mac@cs.hmc.edu Date: Sun, 28 Nov 2004 23:08:29 +0100 User-Agent: KMail/1.7 References: <20041128194119.GB3673@turing.cs.hmc.edu> In-Reply-To: <20041128194119.GB3673@turing.cs.hmc.edu> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411282308.46681.4711@chello.at> Subject: Re: Starting gconcat / gstripe at boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:08:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 28 November 2004 20:41, Mac Mason wrote: > So, I have a pair of disks I'd like to put into a mirror with /usr on > them; this is 5.3-RELEASE, so using vinum is out of the question. > > It looks to me like gstripe will do the trick; If you want to run a mirror (raid1) w/o using gvinum, gmirror does the trick. > all that is necessary is > that the module get loaded before boot tries to mount /usr. > > Can this be done? Yes! 'man 8 loader.conf' contains information on boot-time module loading. An example - if you want geom_stripe.ko loading at boot-time just put the line 'geom_stripe_load="YES"' into your /boot/loader.conf. > (I also have a concatenated pair I'd like to use for something else, but > it's not boot-critical, and I imagine answering one question answers both) > > Thanks! > > --Mac - -- Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqkxu09WjGjvKU74RAu8EAJsGrG8380czle5sRJifyZSATEus+gCfVP2/ TzPHJKIMK+Q2C0uvptQjW20= =65G5 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:16:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5369616A4CE for ; Sun, 28 Nov 2004 22:16:49 +0000 (GMT) Received: from moghedien.mukappabeta.net (moghedien.mukappabeta.net [194.145.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE76743D55 for ; Sun, 28 Nov 2004 22:16:48 +0000 (GMT) (envelope-from mkb@mukappabeta.de) Received: from [192.168.2.10] (pD9E68062.dip.t-dialin.net [217.230.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by moghedien.mukappabeta.net (Postfix) with ESMTP id 384662D66; Sun, 28 Nov 2004 23:12:12 +0100 (CET) Message-ID: <41AA4E49.5000003@mukappabeta.de> Date: Sun, 28 Nov 2004 23:16:41 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Davis Doherty References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:16:49 -0000 Davis Doherty wrote: > The wireless card uses the Prism 2 chipset, and was recognized when I > plugged it in. I did 'wicontrol -n "my network SSID"' and 'wicontrol -p try setting the ssid with ifconfig, and see if that makes a difference. -- Matthias Buelow; mkb@{mukappabeta,informatik.uni-wuerzburg}.de From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:22:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F03A16A4CE; Sun, 28 Nov 2004 22:22:05 +0000 (GMT) Received: from ispmxmta06-srv.alltel.net (ispmxmta06-srv.alltel.net [166.102.165.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id A818143D41; Sun, 28 Nov 2004 22:22:03 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta06-srv.alltel.net with ESMTP <20041128222203.IYMN27305.ispmxmta06-srv.alltel.net@[192.168.0.3]>; Sun, 28 Nov 2004 16:22:03 -0600 Message-ID: <41AA4F94.1010600@fastmail.fm> Date: Sun, 28 Nov 2004 17:22:12 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Ovens References: <41A8E362.1070309@fastmail.fm> <200411281757.09367.marko@freebsd.org> <41AA18BC.5010400@fastmail.fm> <200411281927.10285.marko@freebsd.org> In-Reply-To: <200411281927.10285.marko@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:22:05 -0000 Mark Ovens wrote: >On Sun November 28 2004 18:28, Trey Sizemore wrote: > > >>Hmmm...not sure why mine's not working then. Is your mouse the wireless >>version? Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light >>purple color ). >> >> >> > >Yes, same as mine. > >You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you connected >it to the PS/2 port, didn't you? > > Actually, the only entries I have in /etc/rc.conf are: ifconfig_vr0="DHCP" linux_enable="YES" usbd_enable="YES" What does this line look like? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:24:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E657D16A4CE for ; Sun, 28 Nov 2004 22:24:17 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD51843D1D for ; Sun, 28 Nov 2004 22:24:17 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4D199512AF; Sun, 28 Nov 2004 14:29:10 -0800 (PST) Date: Sun, 28 Nov 2004 14:29:10 -0800 From: Kris Kennaway To: Mark Rowlands Message-ID: <20041128222910.GA73500@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: Make search dead in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:24:18 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 11:16:13PM +0100, Mark Rowlands wrote: > > > > On Sun, Nov 28, 2004 at 10:47:58AM +0100, Mark Rowlands wrote: > > > > > Sometime ....fairly recently, make search in ports=20 > > stopped working. > > > > >=20 > > > > > I have installed sysutils/p5-FreeBSD-Portindex-1.1 so I > > > > suspected this > > > > > was the villain but after removing INDEX and INDEX.db and > > > > doing a make > > > > > index and portsdb -Uu make search still doesnt work. > > > >=20 > > > > "Doesn't work" isn't a helpful description of the error. > > > >=20 > > > > Kris > > > >=20 > > >=20 > > > That's true...sorry...stupid hat was on > > >=20 > > > zero result...no error......=20 > >=20 > > Can you do a 'ls -l /usr/ports/INDEX*' for me? > >=20 > > Kris >=20 > Haha...you suspect I may be an idiot ;-)....... > S'ok...it's not the first time......and I suspect not entirely > grounded in fiction >=20 > -rw-r--r-- 1 root wheel 6296046 Nov 28 05:37 /usr/ports/INDEX > -rw-r--r-- 1 root wheel 13681664 Nov 28 05:43 /usr/ports/INDEX.db > -rw-r--r-- 1 root wheel 13650944 Nov 26 05:22 /usr/ports/INDEX.db.old > -rw-r--r-- 1 root wheel 6278054 Nov 26 05:21 /usr/ports/INDEX.old >=20 > Other factors that may be of interest. Same problem does not occur > on my 5.3 machine :- cvsupped today and installed p5-portindex.=20 > Make search works, Deleted INDEX* did a make index and portsdb -uU > and make search works. >=20 > Could it be related to which version of DB is in effect?.... > (blind guesswork) Does it work if you use 'make fetchindex' to get a pristine index? Kris --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqlE1Wry0BWjoQKURAnhUAKDtEs+hbf8jX5PJ+/TAkhUPllCCUACg/nYZ GSiEO6vu0p0kh4XqUtMKp5Q= =dyM5 -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:24:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D3A16A4CE for ; Sun, 28 Nov 2004 22:24:40 +0000 (GMT) Received: from smtp.io.com (smtp.io.com [206.224.87.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0248343D67 for ; Sun, 28 Nov 2004 22:24:40 +0000 (GMT) (envelope-from eighner@io.com) Received: from io.com (aus-as1-38.io.com [199.170.90.38]) by smtp.io.com (8.13.1/8.13.1) with SMTP id iASMOboo016657; Sun, 28 Nov 2004 16:24:38 -0600 (CST) (envelope-from eighner@io.com) Date: Sun, 28 Nov 2004 16:20:32 -0600 (CST) From: Lars Eighner To: Jake Stride In-Reply-To: <200411281608.49648.nsuk@users.sourceforge.net> Message-ID: <20041128161523.J98189@goodwill.io.com> References: <200411281608.49648.nsuk@users.sourceforge.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV 0.80/533/Sat Oct 16 20:09:44 2004 clamav-milter version 0.80j on smtp.io.com X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: JDK Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:24:40 -0000 On Sun, 28 Nov 2004, Jake Stride wrote: > I seem unable to install JDK14: > > portupgrade -NRP jdk > ---> Found 4 ports matching 'jdk': > java/jdk11 > java/jdk12 > java/jdk13 > java/jdk14 > Install 'java/jdk11'? [yes] no > Install 'java/jdk12'? [yes] no > Install 'java/jdk13'? [yes] no > Install 'java/jdk14'? [yes] yes > ** Port marked as IGNORE: java/jdk14: > "is forbidden: Vulnerabilities in the browser plugin" > > How do I go about ensuring that I can install this please? If you can't figure this out for yourself, maybe you shouldn't be told. Anyway, comment out the forbidden line in the Makefile. Well, that would work for most "forbidden" ports, but so far as I can tell, jdk14 won't build anyway. After a very long compile it will come to a grinding halt with: Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location /usr/local/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Curren cyData.java:1: 'class' or 'in terface' expected Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location ^ /usr/local/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/Curren cyData.java:1: unclosed chara cter literal Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location ^ 2 errors gmake[4]: *** [.compile.classlist] Error 1 gmake[4]: Leaving directory `/usr/local/ports/java/jdk14/work/j2se/make/java/java' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/usr/local/ports/java/jdk14/work/j2se/make/java/java' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/local/ports/java/jdk14/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/local/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/local/ports/java/jdk14. -- Lars Eighner eighner@io.com -finger for geek code- http://www.io.com/~eighner/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:31:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C548016A4CE for ; Sun, 28 Nov 2004 22:31:38 +0000 (GMT) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404EB43D41 for ; Sun, 28 Nov 2004 22:31:38 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=redshift.localdomain) by ptb-relay03.plus.net with esmtp (Exim) id 1CYXZw-000N19-8U for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 22:31:36 +0000 From: Mark Ovens To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 22:31:30 +0000 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> <200411281927.10285.marko@freebsd.org> <41AA4F94.1010600@fastmail.fm> In-Reply-To: <41AA4F94.1010600@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411282231.30591.marko@freebsd.org> Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:31:38 -0000 On Sun November 28 2004 22:22, Trey Sizemore wrote: > Mark Ovens wrote: > >On Sun November 28 2004 18:28, Trey Sizemore wrote: > >>Hmmm...not sure why mine's not working then. Is your mouse the wireless > >>version? Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light > >>purple color ). > > > >Yes, same as mine. > > > >You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you > > connected it to the PS/2 port, didn't you? > > Actually, the only entries I have in /etc/rc.conf are: > ifconfig_vr0="DHCP" > linux_enable="YES" > usbd_enable="YES" > > What does this line look like? Here's what I have: moused_enable="yes" # Run the mouse daemon. moused_type="auto" # See man page for rc.conf(5) for available settings. moused_port="/dev/ums0" # Set to your mouse port. moused_flags="" # Any additional flags to moused. Regards, Mark From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:37:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE04316A4CE for ; Sun, 28 Nov 2004 22:37:41 +0000 (GMT) Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8BA43D58 for ; Sun, 28 Nov 2004 22:37:41 +0000 (GMT) (envelope-from doug@safeport.com) Received: from pemaquid.safeport.com (localhost [127.0.0.1]) iASMbcDL010400 for ; Sun, 28 Nov 2004 17:37:38 -0500 (EST) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost)iASMbbvq010397 for ; Sun, 28 Nov 2004 17:37:38 -0500 (EST) (envelope-from doug@safeport.com) X-Authentication-Warning: pemaquid.safeport.com: doug owned process doing -bs Date: Sun, 28 Nov 2004 17:37:37 -0500 (EST) From: doug@safeport.com To: freebsd-questions@FreeBSD.ORG Message-ID: <20041128162838.V8270@pemaquid.safeport.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: /dev/dsp busy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:37:41 -0000 I need help in finding the reason for the /dev/dsp busy message. fstat does not show any process using /dev/dsp. I am running 5.3 with xorg, kde 3.3. When KDE starts, /dev/dsp tests busy which directs arts to /dev/null. There are no processes using /dev/dsp. I can play CDs using either kcd or 'cdcontrol -f /dev/acd0 play 1', so I think the sound card is setup okay. However something is wrong since 'cat filename > /dev/dsp' produces no sound. My configuration: ls -l /dev/dsp crw-rw-rw- 1 root wheel 30, 3 Nov 28 16:04 /dev/dsp cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at I/O port 0x1400 irq 5 kld snd_maestro (4p/0r/0v channels duplex default) loader.conf: snd_maestro_load="YES" dmesg: pcm0: port 0x1400-0x14ff irq 5 at device 8.0 on pci0 pcm0: pcm0: [GIANT-LOCKED] pcm0: port 0x1400-0x14ff irq 5 at device 8.0 on pci0 pcm0: pcm0: [GIANT-LOCKED] Thanks for any pointers. _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:42:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E155D16A4CE for ; Sun, 28 Nov 2004 22:42:00 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADCA43D39 for ; Sun, 28 Nov 2004 22:42:00 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id B3AF915D20 for ; Sun, 28 Nov 2004 13:37:39 -0600 (CST) Received: from 81.84.175.77 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 28 Nov 2004 13:37:39 -0600 (CST) Message-ID: <56723.81.84.175.77.1101670659.squirrel@81.84.175.77> In-Reply-To: References: <56240.81.84.175.77.1101652480.squirrel@81.84.175.77> Date: Sun, 28 Nov 2004 13:37:39 -0600 (CST) From: klr@6s-gaming.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: RE: Cyrus-SASL2-2.1.20 & MySQL crypt'ed passwords X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:42:01 -0000 It is accessing the database properly. SASL isn't even trying to check vs an encrypted password, if I feed it (at the SMTP auth) with the encrypted password I find at the database, it will accept it (like if it was a plaintext-password) >> >> That is exactly my smtpd.conf , I don't understand why it doesn't work >> :/ >> >> The password_format directive was incorporated on 2.1.20 ? >> >> >> >> > ---- smtpd.conf -------------------- >> > pwcheck_method: auxprop >> > mech_list: PLAIN LOGIN >> > auxprop_plugin: sql >> > srp_mda: md5 >> > password_format: crypt >> > sql_engine: mysql >> > sql_hostnames: localhost >> > sql_database: postfix >> > sql_user: XXXXXXXXX >> > sql_passwd: XXXXXXXXX >> > sql_verbose: yes >> > sql_select: SELECT password FROM mailbox WHERE username = '%u@%r' >> > ------------------------------------- >> > > In this setup Sasl expects the passwords MD5 encrypted, not standaard UNIX > crypt. Restart MySQL with the parameter --log and see what activity is > logged. > > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:44:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B4516A4D2 for ; Sun, 28 Nov 2004 22:44:11 +0000 (GMT) Received: from smtp1.bahnhof.se (smtp1.bahnhof.se [213.80.101.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E468C43D48 for ; Sun, 28 Nov 2004 22:44:10 +0000 (GMT) (envelope-from mark.rowlands@mypost.se) Received: from mfilter2.bahnhof.se (mail.bahnhof.se [213.136.33.1]) by smtp1.bahnhof.se (Postfix) with ESMTP id 1DACF1F760A; Sun, 28 Nov 2004 23:44:11 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by re-injector2.bahnhof.se (Postfix) with ESMTP id B9E82AA52F; Sun, 28 Nov 2004 23:44:09 +0100 (CET) Received: from smtp4.bahnhof.se ([213.136.33.1]) by localhost (mfilter2.bahnhof.se [10.0.1.22]) (amavisd-new, port 10024) with ESMTP id 04408-06; Sun, 28 Nov 2004 23:44:08 +0100 (CET) Received: from pcmarpxy.mine.nu (unknown [81.170.150.191]) by smtp4.bahnhof.se (Postfix) with ESMTP id 82FF012E389; Sun, 28 Nov 2004 23:44:07 +0100 (CET) Received: from localhost (localhost.mwrwin2k.se [127.0.0.1]) by pcmarpxy.mine.nu (Postfix) with ESMTP id 6A56A1055A; Sun, 28 Nov 2004 23:44:08 +0100 (CET) Received: from pcmarpxy.mine.nu ([127.0.0.1]) by localhost (pcmarpxy.mine.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53126-04; Sun, 28 Nov 2004 23:44:05 +0100 (CET) Received: from exchsrv1.mwrwin2k.se (kalendar.mine.nu [192.168.0.4]) by pcmarpxy.mine.nu (Postfix) with ESMTP id 7D95110516; Sun, 28 Nov 2004 23:44:05 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Sun, 28 Nov 2004 23:44:05 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Make search dead in ports? thread-index: AcTVmXtbPJsTRiU1RqObyNfv4sRV+gAAjzVw From: "Mark Rowlands" To: "Kris Kennaway" X-Virus-Scanned: by amavisd-new at bahnhof.se cc: freebsd-questions@freebsd.org Subject: RE: Make search dead in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:44:12 -0000 =20 > -----Original Message----- > From: Kris Kennaway [mailto:kris@obsecurity.org]=20 > Sent: Sunday, November 28, 2004 11:29 PM > To: Mark Rowlands > Cc: Kris Kennaway; freebsd-questions@freebsd.org > Subject: Re: Make search dead in ports? >=20 > On Sun, Nov 28, 2004 at 11:16:13PM +0100, Mark Rowlands wrote: > > > > > On Sun, Nov 28, 2004 at 10:47:58AM +0100, Mark Rowlands wrote: > > > > > > Sometime ....fairly recently, make search in ports > > > stopped working. > > > > > >=20 > > > > > > I have installed sysutils/p5-FreeBSD-Portindex-1.1 so I > > > > > suspected this > > > > > > was the villain but after removing INDEX and INDEX.db and > > > > > doing a make > > > > > > index and portsdb -Uu make search still doesnt work. > > > > >=20 > > > > > "Doesn't work" isn't a helpful description of the error. > > > > >=20 > > > > > Kris > > > > >=20 > > > >=20 > > > > That's true...sorry...stupid hat was on > > > >=20 > > > > zero result...no error......=20 > > >=20 > > > Can you do a 'ls -l /usr/ports/INDEX*' for me? > > >=20 > > > Kris > >=20 > > Haha...you suspect I may be an idiot ;-)....... > > S'ok...it's not the first time......and I suspect not entirely=20 > > grounded in fiction > >=20 > > -rw-r--r-- 1 root wheel 6296046 Nov 28 05:37 /usr/ports/INDEX > > -rw-r--r-- 1 root wheel 13681664 Nov 28 05:43 /usr/ports/INDEX.db > > -rw-r--r-- 1 root wheel 13650944 Nov 26 05:22=20 > /usr/ports/INDEX.db.old > > -rw-r--r-- 1 root wheel 6278054 Nov 26 05:21=20 > /usr/ports/INDEX.old > >=20 > > Other factors that may be of interest. Same problem does=20 > not occur on =20 > > my 5.3 machine :- cvsupped today and installed p5-portindex. > > Make search works, Deleted INDEX* did a make index and=20 > portsdb -uU and=20 > > make search works. > >=20 > > Could it be related to which version of DB is in effect?.... > > (blind guesswork) >=20 > Does it work if you use 'make fetchindex' to get a pristine index? >=20 > Kris That works fine From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:57:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B47516A4CE for ; Sun, 28 Nov 2004 22:57:02 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C8B43D41 for ; Sun, 28 Nov 2004 22:57:01 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 15B0F512B9; Sun, 28 Nov 2004 15:01:56 -0800 (PST) Date: Sun, 28 Nov 2004 15:01:55 -0800 From: Kris Kennaway To: Mark Rowlands Message-ID: <20041128230155.GA78281@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: Make search dead in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:57:02 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 11:44:05PM +0100, Mark Rowlands wrote: > > Does it work if you use 'make fetchindex' to get a pristine index? > >=20 > > Kris >=20 >=20 > That works fine Something must be broken with your locally-built index then. Can you make it available on a website somewhere so I can download it? Kris --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqljjWry0BWjoQKURAomfAJ9EZoF3q5Hhov5t7ODRJAOsV7xk0ACggk/Y oxS7d7LmSVSe1WptfBTCb4g= =2awl -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 22:58:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8BCC16A4CE for ; Sun, 28 Nov 2004 22:58:51 +0000 (GMT) Received: from debian.akroteq.com (rdbck-static-72.palmer.mtaonline.net [12.17.141.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E4D43D1F for ; Sun, 28 Nov 2004 22:58:51 +0000 (GMT) (envelope-from andy@firman.us) Received: from andy by debian.akroteq.com with local (Exim 4.34) id 1CYY0G-0000yN-NM for FreeBSD-questions@FreeBSD.org; Sun, 28 Nov 2004 13:58:48 -0900 Date: Sun, 28 Nov 2004 13:58:48 -0900 From: Andy Firman To: FreeBSD-questions@FreeBSD.org Message-ID: <20041128225848.GA3664@akroteq.com> References: <20041126170200.93B7416A4D0@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041126170200.93B7416A4D0@hub.freebsd.org> User-Agent: Mutt/1.5.6i Subject: Re: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Firman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:58:52 -0000 On Fri, Nov 26, 2004 at 05:02:00PM +0000, Greg Lehey wrote: > Have you found a problem with the book, or maybe something confusing? Please > let me know: I'm constantly updating it. I bought your book back in August...the 4th edition I think. Great book! I recently took on a job managing several FreeBSD servers and the book brought me up to speed very quickly. I am a former Linux addict and am now addicted to FreeBSD. Just wanted to throw out a compliment in front of the group. Andy From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 23:10:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8DD516A4CE for ; Sun, 28 Nov 2004 23:10:46 +0000 (GMT) Received: from ispmxmta06-srv.alltel.net (ispmxmta06-srv.alltel.net [166.102.165.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2D143D1F for ; Sun, 28 Nov 2004 23:10:44 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta06-srv.alltel.net with ESMTP <20041128231044.JSIC27305.ispmxmta06-srv.alltel.net@[192.168.0.3]> for ; Sun, 28 Nov 2004 17:10:44 -0600 Message-ID: <41AA5AFC.2090902@fastmail.fm> Date: Sun, 28 Nov 2004 18:10:52 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to edit file in single user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:10:46 -0000 I made a typo in rc.conf and now am able to boot only into single user mode. I thought vi would be available to edit the file, but cannot execute it (vi not found). How can I edit my rc.conf at this point/ Thanks a lot. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 23:14:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2DAC16A4CE for ; Sun, 28 Nov 2004 23:14:21 +0000 (GMT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9EF043D45 for ; Sun, 28 Nov 2004 23:14:20 +0000 (GMT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.12.11/8.12.11) with ESMTP id iASNHfbe073834; Sun, 28 Nov 2004 20:17:41 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Sun, 28 Nov 2004 20:17:41 -0300 (ART) From: Fernando Gleiser To: Trey Sizemore In-Reply-To: <41AA5AFC.2090902@fastmail.fm> Message-ID: <20041128201638.N66254@cactus.fi.uba.ar> References: <41AA5AFC.2090902@fastmail.fm> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -104.901 () BAYES_00,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.42 cc: freebsd-questions@freebsd.org Subject: Re: How to edit file in single user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:14:21 -0000 On Sun, 28 Nov 2004, Trey Sizemore wrote: > I made a typo in rc.conf and now am able to boot only into single user > mode. I thought vi would be available to edit the file, but cannot > execute it (vi not found). How can I edit my rc.conf at this point/ After you drop into single user, say the magic words: # mount -a that will mount all the filesystems and then vi will be available. Fer From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 23:21:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF66816A4CE for ; Sun, 28 Nov 2004 23:21:57 +0000 (GMT) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4988F43D31 for ; Sun, 28 Nov 2004 23:21:57 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from [81.174.174.115] (helo=3bsd.cpcnw.co.uk) by ptb-relay02.plus.net with smtp (Exim) id 1CYYMe-000Q07-6C for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 23:21:56 +0000 Date: Sun, 28 Nov 2004 23:20:30 +0000 From: Graham Bentley To: freebsd-questions@freebsd.org Message-Id: <20041128232030.02695378.gbentley@uk2.net> In-Reply-To: <20041124120113.1666916A4CE@hub.freebsd.org> References: <20041124120113.1666916A4CE@hub.freebsd.org> Organization: Custom PC North West X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.9; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Marked as Broken - where next? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:21:58 -0000 Hi All, I was follwing this tutorial http://www.bsdnews.org/01/vcd.php but was halted abruptly when the build of transcode required mpeg4ip - which is marked as broken (Im running 5.3) So, I thought I would take a look at AcidRIP out of curiosity to see if it could help make a VCD but got ; p5-ExtUtils-PkgConfig-1.05 is marked as broken: Configure fails Being a bit of a video / freebsd newbie I am at a loss as to where to go next or indeed interpret what the above is telling me. Any help / advice would be appreciated. Thanks From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 23:53:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9028E16A4DC for ; Sun, 28 Nov 2004 23:53:44 +0000 (GMT) Received: from turing.cs.hmc.edu (turing.cs.hmc.edu [134.173.42.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7531F43D54 for ; Sun, 28 Nov 2004 23:53:44 +0000 (GMT) (envelope-from mac@cs.hmc.edu) Received: by turing.cs.hmc.edu (Postfix, from userid 34126) id 4DCBE53244; Sun, 28 Nov 2004 15:53:44 -0800 (PST) Date: Sun, 28 Nov 2004 15:53:44 -0800 From: Mac Mason To: freebsd-questions@freebsd.org Message-ID: <20041128235343.GC12938@turing.cs.hmc.edu> Mail-Followup-To: freebsd-questions@freebsd.org References: <20041128194119.GB3673@turing.cs.hmc.edu> <200411282308.46681.4711@chello.at> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tqI+Z3u+9OQ7kwn0" Content-Disposition: inline In-Reply-To: <200411282308.46681.4711@chello.at> User-Agent: Mutt/1.4.2.1i Subject: Re: Starting gconcat / gstripe at boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mac@cs.hmc.edu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:53:44 -0000 --tqI+Z3u+9OQ7kwn0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 11:08:29PM +0100, Christian Hiris wrote: > An example - if you want geom_stripe.ko loading at boot-time just put the= line=20 > 'geom_stripe_load=3D"YES"' into your /boot/loader.conf.=20 I actually just ended up adding the requisite options to my kernel; that worked just fine as well.=20 Thanks for the help! --Mac --=20 Julian "Mac" Mason mac@cs.hmc.edu Computer Science '06 (909)-607-3129 Harvey Mudd College =20 --tqI+Z3u+9OQ7kwn0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (SunOS) iD8DBQFBqmUH1AphoTGXiN0RAhy0AKCC+uHpv2w+oavREWB6fAuKHuOILQCfetpq +6CzibSzYgt80epEBPwKkuI= =eMpx -----END PGP SIGNATURE----- --tqI+Z3u+9OQ7kwn0-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 23:58:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0751D16A4CE for ; Sun, 28 Nov 2004 23:58:48 +0000 (GMT) Received: from ispmxmta06-srv.alltel.net (ispmxmta06-srv.alltel.net [166.102.165.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D1A143D62 for ; Sun, 28 Nov 2004 23:58:47 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta06-srv.alltel.net with ESMTP <20041128235846.KMXL27305.ispmxmta06-srv.alltel.net@[192.168.0.3]> for ; Sun, 28 Nov 2004 17:58:46 -0600 Message-ID: <41AA663F.2030106@fastmail.fm> Date: Sun, 28 Nov 2004 18:58:55 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <41AA5AFC.2090902@fastmail.fm> <20041128201638.N66254@cactus.fi.uba.ar> In-Reply-To: <20041128201638.N66254@cactus.fi.uba.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: How to edit file in single user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:58:48 -0000 Fernando Gleiser wrote: >On Sun, 28 Nov 2004, Trey Sizemore wrote: > > > >>I made a typo in rc.conf and now am able to boot only into single user >>mode. I thought vi would be available to edit the file, but cannot >>execute it (vi not found). How can I edit my rc.conf at this point/ >> >> > >After you drop into single user, say the magic words: > ># mount -a > >that will mount all the filesystems and then vi will be available. > > > Fer > > D'oh....sorry. Dumb question, but thanks for answering anyway! From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 00:00:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9707016A4D0 for ; Mon, 29 Nov 2004 00:00:49 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEC443D46 for ; Mon, 29 Nov 2004 00:00:49 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.250] (pool-68-161-115-118.ny325.east.verizon.net [68.161.115.118]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id iAT00aHG050015 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 28 Nov 2004 19:00:38 -0500 (EST) Message-ID: <41AA66A3.3090300@mac.com> Date: Sun, 28 Nov 2004 19:00:35 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam Fabian References: <6FC9F9894A9F8C49A722CF9F2132FC220276581D@ms05.mailstreet2003.net> <20041125234948.R27818@april.chuckr.org> <41A6B7CC.90605@yahoo.com> <20041126004912.A27818@april.chuckr.org> <20041126055038.GA85138@turingmachine.mentalsiege.net> In-Reply-To: <20041126055038.GA85138@turingmachine.mentalsiege.net> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.5 required=5.5 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on pi.codefab.com cc: FreeBSD Subject: Re: [OT] Re: Is this a sign of memory going bad? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:00:49 -0000 Adam Fabian wrote: > Does parity RAM reliably report on it's reliability? Nope. At least if you're talking about parity memory on FPM or EDO DRAM, which only has a fifty-fifty chance of even noticing an error, and a 1/9 (~11%) chance of reporting an error with the parity bit itself. Modern SDRAM and DDR memory with ECC will reliably detect and correct single-bit errors, will reliably detect two-bit errors, and even has a very good shot (~90+%?) of detecting larger multibit errors. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 00:20:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C7016A4CE for ; Mon, 29 Nov 2004 00:20:30 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1004F43D55 for ; Mon, 29 Nov 2004 00:20:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 248EF512AF; Sun, 28 Nov 2004 16:25:20 -0800 (PST) Date: Sun, 28 Nov 2004 16:25:20 -0800 From: Kris Kennaway To: Graham Bentley Message-ID: <20041129002519.GA9158@xor.obsecurity.org> References: <20041124120113.1666916A4CE@hub.freebsd.org> <20041128232030.02695378.gbentley@uk2.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <20041128232030.02695378.gbentley@uk2.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Marked as Broken - where next? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:20:30 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 11:20:30PM +0000, Graham Bentley wrote: >=20 > Hi All, >=20 > I was follwing this tutorial http://www.bsdnews.org/01/vcd.php >=20 > but was halted abruptly when the build of transcode required=20 > mpeg4ip - which is marked as broken (Im running 5.3) >=20 > So, I thought I would take a look at AcidRIP out of curiosity to=20 > see if it could help make a VCD but got ; >=20 > p5-ExtUtils-PkgConfig-1.05 is marked as broken: Configure fails >=20 > Being a bit of a video / freebsd newbie I am at a loss as to > where to go next or indeed interpret what the above is telling=20 > me. Any help / advice would be appreciated. Talk to the port maintainer, the software authors, or failing that, try to fix the problems yourself. See http://pointyhat.freebsd.org if you want to see the error logs. Kris --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqmxvWry0BWjoQKURAvyCAKD0OnSFjvoTcISUwlDdKcm02YAYTgCcDHWQ c4QzS5jCgoYLzk5LrL09Y/A= =uQML -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 00:33:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D5216A4CE for ; Mon, 29 Nov 2004 00:33:11 +0000 (GMT) Received: from fulcrum.mig-29.net (dsl-200-78-45-190.prod-infinitum.com.mx [200.78.45.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id B157243D2F for ; Mon, 29 Nov 2004 00:33:11 +0000 (GMT) (envelope-from mig@mig-29.net) Received: by fulcrum.mig-29.net (Postfix, from userid 1000) id D1F5D5E83F; Sun, 28 Nov 2004 18:33:10 -0600 (CST) Date: Sun, 28 Nov 2004 18:33:10 -0600 From: Manuel Rabade Garcia To: Kris Kennaway Message-ID: <20041129003310.GB809@mig-29.net> References: <20041124120113.1666916A4CE@hub.freebsd.org> <20041128232030.02695378.gbentley@uk2.net> <20041129002519.GA9158@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20041129002519.GA9158@xor.obsecurity.org> X-GPG-Key: 1024D/AA3325C0 2002-09-30 X-GPG-Fingerprint: D2E5 76E1 CE2D 8783 545D 1F41 399B 5765 AA33 25C0 X-MOBILE: (+52 55) 13 99 27 87 X-URL: http://mig-29.net User-Agent: Mutt/1.5.6i cc: Graham Bentley cc: freebsd-questions@freebsd.org Subject: Re: Marked as Broken - where next? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:33:12 -0000 > On Sun, Nov 28, 2004 at 11:20:30PM +0000, Graham Bentley wrote: > >=20 > > Hi All, > >=20 > > I was follwing this tutorial http://www.bsdnews.org/01/vcd.php > >=20 > > but was halted abruptly when the build of transcode required=20 > > mpeg4ip - which is marked as broken (Im running 5.3) > >=20 > > So, I thought I would take a look at AcidRIP out of curiosity to=20 > > see if it could help make a VCD but got ; > >=20 > > p5-ExtUtils-PkgConfig-1.05 is marked as broken: Configure fails > >=20 > > Being a bit of a video / freebsd newbie I am at a loss as to > > where to go next or indeed interpret what the above is telling=20 > > me. Any help / advice would be appreciated. >=20 mencvcd (included in mplayer) is a shell script that uses vcdimager, cdrdao, mjpegtools and other stuff to create and burn a vcd from any format that mplayer can play. I was working in a separated port for it (because it have a lot of dependencies besides the mplayer ones) and a little patching (change the shell from sh to bash), but is also included in the current mplayer port (under /usr/local/share/mplayer/tools/), I can send you what I have done for an easy install :) Greetings. --=20 Manuel Rabade Garcia WWW - http://mig-29.net GPG - 1024D/AA3325C0 2002-09-30 Fingerprint - D2E5 76E1 CE2D 8783 545D 1F41 399B 5765 AA33 25C0 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 00:35:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6185416A4CE for ; Mon, 29 Nov 2004 00:35:38 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0967743D1F for ; Mon, 29 Nov 2004 00:35:38 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.250] (pool-68-161-115-118.ny325.east.verizon.net [68.161.115.118]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id iAT0ZWs4071641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 28 Nov 2004 19:35:34 -0500 (EST) Message-ID: <41AA6ED3.50502@mac.com> Date: Sun, 28 Nov 2004 19:35:31 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marta Resende References: In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.6 required=5.5 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on pi.codefab.com cc: freebsd-questions@freebsd.org Subject: Re: hdd error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:35:38 -0000 Marta Resende wrote: > everytime i compile any program, or make world, it gives me that: > > ad0: WARNING - WRITE_DMA ICRC error (retrying request) LBA=74623 > > anyone knows what's that ?thx I'd try replacing your IDE cable. Possibly something else is wrong, perhaps with your master/slave/CS jumper settings on your drive and other ATA devices, so double-check those too. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 00:45:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8070816A4CE; Mon, 29 Nov 2004 00:45:18 +0000 (GMT) Received: from ispmxmta05-srv.alltel.net (ispmxmta05-srv.alltel.net [166.102.165.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F7C43D55; Mon, 29 Nov 2004 00:45:17 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta05-srv.alltel.net with ESMTP <20041129004517.BEZZ5505.ispmxmta05-srv.alltel.net@[192.168.0.3]>; Sun, 28 Nov 2004 18:45:17 -0600 Message-ID: <41AA7126.8020304@fastmail.fm> Date: Sun, 28 Nov 2004 19:45:26 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Ovens References: <41A8E362.1070309@fastmail.fm> <200411281927.10285.marko@freebsd.org> <41AA4F94.1010600@fastmail.fm> <200411282231.30591.marko@freebsd.org> In-Reply-To: <200411282231.30591.marko@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:45:18 -0000 Mark Ovens wrote: >On Sun November 28 2004 22:22, Trey Sizemore wrote: > > >>Mark Ovens wrote: >> >> >>>On Sun November 28 2004 18:28, Trey Sizemore wrote: >>> >>> >>>>Hmmm...not sure why mine's not working then. Is your mouse the wireless >>>>version? Mine says Microsoft Wireless Mouse 2.0 (it's kind of a light >>>>purple color ). >>>> >>>> >>>Yes, same as mine. >>> >>>You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you >>>connected it to the PS/2 port, didn't you? >>> >>> >>Actually, the only entries I have in /etc/rc.conf are: >>ifconfig_vr0="DHCP" >>linux_enable="YES" >>usbd_enable="YES" >> >>What does this line look like? >> >> > >Here's what I have: > >moused_enable="yes" # Run the mouse daemon. >moused_type="auto" # See man page for rc.conf(5) for available settings. >moused_port="/dev/ums0" # Set to your mouse port. >moused_flags="" # Any additional flags to moused. > > > OK...making some progress now. I have these entries (except I'm using /dev/psm0 for the time being) and now the mouse is jumping to the upper left corner of the screen and flickering menus mysteriously. Moving the mouse only causes the flickering. I used another PS/2 connected mouse (wired this time -> MS Optical USB) and it gave the exact same behavior). Any ideas about what to check? It appears my /etc/rc.conf and /etc/X11/xorg.conf (mouse section, at least) look identical to yours. I've been googling, but apparently not putting in the right combo of words (flickering, erratic, etc.). Thanks again. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 00:52:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB6A816A4CE for ; Mon, 29 Nov 2004 00:52:05 +0000 (GMT) Received: from tomts22-srv.bellnexxia.net (tomts22-srv.bellnexxia.net [209.226.175.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD9743D2F for ; Mon, 29 Nov 2004 00:52:04 +0000 (GMT) (envelope-from rameez1@sympatico.ca) Received: from home512cj5j21n ([69.158.139.154]) by tomts22-srv.bellnexxia.netSMTP <20041129005204.XSZG1919.tomts22-srv.bellnexxia.net@home512cj5j21n> for ; Sun, 28 Nov 2004 19:52:04 -0500 Message-ID: <000601c4d5ad$ab5e77d0$d515fea9@home512cj5j21n> From: "Rameez" To: Date: Sun, 28 Nov 2004 19:52:13 -0500 MIME-Version: 1.0 X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Dear freebsd problem! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:52:05 -0000 Dear freebsd organization i downladed freebsd 5.3 legacy and all 4 discs = i got there iso names are diferent indedd but when u burn them they all = ahve same name except the boot disk whcih is fbsd_miniinst.iso so there = si virtualy no way of telling if u got all 2 installation cd's or u sju = got duplicates of miniinstall cds so nwo im wondering do ia hev 3 = miniinstall discs or is it disc one disc 2 but jsu there anemd = miniinstall adn second it woudl eb really helpful if u can tell me if i = ahd a brand new pc and i wanted to install freebsd adn can i jsu use the = miniinstall instead of all the other 2 iso's and can pzl get back to em = on these error thank-you bvery much Sincerely, Rameez Haq From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 00:53:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F8616A4CE for ; Mon, 29 Nov 2004 00:53:51 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF2543D5E for ; Mon, 29 Nov 2004 00:53:51 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.250] (pool-68-161-115-118.ny325.east.verizon.net [68.161.115.118]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id iAT0reCk082274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 28 Nov 2004 19:53:46 -0500 (EST) Message-ID: <41AA7313.1060509@mac.com> Date: Sun, 28 Nov 2004 19:53:39 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremie Le Hen References: <20041125202022.GC15881@muxor.org> In-Reply-To: <20041125202022.GC15881@muxor.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.6 required=5.5 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on pi.codefab.com cc: freebsd-questions@freebsd.org Subject: Re: Mailing-lists behaviour on bounce X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:53:51 -0000 Jeremie Le Hen wrote: > I recently have a problem with my primary mail server and some mails > have bounced today. Now, everything seems to work. I know that > FreeBSD mail servers handle a very large amount of mail addresses, so > I don't expect them to defer bounced mails for the next five days as > classical mail servers usually do. You are confusing the way a 4xx temporary failure is handled versus the way a permanent 5xx error (resulting in a bounce) is handled. The mail configuration will attempt to resend messages if it gets a 4xx. However... > I checked my subscritions on the > Mailman interface on FreeBSD wedsite and my "bounce score" is actually > 1.0. I wonder whether I'm going to get the bounced mails later in the > night or if they are lost forever because of a drastic policy and I'll > have to browse the archives to read them. ...this implies that your mail server generated a 5xx error message, which means "don't attempt to retry delivering this message". What happened after that is normal, rather than the result of some drastic policy on the part of the FreeBSD listserver/MTA. The mailing lists have archives available so that you can look for any messages you did not receiving during the problematic interval. See the URLs in the header and footer of any message from the list. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 01:07:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C1216A4CF for ; Mon, 29 Nov 2004 01:07:26 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6479843D41 for ; Mon, 29 Nov 2004 01:07:26 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [IPv6:::1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id iAT14BU9032576; Sun, 28 Nov 2004 20:04:12 -0500 (EST) (envelope-from gldisater@gldis.ca) Message-ID: <41AA768F.2080606@gldis.ca> Date: Sun, 28 Nov 2004 20:08:31 -0500 From: Jeremy Faulkner User-Agent: Mozilla Thunderbird 0.9 (X11/20041123) X-Accept-Language: en-us, en MIME-Version: 1.0 To: doug@safeport.com References: <20041128162838.V8270@pemaquid.safeport.com> In-Reply-To: <20041128162838.V8270@pemaquid.safeport.com> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80rc4/561/Fri Oct 29 06:26:00 2004 clamav-milter version 0.80j on constans.gldis.ca X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: /dev/dsp busy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:07:27 -0000 doug@safeport.com wrote: > I need help in finding the reason for the /dev/dsp busy message. fstat does not > show any process using /dev/dsp. > > I am running 5.3 with xorg, kde 3.3. When KDE starts, /dev/dsp tests busy which > directs arts to /dev/null. There are no processes using /dev/dsp. I can play > CDs using either kcd or 'cdcontrol -f /dev/acd0 play 1', so I think the sound > card is setup okay. > > However something is wrong since 'cat filename > /dev/dsp' produces no sound. > > My configuration: > > ls -l /dev/dsp > crw-rw-rw- 1 root wheel 30, 3 Nov 28 16:04 /dev/dsp > > cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at I/O port 0x1400 irq 5 kld snd_maestro (4p/0r/0v channels duplex default) > > loader.conf: snd_maestro_load="YES" > > dmesg: > pcm0: port 0x1400-0x14ff irq 5 at device 8.0 on pci0 > pcm0: > pcm0: [GIANT-LOCKED] > pcm0: port 0x1400-0x14ff irq 5 at device 8.0 on pci0 > pcm0: > pcm0: [GIANT-LOCKED] > > Thanks for any pointers. > try as root: sysctl -w hw.snd.maxautovchans=4 -- Jeremy Faulkner Resume: http://www.gldis.ca/gldisater/resume.html From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 01:32:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7B516A4CE for ; Mon, 29 Nov 2004 01:32:28 +0000 (GMT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEA743D1F for ; Mon, 29 Nov 2004 01:32:27 +0000 (GMT) (envelope-from bsdguru@cox.net) Received: from beastie.cornpropst.net ([68.100.78.5]) by lakermmtao03.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP <20041129013225.VBLN14165.lakermmtao03.cox.net@beastie.cornpropst.net> for ; Sun, 28 Nov 2004 20:32:25 -0500 From: "Trevor S. Cornpropst" To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 20:32:26 -0500 User-Agent: KMail/1.7.1 References: <20041123110042.GA709@pcs28.suedfactoring.de> In-Reply-To: <20041123110042.GA709@pcs28.suedfactoring.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411282032.26448.bsdguru@cox.net> Subject: Re: Kernel with PAE does not build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:32:28 -0000 On Tuesday 23 November 2004 06:00 am, Axel S. Gruner wrote: > Hi, > > we have in our IBM x345 Server 4GB of RAM. So we need the option PAE in > our kernel. > But a buildkernel gave me: > > /usr/src/sys/dev/amd/amd.c: In function `amd_action': > /usr/src/sys/dev/amd/amd.c:466: warning: cast from pointer to integer of > different size > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/SFBACKUP. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > What could be the problem? > FreeBSD 5.3-STABLE. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" If you only have 4GB of RAM you should not need PAE. Make sure you have "makeoptions NO_MODULES=yes" in your kernel config file. Read /usr/src/sys/i386/conf/PAE Read "man pae" HTH, Trevor From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:00:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 138D716A4CE for ; Mon, 29 Nov 2004 02:00:21 +0000 (GMT) Received: from ms-smtp-04.texas.rr.com (ms-smtp-04.texas.rr.com [24.93.47.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69CE743D3F for ; Mon, 29 Nov 2004 02:00:20 +0000 (GMT) (envelope-from afabian@austin.rr.com) Received: from turingmachine.mentalsiege.net (cs70112247-52.austin.rr.com [70.112.247.52])iAT203J5028385; Sun, 28 Nov 2004 20:00:09 -0600 (CST) Received: from turingmachine.mentalsiege.net (turingmachine.mentalsiege.net [127.0.0.1])iAT1xGOi014867; Sun, 28 Nov 2004 19:59:25 -0600 (CST) (envelope-from afabian@turingmachine.mentalsiege.net) Received: (from afabian@localhost)iAT1xCuw014829; Sun, 28 Nov 2004 19:59:12 -0600 (CST) (envelope-from afabian) Date: Sun, 28 Nov 2004 19:58:37 -0600 From: Adam Fabian To: Rameez Message-ID: <20041129015837.GA14725@turingmachine.mentalsiege.net> Mail-Followup-To: Rameez , freebsd-questions@freebsd.org References: <000601c4d5ad$ab5e77d0$d515fea9@home512cj5j21n> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601c4d5ad$ab5e77d0$d515fea9@home512cj5j21n> User-Agent: Mutt/1.5.6i X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: Dear freebsd problem! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:00:21 -0000 On Sun, Nov 28, 2004 at 07:52:13PM -0500, Rameez wrote: > Dear freebsd organization i downladed freebsd 5.3 legacy and 4.10 is a legacy release. 5.3 is not. > all 4 discs i got there iso names are diferent indedd but when > u burn them they all ahve same name except the boot disk whcih They are not exactly the same length. I've never looked, but I'll take your word for it when you say they aren't labelled after burning. So, compare the number of bytes used on the disk to an ISO image size and you'll see which is which, then you can label them. miniinst contains just enough to install FreeBSD, the first ISO contains FreeBSD and some packages (a complete superset of the miniinst), and the second CD is a bootable live CD. Off of the top of my head, I don't know what 4th ISO is in thi directory without checking the FTP site. This is probably all documented in the FreeBSD handbook, which you should read the installation section of from FreeBSD's website. -- Adam Fabian (afabian@austin.rr.com) From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:05:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C451616A4CE for ; Mon, 29 Nov 2004 02:05:42 +0000 (GMT) Received: from win2k3.atoyf.com (c-67-180-221-47.client.comcast.net [67.180.221.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C68B43D46 for ; Mon, 29 Nov 2004 02:05:42 +0000 (GMT) (envelope-from anton@atoyf.com) Received: from Workstation ([192.168.0.3]) by win2k3.atoyf.com with Microsoft SMTPSVC(6.0.3790.211); Sun, 28 Nov 2004 18:08:04 -0800 From: "AntonZ" To: "'Adam Fabian'" , "'Rameez'" Date: Sun, 28 Nov 2004 18:08:03 -0800 Message-ID: <006101c4d5b8$4319f590$0300a8c0@atoyf.com> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal In-Reply-To: <20041129015837.GA14725@turingmachine.mentalsiege.net> X-OriginalArrivalTime: 29 Nov 2004 02:08:05.0343 (UTC) FILETIME=[435306F0:01C4D5B8] cc: freebsd-questions@freebsd.org Subject: RE: Dear freebsd problem! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:05:43 -0000 Sorry, but how about just label them right after you burn them, one by = one? Best Regards, Anton -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Adam Fabian Sent: Sunday, November 28, 2004 5:59 PM To: Rameez Cc: freebsd-questions@freebsd.org Subject: Re: Dear freebsd problem! On Sun, Nov 28, 2004 at 07:52:13PM -0500, Rameez wrote: > Dear freebsd organization i downladed freebsd 5.3 legacy and 4.10 is a legacy release. 5.3 is not. > all 4 discs i got there iso names are diferent indedd but when > u burn them they all ahve same name except the boot disk whcih They are not exactly the same length. I've never looked, but I'll take your word for it when you say they aren't labelled after burning. So, compare the number of bytes used on the disk to an ISO image size and you'll see which is which, then you can label them. miniinst contains just enough to install FreeBSD, the first ISO contains FreeBSD and some packages (a complete superset of the miniinst), and the second CD is a bootable live CD. Off of the top of my head, I don't know what 4th ISO is in thi directory without checking the FTP site. This is probably all documented in the FreeBSD handbook, which you should read the installation section of from FreeBSD's website. --=20 Adam Fabian (afabian@austin.rr.com) _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004 =20 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004 =20 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:08:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782CB16A4CE for ; Mon, 29 Nov 2004 02:08:48 +0000 (GMT) Received: from mout.perfora.net (mx00.perfora.net [217.160.230.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E753C43D54 for ; Mon, 29 Nov 2004 02:08:47 +0000 (GMT) (envelope-from dark@sun.com) Received: from bgm-66-24-105-49.stny.rr.com[66.24.105.49] (helo=mxus.perfora.net) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz5u-1CYay62uos-0000a4; Sun, 28 Nov 2004 21:08:46 -0500 X-Provags-ID: perfora.net abuse@perfora.net login:6cab55b0e871d867d86bc0851d5d347f Received: by mxus.perfora.net (Postfix, from userid 1001) id D4AAE5EAA; Sun, 28 Nov 2004 21:07:42 -0500 (EST) Date: Sun, 28 Nov 2004 21:07:42 -0500 From: Dev Tugnait To: rain cip Message-ID: <20041129020742.GK72404@vampire.bloodlust.net> References: <20041126042638.91826.qmail@web51108.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041126042638.91826.qmail@web51108.mail.yahoo.com> X-Editor: Vim http://www.vim.org/ X-Info: http://unixdaemon.org X-Operating-System: Unix/5.3-RELEASE (i386) X-Uptime: 9:06PM up 20 days, 4:25, 26 users, load averages: 0.06, 0.15, 0.16 User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: How to boot FreeBSD from a slave IDE disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:08:49 -0000 You can try out vlc i have had great success in playing dvds with it. * rain cip (raincip@yahoo.com) wrote: > Hello, > > I hope I can get some help from this list to figure out how to boot FreeBSD from a slave drive. My PC has two disks. The sysinstall sees both: ad0 and ad3. My hardware configuration is such: > > ad0 -- primary IDE, master (all for Win2k) > ad3 -- secondary IDE, slave (all for FreeBSD 5.3) > > No more device on the primary IDE while a CD drive acts as the master on the secondary IDE. > > I used the entire space on ad3 for a FreeBSD 5.3 release installation while the ad0 contains my old Win 2k. The problem now is that I can't boot FreeBSD at all even though I had selected "install boot manager" during the installation. The PC went straight to Win2k every time I booted. I tried to reboot from the distribution CDROM and used the FDISK utility to make sure that the FreeBSD slice is flagged as "A=" but it did nothing. In the BIOS setting, I selected the slave drive, i.e. ad3, to be the first boot device, and the ad0 to be second. Still, I couldn't get to FreeBSD. > > It appears to me that I did not have the boot manager installed on the ad0. But when I tried to "install boot manager" onto the ad0, the fdisk gave me no hint where to write the MBR. Basically what I did was: > > select "install boot manager" > select "ad0" > hit the "q" key > select "install boot manager" > select "ad3" > hit the "q" key > > I know I must have done something wrong. But what did I do wrong? > > rain > > > --------------------------------- > Do you Yahoo!? > Yahoo! Mail - Helps protect you from nasty viruses. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" +----------==/\/\==----------+ (__) FreeBSD | | \\\'',) The | Kernel ESCAFLOWNE | \/ \ ^ Power | Web http://unixdaemon.org | .\._/_) To +----------==\/\/==----------+ Serve [ We've switched the bath sponge with a tribble. ] From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:09:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB3D216A4CF for ; Mon, 29 Nov 2004 02:09:29 +0000 (GMT) Received: from mout.perfora.net (mx01.perfora.net [217.160.230.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C36143D64 for ; Mon, 29 Nov 2004 02:09:29 +0000 (GMT) (envelope-from dark@sun.com) Received: from bgm-66-24-105-49.stny.rr.com[66.24.105.49] (helo=mxus.perfora.net) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz1m-1CYaym1AQ9-0004MF; Sun, 28 Nov 2004 21:09:28 -0500 X-Provags-ID: perfora.net abuse@perfora.net login:6cab55b0e871d867d86bc0851d5d347f Received: by mxus.perfora.net (Postfix, from userid 1001) id 2ED035EAA; Sun, 28 Nov 2004 21:08:27 -0500 (EST) Date: Sun, 28 Nov 2004 21:08:27 -0500 From: Dev Tugnait To: RL Message-ID: <20041129020827.GL72404@vampire.bloodlust.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: Vim http://www.vim.org/ X-Info: http://unixdaemon.org X-Operating-System: Unix/5.3-RELEASE (i386) X-Uptime: 9:07PM up 20 days, 4:26, 26 users, load averages: 0.06, 0.13, 0.15 User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Playing DVD movies with Xine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:09:30 -0000 I guess i made a little error and mailed it in the wrong topic sorry. Try out vlc its good for dvds. * RL (rlurman@gmail.com) wrote: > I just installed Xine from ports because I have been having very odd > issues with ogle. However, it says "there is no demuxer plugin to > handle /dev/acd0 Usually this means that the file format was not > recognized" when I attempt to play DVD movies. Similarily, "xine -p > dvd:/" produces that same message, except it says there is no plugin > available to handle dvd:/ > > I'm lost :( > Is there some plugin I'm missing? Where do I get it? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" +----------==/\/\==----------+ (__) FreeBSD | | \\\'',) The | Kernel ESCAFLOWNE | \/ \ ^ Power | Web http://unixdaemon.org | .\._/_) To +----------==\/\/==----------+ Serve [ We've switched the bath sponge with a tribble. ] From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:16:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F05D316A4CE for ; Mon, 29 Nov 2004 02:16:59 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 971BF43D46 for ; Mon, 29 Nov 2004 02:16:59 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32193 invoked from network); 29 Nov 2004 02:16:59 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Nov 2004 02:16:59 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8FF4E69; Sun, 28 Nov 2004 21:16:58 -0500 (EST) Sender: lowell@be-well.ilk.org To: gabriel References: From: Lowell Gilbert Date: 28 Nov 2004 21:16:57 -0500 In-Reply-To: Message-ID: <44fz2to0va.fsf@be-well.ilk.org> Lines: 40 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions Subject: Re: Installing libgnome-2.8.0 (really trying galeon) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:17:00 -0000 gabriel writes: > Hello guys! > > I'm trying to install galeon (the lastes port version) for like the > tenth time and as always I haven't been successfull at all. When I try > to install galeon it goes through its motions of installing > dependencies and such until it reaches libgnome-2.8.0 and well, thats > where all hell breaks loose. > > Here's a snip: > ===> Building for libgnome-2.8.0_1 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0' > Making all in libgnome > gmake[2]: Entering directory > `/usr/ports/x11/libgnome/work/libgnome-2.8.0/libgnome' > gmake all-am > gmake[3]: Entering directory > `/usr/ports/x11/libgnome/work/libgnome-2.8.0/libgnome' > /bin/sh /usr/local/bin/libtool15 --mode=link cc -O -pipe > -L/usr/local/lib -o gnome-open gnome-open.o libgnome-2.la -lpopt > cc -O -pipe -o .libs/gnome-open gnome-open.o -L/usr/local/lib > ./.libs/libgnome-2.so -L/usr/X11R6/lib -lgnomevfs-2 -lbonobo-2 > -lbonobo-activation -lgconf-2 -lORBit-2 -lgobject-2.0 -lgmodule-2.0 > -lgthread-2.0 -lglib-2.0 -liconv -lesd -laudiofile -lm -lpopt > -Wl,--rpath -Wl,/usr/X11R6/lib > gmake[3]: Leaving directory > `/usr/ports/x11/libgnome/work/libgnome-2.8.0/libgnome' > gmake[2]: Leaving directory > `/usr/ports/x11/libgnome/work/libgnome-2.8.0/libgnome' > gmake[1]: Leaving directory `/usr/ports/x11/libgnome/work/libgnome-2.8.0' > *** Error code 2 > > Stop in /usr/ports/x11/libgnome. > I don't see any signs of the actual errors in there. Don't use '-j' when reporting problems, and make sure you do a "make clean" before starting the build. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:22:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C4116A4CE for ; Mon, 29 Nov 2004 02:22:46 +0000 (GMT) Received: from euler.math.washington.edu (euler.math.washington.edu [128.95.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A0343D3F for ; Mon, 29 Nov 2004 02:22:46 +0000 (GMT) (envelope-from doherty@math.washington.edu) Received: from [10.95.224.4] (zeno1.math.washington.edu [128.95.224.4]) iAT2Miie017332; Sun, 28 Nov 2004 18:22:44 -0800 Date: Sun, 28 Nov 2004 18:22:44 -0800 (PST) From: Davis Doherty To: Matthias Buelow In-Reply-To: <41AA4E49.5000003@mukappabeta.de> Message-ID: References: <41AA4E49.5000003@mukappabeta.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.28.0.18; VDF 6.28.0.93 cc: freebsd-questions@freebsd.org Subject: Re: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:22:46 -0000 On Sun, 28 Nov 2004, Matthias Buelow wrote: > >try setting the ssid with ifconfig, and see if that makes a difference. > I have already tried this (though I forgot to mention it), and it doesn't seem to make a difference. -Davis From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:34:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D8516A4CE for ; Mon, 29 Nov 2004 02:34:49 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ECD843D46 for ; Mon, 29 Nov 2004 02:34:49 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1CYbNI-0004yE-00 for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 21:34:48 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16810.35381.973457.548733@jerusalem.litteratus.org> Date: Sun, 28 Nov 2004 21:32:21 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <41AA7126.8020304@fastmail.fm> References: <41A8E362.1070309@fastmail.fm> <200411281927.10285.marko@freebsd.org> <41AA4F94.1010600@fastmail.fm> <200411282231.30591.marko@freebsd.org> <41AA7126.8020304@fastmail.fm> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:34:49 -0000 Trey Sizemore writes: > OK...making some progress now. I have these entries (except I'm > using /dev/psm0 for the time being) and now the mouse is jumping > to the upper left corner of the screen and flickering menus > mysteriously. Moving the mouse only causes the flickering. I > used another PS/2 connected mouse (wired this time -> MS Optical > USB) and it gave the exact same behavior). This sounds very like a known problem some time ago involving the ACPI code, I don't remember what the outcome was, but you should check the archives of the questions@ and current@ lists for more info. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:44:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE6B16A4CE for ; Mon, 29 Nov 2004 02:44:35 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD77143D45 for ; Mon, 29 Nov 2004 02:44:34 +0000 (GMT) (envelope-from jonathanbenari@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so343757rne for ; Sun, 28 Nov 2004 18:44:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Piks3cdumhwOqDuecSuP2K2FGfmcBUbD26GsJZPQajTfJwgp4QGCMIlt//PYI0L6ao3uYzV+cm1Se6KwR3N8W2TpD9940HqWGXOJIDmHAWiaBlbN63pcDFVvFj0a/a6Pe57ECsJ4tMis/x4X2LJwNTzJ6dvLOabpFflTimyaRFI= Received: by 10.38.181.80 with SMTP id d80mr1379058rnf; Sun, 28 Nov 2004 18:44:34 -0800 (PST) Received: by 10.38.149.46 with HTTP; Sun, 28 Nov 2004 18:44:34 -0800 (PST) Message-ID: <30dc54f704112818441aa049b2@mail.gmail.com> Date: Sun, 28 Nov 2004 18:44:34 -0800 From: Jonathan Ben Ari To: Davis Doherty In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41AA4E49.5000003@mukappabeta.de> cc: Matthias Buelow cc: freebsd-questions@freebsd.org Subject: Re: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonathan Ben Ari List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:44:35 -0000 Does the access point show that the client is associated to it? I'm new to this list, so this may be a heretic question, but have you tried the card in a Windows laptop to see if it works there? On Sun, 28 Nov 2004 18:22:44 -0800 (PST), Davis Doherty wrote: > On Sun, 28 Nov 2004, Matthias Buelow wrote: > > > > >try setting the ssid with ifconfig, and see if that makes a difference. > > > > I have already tried this (though I forgot to mention it), and it doesn't > seem to make a difference. > > -Davis > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:51:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 631E616A4CE for ; Mon, 29 Nov 2004 02:51:06 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E218543D54 for ; Mon, 29 Nov 2004 02:51:05 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id iAT2nvLc007216; Sun, 28 Nov 2004 18:49:58 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 18:50:58 -0800 User-Agent: KMail/1.7.1 References: <200411281608.49648.nsuk@users.sourceforge.net> <20041128161523.J98189@goodwill.io.com> In-Reply-To: <20041128161523.J98189@goodwill.io.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411281850.58682.kstewart@owt.com> cc: Lars Eighner cc: Jake Stride Subject: Re: JDK Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:51:06 -0000 On Sunday 28 November 2004 02:20 pm, Lars Eighner wrote: > On Sun, 28 Nov 2004, Jake Stride wrote: > > I seem unable to install JDK14: > > > > portupgrade -NRP jdk > > ---> Found 4 ports matching 'jdk': > > java/jdk11 > > java/jdk12 > > java/jdk13 > > java/jdk14 > > Install 'java/jdk11'? [yes] no > > Install 'java/jdk12'? [yes] no > > Install 'java/jdk13'? [yes] no > > Install 'java/jdk14'? [yes] yes > > ** Port marked as IGNORE: java/jdk14: > > "is forbidden: Vulnerabilities in the browser plugin" > > > > How do I go about ensuring that I can install this please? > > If you can't figure this out for yourself, maybe you shouldn't > be told. Anyway, comment out the forbidden line in the Makefile. > > Well, that would work for most "forbidden" ports, but so far as > I can tell, jdk14 won't build anyway. After a very long compile > it will come to a grinding halt with: > > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location > /usr/local/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/u >til/Curren cyData.java:1: > 'class' or 'in terface' expected > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location ^ > /usr/local/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/u >til/Curren cyData.java:1: > unclosed chara cter literal > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location ^ > 2 errors > gmake[4]: *** [.compile.classlist] Error 1 > gmake[4]: Leaving directory > `/usr/local/ports/java/jdk14/work/j2se/make/java/java' > gmake[3]: *** [optimized] Error 2 > gmake[3]: Leaving directory > `/usr/local/ports/java/jdk14/work/j2se/make/java/java' > gmake[2]: *** [all] Error 1 > gmake[2]: Leaving directory > `/usr/local/ports/java/jdk14/work/j2se/make/java' gmake[1]: *** [all] > Error 1 > gmake[1]: Leaving directory > `/usr/local/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] > Error 2 > *** Error code 2 > > Stop in /usr/local/ports/java/jdk14. There must be something missing on your system. It built just fine on mine. Of course, it just could be Murphy trying to confuse us :). Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:51:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE52916A4CE for ; Mon, 29 Nov 2004 02:51:19 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E1543D1F for ; Mon, 29 Nov 2004 02:51:19 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id C5C5A60D7; Sun, 28 Nov 2004 20:51:18 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89826-10; Sun, 28 Nov 2004 20:51:05 -0600 (CST) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 8D22C60CD; Sun, 28 Nov 2004 20:51:05 -0600 (CST) Message-ID: <41AA8EA1.3070203@makeworld.com> Date: Sun, 28 Nov 2004 20:51:13 -0600 From: Chris User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Davis Doherty References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.2.0 (20041102) at makeworld.com - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: Re: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:51:19 -0000 Davis Doherty wrote: > I just put a fresh install of FreeBSD 4.10 from CD on my Presario 1610 > laptop (ancient!), and I'm trying to get a Linksys WPC11 wireless card > working with my home network. > > The wireless card uses the Prism 2 chipset, and was recognized when I > plugged it in. I did 'wicontrol -n "my network SSID"' and 'wicontrol -p > 1'. I then tried to set up the card via DHCP in /stand/sysinstall, and > failed, so I set the network information manually. However, ifconfig -a > still showed "status: no carrier." So I tried 'wicontrol -r 2432' thinking > that I might need to have the RTS set to agree with my wireless AP, but > still no luck. Except for a brief moment of connectivity, I remain unable > to connect. > > All this took place about 5 feet from the AP, which is not using WEP, so > signal should not be an issue. Is there something I'm missing in my setup > here? > > -Davis > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Your /etc/rc.conf should look have something like this in it: ifconfig_wi0="inet xxx.xxx.xxx.xxx netmask 255.255.255.xxx ssid xxx wepmode on wepkey 0x1234567890abcdef1234567890" -- Best regards, Chris If there isn't a law, there will be. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 02:53:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BA0E16A4CE for ; Mon, 29 Nov 2004 02:53:12 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45D043D3F for ; Mon, 29 Nov 2004 02:53:11 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 3C99760E2; Sun, 28 Nov 2004 20:53:11 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90320-01; Sun, 28 Nov 2004 20:52:56 -0600 (CST) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 3FCE860CD; Sun, 28 Nov 2004 20:52:56 -0600 (CST) Message-ID: <41AA8F10.8030100@makeworld.com> Date: Sun, 28 Nov 2004 20:53:04 -0600 From: Chris User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Davis Doherty References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.2.0 (20041102) at makeworld.com - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: Re: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:53:12 -0000 Davis Doherty wrote: > I just put a fresh install of FreeBSD 4.10 from CD on my Presario 1610 > laptop (ancient!), and I'm trying to get a Linksys WPC11 wireless card > working with my home network. > > The wireless card uses the Prism 2 chipset, and was recognized when I > plugged it in. I did 'wicontrol -n "my network SSID"' and 'wicontrol -p > 1'. I then tried to set up the card via DHCP in /stand/sysinstall, and > failed, so I set the network information manually. However, ifconfig -a > still showed "status: no carrier." So I tried 'wicontrol -r 2432' thinking > that I might need to have the RTS set to agree with my wireless AP, but > still no luck. Except for a brief moment of connectivity, I remain unable > to connect. > > All this took place about 5 feet from the AP, which is not using WEP, so > signal should not be an issue. Is there something I'm missing in my setup > here? > > -Davis Ahhh - and in addition to (Sorry - I forgot to mention) ensure that the MAC of the nic is setup in your WAP (assuming you have it locked down to allow on certain MAC's access). -- Best regards, Chris Nice tcsh prompt: set prompt = '%n@%m:%/%# ' From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 03:12:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE9316A4CE for ; Mon, 29 Nov 2004 03:12:26 +0000 (GMT) Received: from services.homebass.ca (services.homebass.ca [66.11.177.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5968343D5C for ; Mon, 29 Nov 2004 03:12:25 +0000 (GMT) (envelope-from liquid@homebass.ca) Received: (qmail 8580 invoked by uid 1201); 29 Nov 2004 03:21:20 -0000 Received: from liquid@homebass.ca by services.homebass.ca by uid 89 with qmail-scanner-1.22 (clamdscan: 0.74. spamassassin: 2.63. Clear:RC:1(66.11.177.158):. Processed in 0.04549 secs); 29 Nov 2004 03:21:20 -0000 Received: from obsecure.net (HELO WINDOWS) (liquid@homebass.ca@66.11.177.158) by services.homebass.ca with SMTP; 29 Nov 2004 03:21:20 -0000 From: "LiQuiD" To: "'Chuck Swiger'" , "'Marta Resende'" Date: Sun, 28 Nov 2004 22:12:39 -0500 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <41AA6ED3.50502@mac.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 thread-index: AcTVrJvoauXdq4CGTICz6oz0r7dYdgAD0kVQ X-Qmail-Scanner-Message-ID: <11016984806728575@services.homebass.ca> Message-Id: <20041129031225.5968343D5C@mx1.FreeBSD.org> cc: freebsd-questions@freebsd.org Subject: RE: hdd error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:12:26 -0000 After trying what Chuck suggested, if you're using 5.3 and it still doesn't work don't sweat it. I've installed 5.3 on the same machine (an IBM Aptiva k6-2 450) but using two different hard drives, both times giving me the same error. In both cases, I was able to install 4.10-STABLE without any problems. I've seen several people complain about this problem on 5.3 machines, with the only solution thus far using a sysctl variable to disable udma for the hard drive. For some reason it seems no one (that would know how to fix it) is acknowledging the problem, which makes finding a solution even more difficult. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Chuck Swiger Sent: November 28, 2004 7:36 PM To: Marta Resende Cc: freebsd-questions@freebsd.org Subject: Re: hdd error Marta Resende wrote: > everytime i compile any program, or make world, it gives me that: > > ad0: WARNING - WRITE_DMA ICRC error (retrying request) LBA=74623 > > anyone knows what's that ?thx I'd try replacing your IDE cable. Possibly something else is wrong, perhaps with your master/slave/CS jumper settings on your drive and other ATA devices, so double-check those too. -- -Chuck _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 03:26:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D290316A4CE for ; Mon, 29 Nov 2004 03:26:39 +0000 (GMT) Received: from smtp807.mail.sc5.yahoo.com (smtp807.mail.sc5.yahoo.com [66.163.168.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 84D4443D2D for ; Mon, 29 Nov 2004 03:26:38 +0000 (GMT) (envelope-from donaldj1066@fastmail.fm) Received: from unknown (HELO pres7000.mylan.net) (donaldj@ameritech.net@68.77.245.235 with plain) by smtp807.mail.sc5.yahoo.com with SMTP; 29 Nov 2004 03:26:27 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 21:25:51 -0600 User-Agent: KMail/1.7.1 References: <20041124120113.1666916A4CE@hub.freebsd.org> <20041128232030.02695378.gbentley@uk2.net> In-Reply-To: <20041128232030.02695378.gbentley@uk2.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411282125.51907.donaldj1066@fastmail.fm> Subject: Re: Marked as Broken - where next? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:26:40 -0000 On Sunday 28 November 2004 05:20 pm, Graham Bentley wrote: > Hi All, > > I was follwing this tutorial http://www.bsdnews.org/01/vcd.php > > but was halted abruptly when the build of transcode required > mpeg4ip - which is marked as broken (Im running 5.3) > > So, I thought I would take a look at AcidRIP out of curiosity to > see if it could help make a VCD but got ; > > p5-ExtUtils-PkgConfig-1.05 is marked as broken: Configure fails > > Being a bit of a video / freebsd newbie I am at a loss as to > where to go next or indeed interpret what the above is telling > me. Any help / advice would be appreciated. > > Thanks from /usr/ports/UPDATING: 20041111: AFFECTS: users of audio/faad, multimedia/mpeg4ip AUTHOR: lioux@FreeBSD.org mpeg4ip has been updated and broken down into 2 separate ports: mpeg4ip and mpeg4ip-libmp4v2. Furthermore, mpeg4ip now depends on faad. Moreover, faad now depends on mpeg4ip-libmp4v2 rather than on mpeg4ip which avoids a cyclic dependency (mpeg4ip depends on faad which depends on mpeg4ip). If any of the old ports are installed, mpeg4ip will not compile. Therefore, 1) Remove old faad and mpeg4ip ports which conflict with new mpeg4ip pkg_delete -f /var/db/pkg/mpeg4ip* pkg_delete -f /var/db/pkg/faad* 2) Install faad, mpeg4ip and mpeg4ip-libmp4v2 in the following order cd /usr/ports/multimedia/mpeg4ip-libmp4v2 && make install clean cd /usr/ports/audio/faad && make install clean cd /usr/ports/multimedia/mpeg4ip && make install clean You may have to cvsup your ports tree. v 1.46 mpeg4ip Makefile isn't marked as broken. Don -- Donald J. O'Neill donaldj1066@fastmail.fm From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 03:50:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 883AE16A4CE for ; Mon, 29 Nov 2004 03:50:39 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30DE543D41 for ; Mon, 29 Nov 2004 03:50:39 +0000 (GMT) (envelope-from rlurman@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so346797rne for ; Sun, 28 Nov 2004 19:50:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=hgx7EmMK38XBfYfYGjEeEUueU4WdUVZbJTFesnLx40utZmR7CScIYHYcH6rz0yUTiDienRNqQB7OJYXrzJKkyovQKKqeL2cROCxQD8//S362jaUqSBMaxmVGr8Rhq9xXugSsEz5VaiqwS6I1kASX7R0hsMiB+kk2UI5vzvYU4T8= Received: by 10.38.102.13 with SMTP id z13mr1230485rnb; Sun, 28 Nov 2004 19:43:48 -0800 (PST) Received: by 10.38.149.36 with HTTP; Sun, 28 Nov 2004 19:43:48 -0800 (PST) Message-ID: Date: Sun, 28 Nov 2004 22:43:48 -0500 From: RL To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: SSID and Wireless card problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: RL List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:50:39 -0000 I have a Netgear WAG511 PC Card and am using the ath driver. In my /etc/rc.conf I have ath0 to use DHCP and also I have: ifconfig_ath0="ssid myssid". Now, I can set this all up manually using ifconfig and it works till I reboot. When I set it in my rc.conf and I boot it up, I get "ath0: association failed (reason 12) for 00:0f:66:02..." flash on my screen one right after another. And when I do ifconfig, it shows no IP address NOR the ssid I set. For some reason it doesn't see the SSID or DHCP I set up in rc.conf. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 03:53:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41A2216A4CE for ; Mon, 29 Nov 2004 03:53:33 +0000 (GMT) Received: from ex3lujmoims01.cec.eu.int (ex3lujmoims01.cec.eu.int [158.169.9.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF8943D31 for ; Mon, 29 Nov 2004 03:53:32 +0000 (GMT) (envelope-from "") Received: by ex3lujmoims01 with Internet Mail Service (5.5.2657.72) id ; Mon, 29 Nov 2004 04:55:13 +0100 Message-ID: <56BC6C12A1F9F143A382312C5710C3B4ECD280@ex2beimcombx06> From: Minna.Wilkki@cec.eu.int To: questions@freebsd.org Date: Mon, 29 Nov 2004 04:53:27 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="utf-8" Subject: Out of Office AutoReply: your details X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:53:33 -0000 I'm on mission on 26/11. If you need urgent assistance, pls contact the Secretariat: +32-2-298.78.04. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 04:28:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CF5F16A4CE for ; Mon, 29 Nov 2004 04:28:53 +0000 (GMT) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC61A43D46 for ; Mon, 29 Nov 2004 04:28:50 +0000 (GMT) (envelope-from andrewjt@applecomm.net) Received: from [192.168.13.111] (helo=itouch-1011.prv.au.itouchnet.net) by mx1.au.itouchnet.net with esmtp (Exim 4.34; FreeBSD) id 1CYdK1-000KS2-Gj for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 15:39:36 +1100 From: Andrew Thomson To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Mon, 29 Nov 2004 15:24:58 +1100 Message-Id: <1101702298.38278.11.camel@itouch-1011.prv.au.itouchnet.net> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Score: -4.9 (----) X-Spam-Report: Spam detection software, running on the system "mx1.au.itouchnet.net", hasmessageblock similar future email. If you have any questions, see the administrator of that system for details.vpn.set these up and they have run perfectly between freebsd firewalls acting as the vpn terminator. [...] Content analysis details: (-4.9 points, 5.0 required) pts rule name description --------------------------------------------------1% [score: 0.0000] Subject: ipsec vpn mtu problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:28:53 -0000 I have a problem with a freebsd lan to lan IPSEC vpn. Specifically seems to be an mtu related problem. Previously I have set these up and they have run perfectly between freebsd firewalls acting as the vpn terminator. The latest site that I'm trying to connect to has a basic internet connection. Although it is a business ethernet connection, it's looking similar to a PPPoE link that I have at home! Anyway, in order to get a reliable internet connection, the MTU on the public interface had to be dropped to 1492. Once down, the internet worked a treat. Lan to lan VPN config was done with setkey and racoon, up and running very quickly. However when we try to move data across this link, it gets a bit done and then conks out. > scp rt-3.2.2.tar.gz root@192.168.40.10: root@192.168.40.10's password: rt-3.2.2.tar.gz 11% 144KB 36.7KB/s - stalled - All my other VPNs work perfectly however none of them required the MTU change. This is the first one that required an MTU change and the first one that doesn't seem to be able to handle anything more than a ping. One side is running 4.3-RELEASE-p28, the other is running 5.3-STABLE. The 5.3 box is the one that has the dodge internet link requiring the MTU change. Any thoughts would be much appreciated. ajt. -- Andrew Thomson From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 04:35:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5565616A4CE for ; Mon, 29 Nov 2004 04:35:54 +0000 (GMT) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B6043D41 for ; Mon, 29 Nov 2004 04:35:54 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth01.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CYdGT-0004cx-Jv; Sun, 28 Nov 2004 23:35:53 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 22:36:21 -0600 User-Agent: KMail/1.6.2 References: <41AA4E49.5000003@mukappabeta.de> In-Reply-To: <41AA4E49.5000003@mukappabeta.de> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200411282236.21540.algould@datawok.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc41ecc21508d27cc0f092189ed283556e350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Davis Doherty Subject: Re: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:35:54 -0000 On Sunday 28 November 2004 04:16 pm, Matthias Buelow wrote: Davis Doherty wrote: > The wireless card uses the Prism 2 chipset, and was recognized when > I plugged it in. I did 'wicontrol -n "my network SSID"' and > 'wicontrol -p What is the version number of your WPC11? Version 4 is not compatible with FreeBSD. Andrew Gould From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 05:32:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4095616A4CE for ; Mon, 29 Nov 2004 05:32:03 +0000 (GMT) Received: from btse.propagation.net (btse.propagation.net [66.221.184.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id D648A43D1F for ; Mon, 29 Nov 2004 05:32:02 +0000 (GMT) (envelope-from cclements@btse.com) Received: from valued6il5u36d (63-231-60-46.tukw.qwest.net [63.231.60.46]) by btse.propagation.net (Postfix) with ESMTP id 986D66CC3E for ; Sun, 28 Nov 2004 21:32:53 -0600 (CST) Message-ID: <005c01c4d5d4$d9a5a0b0$0700a8c0@valued6il5u36d> From: "C Clements" To: Date: Sun, 28 Nov 2004 21:32:42 -0800 Organization: Team BTSE MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD Admin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: C Clements List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 05:32:03 -0000 I am in search of a FreeBSD Administrator for some web applications we = are hosting. Can you point us in the right direction? Our current administrator had to leave for an emergency and we are = concerned about maintaining our current infrastructure.=20 We are a grassroots "ma-pa" shop based in Seattle, Washington. Kind regards, Calvin Clements Team BTSE 1011 Boren Avenue, #811 Seattle, WA 98104 USA P: 425.454.8257 E: info@btse.com =20 "BTSE is uniquely focused on building customized solutions for = student-athletes, fans and the community, who are deeply passionate = about their alma-mater and sports." From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 05:50:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F6316A4CE for ; Mon, 29 Nov 2004 05:50:12 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A745143D69 for ; Mon, 29 Nov 2004 05:50:11 +0000 (GMT) (envelope-from smithcam@adelphia.net) Received: from [192.168.0.199] (really [68.169.225.230]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041129055011.UHLZ14438.mta9.adelphia.net@[192.168.0.199]> for ; Mon, 29 Nov 2004 00:50:11 -0500 Message-ID: <41AAB892.70707@adelphia.net> Date: Sun, 28 Nov 2004 21:50:10 -0800 From: Kevin Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041120 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: moving ports to another file system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 05:50:12 -0000 After installation and setting up of my BSD system for a while, I've come to realize that I probably should have organized my disk a bit differently and I have a smaller root file system then I would have liked. I may have also created a separate /usr file system, but I have /usr in the root file system. The /usr/ports can take up a lot of space and I'm wondering if there are limitations to having ports live in a another files system with a symbolic link from /usr/ports to a ports directory in another file system. -K From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 06:03:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D012216A4CE for ; Mon, 29 Nov 2004 06:03:53 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8564943D5C for ; Mon, 29 Nov 2004 06:03:53 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iAT63Xip013566; Mon, 29 Nov 2004 00:03:33 -0600 (CST) (envelope-from dan) Date: Mon, 29 Nov 2004 00:03:33 -0600 From: Dan Nelson To: Kevin Smith Message-ID: <20041129060333.GB5518@dan.emsphone.com> References: <41AAB892.70707@adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AAB892.70707@adelphia.net> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: moving ports to another file system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:03:53 -0000 In the last episode (Nov 28), Kevin Smith said: > After installation and setting up of my BSD system for a while, I've > come to realize that I probably should have organized my disk a bit > differently and I have a smaller root file system then I would have > liked. I may have also created a separate /usr file system, but I > have /usr in the root file system. > > The /usr/ports can take up a lot of space and I'm wondering if there > are limitations to having ports live in a another files system with a > symbolic link from /usr/ports to a ports directory in another file > system. No limitations at all. You can even symlink it over NFS to another machine if you want (set WRKDIRPREFIX to a local path in /etc/make.conf though, to speed up builds). -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 07:03:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A93316A4CE for ; Mon, 29 Nov 2004 07:03:19 +0000 (GMT) Received: from euler.math.washington.edu (euler.math.washington.edu [128.95.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12BA643D3F for ; Mon, 29 Nov 2004 07:03:19 +0000 (GMT) (envelope-from doherty@math.washington.edu) Received: from [10.95.224.5] (zeno2.math.washington.edu [128.95.224.5]) iAT73HoH029450; Sun, 28 Nov 2004 23:03:17 -0800 Date: Sun, 28 Nov 2004 23:03:17 -0800 (PST) From: Davis Doherty To: Jonathan Ben Ari In-Reply-To: <30dc54f704112818441aa049b2@mail.gmail.com> Message-ID: References: <30dc54f704112818441aa049b2@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.28.0.18; VDF 6.28.0.93 cc: freebsd-questions@freebsd.org Subject: Re: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:03:19 -0000 On Sun, 28 Nov 2004, Jonathan Ben Ari wrote: >Does the access point show that the client is associated to it? > >I'm new to this list, so this may be a heretic question, but have you >tried the card in a Windows laptop to see if it works there? > The access point is definitely not seeing the client. I don't have access to a Windows laptop for testing the card, but the person from whom I got it insists it was working with XP just two days ago. -Davis From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 07:05:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34B216A4CE for ; Mon, 29 Nov 2004 07:05:06 +0000 (GMT) Received: from euler.math.washington.edu (euler.math.washington.edu [128.95.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C4943D2F for ; Mon, 29 Nov 2004 07:05:06 +0000 (GMT) (envelope-from doherty@math.washington.edu) Received: from [10.95.224.5] (zeno2.math.washington.edu [128.95.224.5]) iAT755DW029501; Sun, 28 Nov 2004 23:05:05 -0800 Date: Sun, 28 Nov 2004 23:05:05 -0800 (PST) From: Davis Doherty To: Chris In-Reply-To: <41AA8EA1.3070203@makeworld.com> Message-ID: References: <41AA8EA1.3070203@makeworld.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.28.0.18; VDF 6.28.0.93 cc: freebsd-questions@freebsd.org Subject: Re: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:05:07 -0000 On Sun, 28 Nov 2004, Chris wrote: > > >Your /etc/rc.conf should look have something like this in it: > >ifconfig_wi0="inet xxx.xxx.xxx.xxx netmask 255.255.255.xxx ssid xxx >wepmode on wepkey 0x1234567890abcdef1234567890" > > I've tried essentially the same thing using the ifconfig command, to no avail (minus the wepmode part, since I currently have WEP diasbled). The output of 'ifconfig -a' still shows "status: no carrier". -Davis From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 07:06:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6990616A4CE for ; Mon, 29 Nov 2004 07:06:39 +0000 (GMT) Received: from euler.math.washington.edu (euler.math.washington.edu [128.95.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45EA143D41 for ; Mon, 29 Nov 2004 07:06:39 +0000 (GMT) (envelope-from doherty@math.washington.edu) Received: from [10.95.224.5] (zeno2.math.washington.edu [128.95.224.5]) iAT76bus029604; Sun, 28 Nov 2004 23:06:37 -0800 Date: Sun, 28 Nov 2004 23:06:37 -0800 (PST) From: Davis Doherty To: "Andrew L. Gould" In-Reply-To: <200411282236.21540.algould@datawok.com> Message-ID: References: <41AA4E49.5000003@mukappabeta.de> <200411282236.21540.algould@datawok.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.28.0.18; VDF 6.28.0.93 cc: freebsd-questions@freebsd.org Subject: Re: Problems with WPC11 wirelss card on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:06:39 -0000 On Sun, 28 Nov 2004, Andrew L. Gould wrote: >On Sunday 28 November 2004 04:16 pm, Matthias Buelow wrote: >Davis Doherty wrote: >> The wireless card uses the Prism 2 chipset, and was recognized when >> I plugged it in. I did 'wicontrol -n "my network SSID"' and >> 'wicontrol -p > >What is the version number of your WPC11? Version 4 is not compatible >with FreeBSD. > >Andrew Gould > It's using the Prism 2 chipset, which is listed as one of the compatible ones (I'm pretty sure that it would not be automagically recognized if it were the version 4 non-Prism card, though I cannot confirm this through experience). -Davis From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 07:07:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 893FE16A4CE for ; Mon, 29 Nov 2004 07:07:31 +0000 (GMT) Received: from humakt.s8n.se (c00922a.g-mt.bostream.se [217.215.16.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D526943D58 for ; Mon, 29 Nov 2004 07:07:30 +0000 (GMT) (envelope-from olof@s8n.se) Received: from humakt.s8n.se (localhost [127.0.0.1]) by humakt.s8n.se (8.13.1/8.13.1) with ESMTP id iAT77JN7099134; Mon, 29 Nov 2004 08:07:19 +0100 (CET) (envelope-from olof@s8n.se) Date: Mon, 29 Nov 2004 08:07:19 +0100 Message-ID: <87vfbpnnfc.wl@humakt.s8n.se> From: Olof Samuelsson To: freebsd-questions@freebsd.org User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) X-Attribution: Olof MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: ALTQ support in vr(4)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:07:31 -0000 Hello! altq(4) says: SUPPORTED DEVICES The driver modifications described in altq(9) and required to use a certain network card with ALTQ have been applied to the following hardware drivers an(4), ath(4), awi(4), bfe(4), dc(4), em(4), fxp(4), hme(4), lnc(4), wi(4), de(4), rl(4), sis(4), vr(4) !!!!! and xl(4). Whereas http://www.freebsd.org/releases/5.3R/relnotes-i386.html says: The ALTQ framework has been imported from a KAME snapshot as of 7 June 2004. This import breaks ABI compatibility of struct ifnet and requires all network drives to be recompiled. Additionally, some of the networking drivers have been modified to support the ALTQ framework. Updated drivers are bfe(4), em(4), fxp(4), em(4), lnc(4), tun(4), de(4), rl(4), sis(4), and xl(4). Which list is correct? What should I look for in the driver source? Btw, em(4) is mentioned twice in the release notes ... lnc(4)? BR, Olof -- | Olof Samuelsson - olof@s8n.se | | olof s12345678n - private mail | From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 07:27:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C7F16A4CE for ; Mon, 29 Nov 2004 07:27:32 +0000 (GMT) Received: from sxm.trinetworks.com (sxm.trinetworks.com [64.73.235.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A82F43D1F for ; Mon, 29 Nov 2004 07:27:32 +0000 (GMT) (envelope-from freebsd@trinetworks.com) Received: from sxm.trinetworks.com (localhost.trinetworks.com [127.0.0.1]) by sxm.trinetworks.com (8.12.10/8.12.10) with ESMTP id iAT7Y8tb097461; Sun, 28 Nov 2004 23:34:08 -0800 (PST) (envelope-from freebsd@trinetworks.com) Received: (from nobody@localhost) by sxm.trinetworks.com (8.12.10/8.12.10/Submit) id iAT7Y6di097460; Sun, 28 Nov 2004 23:34:06 -0800 (PST) (envelope-from freebsd@trinetworks.com) X-Authentication-Warning: sxm.trinetworks.com: nobody set sender to freebsd@trinetworks.com using -f Received: from 24-25-209-32.san.rr.com ([24.25.209.32]) (SquirrelMail authenticated user freebsd); by mail.trinetworks.com with HTTP; Sun, 28 Nov 2004 23:34:06 -0800 (PST) Message-ID: <1147.24.25.209.32.1101713646.squirrel@24.25.209.32> In-Reply-To: <1101702298.38278.11.camel@itouch-1011.prv.au.itouchnet.net> References: <1101702298.38278.11.camel@itouch-1011.prv.au.itouchnet.net> Date: Sun, 28 Nov 2004 23:34:06 -0800 (PST) From: "Matthew T. Lager" To: "Andrew Thomson" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: ipsec vpn mtu problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:27:32 -0000 I had this exact same problem, I downgraded to 5.2.1 and it went away. Not sure what the deal is... I thought it might be related to the GIANT lock and MPSAFE being disabled, but I'm not positive... Any ideas would be great! Matt Lager > I have a problem with a freebsd lan to lan IPSEC vpn. Specifically seems > to be an mtu related problem. > > Previously I have set these up and they have run perfectly between > freebsd firewalls acting as the vpn terminator. > > The latest site that I'm trying to connect to has a basic internet > connection. Although it is a business ethernet connection, it's looking > similar to a PPPoE link that I have at home! > > Anyway, in order to get a reliable internet connection, the MTU on the > public interface had to be dropped to 1492. Once down, the internet > worked a treat. > > Lan to lan VPN config was done with setkey and racoon, up and running > very quickly. > > However when we try to move data across this link, it gets a bit done > and then conks out. > >> scp rt-3.2.2.tar.gz root@192.168.40.10: > root@192.168.40.10's password: > rt-3.2.2.tar.gz 11% 144KB 36.7KB/s - > stalled - > > All my other VPNs work perfectly however none of them required the MTU > change. This is the first one that required an MTU change and the first > one that doesn't seem to be able to handle anything more than a ping. > > One side is running 4.3-RELEASE-p28, the other is running 5.3-STABLE. > > The 5.3 box is the one that has the dodge internet link requiring the > MTU change. > > Any thoughts would be much appreciated. > > ajt. > > > -- > Andrew Thomson > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 07:40:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DEC16A4CE for ; Mon, 29 Nov 2004 07:40:49 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E0E43D2D for ; Mon, 29 Nov 2004 07:40:48 +0000 (GMT) (envelope-from tejaswytej@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so357836rne for ; Sun, 28 Nov 2004 23:40:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=o04iYNjA9jM/q/feJy2aF6QpTMd02nFkE75cF1MVJeHROx9RVDUx+gPLlSHP7+TlID7Ti+z5k3QU+1o+JZehLEknFXO7oM1IR3kA0hh2UZ7T2JFEsbkGodEyV5vQ0JC8GXs2a2+wB3yj5HrKoEPXyn55Mwlrodwslz69sVKu3U8= Received: by 10.38.102.13 with SMTP id z13mr1284216rnb; Sun, 28 Nov 2004 23:40:47 -0800 (PST) Received: by 10.38.152.36 with HTTP; Sun, 28 Nov 2004 23:40:47 -0800 (PST) Message-ID: <6609b1bd04112823407d51993f@mail.gmail.com> Date: Mon, 29 Nov 2004 13:10:47 +0530 From: Tejaswy Appalla To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tejaswy Appalla List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:40:49 -0000 welll i am having trouble with installation of free bsd 5.3 here is the error "unable o write data ad0" "vty1 dma limited to udma33"1 "ad0:failure-read _dma timed out non ata66 cable or device " so plz help me out even when i tried to install free bsd 5.1 i got an error "read_dma interupt was seen but taskqueue time out LBA 78165297" "read_dma interupt was seen but taskqueue Satted LBA 78165297" any help will be appreciated From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 08:13:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6676416A4CE for ; Mon, 29 Nov 2004 08:13:57 +0000 (GMT) Received: from amsfep18-int.chello.nl (amsfep18-int.chello.nl [213.46.243.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F3743D45 for ; Mon, 29 Nov 2004 08:13:56 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from Vitsch.net ([212.187.78.35]) by amsfep18-int.chello.nl (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041129081352.XGLB7692.amsfep18-int.chello.nl@Vitsch.net>; Mon, 29 Nov 2004 09:13:52 +0100 Received: from [192.168.2.4] (cp402377-c.venlo1.lb.home.nl [84.29.14.88]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id iAT8DFeD088173; Mon, 29 Nov 2004 09:13:15 +0100 (CET) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" To: Trey Sizemore Date: Mon, 29 Nov 2004 09:13:39 +0100 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> <200411272152.27741.Danovitsch@vitsch.net> <41A8FC1E.1070601@fastmail.fm> In-Reply-To: <41A8FC1E.1070601@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411290913.39870.Danovitsch@vitsch.net> cc: FreeBSD-Questions@FreeBSD.org Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 08:13:57 -0000 On Saturday 27 November 2004 23:13, you wrote: > Daan Vreeken [PA4DAN] wrote: > >On Saturday 27 November 2004 21:28, Trey Sizemore wrote: > >>I've just installed FreeBSD 5.3 on my desktop machine (P4 2.8GHz with > >>512MB RAM) and cannot get my mouse pointer to move in KDE. It is a > >>Microsoft Wireless Optical 2.0 mouse (USB) and I have the following > >>section in my /etc/X11/xorg.conf file: > >> > >>Driver "mouse" > >>Option "Protocol" "Auto" > >>Option "Device" "/dev/sysmouse" > >>Option "Buttons" "7" > >>Option "ZAxisMapping" "4 5" > >> > >>I have installed FreeBSD from the disc 1 ISO file and installed > >>everything by default. I have not done a kernel recomple at this point. > >> > >>Is this an issue with my xorg.conf file or a USB issue that requires a > >>kernel recompile? I did not see anything helpful in the Using X11 in > >>the manual. > > > >Make sure you have usbd running and have set usbd_enable="YES" in > > /etc/rc.conf > > Both of these are done. > > >When a mouse is plugged in usbd should start moused to handle the input. > >The debug output on your console should state ums0 being attached when the > >mouse is plugged in. > > How do I see this? > Thanks. Bright white text should show up on your text console (ttyv0) starting with "ums0: ". The same text should also end up in the output of the "dmesg" command. Daan From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 09:08:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2528616A4CE for ; Mon, 29 Nov 2004 09:08:30 +0000 (GMT) Received: from smtp5.ispsnet.net (smtp5.ispsnet.net [64.63.192.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id B493443D1D for ; Mon, 29 Nov 2004 09:08:29 +0000 (GMT) (envelope-from service@fixer.com) Received: from yourykcpkzegys (unverified [4.225.213.115]) by smtp5.ispsnet.net (Joe1) with ESMTP id 20635314 for ; Sun, 28 Nov 2004 23:59:06 -0500 Message-ID: <000801c4d5d0$29d0cc40$73d5e104@yourykcpkzegys> From: "service@fixer,com" To: Date: Sun, 28 Nov 2004 21:59:09 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: problems with 'burncd' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:08:30 -0000 uname -a =3D FreeBSD fixer.com 5.2.1-RELEASE - 5.2.1-RELEASE #0: Sun = Nov 28 22:00:32 GMT 2004 I have FreeBSD version 5.2 and I'm trying to use 'burncd'. To create an = iso image, you need 'mkisofs'. My system does not have it. When I run = the command, it says "mkisofs, command not found". Theres also no man = page for it. If anyone knows how I can get 'mkisofs', please reply. Thanks in advance, Bruce M From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 09:12:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F3E916A4CE for ; Mon, 29 Nov 2004 09:12:43 +0000 (GMT) Received: from mail.solid-state-logic.com (mail.solid-state-logic.com [193.117.244.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE60743D62 for ; Mon, 29 Nov 2004 09:12:42 +0000 (GMT) (envelope-from martinh@solid-state-logic.com) Received: from sol.solid-state-logic.com ([10.1.1.101] helo=solid-state-logic.com) by soloman.solid-state-logic.com with smtp (Exim 4.43 (FreeBSD)) id 1CYhaD-000MWo-Q7; Mon, 29 Nov 2004 09:12:33 +0000 Received: from [10.1.4.197] (martinh.solid-state-logic.com) by solid-state-logic.com (4.1/SMI-4.1) id AA12696; Mon, 29 Nov 04 09:12:33 GMT Message-Id: <41AAE800.6080800@solid-state-logic.com> Date: Mon, 29 Nov 2004 09:12:32 +0000 From: Martin Hepworth User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en-us, en Mime-Version: 1.0 To: John Barbieri References: <20041128095501.82292.qmail@web25407.mail.ukl.yahoo.com> <41A9F595.9010901@metrocast.net> In-Reply-To: <41A9F595.9010901@metrocast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Solid-State-Logic-MailScanner-Information: Please contact Solid State Logic Ltd for more information X-Solid-State-Logic-MailScanner: Found to be clean X-MailScanner-From: martinh@solid-state-logic.com cc: johne edw cc: freebsd-questions@freebsd.org Subject: Re: rj-45 connector X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:12:43 -0000 John Barbieri wrote: > The sequence is important if your running high speed, like GigE, anything more than 10mbs half duplex actually -- Martin Hepworth Snr Systems Administrator Solid State Logic Tel: +44 (0)1865 842300 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote confirms that this email message has been swept for the presence of computer viruses and is believed to be clean. ********************************************************************** From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 09:48:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02BBD16A4CE; Mon, 29 Nov 2004 09:48:11 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D3B543D1D; Mon, 29 Nov 2004 09:48:10 +0000 (GMT) (envelope-from craig@small-pla.net) Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CYi8f-0001Z8-00; Mon, 29 Nov 2004 10:48:09 +0100 Received: from [217.231.87.51] (helo=jupiter) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1CYi8A-0005jJ-00; Mon, 29 Nov 2004 10:47:38 +0100 From: "craig" To: "'Peter Risdon'" Date: Mon, 29 Nov 2004 10:47:11 +0100 Organization: small-pla.net Message-ID: <000a01c4d5f8$784af300$6500a8c0@jupiter> 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.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal In-Reply-To: <41A729E1.1060505@circlesquared.com> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:455859535b7de7b84111a2e321f2419d cc: freebsd-questions@freebsd.org cc: freebsd-hardware@freebsd.org Subject: RE: WRITE_DMA failures on 5.3 (but NOT on 4.10) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: craig@small-pla.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:48:11 -0000 >DanGer wrote: >[...] >> >> >> i have the same issue on brand new 200gb ata maxtor hard drive. i had >> the same issue on 5.2.1, but when i upgraded to 5.3 i decided to turn on >> ata dma but after 9 days of uptime it froze..no logs, whatever...so i >> turned ata dma off for now, and i will stay and watch what will happen.. > >That's very helpful, thank you. The behaviour you describe - machine >freezing - is exactly what I have experienced. I'm feeling vaguely >optimistic now :-) > >> >> but there should be some other fix, because i don't want to keep my >> disc in pio mode :/ > >Absolutely. But I guess, since I'm not going to try to produce a fix >myself, I can't whinge too loudly. A workaround is what I need right now >and I hope you've confirmed that this is one. > >Peter. have you had any luck yet? i've disabled DMA at a bios level, but it seems to make no discernable difference. and the installation still fails... have the IDE drivers changed between 4.10 and 5.3? much thanks, --- craig@small-pla.net From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 09:50:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E468C16A4CE for ; Mon, 29 Nov 2004 09:50:41 +0000 (GMT) Received: from fri.itea.ntnu.no (fri.itea.ntnu.no [129.241.7.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F7543D39 for ; Mon, 29 Nov 2004 09:50:41 +0000 (GMT) (envelope-from janchris@stud.ntnu.no) Received: from localhost (localhost [127.0.0.1]) by fri.itea.ntnu.no (Postfix) with ESMTP id BA86C7F47; Mon, 29 Nov 2004 10:50:39 +0100 (CET) Received: from panter.stud.ntnu.no (panter.stud.ntnu.no [129.241.56.186]) by fri.itea.ntnu.no (Postfix) with ESMTP; Mon, 29 Nov 2004 10:50:39 +0100 (CET) Received: by panter.stud.ntnu.no (Postfix, from userid 32277) id 74C9D12D52; Mon, 29 Nov 2004 10:50:39 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by panter.stud.ntnu.no (Postfix) with ESMTP id 62E2E11297; Mon, 29 Nov 2004 10:50:39 +0100 (MET) Date: Mon, 29 Nov 2004 10:50:39 +0100 (MET) From: Jan Christian Meyer To: service@fixer.com In-Reply-To: <000801c4d5d0$29d0cc40$73d5e104@yourykcpkzegys> Message-ID: References: <000801c4d5d0$29d0cc40$73d5e104@yourykcpkzegys> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: questions@FreeBSD.org Subject: Re: problems with 'burncd' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:50:42 -0000 On Sun, 28 Nov 2004, service@fixer,com wrote: > If anyone knows how I can get 'mkisofs', please reply. You can install it from the ports tree. It's under "/usr/ports/sysutils/mkisofs". Cheers, -Jan Christian From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 11:29:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C86B816A4CE for ; Mon, 29 Nov 2004 11:29:46 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADAE43D31 for ; Mon, 29 Nov 2004 11:29:45 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iATBUPc6072811; Mon, 29 Nov 2004 12:30:25 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iATBUKJs072810; Mon, 29 Nov 2004 12:30:20 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 29 Nov 2004 12:30:20 +0100 From: Ruben de Groot To: Giorgos Keramidas Message-ID: <20041129113020.GA72673@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Giorgos Keramidas , Jonathon McKitrick , freebsd-questions@freebsd.org References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> <20041128013135.GD662@gothmog.gr> <20041128044847.GA1435@dogma.freebsd-uk.eu.org> <20041128122741.GB43088@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041128122741.GB43088@gothmog.gr> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: Jonathon McKitrick cc: freebsd-questions@freebsd.org Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 11:29:46 -0000 On Sun, Nov 28, 2004 at 02:27:41PM +0200, Giorgos Keramidas typed: > On 2004-11-28 04:48, Jonathon McKitrick wrote: > > On Sun, Nov 28, 2004 at 03:31:35AM +0200, Giorgos Keramidas wrote: > > : AFAIK, rule 00300 will never be hit by packets going out tun0 as long as > > : you also have rule 00200 in there. > > > > Hmmm.... here's a run after having the laptop running for a bit. I don't > > see why 200 doesn't cover the case either. > > > > root@neptune:~# ipfw show > > 00100 0 0 check-state > > 00200 6709 1277079 allow ip from me to any keep-state out xmit tun0 > > 00300 2093 645797 allow ip from any to any keep-state out xmit tun0 > > Oops! That doesn't look good, unless I'm missing something about the > way 'me' works. He's using ppp-nat. So packets from his laptop will first hit rule #300 and only after that get "nat'ed". I believe this is normal behaviour. Ruben > It's probably a good idea to send what you have so far to the > freebsd-ipfw people. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 12:23:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D3A16A4CE for ; Mon, 29 Nov 2004 12:23:00 +0000 (GMT) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id A068143D46 for ; Mon, 29 Nov 2004 12:23:00 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=redshift.localdomain) by ptb-relay03.plus.net with esmtp (Exim) id 1CYkYS-000JWO-7W for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 12:22:56 +0000 From: Mark Ovens To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 12:22:49 +0000 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> <41AA7126.8020304@fastmail.fm> <16810.35381.973457.548733@jerusalem.litteratus.org> In-Reply-To: <16810.35381.973457.548733@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411291222.49325.marko@freebsd.org> Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:23:01 -0000 On Mon November 29 2004 02:32, Robert Huff wrote: > Trey Sizemore writes: > > OK...making some progress now. I have these entries (except I'm > > using /dev/psm0 for the time being) and now the mouse is jumping > > to the upper left corner of the screen and flickering menus > > mysteriously. Moving the mouse only causes the flickering. I > > used another PS/2 connected mouse (wired this time -> MS Optical > > USB) and it gave the exact same behavior). > > This sounds very like a known problem some time ago involving > the ACPI code, I don't remember what the outcome was, but you > should check the archives of the questions@ and current@ lists for > more info. > ISTR that this can happen if the protocol is set incorrectly Trey, do you have moused_type set to "auto" in rc.conf? Regards, Mark From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 12:23:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE9A816A4CE for ; Mon, 29 Nov 2004 12:23:39 +0000 (GMT) Received: from gateway-su.alpack.co.yu (gateway-su.alpack.co.yu [212.200.136.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441EE43D5A for ; Mon, 29 Nov 2004 12:23:38 +0000 (GMT) (envelope-from radeons@alpack.co.yu) Received: from localhost (localhost [127.0.0.1]) by gateway-su.alpack.co.yu (Postfix) with ESMTP id 02B2B352A8 for ; Mon, 29 Nov 2004 14:06:21 +0100 (CET) Received: from gateway-su.alpack.co.yu (localhost [127.0.0.1]) by localhost (VaMailArmor-2.0.1.16) id 78104-20A0C0D9; Mon, 29 Nov 2004 14:06:20 +0100 Received: from eximport2 (unknown [192.168.56.31]) by gateway-su.alpack.co.yu (Postfix) with SMTP id 8A063352A7 for ; Mon, 29 Nov 2004 14:06:20 +0100 (CET) Message-ID: <00c001c4d60e$42557700$1f38a8c0@alpack.co.yu> From: "Radeon Radegeddon" To: Date: Mon, 29 Nov 2004 13:23:40 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00BC_01C4D616.A4091620" 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-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.28.0.18; VDF: 6.28.0.94; host: gateway-su.alpack.co.yu) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FBSD 2.5.1-p11 | Promise SATA150 TX2plus | Seagate B 200GB - X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:23:40 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_00BC_01C4D616.A4091620 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Sebastian Holmqvist Hi Sebastain, I just found the thread "FBSD 2.5.1-p11 | Promise SATA150 TX2plus | = Seagate B 200GB - BAD SUPERBLK / Machine freezes up etc". The Promise SATA150 TX2plus controller may be causing all the trouble. = Here are my VERY BAD experiences with it: 1.) March 2004: Bought a brand new Maxtor 160GB SATA with SATA-to-PATA = Adapter (until I buy a PCI SATA card). 2.) June 2004: Bought Promise SATA150 TX2plus (SATA-to-PATA Adapter goes = back to the box) :) 3.) September 2004: Maxtor 160GB breakes down :( 4.) October 2004: Bought a new Chieftek case with 360W Chieftek PSU and = a new Maxtor 200GB. Exchanged almost everything, except motherboard, CPU = and memory. 5.) November 2004: Maxtor 200GB SATA breakes down (same simptoms as = 160GB) :( 6.) Bought a new Seagate Barracuda 200GB SATA. 7.) 28.11.2004.: After just three (3) days, Seagate breakes down (same = simptoms as before) :( Today I found your mailing list on FreeBSD.org, which makes me think = this Promise card is to keep hands away from!!! I wait for Maxtor 200GB to come back from guarantee exchange and use it = with SATA-to-PATA Adapter again, then I'll know. Kind Regards, Rade Seslija ------=_NextPart_000_00BC_01C4D616.A4091620-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 12:41:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAE016A4CE; Mon, 29 Nov 2004 12:41:17 +0000 (GMT) Received: from server1.carmatec.com (server1.carmatec.com [66.45.229.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0950243D1D; Mon, 29 Nov 2004 12:41:17 +0000 (GMT) (envelope-from akhthar@carmatec.com) Received: from [61.95.203.89] (helo=ws13.carmatec.com) by server1.carmatec.com with esmtpa (Exim 4.43) id 1CYkqA-0001oP-UC; Mon, 29 Nov 2004 07:40:53 -0500 From: "Akhthar Parvez. K" Organization: Carmatec Solutions To: freebsd-performance@freebsd.org Date: Mon, 29 Nov 2004 18:12:20 +0530 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: <200411291812.20739.akhthar@carmatec.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.carmatec.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - carmatec.com X-Source: X-Source-Args: X-Source-Dir: cc: freebsd-questions@freebsd.org Subject: Error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: akhthar@carmatec.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:41:17 -0000 Hi All, I am getting the following error message in /var/log/messages tail -f /var/log/messages Nov 29 07:24:31 speedy /kernel: pid 83876 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:31 speedy /kernel: pid 84126 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:31 speedy /kernel: pid 84208 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:33 speedy /kernel: pid 83867 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:34 speedy /kernel: pid 84207 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:35 speedy /kernel: pid 84138 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:36 speedy /kernel: pid 84064 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:37 speedy /kernel: pid 84141 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:38 speedy /kernel: pid 84255 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:39 speedy /kernel: pid 84233 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:42 speedy /kernel: pid 84258 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:43 speedy /kernel: pid 84165 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:43 speedy /kernel: pid 84200 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:45 speedy /kernel: pid 84174 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:45 speedy /kernel: pid 84199 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:49 speedy /kernel: pid 83871 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:50 speedy /kernel: pid 84164 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:52 speedy /kernel: pid 84102 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:52 speedy /kernel: pid 84167 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:52 speedy /kernel: pid 84212 (httpd), uid 65534: exited on signal 4 Nov 29 07:24:53 speedy /kernel: pid 84168 (httpd), uid 65534: exited on signal 4 Anyhave has any idea why it's coming? I am not getting any error messsages in apache error logs. -- With Regards, Akhthar Parvez.K --------------------- NOTHING IS IMPOSSIBLE Because Impossible itself says I'M POSSIBLE From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 12:44:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB1B16A4CE for ; Mon, 29 Nov 2004 12:44:14 +0000 (GMT) Received: from neon.webfusion.co.uk (neon.webfusion.co.uk [212.67.202.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5678643D1D for ; Mon, 29 Nov 2004 12:44:14 +0000 (GMT) (envelope-from michael.hopkins@hopkins-research.com) Received: from 83-216-132-201.markch725.adsl.metronet.co.uk ([83.216.132.201] helo=[192.168.0.4]) by neon.webfusion.co.uk with asmtp (Exim 3.36 #1) id 1CYkt2-0001Pz-00 for questions@freebsd.org; Mon, 29 Nov 2004 12:44:12 +0000 User-Agent: Microsoft-Entourage/10.1.1.2418 Date: Mon, 29 Nov 2004 12:44:12 +0000 From: "Michael Hopkins, Hopkins Research" To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: 64 bit FreeBSD for number crunching X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:44:14 -0000 Hi I am considering building a dual Opteron number-cruncher using FreeBSD 5.3 instead of Linux, and I have three questions which I haven't been able to find answers to on the site. 1) Will I be able to link reliably against Linux libraries when the source isn't available e.g. Some of those ones here... http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118_8796_11869% 5E11880,00.html 2) Is there any performance penalty to (1) if I can. 3) Is the 64 bit AMD port of FreeBSD stable? Many thanks for your time Michael _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ _/ _/ _/_/_/ Hopkins Research Ltd _/ _/ _/ _/ _/_/_/_/ _/_/_/ http://www.hopkins-research.com _/ _/ _/ _/ _/ _/ _/ _/ 'touch the future' _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 12:54:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C855F16A4CE for ; Mon, 29 Nov 2004 12:54:55 +0000 (GMT) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D51B43D46 for ; Mon, 29 Nov 2004 12:54:55 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=redshift.localdomain) by ptb-relay03.plus.net with esmtp (Exim) id 1CYl3N-000D4F-Mg for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 12:54:53 +0000 From: Mark Ovens To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 12:54:46 +0000 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> <200411282044.10356.marko@freebsd.org> <41AA3D1A.70702@fastmail.fm> In-Reply-To: <41AA3D1A.70702@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411291254.46954.marko@freebsd.org> Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:54:55 -0000 On Sun November 28 2004 21:03, Trey Sizemore wrote: > Mark Ovens wrote: > >On Sun November 28 2004 19:35, Trey Sizemore wrote: > >>Mark Ovens wrote: > >>>On Sun November 28 2004 18:28, Trey Sizemore wrote: > >>>>Hmmm...not sure why mine's not working then. Is your mouse the > >>>> wireless version? Mine says Microsoft Wireless Mouse 2.0 (it's kind > >>>> of a light purple color ). > >>> > >>>Yes, same as mine. > >>> > >>>You did change ''moused_port'' in /etc/rc.conf to /dev/psm0 when you > >>>connected it to the PS/2 port, didn't you? > >> > >>I'll have to check...I'm doing a portupgrade right now, so I'll have to > >>check when that finishes. > > > >I've just applied the patch in PR kern/70607 and it works just fine - > > although I've not tested the tilt wheel because, as I said, I don't use > > it so I'm not sure how to set it up in FreeBSD. > > When you say it works fine, do you mean you've attached the mouse via > USB? Yes :-) > I'm new to FreeBSD, so how do I apply this patch to get the mouse > to work? > The patch needs a slight mod - removal of a field in a struct - from the one posted (see comments about the 'dt' field in the PR). I can e-mail you a modified version - is your re-mail address valid? Save the patch to a file, e.g. /tmp/pr70607_patch then, as root: # cd /usr/src # patch -Clp0 < /tmp/pr70607_patch [that's a lower case L and a zero] The -C just simulates what would happen without actually changing anything - just to check that the patch will apply cleanly. Make sure all the hunks succeed, you should see this: Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- sys/dev/usb/usbhid.h.orig Mon Sep 20 00:59:48 2004 |+++ sys/dev/usb/usbhid.h Mon Sep 20 02:14:40 2004 -------------------------- Patching file sys/dev/usb/usbhid.h using Plan A... Hunk #1 succeeded at 123. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- sys/dev/usb/ums.c.orig Mon Nov 29 12:37:13 2004 |+++ sys/dev/usb/ums.c Sun Nov 28 20:12:30 2004 -------------------------- Patching file sys/dev/usb/ums.c using Plan A... Hunk #1 succeeded at 104. Hunk #2 succeeded at 114. Hunk #3 succeeded at 140. Hunk #4 succeeded at 269. Hunk #5 succeeded at 277. Hunk #6 succeeded at 290. Hunk #7 succeeded at 408. Hunk #8 succeeded at 425. Hunk #9 succeeded at 466. Hunk #10 succeeded at 484. Hunk #11 succeeded at 503. Hunk #12 succeeded at 550. Hunk #13 succeeded at 807. done If they all succeed then do it for real: # patch -lp0 < /tmp/pr70607_patch [again a lower case L and a zero] The rebuild and install your kernel # make buildkernel && installkernel edit /etc/rc.conf to change moused_port to /dev/ums0, shutdown, connect the mouse to the USB port, restart and enjoy: Regards, Mark From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 13:21:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 168D516A4CE for ; Mon, 29 Nov 2004 13:21:26 +0000 (GMT) Received: from xenial.mcc.ac.uk (xenial.mcc.ac.uk [130.88.203.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BAAE43D45 for ; Mon, 29 Nov 2004 13:21:25 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by xenial.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1CYlT2-0004yN-8I; Mon, 29 Nov 2004 13:21:24 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) iATDLJlZ066769; Mon, 29 Nov 2004 13:21:23 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.10/8.12.6/Submit) id iATDLEfD066761; Mon, 29 Nov 2004 13:21:14 GMT Date: Mon, 29 Nov 2004 13:21:14 +0000 From: Jonathon McKitrick To: Ruben de Groot , Giorgos Keramidas , freebsd-questions@freebsd.org Message-ID: <20041129132114.GA66047@dogma.freebsd-uk.eu.org> References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> <20041128013135.GD662@gothmog.gr> <20041128044847.GA1435@dogma.freebsd-uk.eu.org> <20041128122741.GB43088@gothmog.gr> <20041129113020.GA72673@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129113020.GA72673@ei.bzerk.org> User-Agent: Mutt/1.4i Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:21:26 -0000 On Mon, Nov 29, 2004 at 12:30:20PM +0100, Ruben de Groot wrote: : He's using ppp-nat. So packets from his laptop will first hit rule #300 and : only after that get "nat'ed". I believe this is normal behaviour. Ah, yes. I always forget about ppp-nat. So, then, is this the best way to allow my laptop packets out? Or does it still leave the laptop exposed? I'd like to protect all the machines with one firewall, while keeping it simple, if possible. jm -- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 13:22:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59A9716A4CE for ; Mon, 29 Nov 2004 13:22:40 +0000 (GMT) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FFA243D39 for ; Mon, 29 Nov 2004 13:22:40 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=redshift.localdomain) by ptb-relay03.plus.net with esmtp (Exim) id 1CYlUF-0007K1-78 for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 13:22:39 +0000 From: Mark Ovens To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 13:22:32 +0000 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> <41AA3D1A.70702@fastmail.fm> <200411291254.46954.marko@freebsd.org> In-Reply-To: <200411291254.46954.marko@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411291322.32710.marko@freebsd.org> Subject: Re: USB mouse support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:22:40 -0000 On Mon November 29 2004 12:54, Mark Ovens wrote: > # make buildkernel && installkernel Duh! typo. That should read # make buildkernel && make installkernel Regards, Mark From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 13:28:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13D9D16A4CE for ; Mon, 29 Nov 2004 13:28:37 +0000 (GMT) Received: from sffwd0.suedfactoring.de (port-212-202-224-251.static.qsc.de [212.202.224.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1141D43D2D for ; Mon, 29 Nov 2004 13:28:36 +0000 (GMT) (envelope-from agruner@suedfactoring.de) Received: from pcs28.suedfac.com ([10.4.1.99])ESMTP id iATDSYlx005267 for ; Mon, 29 Nov 2004 14:28:34 +0100 Received: by pcs28.suedfac.com (Postfix, from userid 1001) id 9DAB4B913; Mon, 29 Nov 2004 14:30:37 +0100 (CET) Date: Mon, 29 Nov 2004 14:30:36 +0100 From: "Axel S. Gruner" To: freebsd-questions@freebsd.org Message-ID: <20041129133036.GA25825@pcs28.suedfactoring.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: SuedFactoring GmbH Adress1: 70191 Stuttgart Adress2: Heilbronnerstrasse 86 Phone: (+49)711/127-3865 User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new Subject: Limit RAM for Jails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: axel.gruner@suedfactoring.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:28:37 -0000 Hi. Is there a way to limit the usage of RAM (maybe also CPU) for jails? asg From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 13:34:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B39516A4CE for ; Mon, 29 Nov 2004 13:34:19 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD5543D4C for ; Mon, 29 Nov 2004 13:34:19 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id 705BE69A3F; Mon, 29 Nov 2004 08:34:18 -0500 (EST) Date: Mon, 29 Nov 2004 08:34:17 -0500 From: Bill Moran To: C Clements Message-Id: <20041129083417.3b310fe2.wmoran@potentialtech.com> In-Reply-To: <005c01c4d5d4$d9a5a0b0$0700a8c0@valued6il5u36d> References: <005c01c4d5d4$d9a5a0b0$0700a8c0@valued6il5u36d> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD Admin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:34:19 -0000 "C Clements" wrote: > I am in search of a FreeBSD Administrator for some web applications we > are hosting. Can you point us in the right direction? If you're looking for an employee, try posting the details of your requirements on freebsd-jobs@freebsd.org If you're looking for a consultant, try the vendor's section on the freebsd.org home page (left side, near the bottom). Or you can just email me back directly, as this is what I do. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 13:44:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 666E516A4CE; Mon, 29 Nov 2004 13:44:39 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D90643D3F; Mon, 29 Nov 2004 13:44:39 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id 0847C69A3F; Mon, 29 Nov 2004 08:44:37 -0500 (EST) Date: Mon, 29 Nov 2004 08:44:36 -0500 From: Bill Moran To: akhthar@carmatec.com Message-Id: <20041129084436.1f564096.wmoran@potentialtech.com> In-Reply-To: <200411291812.20739.akhthar@carmatec.com> References: <200411291812.20739.akhthar@carmatec.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-performance@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:44:39 -0000 "Akhthar Parvez. K" wrote: > Hi All, > > I am getting the following error message in /var/log/messages > > tail -f /var/log/messages > Nov 29 07:24:31 speedy /kernel: pid 83876 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:31 speedy /kernel: pid 84126 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:31 speedy /kernel: pid 84208 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:33 speedy /kernel: pid 83867 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:34 speedy /kernel: pid 84207 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:35 speedy /kernel: pid 84138 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:36 speedy /kernel: pid 84064 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:37 speedy /kernel: pid 84141 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:38 speedy /kernel: pid 84255 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:39 speedy /kernel: pid 84233 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:42 speedy /kernel: pid 84258 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:43 speedy /kernel: pid 84165 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:43 speedy /kernel: pid 84200 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:45 speedy /kernel: pid 84174 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:45 speedy /kernel: pid 84199 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:49 speedy /kernel: pid 83871 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:50 speedy /kernel: pid 84164 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:52 speedy /kernel: pid 84102 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:52 speedy /kernel: pid 84167 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:52 speedy /kernel: pid 84212 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:53 speedy /kernel: pid 84168 (httpd), uid 65534: exited on signal 4 > > > Anyhave has any idea why it's coming? I am not getting any error > messsages in apache error logs. Please wrap your lines around 72 chars. See http://www.lemis.com/questions.html What version of Apache are you running? What modules does it have installed. Answering those questions will narrow down the problem and you can start researching it in more detail. Also, looking through your http access and error logs to correlate times will help tell you what's causing the problem. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 14:08:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30BD916A4CE for ; Mon, 29 Nov 2004 14:08:38 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DAD43D3F for ; Mon, 29 Nov 2004 14:08:37 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iATE9Ue0074228; Mon, 29 Nov 2004 15:09:30 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iATE9Uxa074227; Mon, 29 Nov 2004 15:09:30 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 29 Nov 2004 15:09:30 +0100 From: Ruben de Groot To: Jonathon McKitrick Message-ID: <20041129140930.GA73929@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Jonathon McKitrick , Giorgos Keramidas , freebsd-questions@freebsd.org References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> <20041128013135.GD662@gothmog.gr> <20041128044847.GA1435@dogma.freebsd-uk.eu.org> <20041128122741.GB43088@gothmog.gr> <20041129113020.GA72673@ei.bzerk.org> <20041129132114.GA66047@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129132114.GA66047@dogma.freebsd-uk.eu.org> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: Giorgos Keramidas cc: Ruben de Groot cc: freebsd-questions@freebsd.org Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:08:38 -0000 On Mon, Nov 29, 2004 at 01:21:14PM +0000, Jonathon McKitrick typed: > On Mon, Nov 29, 2004 at 12:30:20PM +0100, Ruben de Groot wrote: > : He's using ppp-nat. So packets from his laptop will first hit rule #300 and > : only after that get "nat'ed". I believe this is normal behaviour. > > Ah, yes. I always forget about ppp-nat. > > So, then, is this the best way to allow my laptop packets out? Or does it > still leave the laptop exposed? I'd like to protect all the machines with > one firewall, while keeping it simple, if possible. Your laptop won't be "exposed" by this. You could however finetune your ruleset a little bit by modifying rule 300 to something like: allow ip from ${INTERNAL_NET} to any keep-state out xmit tun0 where INTERNAL_NET would be e.g. 192.168.0.0/24 Ruben From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 14:17:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8546216A4CE; Mon, 29 Nov 2004 14:17:41 +0000 (GMT) Received: from mail.geeks.org (jacobs.Geeks.ORG [204.153.247.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2129C43D2F; Mon, 29 Nov 2004 14:17:41 +0000 (GMT) (envelope-from drechsau@Geeks.ORG) Received: by mail.geeks.org (Postfix, from userid 400) id 774B020B51; Mon, 29 Nov 2004 08:17:40 -0600 (CST) Date: Mon, 29 Nov 2004 08:17:40 -0600 From: Mike Horwath To: "Akhthar Parvez. K" Message-ID: <20041129141740.GA16560@octanews.net> References: <200411291812.20739.akhthar@carmatec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411291812.20739.akhthar@carmatec.com> X-PGP-Fingerprint: D8 24 CC E6 47 5F E4 60 BF B7 6E FA BF C7 6E C5 X-GPG-Fingerprint: 6A89 E78A B8B1 69D9 8CDB E966 4A5A C3F9 A1B0 C381 User-Agent: Mutt/1.5.6i cc: freebsd-performance@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:17:41 -0000 On Mon, Nov 29, 2004 at 06:12:20PM +0530, Akhthar Parvez. K wrote: > Hi All, > > I am getting the following error message in /var/log/messages > > tail -f /var/log/messages > Nov 29 07:24:31 speedy /kernel: pid 83876 (httpd), uid 65534: exited on signal 4 > Nov 29 07:24:31 speedy /kernel: pid 84126 (httpd), uid 65534: exited on signal 4 [snipper] #define SIGILL 4 /* illegal instr. (not reset when caught) */ > Anyhave has any idea why it's coming? I am not getting any error > messsages in apache error logs. Only time I have seen this kind of thing is bad hardware. -- Mike Horwath, reachable via drechsau@Geeks.ORG From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 14:24:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAE6216A4CE; Mon, 29 Nov 2004 14:24:47 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A8443D48; Mon, 29 Nov 2004 14:24:46 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from [127.0.0.1] (localhost.circlesquared.com [127.0.0.1]) iATEO9kX076524; Mon, 29 Nov 2004 14:24:21 GMT (envelope-from peter@circlesquared.com) Message-ID: <41AB3109.6040308@circlesquared.com> Date: Mon, 29 Nov 2004 14:24:09 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: craig@small-pla.net References: <000a01c4d5f8$784af300$6500a8c0@jupiter> In-Reply-To: <000a01c4d5f8$784af300$6500a8c0@jupiter> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: freebsd-hardware@freebsd.org Subject: Re: WRITE_DMA failures on 5.3 (but NOT on 4.10) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:24:48 -0000 craig wrote: >>DanGer wrote: >>[...] >> >>> >>>i have the same issue on brand new 200gb ata maxtor hard drive. i had >>>the same issue on 5.2.1, but when i upgraded to 5.3 i decided to turn on >>>ata dma but after 9 days of uptime it froze..no logs, whatever...so i >>>turned ata dma off for now, and i will stay and watch what will happen.. >> >>That's very helpful, thank you. The behaviour you describe - machine >>freezing - is exactly what I have experienced. I'm feeling vaguely >>optimistic now :-) >> >> >>>but there should be some other fix, because i don't want to keep my >>>disc in pio mode :/ >> >>Absolutely. But I guess, since I'm not going to try to produce a fix >>myself, I can't whinge too loudly. A workaround is what I need right now >>and I hope you've confirmed that this is one. >> >>Peter. > > > > have you had any luck yet? Not beyond what's said here. > > i've disabled DMA at a bios level, but it seems to make no discernable > difference. > and the installation still fails... I guess you need to disable ata dma before the installation begins. I can't see how to do that at the loader prompt (hw.ata.ata_dma isn't listed among the variables you can assign values to at the loader prompt) but maybe you can change to the holographic shell after getting into sysinstall and do it there. > > have the IDE drivers changed between 4.10 and 5.3? I assume so. I just had to set up a storage server with biggish disks and I used 4.10. There's clearly an issue in 5.3 with at least some disk drives (Maxtor > 200G crop up a lot when this problem is reported) and at least some ide controllers. Peter. -- the circle squared network systems and software http://www.circlesquared.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 14:33:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC15516A4CE for ; Mon, 29 Nov 2004 14:33:57 +0000 (GMT) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 605EB43D1D for ; Mon, 29 Nov 2004 14:33:57 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from localhost.esiee.fr (localhost.esiee.fr [127.0.0.1]) by mail.esiee.fr (Postfix) with ESMTP id 850703658F5 for ; Mon, 29 Nov 2004 15:33:56 +0100 (CET) Received: from mail.esiee.fr (localhost.esiee.fr [127.0.0.1]) by localhost.esiee.fr (VaMailArmor-2.0.1.16) id 48793-57F23F5D; Mon, 29 Nov 2004 15:33:56 +0100 Received: from [147.215.1.13] (desolation.esiee.fr [147.215.1.13]) by mail.esiee.fr (Postfix) with ESMTP id 5D9963658EF for ; Mon, 29 Nov 2004 15:33:56 +0100 (CET) Message-ID: <41AB3354.4010302@esiee.fr> Date: Mon, 29 Nov 2004 15:33:56 +0100 From: Frank Bonnet User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.3) Gecko/20040910 X-Accept-Language: fr-fr, en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.28.0.18; VDF: 6.28.0.96; host: mail.esiee.fr) Subject: simple router ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:33:57 -0000 Hi I'm planning to build a simple router with FreeBSD the machine will not support firewalling, it will be a straight router that route between the two interfaces :-) it will be dedicated to this service. What would be the best version of FreeBSD to perform such operation 4.10 or 5.3 ? Thanks -- Cordialement/Regards Frank Bonnet From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 14:39:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D2B16A4CE for ; Mon, 29 Nov 2004 14:39:19 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 512A343D64 for ; Mon, 29 Nov 2004 14:39:19 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id 8E9AD69A3F; Mon, 29 Nov 2004 09:39:18 -0500 (EST) Date: Mon, 29 Nov 2004 09:39:17 -0500 From: Bill Moran To: Frank Bonnet Message-Id: <20041129093917.222ccad8.wmoran@potentialtech.com> In-Reply-To: <41AB3354.4010302@esiee.fr> References: <41AB3354.4010302@esiee.fr> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: simple router ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:39:19 -0000 Frank Bonnet wrote: > Hi > > I'm planning to build a simple router with FreeBSD the machine will not > support firewalling, it will be a straight router that route between the > two interfaces :-) it will be dedicated to this service. > What would be the best version of FreeBSD to perform such operation > 4.10 or 5.3 ? 5.3. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 14:44:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E3316A4CE for ; Mon, 29 Nov 2004 14:44:39 +0000 (GMT) Received: from proxy.radiant.ru (news.radiant.ru [62.69.0.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DF443D39 for ; Mon, 29 Nov 2004 14:44:38 +0000 (GMT) (envelope-from ostap@radiant.ru) Received: from uc.r-isp.ru (uc.r-isp.ru [62.69.0.103]) by proxy.radiant.ru (8.12.3/8.12.3) with ESMTP id iATEiXu0014758 for ; Mon, 29 Nov 2004 18:44:35 +0400 (SAMT) (envelope-from ostap@radiant.ru) From: Sergey Evteeff Organization: Radiant ISP To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 18:44:36 +0400 User-Agent: KMail/1.6.2 References: <41AB3354.4010302@esiee.fr> <20041129093917.222ccad8.wmoran@potentialtech.com> In-Reply-To: <20041129093917.222ccad8.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <200411291844.36416.ostap@radiant.ru> Subject: Re: simple router ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ostap@radiant.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:44:39 -0000 Hi. > > What would be the best version of FreeBSD to perform such operation > > 4.10 or 5.3 ? > 5.3. Why? -- === Sergey Evteeff mailto:ostap@radiant.ru phone: (846)245-4040 fax: (846)245-4120 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 14:45:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E221416A4CE for ; Mon, 29 Nov 2004 14:45:01 +0000 (GMT) Received: from yearning.mcc.ac.uk (yearning.mcc.ac.uk [130.88.203.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5584743D41 for ; Mon, 29 Nov 2004 14:45:01 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by yearning.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1CYmlv-0000kl-VU; Mon, 29 Nov 2004 14:45:00 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) iATEixlZ069871; Mon, 29 Nov 2004 14:44:59 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.10/8.12.6/Submit) id iATEiw1q069870; Mon, 29 Nov 2004 14:44:58 GMT Date: Mon, 29 Nov 2004 14:44:58 +0000 From: Jonathon McKitrick To: Ruben de Groot , Giorgos Keramidas , freebsd-questions@freebsd.org Message-ID: <20041129144458.GA69798@dogma.freebsd-uk.eu.org> References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> <20041128013135.GD662@gothmog.gr> <20041128044847.GA1435@dogma.freebsd-uk.eu.org> <20041128122741.GB43088@gothmog.gr> <20041129113020.GA72673@ei.bzerk.org> <20041129132114.GA66047@dogma.freebsd-uk.eu.org> <20041129140930.GA73929@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129140930.GA73929@ei.bzerk.org> User-Agent: Mutt/1.4i Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:45:02 -0000 On Mon, Nov 29, 2004 at 03:09:30PM +0100, Ruben de Groot wrote: : On Mon, Nov 29, 2004 at 01:21:14PM +0000, Jonathon McKitrick typed: : > On Mon, Nov 29, 2004 at 12:30:20PM +0100, Ruben de Groot wrote: : > : He's using ppp-nat. So packets from his laptop will first hit rule #300 and : > : only after that get "nat'ed". I believe this is normal behaviour. : > : > Ah, yes. I always forget about ppp-nat. : > : > So, then, is this the best way to allow my laptop packets out? Or does it : > still leave the laptop exposed? I'd like to protect all the machines with : > one firewall, while keeping it simple, if possible. : : Your laptop won't be "exposed" by this. You could however finetune your : ruleset a little bit by modifying rule 300 to something like: : : allow ip from ${INTERNAL_NET} to any keep-state out xmit tun0 : : where INTERNAL_NET would be e.g. 192.168.0.0/24 Should I also run a firewall on the laptop then, since all traffic to the laptop is allowed to pass? jm -- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 15:05:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3400516A4CE for ; Mon, 29 Nov 2004 15:05:11 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F3BF43D1D for ; Mon, 29 Nov 2004 15:05:08 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id B1F9769A3F; Mon, 29 Nov 2004 10:05:07 -0500 (EST) Date: Mon, 29 Nov 2004 10:05:06 -0500 From: Bill Moran To: ostap@radiant.ru Message-Id: <20041129100506.29d2da5f.wmoran@potentialtech.com> In-Reply-To: <200411291844.36416.ostap@radiant.ru> References: <41AB3354.4010302@esiee.fr> <20041129093917.222ccad8.wmoran@potentialtech.com> <200411291844.36416.ostap@radiant.ru> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: simple router ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:05:11 -0000 Sergey Evteeff wrote: > Hi. > > > > What would be the best version of FreeBSD to perform such operation > > > 4.10 or 5.3 ? > > 5.3. > > Why? The only thing wrong with 5.3 is the gvinum doesn't work yet. It doesn't seem like you'll be using gvinum. If you install 4.10, you'll want to upgrade at some point in the future when 4.X isn't supported any more. Unless you know factually that you won't be keeping this server around very long (i.e., less than a year). If that's the case, use 4.10 as it's a more tested codebase. I still think that's wrong, as servers always seem to stay around longer than you plan. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 15:06:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED8816A4CE for ; Mon, 29 Nov 2004 15:06:15 +0000 (GMT) Received: from catflap.slightlystrange.org (cpc2-cmbg1-3-0-cust94.cmbg.cable.ntl.com [213.107.104.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97DAE43D4C for ; Mon, 29 Nov 2004 15:06:12 +0000 (GMT) (envelope-from danielby@slightlystrange.org) Received: from danielby by catflap.slightlystrange.org with local (Exim 4.43 (FreeBSD)) id 1CYn6O-000Mwa-PN for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 15:06:08 +0000 Date: Mon, 29 Nov 2004 15:06:08 +0000 From: Daniel Bye To: freebsd-questions@freebsd.org Message-ID: <20041129150608.GB87180@catflap.slightlystrange.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <41AB3354.4010302@esiee.fr> <20041129093917.222ccad8.wmoran@potentialtech.com> <200411291844.36416.ostap@radiant.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NDin8bjvE/0mNLFQ" Content-Disposition: inline In-Reply-To: <200411291844.36416.ostap@radiant.ru> User-Agent: Mutt/1.4.2.1i Subject: Re: simple router ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:06:15 -0000 --NDin8bjvE/0mNLFQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 29, 2004 at 06:44:36PM +0400, Sergey Evteeff wrote: > Hi. >=20 > > > What would be the best version of FreeBSD to perform such operation > > > 4.10 or 5.3 ? > > 5.3. >=20 > Why?=20 For the simple reason that it's going to be supported for a lot longer than 4.X, which is now the legacy release... --=20 Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --NDin8bjvE/0mNLFQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqzrghvzwOpChvo8RAvcXAKC6WwcZKUc6qy797pUh2oDguz8ctgCdEwRM SreXXphvJ1BZ15IG8tvAs4c= =X1Sa -----END PGP SIGNATURE----- --NDin8bjvE/0mNLFQ-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 15:13:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B447916A4CE for ; Mon, 29 Nov 2004 15:13:13 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D87F43D1D for ; Mon, 29 Nov 2004 15:13:13 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iATFE7qn074841; Mon, 29 Nov 2004 16:14:07 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iATFE7Xx074840; Mon, 29 Nov 2004 16:14:07 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 29 Nov 2004 16:14:07 +0100 From: Ruben de Groot To: Jonathon McKitrick Message-ID: <20041129151407.GA74785@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Jonathon McKitrick , freebsd-questions@freebsd.org References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> <20041128013135.GD662@gothmog.gr> <20041128044847.GA1435@dogma.freebsd-uk.eu.org> <20041128122741.GB43088@gothmog.gr> <20041129113020.GA72673@ei.bzerk.org> <20041129132114.GA66047@dogma.freebsd-uk.eu.org> <20041129140930.GA73929@ei.bzerk.org> <20041129144458.GA69798@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129144458.GA69798@dogma.freebsd-uk.eu.org> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: freebsd-questions@freebsd.org Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:13:13 -0000 On Mon, Nov 29, 2004 at 02:44:58PM +0000, Jonathon McKitrick typed: > On Mon, Nov 29, 2004 at 03:09:30PM +0100, Ruben de Groot wrote: > : On Mon, Nov 29, 2004 at 01:21:14PM +0000, Jonathon McKitrick typed: > : > On Mon, Nov 29, 2004 at 12:30:20PM +0100, Ruben de Groot wrote: > : > : He's using ppp-nat. So packets from his laptop will first hit rule #300 and > : > : only after that get "nat'ed". I believe this is normal behaviour. > : > > : > Ah, yes. I always forget about ppp-nat. > : > > : > So, then, is this the best way to allow my laptop packets out? Or does it > : > still leave the laptop exposed? I'd like to protect all the machines with > : > one firewall, while keeping it simple, if possible. > : > : Your laptop won't be "exposed" by this. You could however finetune your > : ruleset a little bit by modifying rule 300 to something like: > : > : allow ip from ${INTERNAL_NET} to any keep-state out xmit tun0 > : > : where INTERNAL_NET would be e.g. 192.168.0.0/24 > > Should I also run a firewall on the laptop then, since all traffic to the > laptop is allowed to pass? No. Only traffic on connections that were initiated by your laptop is allowed to pass. That what a stateful firewall does. Ruben > > jm > -- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 15:15:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A46616A4CF for ; Mon, 29 Nov 2004 15:15:10 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5906E43D2D for ; Mon, 29 Nov 2004 15:15:08 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iATFE3b6022487; Mon, 29 Nov 2004 17:14:04 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iATFDxfq005419; Mon, 29 Nov 2004 17:13:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)iATFDil5005410; Mon, 29 Nov 2004 17:13:44 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 29 Nov 2004 17:13:44 +0200 From: Giorgos Keramidas To: Jonathon McKitrick Message-ID: <20041129151344.GA5368@orion.daedalusnetworks.priv> References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> <20041128013135.GD662@gothmog.gr> <20041128044847.GA1435@dogma.freebsd-uk.eu.org> <20041128122741.GB43088@gothmog.gr> <20041129113020.GA72673@ei.bzerk.org> <20041129132114.GA66047@dogma.freebsd-uk.eu.org> <20041129140930.GA73929@ei.bzerk.org> <20041129144458.GA69798@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129144458.GA69798@dogma.freebsd-uk.eu.org> cc: freebsd-questions@freebsd.org Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:15:10 -0000 On 2004-11-29 14:44, Jonathon McKitrick wrote: > On Mon, Nov 29, 2004 at 03:09:30PM +0100, Ruben de Groot wrote: > : Your laptop won't be "exposed" by this. You could however finetune your > : ruleset a little bit by modifying rule 300 to something like: > : > : allow ip from ${INTERNAL_NET} to any keep-state out xmit tun0 > : > : where INTERNAL_NET would be e.g. 192.168.0.0/24 > > Should I also run a firewall on the laptop then, since all traffic to the > laptop is allowed to pass? Probably, irrelevant to the original question, but... In general, it's not a bad idea. You won't have to "remember" to turn on firewalling when the laptop is connected to a different network; one that shouldn't really be trusted so much. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 15:16:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D6A516A4FD for ; Mon, 29 Nov 2004 15:16:07 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30C743D45 for ; Mon, 29 Nov 2004 15:16:06 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iATFIFUH074882; Mon, 29 Nov 2004 16:18:15 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iATFIE73074881; Mon, 29 Nov 2004 16:18:14 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 29 Nov 2004 16:18:14 +0100 From: Ruben de Groot To: Mike Horwath Message-ID: <20041129151814.GB74785@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Mike Horwath , "Akhthar Parvez. K" , freebsd-questions@freebsd.org References: <200411291812.20739.akhthar@carmatec.com> <20041129141740.GA16560@octanews.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129141740.GA16560@octanews.net> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: "Akhthar Parvez. K" cc: freebsd-questions@freebsd.org Subject: Re: Error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:16:07 -0000 (trimmed CC list; this is not a performance issue) On Mon, Nov 29, 2004 at 08:17:40AM -0600, Mike Horwath typed: > On Mon, Nov 29, 2004 at 06:12:20PM +0530, Akhthar Parvez. K wrote: > > Hi All, > > > > I am getting the following error message in /var/log/messages > > > > tail -f /var/log/messages > > Nov 29 07:24:31 speedy /kernel: pid 83876 (httpd), uid 65534: exited on signal 4 > > Nov 29 07:24:31 speedy /kernel: pid 84126 (httpd), uid 65534: exited on signal 4 > > [snipper] > > #define SIGILL 4 /* illegal instr. (not reset when caught) */ > > > Anyhave has any idea why it's coming? I am not getting any error > > messsages in apache error logs. > > Only time I have seen this kind of thing is bad hardware. This can also happen with software optimized for a different CPU than it is currently running on. Ruben From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 15:36:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 473C716A4CF for ; Mon, 29 Nov 2004 15:36:19 +0000 (GMT) Received: from yearning.mcc.ac.uk (yearning.mcc.ac.uk [130.88.203.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0766A43D60 for ; Mon, 29 Nov 2004 15:36:19 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by yearning.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1CYnZa-0001Aq-3z; Mon, 29 Nov 2004 15:36:18 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) iATFaHlZ071633; Mon, 29 Nov 2004 15:36:17 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.10/8.12.6/Submit) id iATFaHMv071632; Mon, 29 Nov 2004 15:36:17 GMT Date: Mon, 29 Nov 2004 15:36:16 +0000 From: Jonathon McKitrick To: Giorgos Keramidas Message-ID: <20041129153616.GA69881@dogma.freebsd-uk.eu.org> References: <20041127215612.GA86416@dogma.freebsd-uk.eu.org> <20041128013135.GD662@gothmog.gr> <20041128044847.GA1435@dogma.freebsd-uk.eu.org> <20041128122741.GB43088@gothmog.gr> <20041129113020.GA72673@ei.bzerk.org> <20041129132114.GA66047@dogma.freebsd-uk.eu.org> <20041129140930.GA73929@ei.bzerk.org> <20041129144458.GA69798@dogma.freebsd-uk.eu.org> <20041129151344.GA5368@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129151344.GA5368@orion.daedalusnetworks.priv> User-Agent: Mutt/1.4i cc: freebsd-questions@freebsd.org Subject: Re: Is this a hole in my firewall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:36:19 -0000 On Mon, Nov 29, 2004 at 05:13:44PM +0200, Giorgos Keramidas wrote: : In general, it's not a bad idea. You won't have to "remember" to turn : on firewalling when the laptop is connected to a different network; one : that shouldn't really be trusted so much. Not a bad idea. I also use it on the network at my job. They have a firewall, but who knows how it's set up.... jm -- My other computer is your Windows box. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 15:54:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B07016A4CE for ; Mon, 29 Nov 2004 15:54:46 +0000 (GMT) Received: from infres.enst.fr (infres.enst.fr [137.194.192.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0063143D1F for ; Mon, 29 Nov 2004 15:54:46 +0000 (GMT) (envelope-from yannick_bre@yahoo.fr) Received: from [137.194.164.221] (dhcp164-221.enst.fr [137.194.164.221]) by infres.enst.fr (Postfix) with ESMTP id 6A68D30C9 for ; Mon, 29 Nov 2004 16:54:44 +0100 (MET) Message-ID: <41AB462B.2030504@yahoo.fr> Date: Mon, 29 Nov 2004 16:54:19 +0100 From: Yannack User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Setting the pcm driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:54:46 -0000 Hello all, I am a newcomer both to this list and freebsd. In my quest of installing FreeBSD 5.3 as a desktop properly, I would now like to setup the sound properly. I have the Vchans setup in sysctl.conf, it looks good. Now the only thing I have left is I'd like to set my microphone to default in stereo, 44100 Hz sampling. I think that the default is 8000Hz, mono which is not a value which works with my setup and causes Skype to produce the weirdest noises to my friends. As Skype doesn't let us toggle this setting, I am wondering if the default can be changed? Or if anybody has a trick for at least setting it in Skype? I read in the handbook I could use hints.pcm.0.vol to set the volume. Maybe there is a way to set other things with hints, like the stereo? If so what are the parameter names? Where can I find a list of these? I tried google, bsdforums.org, the man pages, and the handbook. No success... Any ideas? Thanks! Yannack From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 15:59:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C48F16A4CE for ; Mon, 29 Nov 2004 15:59:29 +0000 (GMT) Received: from 9.hellooperator.net (cpc3-cdif2-3-0-cust202.cdif.cable.ntl.com [81.103.32.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09B0D43D3F for ; Mon, 29 Nov 2004 15:59:29 +0000 (GMT) (envelope-from rasputin@hellooperator.net) Received: from rasputin by 9.hellooperator.net with local (Exim 4.43) id 1CYnvz-0007CN-Qx; Mon, 29 Nov 2004 15:59:27 +0000 Date: Mon, 29 Nov 2004 15:59:27 +0000 From: Dick Davies To: Lars Eighner Message-ID: <20041129155927.GD11067@lb.tenfour> References: <200411281608.49648.nsuk@users.sourceforge.net> <20041128161523.J98189@goodwill.io.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041128161523.J98189@goodwill.io.com> User-Agent: Mutt/1.4.2.1i Sender: Rasputin cc: FreeBSD Questions Subject: Re: JDK Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dick Davies List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:59:29 -0000 * Lars Eighner [1126 22:26]: > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > location > ^ Mount linprocfs. (Incidentally, you could have just googled this. 'If you can't figure this out for yourself.....' :) ) -- If we can hit that bull's-eye, the rest of the dominoes will fall like a house of cards... Checkmate! - Zapp. Brannigan Rasputin :: Jack of All Trades - Master of Nuns From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 16:03:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47BA116A4CE for ; Mon, 29 Nov 2004 16:03:27 +0000 (GMT) Received: from szerver.siodigit.hu (ns.siodigit.hu [194.143.225.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01E043D54 for ; Mon, 29 Nov 2004 16:03:26 +0000 (GMT) (envelope-from feczo@siodigit.hu) Received: from feczo.sdi.hu ([192.168.0.217]) by szerver.siodigit.hu with esmtp (Exim 4.43 (FreeBSD)) id 1CYnzm-000FV1-1K for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 17:03:25 +0100 From: Feczak Szabolcs To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: =?ISO-8859-1?Q?Si=F3digit?= Kft. Date: Mon, 29 Nov 2004 17:02:12 +0100 Message-Id: <1101744133.31856.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.7 (----) X-Spam-Report: Spam detection software, running on the system "szerver.siodigit.hu", hasmessagelabel similar future email. If you have any questions, see the administrator of that system for details.are not real though similar) (INTERNET) - [? ? ? ?] Internet GW (cisco) [195.223.41.1] - switch - [...] Content analysis details: (-4.7 points, 5.0 required) pts rule name description -------------------------------------------------- -3.3 ALL_TRUSTED Did not pass through any untrusted hosts 5% [score: 0.0110]white-list Subject: Routing help with arp or zebra X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:03:27 -0000 Hi there, I have the following network env. (IPs are not real though similar) (INTERNET) - [? ? ? ?] Internet GW (cisco) [195.223.41.1] - switch - hosts connected to the switch like 195.223.41.10 195.223.41.119 etc. probably in the /24 range or maybe it uses classless routing I do not realy know My host/router is connected to this switch as well [195.223.41.14/28 fxp0] inner gw [195.223.41.161/28 fxp1] I have hosts connected to this innergw in the 195.223.41.160/28 network like 195.223.41.163 for example of course this setup doesn't work promptly, but If I do on the inner-gw the following ifconfig fxp1 down route delete 195.223.41.163 ifconfig fxp0 alias 195.223.41.163/32 ping 195.223.41.163 from the other side of the internet of course it works since Internet GW forwards the packet to its switched interface, than arp request and response on the innergw fxp0 interface Now the Cisco router has 195.223.41.163 in its arp cache so now I do the following on the innergw ifconfig fxp0 -alias 195.223.41.163 ifconfig fxp1 up ping 195.223.41.163 whoala it works .. I can reach my machine behind the innergw for 4 hours, then cisco clears this entry from its arp cache and no more fun. I have tried to do something with arp host hwaddr pub command, but its trying to advertise things on the inner interface so its no good. I know the best would be a static route entry on the cisco to route all packets in the 195.223.41.160/28 network to the innergw interface. Sadly I do not have access to the cisco router and its admin is nearly unreachable and make him do things is even harder. So my question is ... is it possible to do the trick with some arp magic, or do I need zebra to talk rip or sg. with the cisco, so I can advertise my subnet .... ? From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 16:11:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D7F16A4CE for ; Mon, 29 Nov 2004 16:11:29 +0000 (GMT) Received: from smtp.io.com (smtp.io.com [206.224.87.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 288B243D66 for ; Mon, 29 Nov 2004 16:11:29 +0000 (GMT) (envelope-from eighner@io.com) Received: from io.com (aus-as1-159.io.com [199.170.90.159]) by smtp.io.com (8.13.1/8.13.1) with SMTP id iATGBRBV037332; Mon, 29 Nov 2004 10:11:27 -0600 (CST) (envelope-from eighner@io.com) Date: Mon, 29 Nov 2004 10:07:28 -0600 (CST) From: Lars Eighner To: Dick Davies In-Reply-To: <20041129155927.GD11067@lb.tenfour> Message-ID: <20041129100044.I31701@goodwill.io.com> References: <200411281608.49648.nsuk@users.sourceforge.net> <20041128161523.J98189@goodwill.io.com> <20041129155927.GD11067@lb.tenfour> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV 0.80/533/Sat Oct 16 20:09:44 2004 clamav-milter version 0.80j on smtp.io.com X-Virus-Status: Clean cc: FreeBSD Questions Subject: Re: JDK Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:11:29 -0000 On Mon, 29 Nov 2004, Dick Davies wrote: > * Lars Eighner [1126 22:26]: > >> Java HotSpot(TM) Client VM warning: Can't detect initial thread stack >> location >> ^ > > Mount linprocfs. (Incidentally, you could have just googled this. > 'If you can't figure this out for yourself.....' :) ) > > Still did not work according to the recommended googled solution, which was *not* to make clean, load and mount linuxprocfs, and restart. That resulted in a breakdown somewhere in building Hotspot. It does work if you make clean, but then of course unless you have a really fast-ass machine, you've got a hell of a lot of make to do over. Pity there is no way a port could test for linuxprocfs and warn you before you got started. -- Lars Eighner eighner@io.com -finger for geek code- http://www.io.com/~eighner/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 16:20:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29FC316A4D3 for ; Mon, 29 Nov 2004 16:20:56 +0000 (GMT) Received: from gateway.unixusers.co.uk (unixusers.co.uk [82.133.118.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id B563043D64 for ; Mon, 29 Nov 2004 16:20:55 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by gateway.unixusers.co.uk (Postfix, from userid 80) id 9FD915C54; Mon, 29 Nov 2004 16:21:05 +0000 (GMT) Received: from 194.168.3.18 (SquirrelMail authenticated user david); by unixusers.co.uk with HTTP; Mon, 29 Nov 2004 16:21:05 -0000 (GMT) Message-ID: <45624.194.168.3.18.1101745265.squirrel@194.168.3.18> In-Reply-To: <20041129100506.29d2da5f.wmoran@potentialtech.com> References: <41AB3354.4010302@esiee.fr> <20041129093917.222ccad8.wmoran@potentialtech.com> <200411291844.36416.ostap@radiant.ru> <20041129100506.29d2da5f.wmoran@potentialtech.com> Date: Mon, 29 Nov 2004 16:21:05 -0000 (GMT) From: "David Jenkins" To: "Bill Moran" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: ostap@radiant.ru cc: freebsd-questions@freebsd.org Subject: Re: simple router ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: david.jenkins@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:20:56 -0000 On Mon, 29 November, 2004 15:05, Bill Moran said: > Sergey Evteeff wrote: >> Hi. >> >> > > What would be the best version of FreeBSD to perform such >> operation >> > > 4.10 or 5.3 ? >> > 5.3. >> >> Why? > > The only thing wrong with 5.3 is the gvinum doesn't work yet. It > doesn't > seem like you'll be using gvinum. > > If you install 4.10, you'll want to upgrade at some point in the > future > when 4.X isn't supported any more. > > Unless you know factually that you won't be keeping this server around > very long (i.e., less than a year). If that's the case, use 4.10 as > it's a more tested codebase. I still think that's wrong, as servers > always seem to stay around longer than you plan. There have been quite a lot of threads in the past month regarding the network performance of 5.3 being inferior to 4.10. You might also want to bear in mind that with the 5 series you have the benefit of OpenBSD's pf firewall. Although more information on 4.x and pf is available at the following link. http://lists.freebsd.org/pipermail/freebsd-pf/2004-September/000300.html Personally, if it was me, I'd go with 5.x rather than 4.x, but if you are going to be pushing a lot of data then perhaps search the archives for the last month or two regarding network performance. Cheers, David From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 16:26:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07CD616A4CE for ; Mon, 29 Nov 2004 16:26:26 +0000 (GMT) Received: from virtual.micronet.sk (smtp-r.micronet.sk [213.215.96.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0869543D41 for ; Mon, 29 Nov 2004 16:26:25 +0000 (GMT) (envelope-from danger@wilbury.sk) Received: from danger.dnv.dewnet.sk ([213.215.105.189]) by virtual.micronet.sk (8.12.11/8.12.11) with ESMTP id iATGPtmC008074; Mon, 29 Nov 2004 17:25:56 +0100 (CET) (envelope-from danger@wilbury.sk) Date: Mon, 29 Nov 2004 17:22:41 +0100 From: DanGer X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <998086773.20041129172241@wilbury.sk> To: craig , questions@freebsd.org In-Reply-To: <000a01c4d5f8$784af300$6500a8c0@jupiter> References: <41A729E1.1060505@circlesquared.com> <000a01c4d5f8$784af300$6500a8c0@jupiter> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re[2]: WRITE_DMA failures on 5.3 (but NOT on 4.10) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: DanGer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:26:26 -0000 Hi craig, Monday, November 29, 2004, 10:47:11 AM, you thoughtfully wrote the following: >>DanGer wrote: >>[...] >>> >>> >>> i have the same issue on brand new 200gb ata maxtor hard drive. i had >>> the same issue on 5.2.1, but when i upgraded to 5.3 i decided to turn on >>> ata dma but after 9 days of uptime it froze..no logs, whatever...so i >>> turned ata dma off for now, and i will stay and watch what will happen.. >> >>That's very helpful, thank you. The behaviour you describe - machine >>freezing - is exactly what I have experienced. I'm feeling vaguely >>optimistic now :-) >> >>> >>> but there should be some other fix, because i don't want to keep my >>> disc in pio mode :/ >> >>Absolutely. But I guess, since I'm not going to try to produce a fix >>myself, I can't whinge too loudly. A workaround is what I need right now >>and I hope you've confirmed that this is one. >> >>Peter. > have you had any luck yet? there wasn't reboot since last, when i turned dma off and i have no strange messeges in logs..but i have to remind you, that the box froze after 9 days of uptime, when i had dma turned on, so... > i've disabled DMA at a bios level, but it seems to make no discernable > difference. > and the installation still fails... try to turn it off in system before boot in loader prompt (not sure if this is possible:)) > have the IDE drivers changed between 4.10 and 5.3? i think so, but there are people who understands this more than me ;-) > much thanks, -- Best Regards, +----------==/\/\==----------+ (__) FreeBSD | DanGer | \\\'',) The | DanGer@IRCnet ICQ261701668 | \/ \ ^ Power | http://danger.homeunix.org | .\._/_) To +----------==\/\/==----------+ Serve [ (singing): Spam, spam, it comes in a can...And elephants come in quarts! ] From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 16:37:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ECA916A4D2 for ; Mon, 29 Nov 2004 16:37:32 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9799543D76 for ; Mon, 29 Nov 2004 16:37:31 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id 5E7DB69A3F; Mon, 29 Nov 2004 11:37:30 -0500 (EST) Date: Mon, 29 Nov 2004 11:37:29 -0500 From: Bill Moran To: david.jenkins@gmail.com Message-Id: <20041129113729.64d8c3ae.wmoran@potentialtech.com> In-Reply-To: <45624.194.168.3.18.1101745265.squirrel@194.168.3.18> References: <41AB3354.4010302@esiee.fr> <20041129093917.222ccad8.wmoran@potentialtech.com> <200411291844.36416.ostap@radiant.ru> <20041129100506.29d2da5f.wmoran@potentialtech.com> <45624.194.168.3.18.1101745265.squirrel@194.168.3.18> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ostap@radiant.ru cc: freebsd-questions@freebsd.org Subject: Re: simple router ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:37:32 -0000 "David Jenkins" wrote: > On Mon, 29 November, 2004 15:05, Bill Moran said: > > Sergey Evteeff wrote: > >> Hi. > >> > >> > > What would be the best version of FreeBSD to perform such > >> operation > >> > > 4.10 or 5.3 ? > >> > 5.3. > >> > >> Why? > There have been quite a lot of threads in the past month regarding the > network performance of 5.3 being inferior to 4.10. > > You might also want to bear in mind that with the 5 series you have > the benefit of OpenBSD's pf firewall. Although more information on 4.x > and pf is available at the following link. > > http://lists.freebsd.org/pipermail/freebsd-pf/2004-September/000300.html > > Personally, if it was me, I'd go with 5.x rather than 4.x, but if you > are going to be pushing a lot of data then perhaps search the archives > for the last month or two regarding network performance. I'm not sure if this is 100% correct anymore. I seem to remember that the performance problems were in 5.3BETA and were fixed prior to the release of 5.3-RELEASE. I'm willing to be corrected if I'm wrong, but I think research of reliable sources would be smart. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 16:54:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B003516A4CE for ; Mon, 29 Nov 2004 16:54:13 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E4543D49 for ; Mon, 29 Nov 2004 16:54:13 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by wproxy.gmail.com with SMTP id 37so833168wra for ; Mon, 29 Nov 2004 08:54:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=m9HY6G9HD9ZrUTI1qWr7ilAzjruJ2SQvn8+Eik3W8hjX2650nWqhif2Mva61cvU61wZkTsiGUc6nIF+hk656TrGBI4DVJNWJH0FReGfcFwXRWadCig1F2rUlQ7rV/fBSKVwwyytWksR7iEGe6fZVlB4kasX4Tw3miY8X1G7s8oI= Received: by 10.54.54.71 with SMTP id c71mr1028064wra; Mon, 29 Nov 2004 08:54:06 -0800 (PST) Received: by 10.54.2.33 with HTTP; Mon, 29 Nov 2004 08:54:05 -0800 (PST) Message-ID: <5ef8c2f004112908546410bf4a@mail.gmail.com> Date: Mon, 29 Nov 2004 14:54:05 -0200 From: =?ISO-8859-1?Q?Jos=E9_de_Paula?= To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Cleanly make nvidia-driver gl.h override xorg-libraries gl.h X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Jos=E9_de_Paula?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:54:13 -0000 Hello. I've just bought a GeForce 6800 card, and it worked wonderfully with the nvidia-driver port. I was wondering, is there a way to cleanly make nVidia's gl.h (which is installed under /usr/X11R6/share/doc/NVIDIA_GLX-1.0/gl.h) override xorg-libraries gl.h (which is under /usr/X11R6/include/GL/gl.h)? Can I simply replace one with the other? This means that I'd have to manually fiddle with this everytime one of these ports is updated, which would be inconvenient given that I update my ports very frequently. So, what would you suggest? FYI, I'm running 5.3-RELEASE, with CURRENT ports updated every few hours. Thanks for any help. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 17:00:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 625FF16A4CE for ; Mon, 29 Nov 2004 17:00:32 +0000 (GMT) Received: from ms-smtp-04-eri0.ohiordc.rr.com (ms-smtp-04-smtplb.ohiordc.rr.com [65.24.5.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8081A43D3F for ; Mon, 29 Nov 2004 17:00:31 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) iATH0RHH017572 for ; Mon, 29 Nov 2004 12:00:27 -0500 (EST) Message-ID: <000501c4d634$d9720bf0$0400a8c0@satellite> From: "dave" To: Date: Mon, 29 Nov 2004 11:59:54 -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.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: bind9 rndc chroot on 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:00:32 -0000 Hello, I'm trying to set up an rndc key for bind9 on a 5.3 box. I have generated the key with dnssec-keygen but when i run rndc bind hangs. I've read the handbook, i want to make a 5.3 master dns server for two domains, i will not be doing any transfers, if anyone has a howto on this please let me know as googling only showed the handbook chapter. Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 17:00:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEC416A4CE for ; Mon, 29 Nov 2004 17:00:55 +0000 (GMT) Received: from gateway.unixusers.co.uk (unixusers.co.uk [82.133.118.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0FC43D3F for ; Mon, 29 Nov 2004 17:00:55 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by gateway.unixusers.co.uk (Postfix, from userid 80) id 3D3075C54; Mon, 29 Nov 2004 17:01:05 +0000 (GMT) Received: from 194.168.3.18 (SquirrelMail authenticated user david); by unixusers.co.uk with HTTP; Mon, 29 Nov 2004 17:01:05 -0000 (GMT) Message-ID: <47606.194.168.3.18.1101747665.squirrel@194.168.3.18> In-Reply-To: <20041129113729.64d8c3ae.wmoran@potentialtech.com> References: <41AB3354.4010302@esiee.fr> <20041129093917.222ccad8.wmoran@potentialtech.com> <200411291844.36416.ostap@radiant.ru> <20041129100506.29d2da5f.wmoran@potentialtech.com> <45624.194.168.3.18.1101745265.squirrel@194.168.3.18> <20041129113729.64d8c3ae.wmoran@potentialtech.com> Date: Mon, 29 Nov 2004 17:01:05 -0000 (GMT) From: "David Jenkins" To: "Bill Moran" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: david.jenkins@gmail.com cc: ostap@radiant.ru cc: freebsd-questions@freebsd.org Subject: Re: simple router ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: david.jenkins@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:00:55 -0000 On Mon, 29 November, 2004 16:37, Bill Moran said: > "David Jenkins" wrote: >> There have been quite a lot of threads in the past month regarding >> the >> network performance of 5.3 being inferior to 4.10. >> >> You might also want to bear in mind that with the 5 series you have >> the benefit of OpenBSD's pf firewall. Although more information on >> 4.x >> and pf is available at the following link. >> >> http://lists.freebsd.org/pipermail/freebsd-pf/2004-September/000300.html >> >> Personally, if it was me, I'd go with 5.x rather than 4.x, but if >> you >> are going to be pushing a lot of data then perhaps search the >> archives >> for the last month or two regarding network performance. > > I'm not sure if this is 100% correct anymore. I seem to remember that > the performance problems were in 5.3BETA and were fixed prior to the > release of 5.3-RELEASE. > > I'm willing to be corrected if I'm wrong, but I think research of > reliable sources would be smart. This is quite interesting. http://lists.freebsd.org/pipermail/freebsd-questions/2004-November/064401.html And specifically. http://lists.freebsd.org/pipermail/freebsd-questions/2004-November/064427.html Cheers, David From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 17:19:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A775B16A4CE for ; Mon, 29 Nov 2004 17:19:25 +0000 (GMT) Received: from 9.hellooperator.net (cpc3-cdif2-3-0-cust202.cdif.cable.ntl.com [81.103.32.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2848243D5C for ; Mon, 29 Nov 2004 17:19:25 +0000 (GMT) (envelope-from rasputin@hellooperator.net) Received: from rasputin by 9.hellooperator.net with local (Exim 4.43) id 1CYpBM-00066o-C7 for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 17:19:24 +0000 Date: Mon, 29 Nov 2004 17:19:24 +0000 From: Dick Davies To: FreeBSD Questions Message-ID: <20041129171924.GE11067@lb.tenfour> References: <200411281608.49648.nsuk@users.sourceforge.net> <20041128161523.J98189@goodwill.io.com> <20041129155927.GD11067@lb.tenfour> <20041129100044.I31701@goodwill.io.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129100044.I31701@goodwill.io.com> User-Agent: Mutt/1.4.2.1i Sender: Dick Davies Subject: Re: JDK Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dick Davies List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:19:25 -0000 * Lars Eighner [1111 16:11]: > On Mon, 29 Nov 2004, Dick Davies wrote: > > >* Lars Eighner [1126 22:26]: > > > >>Java HotSpot(TM) Client VM warning: Can't detect initial thread stack > >>location > >> ^ > > > >Mount linprocfs. (Incidentally, you could have just googled this. > >'If you can't figure this out for yourself.....' :) ) > > > > > > Still did not work according to the recommended googled solution, > which was *not* to make clean, load and mount linuxprocfs, and > restart. That resulted in a breakdown somewhere in building > Hotspot. Sorry, the post I saw mentioned a make clean. > It does work if you make clean, but then of course > unless you have a really fast-ass machine, you've got a hell of > a lot of make to do over. > > Pity there is no way a port could test for linuxprocfs and warn > you before you got started. That's the trouble - the linux jdk14 *does* tell you you need to build linprocfs: rasputnik@eris:linux-sun-jdk14$ cat /usr/ports/java/linux-sun-jdk14/pkg-message ====================================================================== Warning: This JDK may be unstable. You are advised to use the native FreeBSD JDK, in ports/java/jdk14. This Java VM will attempt to obtain some system information by accessing files in linux's procfs. You must install the Linux emulation procfs filesystem for this to work correctly. The JVM will exhibit various problems otherwise. This can be accomplished by adding the following line to your /etc/fstab file: linprocfs /compat/linux/proc linprocfs rw 0 0 and then, as root, executing the commands: kldload linprocfs mount /compat/linux/proc ====================================================================== but of course this is only helpful if you are building ports one at a time (otherwise you don't see the messages from the dependencies you are installing). That's a general problem IMO with all the BSD pkgsrc/ports tree implementations BTW, and should be fixed - maybe by buffering all the dependant pkg-messages generated and echoing them one after the other when the final build finishes? (trouble is I don't think ports/pkgsrc is aware of whether it just built a dependency, or whether you've had it installed for two years). In this case I think an argument could be made for the native jdk port to check for linprocfs, as you say. Have you contacted the port maintainer (try java@freebsd.org if you get no joy elsewhere, they're a good bunch)? -- Robots don't have emotions, and that sometimes makes me feel sad. - Bender Rasputin :: Jack of All Trades - Master of Nuns From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 17:33:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4496B16A53B for ; Mon, 29 Nov 2004 17:33:55 +0000 (GMT) Received: from allrounder.lame.at (mail.softlink.at [195.58.166.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A5543D39 for ; Mon, 29 Nov 2004 17:33:54 +0000 (GMT) (envelope-from haimat@lame.at) Received: from itchy.lame.at (home.lame.at [80.78.254.138]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by allrounder.lame.at (Postfix) with ESMTP id 26855300E4 for ; Mon, 29 Nov 2004 18:33:02 +0100 (CET) From: "Matthias F. Brandstetter" To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 18:33:50 +0100 User-Agent: KMail/1.7 References: <20041129031225.5968343D5C@mx1.FreeBSD.org> In-Reply-To: <20041129031225.5968343D5C@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411291833.50517.haimat@lame.at> Subject: Re: hdd error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:33:55 -0000 ---------- quoting LiQuiD ---------- > I've installed 5.3 on the same machine (an IBM Aptiva k6-2 450) but > using two different hard drives, both times giving me the same error. > In both cases, I was able to install 4.10-STABLE without any problems. > I've seen several people complain about this problem on 5.3 machines, > with the only solution thus far using a sysctl variable to disable udma > for the hard drive. For some reason it seems no one (that would know > how to fix it) is acknowledging the problem, which makes finding a > solution even more difficult. I hava a similar problem with 5.3 and two SATA disks. I am getting: ad4: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=145402687 ad4: FAILURE - ATA_IDENTIFY timed out ad4: FAILURE - ATA_IDENTIFY timed out ar0: WARNING - mirror lost ad4: deleted from ar0 disk ad4: WARNING - removed from configuration ata2-master: FAILURE - WRITE_DMA timed out How did you disable udma for your disks? Greetings and TIA, Matthias -- You know, some of these stories are pretty good. I never knew mice lived such interesting lives. -- Homer Simpson Itchy & Scratchy & Marge From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 17:51:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B14416A4CE for ; Mon, 29 Nov 2004 17:51:18 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F0743D2F for ; Mon, 29 Nov 2004 17:51:17 +0000 (GMT) (envelope-from seth_barrett12@eku.edu) Received: from [192.168.1.100] (really [68.64.224.32]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041129175117.DEZN18426.mta10.adelphia.net@[192.168.1.100]> for ; Mon, 29 Nov 2004 12:51:17 -0500 Message-ID: <41AB6100.9050207@eku.edu> Date: Mon, 29 Nov 2004 12:48:48 -0500 From: Glenn User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:51:18 -0000 do you have any information as to where I could acquire a beastie mascot costume? -Glenn From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 17:53:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA7B16A4CE for ; Mon, 29 Nov 2004 17:53:41 +0000 (GMT) Received: from S1.cableone.net (smtp1.cableone.net [24.116.0.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE46843D68 for ; Mon, 29 Nov 2004 17:53:40 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.25]) by S1.cableone.net (CableOne SMTP Service S1) with ESMTP id 2558301 for multiple; Mon, 29 Nov 2004 11:01:17 -0700 Date: Mon, 29 Nov 2004 11:52:36 -0600 From: Vulpes Velox To: Dan Nelson Message-ID: <20041129115236.1519bbb6@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <20041129060333.GB5518@dan.emsphone.com> References: <41AAB892.70707@adelphia.net> <20041129060333.GB5518@dan.emsphone.com> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Abuse-Info: Send abuse complaints to abuse@cableone.net cc: Kevin Smith cc: freebsd-questions@freebsd.org Subject: Re: moving ports to another file system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:53:41 -0000 On Mon, 29 Nov 2004 00:03:33 -0600 Dan Nelson wrote: > In the last episode (Nov 28), Kevin Smith said: > > After installation and setting up of my BSD system for a while, > > I've come to realize that I probably should have organized my disk > > a bit differently and I have a smaller root file system then I > > would have liked. I may have also created a separate /usr file > > system, but I have /usr in the root file system. > > > > The /usr/ports can take up a lot of space and I'm wondering if > > there are limitations to having ports live in a another files > > system with a symbolic link from /usr/ports to a ports directory > > in another file system. > > No limitations at all. You can even symlink it over NFS to another > machine if you want (set WRKDIRPREFIX to a local path in > /etc/make.conf though, to speed up builds). If one is going to be using NFS for it, I don't see any reason not to just mount it right to /usr/ports instead of messing with symbolic linking. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 17:55:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9611D16A4CE for ; Mon, 29 Nov 2004 17:55:03 +0000 (GMT) Received: from jeremino.homeunix.net (jeremino.xs4all.nl [80.126.224.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D12943D54 for ; Mon, 29 Nov 2004 17:55:03 +0000 (GMT) (envelope-from kees@jeremino.homeunix.net) Received: from jeremina.homeunix.net ([10.0.0.5]) by jeremino.homeunix.net with smtp (Exim 4.42) id 1CYpjm-000JZ7-JR; Mon, 29 Nov 2004 18:54:58 +0100 From: Kees Plonsz To: dave , freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 18:54:50 +0100 References: Lines: 19 Organization: Chaotic User-Agent: KNode/0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-Id: <20041129175503.4D12943D54@mx1.FreeBSD.org> Subject: Re: bind9 rndc chroot on 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:55:03 -0000 dave wrote: > Hello, > I'm trying to set up an rndc key for bind9 on a 5.3 box. I have > generated the key with dnssec-keygen but when i run rndc bind hangs. I've > read the handbook, i want to make a 5.3 master dns server for two domains, > i will not be doing any transfers, if anyone has a howto on this please > let me know as googling only showed the handbook chapter. > Thanks. > Dave. To generate a key for rndc, I used "rndc-confgen". If you are running named with chroot, wich is the default installation, be shure that the keyfile is "/var/named/etc/namedb/rndc.key" I think "dnssec-keygen" is for generating a key for secure hostname lookups and not for rndc commands. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 18:00:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1A816A4CE for ; Mon, 29 Nov 2004 18:00:07 +0000 (GMT) Received: from marvin.sihope.com (unix20.sihope.com [207.195.195.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FA643D67 for ; Mon, 29 Nov 2004 18:00:06 +0000 (GMT) (envelope-from adam@whee.org) Received: from titan.whee.org (titan.whee.org [207.195.206.249]) by marvin.sihope.com (8.12.10/8.12.9) with ESMTP id iATHxrkr063282; Mon, 29 Nov 2004 11:59:53 -0600 (CST) (envelope-from adam@whee.org) Received: from titan.whee.org (localhost [127.0.0.1]) by titan.whee.org (8.12.9/8.12.9) with ESMTP id iATHloMP016297; Mon, 29 Nov 2004 11:47:50 -0600 (CST) Received: from localhost (adam@localhost) by titan.whee.org (8.12.9/8.12.9/Submit) with ESMTP id iATHlo2c016294; Mon, 29 Nov 2004 11:47:50 -0600 (CST) X-Authentication-Warning: titan.whee.org: adam owned process doing -bs Date: Mon, 29 Nov 2004 11:47:50 -0600 (CST) From: Adam Maloney X-X-Sender: adam@titan To: Glenn In-Reply-To: <41AB6100.9050207@eku.edu> Message-ID: References: <41AB6100.9050207@eku.edu> X-GPG-FINGERPRINT: E39B 8D34 5F0A EA2E 4CCA 5B1D 8D55 7C25 0061 10AF X-GPG-PUBLIC_KEY: http://www.whee.org/~adam/adam-whee-org-pubkey.asc MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:00:07 -0000 On Mon, 29 Nov 2004, Glenn wrote: > do you have any information as to where I could acquire a beastie mascot > costume? Depends...did you want plush or pleather? From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 18:00:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B610C16A4CE for ; Mon, 29 Nov 2004 18:00:54 +0000 (GMT) Received: from smtpauth04.mail.atl.earthlink.net (smtpauth04.mail.atl.earthlink.net [209.86.89.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590C943D39 for ; Mon, 29 Nov 2004 18:00:54 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth04.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CYppV-0001Fa-Mx; Mon, 29 Nov 2004 13:00:53 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 12:01:23 -0600 User-Agent: KMail/1.6.2 References: <41AB6100.9050207@eku.edu> In-Reply-To: <41AB6100.9050207@eku.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411291201.23183.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc514ad5f10dc4d7f3c39af0615a2a8b8c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Glenn Subject: Re: question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:00:54 -0000 On Monday 29 November 2004 11:48 am, Glenn wrote: > do you have any information as to where I could acquire a beastie > mascot costume? > > > -Glenn You can get horns and tail at: http://www.freebsdmall.com/cgi-bin/fm From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 18:03:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CA316A4CE for ; Mon, 29 Nov 2004 18:03:04 +0000 (GMT) Received: from hotmail.com (bay15-f42.bay15.hotmail.com [65.54.185.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE73743D62 for ; Mon, 29 Nov 2004 18:03:04 +0000 (GMT) (envelope-from gwitichis@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 29 Nov 2004 10:03:03 -0800 Message-ID: Received: from 84.72.120.179 by by15fd.bay15.hotmail.msn.com with HTTP; Mon, 29 Nov 2004 18:02:28 GMT X-Originating-IP: [84.72.120.179] X-Originating-Email: [gwitichis@hotmail.com] X-Sender: gwitichis@hotmail.com From: "witichis Gladdy" To: questions@FreeBSD.org Date: Mon, 29 Nov 2004 18:02:28 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 29 Nov 2004 18:03:03.0309 (UTC) FILETIME=[AB92CBD0:01C4D63D] Subject: 4.10 kernel build problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:03:05 -0000 Hi, I'm stuck trying to build a kernel to get support for my atapi cd burner. Why is atapicam support for ide burners wich are pretty much mainstream these days not build in by default? I have a 4.10 freeBSD and did cvsup with src-all. Then I needed to update the configure program itself because of version diffences complaints. Then I did a make buildworld wich took hours but it completed without errors. The error when doing make depend is: bash-2.05b# make depend rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding ../../../i386/i386/genassym.c cc: inline-unit-growth=100: No such file or directory cc: large-function-growth=1000: No such file or directory cc1: Invalid option `no-align-long-strings' cc1: unknown C standard `c99' cc1: Invalid option `-finline-limit=8000' cc1: Invalid option `-fparam' cc1: Invalid option `-fparam' *** Error code 1 Stop in /usr/src/sys/i386/compile/MY2. *** Error code 1 Stop in /usr/src/sys/i386/compile/MY2. bash-2.05b# p What can be tried to make it compile? Delete all src and start over? TIA -- Andreas _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 18:09:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D954216A4CE for ; Mon, 29 Nov 2004 18:09:05 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A9643D2F for ; Mon, 29 Nov 2004 18:09:05 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iATI8to9049657; Mon, 29 Nov 2004 12:08:55 -0600 (CST) (envelope-from dan) Date: Mon, 29 Nov 2004 12:08:55 -0600 From: Dan Nelson To: Vulpes Velox Message-ID: <20041129180854.GG5518@dan.emsphone.com> References: <41AAB892.70707@adelphia.net> <20041129060333.GB5518@dan.emsphone.com> <20041129115236.1519bbb6@vixen42.24-119-122-191.cpe.cableone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129115236.1519bbb6@vixen42.24-119-122-191.cpe.cableone.net> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: Kevin Smith cc: freebsd-questions@freebsd.org Subject: Re: moving ports to another file system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:09:06 -0000 In the last episode (Nov 29), Vulpes Velox said: > On Mon, 29 Nov 2004 00:03:33 -0600 Dan Nelson wrote: > > In the last episode (Nov 28), Kevin Smith said: > > > The /usr/ports can take up a lot of space and I'm wondering if > > > there are limitations to having ports live in a another files > > > system with a symbolic link from /usr/ports to a ports directory > > > in another file system. > > > > No limitations at all. You can even symlink it over NFS to another > > machine if you want (set WRKDIRPREFIX to a local path in > > /etc/make.conf though, to speed up builds). > > If one is going to be using NFS for it, I don't see any reason not to > just mount it right to /usr/ports instead of messing with symbolic > linking. The symlink lets amd do the work of mounting the filesystem, that's all. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 18:18:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6172516A4CE for ; Mon, 29 Nov 2004 18:18:50 +0000 (GMT) Received: from fep6.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D01243D66 for ; Mon, 29 Nov 2004 18:18:50 +0000 (GMT) (envelope-from bbobowski@cogeco.ca) Received: from [24.150.215.98] (d150-215-98.home.cgocable.net [24.150.215.98]) by fep6.cogeco.net (Postfix) with ESMTP id 89C177D6; Mon, 29 Nov 2004 13:18:48 -0500 (EST) Message-ID: <41AB6796.5010207@cogeco.ca> Date: Mon, 29 Nov 2004 13:16:54 -0500 From: Brian Bobowski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Thunderbird/0.7.1 Mnenhy/0.6.0.104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dick Davies References: <200411281608.49648.nsuk@users.sourceforge.net> <20041128161523.J98189@goodwill.io.com> <20041129155927.GD11067@lb.tenfour> <20041129100044.I31701@goodwill.io.com> <20041129171924.GE11067@lb.tenfour> In-Reply-To: <20041129171924.GE11067@lb.tenfour> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD User Questions List Subject: Re: JDK Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:18:50 -0000 Dick Davies wrote: >That's the trouble - the linux jdk14 *does* tell you you need to build linprocfs: > > >but of course this is only helpful if you are building ports one at a time >(otherwise you don't see the messages from the dependencies you are installing). > >That's a general problem IMO with all the BSD pkgsrc/ports tree implementations >BTW, and should be fixed - maybe by buffering all the dependant pkg-messages generated >and echoing them one after the other when the final build finishes? >(trouble is I don't think ports/pkgsrc is aware of whether it just built a dependency, >or whether you've had it installed for two years). > >In this case I think an argument could be made for the native jdk port to check for >linprocfs, as you say. Have you contacted the port maintainer (try java@freebsd.org if >you get no joy elsewhere, they're a good bunch)? > > Besides being EXTREMELY difficult to wade through the normal compiler messages for even a small batch to find the actual messages you need to see, it isn't very user-friendly that it'll happily keep building even if it runs into this sort of problem. It can stop if the problem is within the ports tree, but in this case, the OP wasn't watching the message at the very beginning of the make, and within seconds that message may have scrolled offscreen. If it was in the middle of a batch, you can't see the message whether at beginning OR end. Now, I'm well aware that "user-friendly" isn't what everone wants, and indeed, given the overall impression I've received of the *BSD world among the open source community, is even less likely to be used by the uninitiated than most flavours of Linux(compare the install programs for FreeBSD and Mandrake Linux, for instance), but nevertheless - I'm not exactly a power-user myself, and have wished for a way to turn up the idiot-proof level of FreeBSD, especially where ports are concerned. Having portupgrade spit out messages for any port that failed or, say, completed with a warning(and any port that can't check for all prerequisites because, e.g., some of them don't lie in the ports tree should automatically generate such a warning) after the batch was resolved would be a Good Thing; and if it needs some such prerequisites to even compile correctly, that would be a good point to have an interactive step when not in full-blown, no-interaction batch mode. -BB From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 18:33:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F0C16A4CE for ; Mon, 29 Nov 2004 18:33:45 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F80643D55 for ; Mon, 29 Nov 2004 18:33:44 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iATIZsPp076706; Mon, 29 Nov 2004 19:35:54 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iATIZsX6076705; Mon, 29 Nov 2004 19:35:54 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 29 Nov 2004 19:35:54 +0100 From: Ruben de Groot To: witichis Gladdy Message-ID: <20041129183554.GA76617@ei.bzerk.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: questions@freebsd.org Subject: Re: 4.10 kernel build problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:33:45 -0000 On Mon, Nov 29, 2004 at 06:02:28PM +0000, witichis Gladdy typed: > Hi, > > I'm stuck trying to build a kernel to get support for my atapi cd burner. > > Why is atapicam support for ide burners wich are pretty much mainstream > these days not build in by default? > > I have a 4.10 freeBSD and did cvsup with src-all. > Then I needed to update the configure program itself because of version > diffences complaints. > Then I did a make buildworld wich took hours but it completed without > errors. > > The error when doing make depend is: > > bash-2.05b# make depend > rm -f .olddep > if [ -f .depend ]; then mv .depend .olddep; fi > make _kernel-depend > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. > -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq > -I../../../contrib/ipfilter -I../../../contrib/pf > -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd > -I../../../contrib/ngatm -D_KERNEL -include opt_global.h > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -ffreestanding ../../../i386/i386/genassym.c > cc: inline-unit-growth=100: No such file or directory > cc: large-function-growth=1000: No such file or directory > cc1: Invalid option `no-align-long-strings' > cc1: unknown C standard `c99' > cc1: Invalid option `-finline-limit=8000' > cc1: Invalid option `-fparam' > cc1: Invalid option `-fparam' > *** Error code 1 use the "new" method of building your kernel (make buildkernel). That way the build will use the toolchain generated by the previous buildworld. Ruben From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 18:59:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB41916A4CE; Mon, 29 Nov 2004 18:59:52 +0000 (GMT) Received: from sj-iport-1.cisco.com (sj-iport-1-in.cisco.com [171.71.176.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D000A43D68; Mon, 29 Nov 2004 18:59:52 +0000 (GMT) (envelope-from sjt@cisco.com) Received: from sj-core-5.cisco.com (171.71.177.238) by sj-iport-1.cisco.com with ESMTP; 29 Nov 2004 11:05:52 -0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== Received: from mira-kan-a.cisco.com (IDENT:mirapoint@mira-kan-a.cisco.com [161.44.201.17]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id iATIxlf5000102; Mon, 29 Nov 2004 10:59:50 -0800 (PST) Received: from dhcp-kta1-161-44-193-188.cisco.com (dhcp-kta1-161-44-193-188.cisco.com [161.44.193.188]) by mira-kan-a.cisco.com (MOS 3.4.6-GR) with ESMTP id ADP50016; Mon, 29 Nov 2004 10:59:46 -0800 (PST) From: Steve Tremblett To: questions@freebsd.org, gnome@freebsd.org Content-Type: text/plain Organization: Cisco Systems Date: Mon, 29 Nov 2004 14:01:54 -0500 Message-Id: <1101754914.16891.18.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: firefox tabs broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:59:53 -0000 I messed up the gnome 2.8 upgrade (portupgrade ran away when I wasn't looking, but gnome_upgrade.sh saved the day), so I'm not sure if this issue is with firefox or gnome (but I'm suspecting firefox). When opening tabs in firefox 1.0, they immediately show "(Untitled)" with a middle-click, CTRL-click on a link, or right-click -> "Open link in new tab". When I drag a link to the tab bar, an empty tab is created but the link loads in the first tab. Help please this is driving me nuts!! Steve From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 19:03:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8057C16A4CE; Mon, 29 Nov 2004 19:03:34 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AA843D46; Mon, 29 Nov 2004 19:03:33 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.2] (vpn-client-2.marcuscom.com [10.2.1.2]) iATJ2gbE022330; Mon, 29 Nov 2004 14:02:42 -0500 (EST) (envelope-from marcus@marcuscom.com) Message-ID: <41AB7243.8030503@marcuscom.com> Date: Mon, 29 Nov 2004 14:02:27 -0500 From: Joe Marcus Clarke Organization: MarcusCom, Inc. User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Tremblett References: <1101754914.16891.18.camel@localhost> In-Reply-To: <1101754914.16891.18.camel@localhost> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on creme-brulee.marcuscom.com cc: gnome@freebsd.org cc: questions@freebsd.org Subject: Re: firefox tabs broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:03:34 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Steve Tremblett wrote: | I messed up the gnome 2.8 upgrade (portupgrade ran away when I wasn't | looking, but gnome_upgrade.sh saved the day), so I'm not sure if this | issue is with firefox or gnome (but I'm suspecting firefox). | | When opening tabs in firefox 1.0, they immediately show "(Untitled)" | with a middle-click, CTRL-click on a link, or right-click -> "Open link | in new tab". When I drag a link to the tab bar, an empty tab is created | but the link loads in the first tab. Have you done what's documented in /usr/ports/UPDATING? Old .dat files under ~/.mozilla/firefox can cause strange UI problems. Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBq3JCb2iPiv4Uz4cRAioFAJ4k1rm4Lt5y4JqCZlMz0EdE8Ky+LACeIiEj bV87mKCxZaC5wSs+51h2/kg= =59AJ -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 19:13:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 257C516A4CE for ; Mon, 29 Nov 2004 19:13:40 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5970743D5D for ; Mon, 29 Nov 2004 19:13:39 +0000 (GMT) (envelope-from munn@umd.edu) Received: from [192.168.123.55] (pcp0010373691pcs.howard01.md.comcast.net[68.48.96.85]) by comcast.net (sccrmhc12) with ESMTP id <2004112919133801200isn69e>; Mon, 29 Nov 2004 19:13:38 +0000 Message-ID: <41AB74E2.1060205@umd.edu> Date: Mon, 29 Nov 2004 14:13:38 -0500 From: munn User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Barnyard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:13:40 -0000 I am trying to compile barnyard for use with mysql. When I do ./configure --enable-mysql I get the error message checking for mysql_real_connect in -lmysqlclient... no ********************************************** ERROR: unable to find mysqlclient library checked in the following places /usr/local/lib/mysql ********************************************** First mysqlclient.a is in /usr/local/lib/mysql but I cannot find the entry point mysql_real_connect() which is part of the mysql API. Has anyone had any success in compiling barnyard? I am running 4.10p4. Thanks Robert Munn From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 19:38:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B9CF16A4CE for ; Mon, 29 Nov 2004 19:38:32 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 019E543D3F for ; Mon, 29 Nov 2004 19:38:32 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd49554 (utd49554.utdallas.edu [129.110.3.85]) by smtp1.utdallas.edu (Postfix) with ESMTP id 705E438917D; Mon, 29 Nov 2004 13:38:31 -0600 (CST) Date: Mon, 29 Nov 2004 13:38:31 -0600 From: Paul Schmehl To: munn , freebsd-questions@freebsd.org Message-ID: <13D270878E02EF4D4FFF454A@utd49554.utdallas.edu> In-Reply-To: <41AB74E2.1060205@umd.edu> References: <41AB74E2.1060205@umd.edu> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Barnyard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:38:32 -0000 --On Monday, November 29, 2004 02:13:38 PM -0500 munn wrote: > > Has anyone had any success in compiling barnyard? I am running 4.10p4. > Yes, I have. You may have to add this line to your configure script. LIBS="${LIBS} -lz -lssl -lcrypto -lmysqlclient" This may be required if you're using mysql 4.x, but first make sure you have the latest release version of barnyard (0.2.0). Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 19:42:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96CC116A4CE for ; Mon, 29 Nov 2004 19:42:01 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D7043D60 for ; Mon, 29 Nov 2004 19:42:01 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E079D512B2; Mon, 29 Nov 2004 11:47:03 -0800 (PST) Date: Mon, 29 Nov 2004 11:47:03 -0800 From: Kris Kennaway To: "Michael Hopkins, Hopkins Research" Message-ID: <20041129194703.GA8246@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: questions@FreeBSD.org Subject: Re: 64 bit FreeBSD for number crunching X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:42:01 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 29, 2004 at 12:44:12PM +0000, Michael Hopkins, Hopkins Research wrote: > 3) Is the 64 bit AMD port of FreeBSD stable? Yes, remarkably so. Kris --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBq3y3Wry0BWjoQKURAi3sAKDBR5lQmwfMdcYgBstAHkvLNfJrnQCcDPqM jyI0U92TEDuJuaVrSOmnBjk= =hXKQ -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 19:51:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD8E616A4CF for ; Mon, 29 Nov 2004 19:51:57 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9A843D2F for ; Mon, 29 Nov 2004 19:51:57 +0000 (GMT) (envelope-from bartobri@comcast.net) Received: from [192.168.0.104] (c-67-164-245-66.client.comcast.net[67.164.245.66]) by comcast.net (sccrmhc12) with SMTP id <2004112919515601200ikec8e>; Mon, 29 Nov 2004 19:51:56 +0000 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Brian Barto Date: Mon, 29 Nov 2004 14:51:53 -0500 X-Mailer: Apple Mail (2.619) Subject: wireless driver for dell latitude d505? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:51:57 -0000 Hi all, I have a dell latitude c505 laptop that has a build-in wireless nic, but when I loaded freebsd 5.3 it did not detect it. I'm guess i have to load a driver via kldload but I have no idea what driver it could be. Anyone know off hand? Dell's website isn't any help. Thanks, Brian From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 20:45:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2F916A4CE for ; Mon, 29 Nov 2004 20:45:00 +0000 (GMT) Received: from xenial.mcc.ac.uk (xenial.mcc.ac.uk [130.88.203.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECAFB43D5A for ; Mon, 29 Nov 2004 20:44:59 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by xenial.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1CYsOJ-00007m-0N; Mon, 29 Nov 2004 20:44:59 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) iATKiwlZ082459; Mon, 29 Nov 2004 20:44:58 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.10/8.12.6/Submit) id iATKirn6082453; Mon, 29 Nov 2004 20:44:53 GMT Date: Mon, 29 Nov 2004 20:44:52 +0000 From: Jonathon McKitrick To: Peter Risdon Message-ID: <20041129204452.GI73697@dogma.freebsd-uk.eu.org> References: <20041123233501.GA82229@dogma.freebsd-uk.eu.org> <5557305861.20041124004849@hexren.net> <20041124000014.GA83249@dogma.freebsd-uk.eu.org> <8763344284.20041124022927@hexren.net> <20041124141737.GA11648@dogma.freebsd-uk.eu.org> <41A49F58.4020000@circlesquared.com> <20041124154628.GE11648@dogma.freebsd-uk.eu.org> <41A4BFC8.8070702@circlesquared.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41A4BFC8.8070702@circlesquared.com> User-Agent: Mutt/1.4i cc: freebsd-questions@freebsd.org Subject: Caching DNS for dialup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:45:00 -0000 On Wed, Nov 24, 2004 at 05:07:20PM +0000, Peter Risdon wrote: : A caching DNS server would help conserve bandwidth on a dialup : connection - I generally run one myself with any connection with limited : bandwidth. After RTFM, I believe I have it up and running. ;-) Named is running, but how can I be sure the caching is working? Also, does it make sense to do this on each box, or just the gateway? jm -- My other computer is your Windows box. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 20:50:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1CDB16A4D4 for ; Mon, 29 Nov 2004 20:50:28 +0000 (GMT) Received: from redtick.homeunix.com (adsl-68-92-112-158.dsl.okcyok.swbell.net [68.92.112.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D49943D5A for ; Mon, 29 Nov 2004 20:50:27 +0000 (GMT) (envelope-from boxend@redtick.homeunix.com) Received: from redtick.homeunix.com (localhost.homeunix.com [127.0.0.1]) iATKo0UW054425; Mon, 29 Nov 2004 14:50:01 -0600 (CST) (envelope-from boxend@redtick.homeunix.com) Received: (from boxend@localhost) by redtick.homeunix.com (8.12.10/8.12.10/Submit) id iATKo0eF054421; Mon, 29 Nov 2004 14:50:00 -0600 (CST) (envelope-from boxend) Date: Mon, 29 Nov 2004 14:50:00 -0600 From: Mark To: Brian Barto Message-ID: <20041129205000.GA54389@redtick.homeunix.com> References: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: wireless driver for dell latitude d505? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:50:29 -0000 On Mon, Nov 29, 2004 at 02:51:53PM -0500, Brian Barto wrote: > Hi all, I have a dell latitude c505 laptop that has a build-in wireless > nic, but when I loaded freebsd 5.3 it did not detect it. I'm guess i > have to load a driver via kldload but I have no idea what driver it > could be. Anyone know off hand? Dell's website isn't any help. > > Thanks, > Brian > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Try "kldload if_wi" then look in /var/log/messages also looking in /boot/defaults/loader_config will give a list of moduals you can load and try. kldunload "mod_name" will remove them from the kernel -- ============================================================================== The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee. Unauthorized use, disclosure, distribution or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately. ============================================================================== From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:02:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF56E16A4CE for ; Mon, 29 Nov 2004 21:02:20 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998E843D60 for ; Mon, 29 Nov 2004 21:02:20 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd49554 (utd49554.utdallas.edu [129.110.3.85]) by smtp1.utdallas.edu (Postfix) with ESMTP id 45D143890BD; Mon, 29 Nov 2004 15:02:20 -0600 (CST) Date: Mon, 29 Nov 2004 15:02:20 -0600 From: Paul Schmehl To: Brian Barto , freebsd-questions@freebsd.org Message-ID: <298628DD311BB1996756A890@utd49554.utdallas.edu> In-Reply-To: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> References: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: wireless driver for dell latitude d505? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:02:20 -0000 --On Monday, November 29, 2004 02:51:53 PM -0500 Brian Barto wrote: > Hi all, I have a dell latitude c505 laptop that has a build-in wireless > nic, but when I loaded freebsd 5.3 it did not detect it. I'm guess i have > to load a driver via kldload but I have no idea what driver it could be. > Anyone know off hand? Dell's website isn't any help. > I'm pretty sure all the Dell built-ins are Orinoco cards. man wi(4) should be the right one. It lists the Dell Truemobile card. If your wireless network uses wep, you need to issue a command similar to this: ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \ wepmode on wepkey 0x8736639624 Or, in /etc/rc.conf, use something like this: ifconfig_wi0="inet 192.168.0.20 netmask 0xfffff00 ssid my_net\ wepmode on wepkey 0x8736639624" If you're using dhcp for ip/mask assignment, then something like this: ifconfig_wi0="inet ssid my_net wepmode on wepkey 0x8736639624" Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:05:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12D5216A551 for ; Mon, 29 Nov 2004 21:05:16 +0000 (GMT) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A6743D58 for ; Mon, 29 Nov 2004 21:05:14 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id iATL5Ekp023872 for ; Mon, 29 Nov 2004 16:05:14 -0500 (EST) (envelope-from mike@sentex.net) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23738-02 for ; Mon, 29 Nov 2004 16:05:14 -0500 (EST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id iATL5EEI023837 for ; Mon, 29 Nov 2004 16:05:14 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id iATL56Es094089 for ; Mon, 29 Nov 2004 16:05:06 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.2.0.14.0.20041129155640.06ebca38@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Mon, 29 Nov 2004 16:03:29 -0500 To: freebsd-questions@freebsd.org From: Mike Tancsa Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan2b Subject: controlling the default boot drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:05:16 -0000 I have been experimenting with booting from a USB key vs the HD. If I sit on the console, and hit F1, the next time the machine boots, F1 will be the default. If I hit F5, the next time it will be F5 (the USB key drive in this case). How can I do this from the shell on a RELENG_5 box. e.g. I boot from HD (F1) I want to then without having to sit on the console, make it boot from USB drive, as if I hit F5. Is this boot0cfg ? If so, I cant seem to get it to work. Thanks, ---Mike -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:13:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA2916A4CE for ; Mon, 29 Nov 2004 21:13:37 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC1D43D46 for ; Mon, 29 Nov 2004 21:13:37 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 13422B83D for ; Mon, 29 Nov 2004 15:13:37 -0600 (CST) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02649-06 for ; Mon, 29 Nov 2004 15:13:36 -0600 (CST) Received: from pooh.honeypot.net (unknown [IPv6:2001:470:1f01:224:1::2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id 81DCFB863 for ; Mon, 29 Nov 2004 15:13:36 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 15:13:32 -0600 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3533654.toVsXTX7iq"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200411291513.35761.kirk@strauser.com> X-Virus-Scanned: by amavisd-new at honeypot.net Subject: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:13:37 -0000 --nextPart3533654.toVsXTX7iq Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On my 5.3 system (recompiled completely, including ports, one week ago), th= e=20 NVidia driver (for a GeForce MX 400) from ports doesn't seem to be using AG= P: $ sysctl hw.nvidia.agp.status.status hw.nvidia.agp.status.status: disabled I've built a new kernel with "device agp" commented out, and kldstat verifi= es=20 that it's not loaded. I set 'Option "NvAGP" "1"' in /etc/X11/xorg.conf. =20 I've read all of the READMEs that seemed relevant. Still, I seem to be=20 running in PCI mode and display updates are painfully slow and CPU-intensiv= e. I'm running out of things to check. Any idea what combination of settings= =20 would result in a system where the display seems to run correctly, but is=20 much slower than expected? =2D-=20 Kirk Strauser --nextPart3533654.toVsXTX7iq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBq5D/5sRg+Y0CpvERAkWjAKCQjRCx6KVmylQH5klmSRtP85CryACeJ5zR GHd9rzDnsrmlOJ5enbTUVCA= =dAXA -----END PGP SIGNATURE----- --nextPart3533654.toVsXTX7iq-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:16:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E21D216A4D1 for ; Mon, 29 Nov 2004 21:16:02 +0000 (GMT) Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 580E843D64 for ; Mon, 29 Nov 2004 21:16:02 +0000 (GMT) (envelope-from doug@safeport.com) Received: from pemaquid.safeport.com (localhost [127.0.0.1]) iATLFuYU069282 for ; Mon, 29 Nov 2004 16:15:56 -0500 (EST) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost)iATLFuYg069279 for ; Mon, 29 Nov 2004 16:15:56 -0500 (EST) (envelope-from doug@safeport.com) X-Authentication-Warning: pemaquid.safeport.com: doug owned process doing -bs Date: Mon, 29 Nov 2004 16:15:55 -0500 (EST) From: doug@safeport.com To: freebsd-questions@freebsd.org In-Reply-To: <41AA768F.2080606@gldis.ca> Message-ID: <20041128235808.B17504@pemaquid.safeport.com> References: <20041128162838.V8270@pemaquid.safeport.com> <41AA768F.2080606@gldis.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: /dev/dsp busy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:16:03 -0000 Alas no - thank you for the suggestion. Following your lead I tried a number of variations including turning ACPI off, any some other sysctl setting I found via google. All with the same result. Next I removed load command from loader.conf and rebooted. No kde, no X server. I then loaded and tried to unload the sound modules. sound.ko would not unload presenting as busy. Is this a problem? It was suggested to me interrupt problem at startup could cause this. I get the same result in single user mode. My commands: # kldstat Id Refs Address Size Name 1 7 0xc0400000 5cdad0 kernel 2 14 0xc09ce000 537f0 acpi.ko 3 1 0xc1675000 17000 linux.ko # kldload snd_maestro pcm0: port 0x1400-0x14ff irq 5 at device 8.0 on pci0 pcm0: pcm0: [GIANT-LOCKED] root@mneme:~# kldunload snd_maestro pcm0: detached # kldunload sound kldunload: attempt to unload file that was loaded by the kernel kldunload: can't unload file: Device busy On Sun, 28 Nov 2004, Jeremy Faulkner wrote: > doug@safeport.com wrote: > > I need help in finding the reason for the /dev/dsp busy message. fstat does not > > show any process using /dev/dsp. > > > > I am running 5.3 with xorg, kde 3.3. When KDE starts, /dev/dsp tests busy which > > directs arts to /dev/null. There are no processes using /dev/dsp. I can play > > CDs using either kcd or 'cdcontrol -f /dev/acd0 play 1', so I think the sound > > card is setup okay. > > > > However something is wrong since 'cat filename > /dev/dsp' produces no sound. I am assuming that the above means this is not a KDE problem. Is this correct? > > My configuration: [cut] > > Thanks for any pointers. > > > > try as root: > sysctl -w hw.snd.maxautovchans=4 > > -- > Jeremy Faulkner > Resume: http://www.gldis.ca/gldisater/resume.html > _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:20:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F1616A4CE for ; Mon, 29 Nov 2004 21:20:03 +0000 (GMT) Received: from siliconindia.com (66-7-230-212.cust.telepacific.net [66.7.230.212]) by mx1.FreeBSD.org (Postfix) with SMTP id 66B5E43D2D for ; Mon, 29 Nov 2004 21:20:03 +0000 (GMT) bounce-career-workshop-dec0404-2195255@lists.siliconindia.com) Date: Mon, 29 Nov 2004 13:54:30 -0800 To: From: "Magendran" Content-Transfer-Encoding: 7bit Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Drive your Career to the Top X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Magendran List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:20:03 -0000 Hello, Career-tracks in India are poised to achieve world-class competitiveness. Are you ready? The work dynamics has changed, so have corporate expectations, roles, responsibilites. Is this time for your career to move from technology to business domain? What is the bare minimum tech-knowledge to move into client interaction profile? Are you a better developer, technical analyst, project manager, account manager, sales manager or business unit head? How do you move into that position you have always wanted to? I am a born techie and want to live like that but the organization has other expectations, am not willing to sacrifice my expertise, what do I do? Enough of services, I want to move to product development, how do I? siliconindia brings to you, for the first time in India, a forum for working IT professionals to interact with business & technology leaders on issues of your concern. Country heads of global corporations, senior managers of various IT companies and technology experts will share their experiences on how they've moved-up the corporate ladder, and what facilitated them to become established corporate ladders. For the experienced IT talent this is a great learning and networking platform. Your opportunity to evaluate yourself, learn from their experiences and equip yourself to move up the value chain. To ensure that you do not miss this unique opporunity, resgister today. Seats are limited. [1]http://www.siliconindia.com/events/careerindia/ AGENDA 9.15 to 10.25 AM: The two ladders: Which one is for me? The two ladders: tech or biz? Where do you leave technology to adopt the business sense? What is enough technology for you to manage the business? In which stream will you make more? What is a successful career track for you in either? SPEAKERS S Surya, Managing Director, Infineon Technologies (India) Krishna Bharat, Center Head, Google (India) R&D Center Mahesh Mehendale, Director, SoC Design,Texas Instruments (India) Nicholas Dattoma, Director of Engineering, BEA Systems 10.25 to 11.20 AM Technical Ladder myth or reality Tech ladder: is it a myth? The higher you go, the lesser you work in technology. Does pure technology have a career path? Customer-facing situations are not your cup of tea: but how do you cross the bridge? SPEAKERS L Gopalakrishnan, Director, Platform Technologies Group, Oracle India Development Center Pawan Goyal, Director of Engineering, Veritas Software India Dhananjay Joshi, Technology Lead, Accenture India Delivery Center Bala Sreekandatth, Technical Manager - Applications, Synopsys (India) 11.50 to 1.00 PM Ascending the Ladder Ascending the ladder: faster, better, smoother. Either as a tech lead or biz lead, moving up is a challenge. What does it take to make the cut? Who is a good tech lead? Who is a good biz lead? When do you stop being one, and start another role? SPEAKERS Seetharaman Harikrishnan, Director, Microsoft India Development Center Niraj Patel, Director, ASIC Division, einfochips Sundar Nagarajan, Lab Director, HP Systems Technology & Solutions Group Shyam Ananthanarayan, Center Manager, HP Imaging and Printing Group Development Center Ram Pazhayannur, Director, Business Development, Persistent Systems 2.30 to 3.30 PM: Switching ladders: How do I do it? What are the issues one needs to worry about to switch ladders (from technical to management ladder or vice versa)? What is the right time for such a switch over? How effectively and smoothly can one transition? SPEAKERS Saugat Sen, Group Director, Cadence Design Systems Speaker from Cisco & Intel 3.30 to 4.40 PM How do I switch from a services company to a product company? Switching tracks: How do you break into a product company? Does a services company portend the end of your technical learning? How do you manage a product company? SPEAKERS Arumugam Saravanan, General Manager, Global Delivery Center, Microsoft India Dr G Venkatesh, Chief Strategy Officer, Head - Product Division, Sasken Communication Technologies Limited Sudheer Koneru, Sr. Vice President - International Operations, SumTotal Systems A one day forum that will impact your lifetime! Register now and move up the corporate ladder!! Click here to register [2]http://www.siliconindia.com/events/careerindia/ Date: December 4, 2004 Day: Saturday Time: 8.30 AM to 6 PM Venue: St John's Auditorium, Kormangala, Bangalore Registration Fee: Rs 250 (Includes delicious lunch, snacks and one year subscription to siliconindia magazine worth Rs 120) LIMITED seats.To ensure that you do not miss this unique opportunity, REGISTER NOW. http://www.siliconindia.com/events/careerindia/ An what's more? Look at the companies that are recruiting at this event! (please note all these companies are looking for experienced IT talent only): Microsoft, Intel, Oracle, Cisco. BEA Systems, Hewlett Packard, Google, Veritas, Accenture, Sasken, Synopsys, Cadence, Texas Instruments, Infineon Technologies, Accenture, SumTotal Systems, Codelinks, Agilent Technologies, Perisistent Systems, SoftJin, einfochips, Netscaler, nVidia, insilica. Visit: [3]http://www.siliconindia.com/events/careerindia/ Thanks Team Silicon-India [4]http://www.siliconindia.com/ To unsubscribe click http://www.siliconindia.com/remove.asp?email=questions@freebsd.org Opt out disclaimer: Silicon India collects email addresses from people who either attend our promotional events or sign up on our website. You are receiving this email because we obtained your email address in this manner.On occasion, people do give us an email address belonging to someone else. If this has happened, simply follow the link at the end of this email to be excluded from future mailings. We do not sell or otherwise distribute your information to any third party organization. We are truly sorry for the inconvienance. Please allow up to 72hrs for your address to be removed. References 1. http://www.siliconindia.com/events/careerindia/ 2. http://www.siliconindia.com/events/careerindia/ 3. http://www.siliconindia.com/events/careerindia/ 4. http://www.siliconindia.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:22:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF64F16A58E for ; Mon, 29 Nov 2004 21:21:59 +0000 (GMT) Received: from cqgigw.cqg.com (cqgigw.cqg.com [208.48.16.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E2F143D2D for ; Mon, 29 Nov 2004 21:21:59 +0000 (GMT) (envelope-from tomc@cqg.com) Received: from cqgmail.cqg.com (int.cqg.com [96.0.0.2])iATLLtEo000566 for ; Mon, 29 Nov 2004 14:21:55 -0700 Received: from d3stomc ([192.168.17.154]) by cqgmail.cqg.com (8.12.8/8.12.8) with ESMTP id iATLLpYl021453 for ; Mon, 29 Nov 2004 14:21:51 -0700 From: "Tom Connolly" To: "FreeBSD_Questions" Date: Mon, 29 Nov 2004 14:21:51 -0700 Message-ID: <006901c4d659$71198db0$9a11a8c0@d3stomc> MIME-Version: 1.0 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.3790.181 X-MailScanner: Found to be clean, Found to be clean X-MailScanner-Information: Please contact the ISP for more information X-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=0.475, required 3, HTML_40_50 0.47, HTML_MESSAGE 0.00) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Printing to network printer? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:22:00 -0000 Hello list, =20 I have Googled on this subject but as I am very new to FreeBSD, I find the information a bit ambiguous. I'm hoping that someone here will be able to explain this to me like I am 3 years old. =20 I have a Dell Latitude C600 running FreeBSD 5.3-STABLE. I have Samba installed and working correctly and I also have CUPS installed. I never actually installed CUPS but I think it was installed with Samba. I need to be able to print to an HP LaserJet 5 hooked to a Windows 2003 Server machine. Could someone please explain to me how to do this? The printer is shared as HPLaserJet5. =20 Any help would be appreciated. =20 Thanks, =20 Tom =20 =20 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:22:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBDE116A526 for ; Mon, 29 Nov 2004 21:22:31 +0000 (GMT) Received: from guri.is.scarlet.be (guri.is.scarlet.be [193.74.71.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BD943D41 for ; Mon, 29 Nov 2004 21:22:30 +0000 (GMT) (envelope-from freebsdbeni@spymac.com) Received: from (u81-11-130-177.adsl.scarlet.be [81.11.130.177]) by guri.is.scarlet.be with ESMTP id iATLMSt14366 for ; Mon, 29 Nov 2004 22:22:28 +0100 From: FreeBsdBeni To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 22:21:55 +0100 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411292221.55799.freebsdbeni@spymac.com> Subject: compiling kernel with ndis options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:22:32 -0000 Hi, When trying to use ndis on my 5.3-rel-p1, I get the following compile error. I added to my kernel "options ndisapi" and "device ndis" (the "device wlan" was already compiled in), all as found in the man ndis-synopsis. But the compilation stops because there is a file missing : ndis_driver_data.h. That file I created with "ndiscvt -i file.inf -s file.sys -o ndis_driver_data.h" in the /usr/src/sys/modules/if_ndis directory and now I've made a copy of it in the /usr/src/sys/dev/if_ndis directory but the compilation still does not find the needed file (and it is there !). I already did a "make" in /usr/src/sys/modules/ndis and /modules/if_ndis and I can load those .ko modules without any problems with a kldload, even at boot via /boot/loader.conf. Any hints on how I get my kenel compiled ? "make buildkernel KERNKONF=BENI-53" in /usr/src gives (the "config BENI-53" gives no errors) : ... rm -f .newdep /usr/obj/usr/src/make.i386/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc"xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding /usr/src/sys/dev/if_ndis/if_ndis.c:85:30: ndis_driver_data.h: No such file or directory /usr/src/sys/dev/if_ndis/if_ndis_pccard.c:66:30: ndis_driver_data.h: No such file or directory /usr/src/sys/dev/if_ndis/if_ndis_pci.c:65:30: ndis_driver_data.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/BENI-53. *** Error code 1 Stop in /usr/obj/usr/src/sys/BENI-53. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Beni. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:25:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 560A716A4CE for ; Mon, 29 Nov 2004 21:25:30 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C0E43D39 for ; Mon, 29 Nov 2004 21:25:29 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id F330360DB; Mon, 29 Nov 2004 16:21:43 -0500 (EST) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Mon, 29 Nov 2004 16:21:43 -0500 Message-ID: <20041129162143.aeckc040w44g800c@www.sweetdreamsracing.biz> Date: Mon, 29 Nov 2004 16:21:43 -0500 From: Kenneth Culver To: Kirk Strauser References: <200411291513.35761.kirk@strauser.com> In-Reply-To: <200411291513.35761.kirk@strauser.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: freebsd-questions@freebsd.org Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:25:30 -0000 Quoting Kirk Strauser : > On my 5.3 system (recompiled completely, including ports, one week ago), the > NVidia driver (for a GeForce MX 400) from ports doesn't seem to be using AGP: > > $ sysctl hw.nvidia.agp.status.status > hw.nvidia.agp.status.status: disabled > > I've built a new kernel with "device agp" commented out, and kldstat verifies > that it's not loaded. I set 'Option "NvAGP" "1"' in /etc/X11/xorg.conf. > I've read all of the READMEs that seemed relevant. Still, I seem to be > running in PCI mode and display updates are painfully slow and CPU-intensive. > > I'm running out of things to check. Any idea what combination of settings > would result in a system where the display seems to run correctly, but is > much slower than expected? > -- > Kirk Strauser I'm actually having this same problem on 2 different computers... with nVidia's AGP or FreeBSD's AGP... it doesn't matter which I try to use. One of the computers I'm having this problem with is a P4 with an Intel chipset (I forget which) with a GeForce4 MX 440. The other is an athlon 64 3200+ with a via k8t800 chipset and a geforce FX 5900 (running in 32 bit x86 FreeBSD). I can't get either of these to run with AGP. Ken From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:30:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C60C16A4CE for ; Mon, 29 Nov 2004 21:30:12 +0000 (GMT) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB0E43D45 for ; Mon, 29 Nov 2004 21:30:12 +0000 (GMT) (envelope-from yannick_bre@yahoo.fr) Received: from [192.168.0.3] (rueil-4-82-230-39-11.fbx.proxad.net [82.230.39.11]) by postfix3-1.free.fr (Postfix) with ESMTP id 322581734F0 for ; Mon, 29 Nov 2004 22:30:10 +0100 (CET) Message-ID: <41AB94C9.7040901@yahoo.fr> Date: Mon, 29 Nov 2004 22:29:45 +0100 From: Yannack User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Multiple NICs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:30:12 -0000 Hello, I have just recently installed FreeBSD release 5.3. I am loving it but have a network question. I have two network cards, one for ethernet, one for wifi. I would like to have them both setup to be on DHCP configuration. Now the problem is that whatever order i put the setting in rc.conf, i always end up with the wifi gateway as my default route. I would like it to be the ethernet gateway when available, and only if not available the wifi (as my wifi gateway is kind of restrictive). Shortly made: to give the hardwire connection priority. This is what i tried setting in rc.conf: ifconfig_an0="DHCP" ifconfig_fxp0="DHCP" and ifconfig_fxp0="DHCP" ifconfig_an0="DHCP" None of the above work (ie: they both make the default route go through an0 - wifi - and i suspect this is because the wifi dhcp is slower to answer than the ethernet one), so i ended up commenting out the wifi line (an0) and activating it by hand when needed... However this is quite troublesome as it means killing the dhclient running, before running another dhclient an0... If anybody has a better suggestion for me I would be quite grateful! Thanks!!! Yannack From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:33:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF4D716A4CE for ; Mon, 29 Nov 2004 21:33:03 +0000 (GMT) Received: from mail.devrandom.org.uk (mail.devrandom.org.uk [84.92.10.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E50C43D5E for ; Mon, 29 Nov 2004 21:33:02 +0000 (GMT) (envelope-from howells@kde.org) Received: from localhost (frodo [192.168.1.8]) by mail.devrandom.org.uk (Postfix) with ESMTP id 1FBD625604C for ; Mon, 29 Nov 2004 21:34:40 +0000 (GMT) Received: from mail.devrandom.org.uk ([192.168.1.8]) by localhost (frodo.devrandom.org.uk [192.168.1.8]) (amavisd-new, port 10024) with ESMTP id 26390-02 for ; Mon, 29 Nov 2004 21:34:28 +0000 (GMT) Received: from [192.168.1.159] (unknown [192.168.1.159]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.devrandom.org.uk (Postfix) with ESMTP id EEAF9256266 for ; Mon, 29 Nov 2004 21:34:27 +0000 (GMT) From: Chris Howells Organization: K Desktop Environment To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 21:32:35 +0000 User-Agent: KMail/1.7.50 References: <200411291513.35761.kirk@strauser.com> <20041129162143.aeckc040w44g800c@www.sweetdreamsracing.biz> In-Reply-To: <20041129162143.aeckc040w44g800c@www.sweetdreamsracing.biz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart11479602.TPbdNeOrcd"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200411292132.40247.howells@kde.org> X-Virus-Scanned: by amavisd-new at devrandom.org.uk Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:33:04 -0000 --nextPart11479602.TPbdNeOrcd Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 29 November 2004 21:21, Kenneth Culver wrote: > (I forget which) with a GeForce4 MX 440. The other is an athlon 64 > 3200+ with a > via k8t800 chipset and a geforce FX 5900 (running in 32 bit x86 FreeBSD). The NVidia drivers don't yet support the K8T800 chipset. Have you tried usi= ng=20 =46reeBSD's AGP? I am contemplating going from the amd64 port back to the 32bit port so I ca= n=20 have accelerated 3D. =2D-=20 Cheers, Chris Howells -- chris@chrishowells.co.uk, howells@kde.org Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C KDE/Qt/C++/PHP Developer: http://www.kde.org --nextPart11479602.TPbdNeOrcd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBq5V4F8Iu1zN5WiwRAip+AJ9/CTj8k+tU2y3+pGqhMvW/u11zaQCgmT9Q myP3oZCGKvICszGHI1BXoP4= =uSp5 -----END PGP SIGNATURE----- --nextPart11479602.TPbdNeOrcd-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:41:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C0316A4CF for ; Mon, 29 Nov 2004 21:41:20 +0000 (GMT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFBCF43D5A for ; Mon, 29 Nov 2004 21:41:19 +0000 (GMT) (envelope-from yannick_bre@yahoo.fr) Received: from [127.0.0.1] (rueil-4-82-230-39-11.fbx.proxad.net [82.230.39.11]) by postfix3-2.free.fr (Postfix) with ESMTP id 20B25C00B for ; Mon, 29 Nov 2004 22:41:19 +0100 (CET) Message-ID: <41AB977D.9000004@yahoo.fr> Date: Mon, 29 Nov 2004 22:41:17 +0100 From: Yannack User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 802.1X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:41:20 -0000 Does anybody know how to have 802.1X on freebsd? I tried XSupplicant, but it just won't build. This is what I did: To be able to ./configure, I mounted linprocfs on /proc and then it configured fine (I think... :this is the last line I get: "config.status: executing depfiles commands" However then, I tried make and this is the output I got: Making all in src Making all in cardif make: don't know how to make ./Makefile.am. Stop *** Error code 1 Stop in /root/src/xsupplicant-1.0.1/src. *** Error code 1 Stop in /root/src/xsupplicant-1.0.1. Apparently, the freebsd support isn't availbale, so I am wondering if anybody actually is able to have 802.1X on a laptop, and if so, how to get there? Thank you From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:41:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 093E316A4D7 for ; Mon, 29 Nov 2004 21:41:42 +0000 (GMT) Received: from mout.perfora.net (mx00.perfora.net [217.160.230.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86ECA43D2D for ; Mon, 29 Nov 2004 21:41:41 +0000 (GMT) (envelope-from dark@sun.com) Received: from bgm-66-24-105-49.stny.rr.com[66.24.105.49] (helo=mxus.perfora.net) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz5u-1CYtH51b2P-0000PL; Mon, 29 Nov 2004 16:41:35 -0500 X-Provags-ID: perfora.net abuse@perfora.net login:6cab55b0e871d867d86bc0851d5d347f Received: by mxus.perfora.net (Postfix, from userid 1001) id D5A155EAA; Mon, 29 Nov 2004 16:40:28 -0500 (EST) Date: Mon, 29 Nov 2004 16:40:28 -0500 From: Dev Tugnait To: Magendran Message-ID: <20041129214028.GM72404@vampire.bloodlust.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: Vim http://www.vim.org/ X-Info: http://unixdaemon.org X-Operating-System: Unix/5.3-RELEASE (i386) X-Uptime: 4:40PM up 20 days, 23:59, 27 users, load averages: 0.20, 0.11, 0.14 User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: Drive your Career to the Top X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:41:42 -0000 Fires Missiles At You!! * Magendran (magendran@siliconindia.com) wrote: > > Hello, > > Career-tracks in India are poised to achieve world-class > competitiveness. Are you ready? > > The work dynamics has changed, so have corporate expectations, roles, > responsibilites. Is this time for your career to move from technology > to business domain? What is the bare minimum tech-knowledge to move > into client interaction profile? Are you a better developer, technical > analyst, project manager, account manager, sales manager or business > unit head? > > How do you move into that position you have always wanted to? I am a > born techie and want to live like that but the organization has other > expectations, am not willing to sacrifice my expertise, what do I do? > Enough of services, I want to move to product development, how do I? > > siliconindia brings to you, for the first time in India, a forum for > working IT professionals to interact with business & technology > leaders on issues of your concern. Country heads of global > corporations, senior managers of various IT companies and technology > experts will share their experiences on how they've moved-up the > corporate ladder, and what facilitated them to become established > corporate ladders. > > For the experienced IT talent this is a great learning and networking > platform. Your opportunity to evaluate yourself, learn from their > experiences and equip yourself to move up the value chain. > > To ensure that you do not miss this unique opporunity, resgister > today. Seats are limited. > [1]http://www.siliconindia.com/events/careerindia/ > > AGENDA > 9.15 to 10.25 AM: The two ladders: Which one is for me? > The two ladders: tech or biz? Where do you leave technology to adopt > the business sense? What is enough technology for you to manage the > business? In which stream will you make more? What is a successful > career track for you in either? > > SPEAKERS > S Surya, Managing Director, Infineon Technologies (India) > Krishna Bharat, Center Head, Google (India) R&D Center > Mahesh Mehendale, Director, SoC Design,Texas Instruments (India) > Nicholas Dattoma, Director of Engineering, BEA Systems > > 10.25 to 11.20 AM Technical Ladder myth or reality > Tech ladder: is it a myth? The higher you go, the lesser you work in > technology. Does pure technology have a career path? Customer-facing > situations are not your cup of tea: but how do you cross the bridge? > > SPEAKERS > L Gopalakrishnan, Director, Platform Technologies Group, Oracle India > Development Center > Pawan Goyal, Director of Engineering, Veritas Software India > Dhananjay Joshi, Technology Lead, Accenture India Delivery Center > Bala Sreekandatth, Technical Manager - Applications, Synopsys (India) > > 11.50 to 1.00 PM Ascending the Ladder > Ascending the ladder: faster, better, smoother. Either as a tech lead > or biz lead, moving up is a challenge. What does it take to make the > cut? Who is a good tech lead? Who is a good biz lead? When do you stop > being one, and start another role? > > SPEAKERS > Seetharaman Harikrishnan, Director, Microsoft India Development Center > Niraj Patel, Director, ASIC Division, einfochips > Sundar Nagarajan, Lab Director, HP Systems Technology & Solutions > Group > Shyam Ananthanarayan, Center Manager, HP Imaging and Printing Group > Development Center > Ram Pazhayannur, Director, Business Development, Persistent Systems > > 2.30 to 3.30 PM: Switching ladders: How do I do it? > What are the issues one needs to worry about to switch ladders (from > technical to management ladder or vice versa)? What is the right time > for such a switch over? How effectively and smoothly can one > transition? > > SPEAKERS > Saugat Sen, Group Director, Cadence Design Systems > Speaker from Cisco & Intel > > 3.30 to 4.40 PM How do I switch from a services company to a product > company? > Switching tracks: How do you break into a product company? Does a > services company portend the end of your technical learning? How do > you manage a product company? > > SPEAKERS > Arumugam Saravanan, General Manager, Global Delivery Center, Microsoft > India > Dr G Venkatesh, Chief Strategy Officer, Head - Product Division, > Sasken Communication Technologies Limited > Sudheer Koneru, Sr. Vice President - International Operations, > SumTotal Systems > > A one day forum that will impact your lifetime! Register now and move > up the corporate ladder!! Click here to register > [2]http://www.siliconindia.com/events/careerindia/ > > Date: December 4, 2004 > Day: Saturday > Time: 8.30 AM to 6 PM > Venue: St John's Auditorium, Kormangala, Bangalore > Registration Fee: Rs 250 > > (Includes delicious lunch, snacks and one year subscription to > siliconindia magazine worth Rs 120) > > LIMITED seats.To ensure that you do not miss this unique opportunity, > REGISTER NOW. > http://www.siliconindia.com/events/careerindia/ > > An what's more? Look at the companies that are recruiting at this > event! (please note all these companies are looking for experienced IT > talent only): > Microsoft, Intel, Oracle, Cisco. BEA Systems, Hewlett Packard, Google, > Veritas, Accenture, Sasken, Synopsys, Cadence, Texas Instruments, > Infineon Technologies, Accenture, SumTotal Systems, Codelinks, Agilent > Technologies, Perisistent Systems, SoftJin, einfochips, Netscaler, > nVidia, insilica. > > Visit: [3]http://www.siliconindia.com/events/careerindia/ > > Thanks > Team Silicon-India > [4]http://www.siliconindia.com/ To unsubscribe click > http://www.siliconindia.com/remove.asp?email=questions@freebsd.org Opt > out disclaimer: Silicon India collects email addresses from people who > either attend our promotional events or sign up on our website. You > are receiving this email because we obtained your email address in > this manner.On occasion, people do give us an email address belonging > to someone else. If this has happened, simply follow the link at the > end of this email to be excluded from future mailings. We do not sell > or otherwise distribute your information to any third party > organization. We are truly sorry for the inconvienance. Please allow > up to 72hrs for your address to be removed. > > References > > 1. http://www.siliconindia.com/events/careerindia/ > 2. http://www.siliconindia.com/events/careerindia/ > 3. http://www.siliconindia.com/events/careerindia/ > 4. http://www.siliconindia.com/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" +----------==/\/\==----------+ (__) FreeBSD | | \\\'',) The | Kernel ESCAFLOWNE | \/ \ ^ Power | Web http://unixdaemon.org | .\._/_) To +----------==\/\/==----------+ Serve [ We've switched the bath sponge with a tribble. ] From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:57:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9FF916A4CE for ; Mon, 29 Nov 2004 21:57:09 +0000 (GMT) Received: from gateway.unixusers.co.uk (unixusers.co.uk [82.133.118.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 469FC43D5C for ; Mon, 29 Nov 2004 21:57:09 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by gateway.unixusers.co.uk (Postfix, from userid 80) id 3458C5C54; Mon, 29 Nov 2004 21:57:17 +0000 (GMT) Received: from 10.0.0.2 (SquirrelMail authenticated user david); by unixusers.co.uk with HTTP; Mon, 29 Nov 2004 21:57:17 -0000 (GMT) Message-ID: <1235.10.0.0.2.1101765437.squirrel@10.0.0.2> In-Reply-To: <20041129204452.GI73697@dogma.freebsd-uk.eu.org> References: <20041123233501.GA82229@dogma.freebsd-uk.eu.org> <5557305861.20041124004849@hexren.net> <20041124000014.GA83249@dogma.freebsd-uk.eu.org> <8763344284.20041124022927@hexren.net> <20041124141737.GA11648@dogma.freebsd-uk.eu.org> <41A49F58.4020000@circlesquared.com> <20041124154628.GE11648@dogma.freebsd-uk.eu.org> <41A4BFC8.8070702@circlesquared.com> <20041129204452.GI73697@dogma.freebsd-uk.eu.org> Date: Mon, 29 Nov 2004 21:57:17 -0000 (GMT) From: "David Jenkins" To: "Jonathon McKitrick" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: Peter Risdon cc: freebsd-questions@freebsd.org Subject: Re: Caching DNS for dialup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: david.jenkins@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:57:10 -0000 On Mon, 29 November, 2004 20:44, Jonathon McKitrick said: > On Wed, Nov 24, 2004 at 05:07:20PM +0000, Peter Risdon wrote: > : A caching DNS server would help conserve bandwidth on a dialup > : connection - I generally run one myself with any connection with > limited > : bandwidth. > > After RTFM, I believe I have it up and running. ;-) > > Named is running, but how can I be sure the caching is working? > > Also, does it make sense to do this on each box, or just the gateway? You can try a few digs and see what the response time is. i.e. pick a hostname that you know you haven't visited since the caching DNS server has been running. Then do a dig. >From the gateway. # dig @localhost somehostname then do it again, and see how different the response time is. e.g. on mine: > dig @localhost www.bbc.co.uk ;; Query time: 59 msec ;; SERVER: 127.0.0.1#53(localhost) and then again ... ;; Query time: 2 msec ;; SERVER: 127.0.0.1#53(localhost) then try this from your client machines on your network (with different domain names etc...) This is a very simple way of doing it. Of course, you could also sniff the gateway's external network interface for DNS traffic and try a hostname you know you should have in your cache. In my case: # tcpdump -i xl0 port 53 There's probably loads of better ways of doing it, but these are nice and simple. Cheers, David From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:57:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17C7016A4CE for ; Mon, 29 Nov 2004 21:57:42 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0C143D1F for ; Mon, 29 Nov 2004 21:57:37 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from [127.0.0.1] (localhost.circlesquared.com [127.0.0.1]) iATLtoxD077685; Mon, 29 Nov 2004 21:55:50 GMT (envelope-from peter@circlesquared.com) Message-ID: <41AB9AE6.60206@circlesquared.com> Date: Mon, 29 Nov 2004 21:55:50 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathon McKitrick References: <20041123233501.GA82229@dogma.freebsd-uk.eu.org> <5557305861.20041124004849@hexren.net> <20041124000014.GA83249@dogma.freebsd-uk.eu.org> <8763344284.20041124022927@hexren.net> <20041124141737.GA11648@dogma.freebsd-uk.eu.org> <41A49F58.4020000@circlesquared.com> <20041124154628.GE11648@dogma.freebsd-uk.eu.org> <41A4BFC8.8070702@circlesquared.com> <20041129204452.GI73697@dogma.freebsd-uk.eu.org> In-Reply-To: <20041129204452.GI73697@dogma.freebsd-uk.eu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Caching DNS for dialup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:57:42 -0000 Jonathon McKitrick wrote: > On Wed, Nov 24, 2004 at 05:07:20PM +0000, Peter Risdon wrote: > : A caching DNS server would help conserve bandwidth on a dialup > : connection - I generally run one myself with any connection with limited > : bandwidth. > > After RTFM, I believe I have it up and running. ;-) > > Named is running, but how can I be sure the caching is working? I'm rusty with bind - I've been using djbdns for the last few years. But the way to find out whether it's *working* is to query it directly: dig @your.gateway.server.ip.or.hostname www.google.com On the machine itself, dig@localhost ... should be fine. or whatever. If it's working, you'll get a load of stuff back, including a line like this: ;; flags: qr rd aa ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 Do the query again and it should look like this[1]: ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ie. no *aa*. If that's what you get, it's caching. The *aa* means *I went out on the network for this answer* > > Also, does it make sense to do this on each box, or just the gateway? Just the gateway. Peter. [1] I looked this up because I don't use bind... With dnscache (the djbdns caching server, I tail the relevant log to see what it's doing, and look directly at the cache. I tried this with dnscache and it didn't work :-/ So I am assuming that bind handles these flags differently. -- the circle squared network systems and software http://www.circlesquared.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:58:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E778016A4CE for ; Mon, 29 Nov 2004 21:58:52 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E7F43D1D for ; Mon, 29 Nov 2004 21:58:52 +0000 (GMT) (envelope-from leblanc@keyslapper.org) Received: from keyslapper.org ([68.163.166.57]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041129215851.SECO1365.out004.verizon.net@keyslapper.org> for ; Mon, 29 Nov 2004 15:58:51 -0600 Received: from keyslapper.org (localhost [127.0.0.1]) by keyslapper.org (8.12.11/8.12.11) with ESMTP id iATLwosU038644 for ; Mon, 29 Nov 2004 16:58:50 -0500 (EST) (envelope-from leblanc@keyslapper.org) Received: (from leblanc@localhost) by keyslapper.org (8.12.11/8.12.11/Submit) id iATLwoLU038643 for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 16:58:50 -0500 (EST) (envelope-from leblanc) Date: Mon, 29 Nov 2004 16:58:50 -0500 From: Louis LeBlanc To: freebsd-questions@freebsd.org Message-ID: <20041129215849.GH23654@keyslapper.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <200411291513.35761.kirk@strauser.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200411291513.35761.kirk@strauser.com> User-Agent: Mutt/1.5.6i X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [68.163.166.57] at Mon, 29 Nov 2004 15:58:51 -0600 Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:58:53 -0000 On 11/29/04 03:13 PM, Kirk Strauser sat at the `puter and typed: > On my 5.3 system (recompiled completely, including ports, one week ago), the > NVidia driver (for a GeForce MX 400) from ports doesn't seem to be using AGP: > > $ sysctl hw.nvidia.agp.status.status > hw.nvidia.agp.status.status: disabled > > I've built a new kernel with "device agp" commented out, and kldstat verifies > that it's not loaded. I set 'Option "NvAGP" "1"' in /etc/X11/xorg.conf. > I've read all of the READMEs that seemed relevant. Still, I seem to be > running in PCI mode and display updates are painfully slow and CPU-intensive. > > I'm running out of things to check. Any idea what combination of settings > would result in a system where the display seems to run correctly, but is > much slower than expected? I noticed a few people on this thread with similar problems, and I don't know if any of this info will be of any use since I have a different card, but here's what I have in my working setup: FreeBSD 5.3 RELEASE xorg-6.7.0_1 nvidia-driver-1.0.6113_2 My dmesg.boot log has the following: agp0: mem 0xe8000000-0xefffffff at device 0.0 on pci0 I guess that means my chipset is the Intel 82875P? Don't know if that's useful at all. The xorg.conf card section is: Section "Device" Identifier "NV TwinView" VendorName "nVidia Corporation" Driver "nvidia" # update this with the PCI id of your card. Consult the output # of the 'lspci' command. The BusID is usually optional when # only using one graphics card. BusID "PCI:1:0:0" BoardName "NV34 [GeForce FX 5200]" # These are extras that may need removal Option "NoLogo" "True" Option "RenderAccel" "True" Option "NvAGP" "0" Option "HWCursor" "True" Option "CursorShadow" "True" # twinview setup Option "TwinView" Option "SecondMonitorHorizSync" "31-80" Option "SecondMonitorVertRefresh" "56-75" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768" Option "ConnectedMonitor" "crt,crt" EndSection That should look familiar. It's a modified version of the NVIDIA sample xorg config. If you don't have the twin monitors, just leave out the twinview section. And my hw.nvidia sysctls are: # sysctl hw.nvidia hw.nvidia.agp.card.rates: 8x 4x hw.nvidia.agp.card.fw: supported hw.nvidia.agp.card.sba: supported hw.nvidia.agp.card.registers: 0x1f000e1b:0x00000000 hw.nvidia.agp.status.status: disabled hw.nvidia.agp.status.driver: n/a (unused) hw.nvidia.agp.status.rate: n/a (disabled) hw.nvidia.agp.status.fw: n/a (disabled) hw.nvidia.agp.status.sba: n/a (disabled) hw.nvidia.version: NVIDIA FreeBSD x86 NVIDIA Kernel Module 1.0-6113 Mon Aug 2 16:08:32 PDT 2004 hw.nvidia.registry.EnableVia4x: 0 hw.nvidia.registry.EnableALiAGP: 0 hw.nvidia.registry.NvAGP: 3 hw.nvidia.registry.EnableAGPSBA: 0 hw.nvidia.registry.EnableAGPFW: 0 hw.nvidia.registry.SoftEDIDs: 1 hw.nvidia.registry.Mobile: 4294967295 hw.nvidia.registry.ResmanDebugLevel: 4294967295 hw.nvidia.registry.FlatPanelMode: 0 hw.nvidia.cards.0.model: GeForce FX 5200 hw.nvidia.cards.0.irq: 16 hw.nvidia.cards.0.vbios: 04.34.20.22.bf hw.nvidia.cards.0.type: AGP I AM using the FreeBSD AGP driver, I had trouble with the nvidia driver, and it kept falling back to the FreeBSD driver. when I removed the agp device from the kernel, X wouldn't start at all. I've built the nvidia drivers port with "WITH_FREEBSD_AGP=true" in my /etc/make.conf and I don't have the try/fallback behavior now. I know my card isn't the same as anyone else's mentioning this problem, but I've found that the Linux readme that comes with the drivers is much more exhaustive than any other docs on these drivers - and bloody long too. I'd check that file for your specific card - it installed at /usr/X11R6/share/doc/NVIDIA_GLX-1.0/README.Linux on my system. HTH Lou -- Louis LeBlanc FreeBSD@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ Sattinger's Law: It works better if you plug it in. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 21:59:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD6DD16A4F4 for ; Mon, 29 Nov 2004 21:59:18 +0000 (GMT) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id A829143D55 for ; Mon, 29 Nov 2004 21:59:17 +0000 (GMT) (envelope-from ryan@confabulator.net) Received: (qmail 16210 invoked from network); 29 Nov 2004 21:59:16 -0000 Received: from unknown (HELO ?192.168.0.83?) (unknown) by unknown with SMTP; 29 Nov 2004 21:59:16 -0000 X-pair-Authenticated: 209.197.24.254 Received: from 127.0.0.1 (AVG SMTP 7.0.289 [265.4.3]); Mon, 29 Nov 2004 15:59:16 -0800 Message-ID: <41ABB7D4.5040506@confabulator.net> Date: Mon, 29 Nov 2004 15:59:16 -0800 From: "Ryan J. Cavicchioni" User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Are there man pages for the C++ header files? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:59:18 -0000 Are there man pages for the C++ header files? I found some but other do not work. man math -> shows math.h man string -> shows string.h man iostream -> cannot be found Is there a better way to look at all of them? I guess that I am looking for a fuction table like document. I would also like to use the ANSI C++ header files using namespaces std. Anyone have any ideas? - Ryan -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 265.4.3 - Release Date: 11/26/2004 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:01:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD3A416A4CE for ; Mon, 29 Nov 2004 22:01:23 +0000 (GMT) Received: from amsfep12-int.chello.nl (amsfep12-int.chello.nl [213.46.243.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6042043D1D for ; Mon, 29 Nov 2004 22:01:22 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from Vitsch.net ([212.187.78.35]) by amsfep12-int.chello.nl (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041129220120.SXIK1265.amsfep12-int.chello.nl@Vitsch.net>; Mon, 29 Nov 2004 23:01:20 +0100 Received: from [192.168.2.131] (cp402377-c.venlo1.lb.home.nl [84.29.14.88]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id iATM0beD000751; Mon, 29 Nov 2004 23:00:38 +0100 (CET) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" To: Paul Schmehl Date: Mon, 29 Nov 2004 23:01:02 +0100 User-Agent: KMail/1.7 References: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> <298628DD311BB1996756A890@utd49554.utdallas.edu> In-Reply-To: <298628DD311BB1996756A890@utd49554.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411292301.02729.Danovitsch@vitsch.net> cc: Brian Barto cc: FreeBSD-Questions@FreeBSD.org Subject: Re: wireless driver for dell latitude d505? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:01:23 -0000 On Monday 29 November 2004 22:02, Paul Schmehl wrote: > --On Monday, November 29, 2004 02:51:53 PM -0500 Brian Barto > > wrote: > > Hi all, I have a dell latitude c505 laptop that has a build-in wireless > > nic, but when I loaded freebsd 5.3 it did not detect it. I'm guess i have > > to load a driver via kldload but I have no idea what driver it could be. > > Anyone know off hand? Dell's website isn't any help. > > I'm pretty sure all the Dell built-ins are Orinoco cards. man wi(4) should > be the right one. It lists the Dell Truemobile card. > > If your wireless network uses wep, you need to issue a command similar to > this: > > ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \ > wepmode on wepkey 0x8736639624 > > Or, in /etc/rc.conf, use something like this: > > ifconfig_wi0="inet 192.168.0.20 netmask 0xfffff00 ssid my_net\ > wepmode on wepkey 0x8736639624" > > If you're using dhcp for ip/mask assignment, then something like this: > > ifconfig_wi0="inet ssid my_net wepmode on wepkey 0x8736639624" That will result in errors... You're trying to set the ip-address of the interface to "ssid". If you want to use DHCP and also want to set specific options to the interface (like the ssid / wep-key), you'll need to create a startup-script for the interface. In /etc/rc.conf you just say you want wi0 to get an address via DHCP : ifconfig_wi0="DHCP" And in a file named "/etc/start_if.wi0" : ifconfig wi0 ssid "the name of the network" wepmode on wepkey 0x1234567890 grtz, Daan From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:05:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 898E816A4CE for ; Mon, 29 Nov 2004 22:05:56 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD6343D2F for ; Mon, 29 Nov 2004 22:05:56 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 21981 invoked from network); 29 Nov 2004 22:05:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Nov 2004 22:05:56 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A82E543; Mon, 29 Nov 2004 17:05:55 -0500 (EST) Sender: lowell@be-well.ilk.org To: "James A. Coulter" References: <41A9F1FB.5060902@jacoulter.net> From: Lowell Gilbert Date: 29 Nov 2004 17:05:55 -0500 In-Reply-To: <41A9F1FB.5060902@jacoulter.net> Message-ID: <44mzx0gvjw.fsf@be-well.ilk.org> Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Freebsd-Questions Subject: Re: Help with IPFW + NATD + Passive FTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Freebsd-Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:05:56 -0000 "James A. Coulter" writes: > Here is my IPFW ruleset and my rc.conf. Hoping someone can point out > the error of my ways. You have a very restrictive ruleset there. On my home network, I allow everything to go out from inside. If you don't do that, my favorite options would be to either use the '-punch_fw' option to natd, or run some sort of FTP proxy on the gateway. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:10:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD1D016A4CE for ; Mon, 29 Nov 2004 22:10:31 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C9C143D49 for ; Mon, 29 Nov 2004 22:10:31 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id B708761AB; Mon, 29 Nov 2004 17:06:46 -0500 (EST) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Mon, 29 Nov 2004 17:06:46 -0500 Message-ID: <20041129170646.c6cogcgskkowg8gk@www.sweetdreamsracing.biz> Date: Mon, 29 Nov 2004 17:06:46 -0500 From: Kenneth Culver To: Chris Howells References: <200411291513.35761.kirk@strauser.com> <20041129162143.aeckc040w44g800c@www.sweetdreamsracing.biz> <200411292132.40247.howells@kde.org> In-Reply-To: <200411292132.40247.howells@kde.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: freebsd-questions@freebsd.org Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:10:31 -0000 Quoting Chris Howells : > On Monday 29 November 2004 21:21, Kenneth Culver wrote: >> (I forget which) with a GeForce4 MX 440. The other is an athlon 64 >> 3200+ with a >> via k8t800 chipset and a geforce FX 5900 (running in 32 bit x86 FreeBSD). > > The NVidia drivers don't yet support the K8T800 chipset. Have you tried using > FreeBSD's AGP? Yes, I tried that, it doesn't work either. The computer crashes for the Athlon 64, and the one with the intel hardware just doesn't work.... > > I am contemplating going from the amd64 port back to the 32bit port so I can > have accelerated 3D. I'm running the 32-bit one so I can use my dual head... which only works with nvidia's driver. Ken From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:11:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7111B16A4CE for ; Mon, 29 Nov 2004 22:11:44 +0000 (GMT) Received: from amcuxfw803.amc.af.mil (amcuxfw803.amc.af.mil [131.9.254.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E69D943D5E for ; Mon, 29 Nov 2004 22:11:40 +0000 (GMT) (envelope-from david.hauan@fairchild.af.mil) Received: from amcw2av803.amc.ds.af.mil ([131.9.19.116]) by fw3.amc.af.mil with SMTP id iATMBGpQ024451; Mon, 29 Nov 2004 16:11:38 -0600 (CST) Received: from AMCW2BH506.amc.ds.af.mil ([131.9.25.136]) M2004112916113819584 ; Mon, 29 Nov 2004 16:11:38 -0600 Received: from amcw2ms517.amc.ds.af.mil ([131.9.19.74]) by AMCW2BH506.amc.ds.af.mil with Microsoft SMTPSVC(5.0.2195.6713); Mon, 29 Nov 2004 16:11:38 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 29 Nov 2004 16:11:37 -0600 Message-ID: <59FD5336D1B1FA40AF6DDD241D8DBAC6010A9866@amcw2ms517.amc.ds.af.mil> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Printing to network printer? Thread-Index: AcTWWaonnkNLWey/Tai0L2nWge+9NQABDDqA From: "Hauan, David" To: "Tom Connolly" X-OriginalArrivalTime: 29 Nov 2004 22:11:38.0270 (UTC) FILETIME=[65953BE0:01C4D660] cc: FreeBSD_Questions Subject: RE: Printing to network printer? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:11:44 -0000 > -----Original Message----- > From: Tom Connolly [mailto:tomc@cqg.com] > Sent: Monday, November 29, 2004 1:22 PM > To: FreeBSD_Questions > Subject: Printing to network printer? >=20 >=20 > Hello list, > =20 > I have Googled on this subject but as I am very new to FreeBSD, I find > the information a bit ambiguous. I'm hoping that someone here will be > able to explain this to me like I am 3 years old. > =20 > I have a Dell Latitude C600 running FreeBSD 5.3-STABLE. I have Samba > installed and working correctly and I also have CUPS=20 > installed. I never > actually installed CUPS but I think it was installed with=20 > Samba. I need > to be able to print to an HP LaserJet 5 hooked to a Windows=20 > 2003 Server > machine. Could someone please explain to me how to do this? The > printer is shared as HPLaserJet5. un-share the printer from the windows box. add remove windows components -> other network file and print services. Select print services for unix. Install /usr/ports/print/apsfilter=20 in the apsfilter SETUP follow instructions for adding a network printer and choose the appropriate filter. in essance your windows box is acting just as a print server such as an hp jet direct card or print box. This is my prefered way of doing things as it is less overhead, IMHO dave =20 > =20 > Any help would be appreciated. > =20 > Thanks, > =20 > Tom > =20 > =20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:16:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE20916A4CE for ; Mon, 29 Nov 2004 22:16:28 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6CAD43D66 for ; Mon, 29 Nov 2004 22:16:28 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 6F85CB83B for ; Mon, 29 Nov 2004 16:16:27 -0600 (CST) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04611-08 for ; Mon, 29 Nov 2004 16:16:26 -0600 (CST) Received: from pooh.honeypot.net (unknown [IPv6:2001:470:1f01:224:1::2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id A1E99B815 for ; Mon, 29 Nov 2004 16:16:26 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 16:16:22 -0600 User-Agent: KMail/1.7.1 References: <200411291513.35761.kirk@strauser.com> <20041129162143.aeckc040w44g800c@www.sweetdreamsracing.biz> In-Reply-To: <20041129162143.aeckc040w44g800c@www.sweetdreamsracing.biz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart39351169.aDXDTlqElg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200411291616.25930.kirk@strauser.com> X-Virus-Scanned: by amavisd-new at honeypot.net Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:16:29 -0000 --nextPart39351169.aDXDTlqElg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 29 November 2004 03:21 pm, Kenneth Culver wrote: > One of the computers I'm having this problem with is a P4 with an Intel > chipset Which reminds me: I forgot to mention that my system has a 1.4GHz Thunderbi= rd=20 on an Asus A7V (KT133) motherboard. =2D-=20 Kirk Strauser --nextPart39351169.aDXDTlqElg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBq5+55sRg+Y0CpvERAnnwAJ4pVOrR2y9e60Wkmd+bFgBoHB+qMwCfaS2x Mdg/+5VJV2/zhjByeJXV9Og= =ui/3 -----END PGP SIGNATURE----- --nextPart39351169.aDXDTlqElg-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:19:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8CFE16A4CE for ; Mon, 29 Nov 2004 22:19:56 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151AD43D5E for ; Mon, 29 Nov 2004 22:19:56 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 9C5E461BA; Mon, 29 Nov 2004 17:16:11 -0500 (EST) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Mon, 29 Nov 2004 17:16:11 -0500 Message-ID: <20041129171611.eqs4wkgok080swcg@www.sweetdreamsracing.biz> Date: Mon, 29 Nov 2004 17:16:11 -0500 From: Kenneth Culver To: freebsd-questions@freebsd.org, Louis LeBlanc References: <200411291513.35761.kirk@strauser.com> <20041129215849.GH23654@keyslapper.org> In-Reply-To: <20041129215849.GH23654@keyslapper.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:19:56 -0000 Quoting Louis LeBlanc : > On 11/29/04 03:13 PM, Kirk Strauser sat at the `puter and typed: >> On my 5.3 system (recompiled completely, including ports, one week >> ago), the NVidia driver (for a GeForce MX 400) from ports doesn't >> seem to be using AGP: >> >> $ sysctl hw.nvidia.agp.status.status >> hw.nvidia.agp.status.status: disabled >> >> I've built a new kernel with "device agp" commented out, and kldstat >> verifies that it's not loaded. I set 'Option "NvAGP" "1"' in >> /etc/X11/xorg.conf. I've read all of the READMEs that seemed >> relevant. Still, I seem to be running in PCI mode and display >> updates are painfully slow and CPU-intensive. >> >> I'm running out of things to check. Any idea what combination of >> settings would result in a system where the display seems to run >> correctly, but is much slower than expected? > > I noticed a few people on this thread with similar problems, and I > don't know if any of this info will be of any use since I have a > different card, but here's what I have in my working setup: > > FreeBSD 5.3 RELEASE > xorg-6.7.0_1 > nvidia-driver-1.0.6113_2 > > My dmesg.boot log has the following: > agp0: mem 0xe8000000-0xefffffff at > device 0.0 on pci0 > > I guess that means my chipset is the Intel 82875P? Don't know if > that's useful at all. > > The xorg.conf card section is: > Section "Device" > Identifier "NV TwinView" > VendorName "nVidia Corporation" > Driver "nvidia" > # update this with the PCI id of your card. Consult the output > # of the 'lspci' command. The BusID is usually optional when > # only using one graphics card. > BusID "PCI:1:0:0" > BoardName "NV34 [GeForce FX 5200]" > > # These are extras that may need removal > Option "NoLogo" "True" > Option "RenderAccel" "True" > Option "NvAGP" "0" The above line turns of AGP altogether. > Option "HWCursor" "True" > Option "CursorShadow" "True" > > # twinview setup > Option "TwinView" > Option "SecondMonitorHorizSync" "31-80" > Option "SecondMonitorVertRefresh" "56-75" > Option "TwinViewOrientation" "RightOf" > Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768" > Option "ConnectedMonitor" "crt,crt" > EndSection > > That should look familiar. It's a modified version of the NVIDIA > sample xorg config. If you don't have the twin monitors, just leave > out the twinview section. > > > And my hw.nvidia sysctls are: > > # sysctl hw.nvidia > hw.nvidia.agp.card.rates: 8x 4x > hw.nvidia.agp.card.fw: supported > hw.nvidia.agp.card.sba: supported > hw.nvidia.agp.card.registers: 0x1f000e1b:0x00000000 > hw.nvidia.agp.status.status: disabled > hw.nvidia.agp.status.driver: n/a (unused) The above lines confirm that AGP is off. > hw.nvidia.agp.status.rate: n/a (disabled) > hw.nvidia.agp.status.fw: n/a (disabled) > hw.nvidia.agp.status.sba: n/a (disabled) > hw.nvidia.version: NVIDIA FreeBSD x86 NVIDIA Kernel Module 1.0-6113 > Mon Aug 2 16:08:32 PDT 2004 > hw.nvidia.registry.EnableVia4x: 0 > hw.nvidia.registry.EnableALiAGP: 0 > hw.nvidia.registry.NvAGP: 3 > hw.nvidia.registry.EnableAGPSBA: 0 > hw.nvidia.registry.EnableAGPFW: 0 > hw.nvidia.registry.SoftEDIDs: 1 > hw.nvidia.registry.Mobile: 4294967295 > hw.nvidia.registry.ResmanDebugLevel: 4294967295 > hw.nvidia.registry.FlatPanelMode: 0 > hw.nvidia.cards.0.model: GeForce FX 5200 > hw.nvidia.cards.0.irq: 16 > hw.nvidia.cards.0.vbios: 04.34.20.22.bf > hw.nvidia.cards.0.type: AGP > > I AM using the FreeBSD AGP driver, I had trouble with the nvidia > driver, and it kept falling back to the FreeBSD driver. when I > removed the agp device from the kernel, X wouldn't start at all. > > I've built the nvidia drivers port with "WITH_FREEBSD_AGP=true" in my > /etc/make.conf and I don't have the try/fallback behavior now. > > I know my card isn't the same as anyone else's mentioning this > problem, but I've found that the Linux readme that comes with the > drivers is much more exhaustive than any other docs on these drivers - > and bloody long too. I'd check that file for your specific card - it > installed at /usr/X11R6/share/doc/NVIDIA_GLX-1.0/README.Linux on my > system. > According to your system, AGP isn't working on your system either. Ken From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:20:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A3AA16A4CF for ; Mon, 29 Nov 2004 22:20:20 +0000 (GMT) Received: from lex.sublimemail.com (lex.sublimemail.com [66.45.27.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B1043D48 for ; Mon, 29 Nov 2004 22:20:19 +0000 (GMT) (envelope-from dkelly@hiwaay.net) Received: from dogbark.net (localhost [127.0.0.1]) by lex.sublimemail.com (Postfix) with SMTP id 5BC1518CF3B; Mon, 29 Nov 2004 16:20:19 -0600 (CST) Received: from 207.111.173.106 (SquirrelMail authenticated user n4hhe) by webmail.dogbark.com with HTTP; Mon, 29 Nov 2004 16:20:19 -0600 (CST) Message-ID: <1713.207.111.173.106.1101766819.squirrel@webmail.dogbark.com> Date: Mon, 29 Nov 2004 16:20:19 -0600 (CST) From: "David Kelly" To: In-Reply-To: <41AB94C9.7040901@yahoo.fr> References: <41AB94C9.7040901@yahoo.fr> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-questions@freebsd.org Subject: Re: Multiple NICs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:20:20 -0000 [...] > None of the above work (ie: they both make the default route go through > an0 - wifi - and i suspect this is because the wifi dhcp is slower to > answer than the ethernet one), so i ended up commenting out the wifi > line (an0) and activating it by hand when needed... However this is > quite troublesome as it means killing the dhclient running, before > running another dhclient an0... If anybody has a better suggestion for > me I would be quite grateful! A good place to start surfing in looking for solutions to this sort of thing is /etc/defaults/rc.conf. As you have discovered, the order of items listed in /etc/rc.conf doesn't matter. That is because one literally is setting values of variables there. Its some time later before those variables are actually used. If you wish to continue this direction you might kill your dhclient process which is running on fxp0 then manually start it again "dhclient fxp0". If that results in the route you wish then you might be able to control the start order with this in /etc/rc.conf: network_interfaces="lo0 an0 fxp0" Another thought from /etc/defaults/rc.conf is to set defaultrotuer="1.2.3.4" (change to the real address your ISP provides. But reading "man dhclient.conf" I think dhclient will clobber any static route on lease renewal no matter if you set it by hand or with crafted interface start order. So go read that man page and edit your /etc/dhclient.conf The solution may lie in "man dhcp-options" From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:23:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FCE016A4CE for ; Mon, 29 Nov 2004 22:23:56 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A32C43D5C for ; Mon, 29 Nov 2004 22:23:56 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 5432760DB; Mon, 29 Nov 2004 17:20:11 -0500 (EST) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Mon, 29 Nov 2004 17:20:11 -0500 Message-ID: <20041129172011.eu8kwg8cgck80o84@www.sweetdreamsracing.biz> Date: Mon, 29 Nov 2004 17:20:11 -0500 From: Kenneth Culver To: Kirk Strauser References: <200411291513.35761.kirk@strauser.com> <20041129162143.aeckc040w44g800c@www.sweetdreamsracing.biz> <200411291616.25930.kirk@strauser.com> In-Reply-To: <200411291616.25930.kirk@strauser.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: freebsd-questions@freebsd.org Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:23:56 -0000 Quoting Kirk Strauser : > On Monday 29 November 2004 03:21 pm, Kenneth Culver wrote: > >> One of the computers I'm having this problem with is a P4 with an Intel >> chipset > > Which reminds me: I forgot to mention that my system has a 1.4GHz Thunderbird > on an Asus A7V (KT133) motherboard. > -- > Kirk Strauser Given the fact that I haven't yet seen anyone with working AGP on their FreeBSD systems with the latest nvidia driver, I'm willing to bet that part of the driver is broken. Hopefully nVidia releases another driver soon, I don't want to wait another year for a working driver. :-( Ken From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:32:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38BA916A4CE for ; Mon, 29 Nov 2004 22:32:29 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C0B43D5D for ; Mon, 29 Nov 2004 22:32:28 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 40945B83B for ; Mon, 29 Nov 2004 16:32:28 -0600 (CST) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05470-03 for ; Mon, 29 Nov 2004 16:32:27 -0600 (CST) Received: from pooh.honeypot.net (unknown [IPv6:2001:470:1f01:224:1::2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id 62814B815 for ; Mon, 29 Nov 2004 16:32:27 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 16:32:23 -0600 User-Agent: KMail/1.7.1 References: <200411291513.35761.kirk@strauser.com> <200411291616.25930.kirk@strauser.com> <20041129172011.eu8kwg8cgck80o84@www.sweetdreamsracing.biz> In-Reply-To: <20041129172011.eu8kwg8cgck80o84@www.sweetdreamsracing.biz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1150037.bu4lcFlXel"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200411291632.26673.kirk@strauser.com> X-Virus-Scanned: by amavisd-new at honeypot.net Subject: Anybody have it working? (was Re: NVidia driver not using AGP?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:32:29 -0000 --nextPart1150037.bu4lcFlXel Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 29 November 2004 04:20 pm, Kenneth Culver wrote: > Given the fact that I haven't yet seen anyone with working AGP on their > FreeBSD systems with the latest nvidia driver, I'm willing to bet that pa= rt > of the driver is broken. How about this, then: Has *anyone* successfully used an NVidia card with the most recent=20 x11/nvidia-driver port in AGP (as opposed to PCI) mode? =2D-=20 Kirk Strauser --nextPart1150037.bu4lcFlXel Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBq6N65sRg+Y0CpvERAkuTAKCh0BndN2yEAAuVBApsC5LQQHZpFQCfQZ+n LWyOloql+anq4cOSY6KLdwQ= =Jtxz -----END PGP SIGNATURE----- --nextPart1150037.bu4lcFlXel-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:35:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7081C16A4CE for ; Mon, 29 Nov 2004 22:35:08 +0000 (GMT) Received: from Tetsuo.Zighelboim.com (tetsuo.zighelboim.com [204.251.1.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF42443D45 for ; Mon, 29 Nov 2004 22:35:07 +0000 (GMT) (envelope-from raul@zighelboim.com) Received: from camelia.zighelboim.com ([24.248.12.155]) (authenticated bits=0)iATMZ2nh046305 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 29 Nov 2004 16:35:03 -0600 (CST) (envelope-from raul@zighelboim.com) From: Raul Zighelboim To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 16:35:01 -0600 User-Agent: KMail/1.7.1 References: <200411291513.35761.kirk@strauser.com> <200411291616.25930.kirk@strauser.com> <20041129172011.eu8kwg8cgck80o84@www.sweetdreamsracing.biz> In-Reply-To: <20041129172011.eu8kwg8cgck80o84@www.sweetdreamsracing.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411291635.01893.raul@zighelboim.com> X-Virus-Scanned: ClamAV 0.80/609/Fri Nov 26 14:20:39 2004 clamav-milter version 0.80j on Tetsuo.Zighelboim.com X-Virus-Status: Clean X-Spam-Status: No, score=2.6 required=9.0 tests=BAYES_00,ISO_7BITS,NO_RDNS2, SMILEY,SPF_HELO_SOFTFAIL,SPF_SOFTFAIL autolearn=no version=3.0.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on Tetsuo.Zighelboim.com X-Antivirus: Scanned by F-Prot Antivirus (http://www.f-prot.com) X-Antivirus-Summary: Mod score: 0 cc: Kenneth Culver Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:35:08 -0000 On Monday 29 November 2004 04:20 pm, Kenneth Culver wrote: > Quoting Kirk Strauser : > > On Monday 29 November 2004 03:21 pm, Kenneth Culver wrote: > >> One of the computers I'm having this problem with is a P4 with an Intel > >> chipset > > > > Which reminds me: I forgot to mention that my system has a 1.4GHz > > Thunderbird on an Asus A7V (KT133) motherboard. > > -- > > Kirk Strauser > > Given the fact that I haven't yet seen anyone with working AGP on their > FreeBSD > systems with the latest nvidia driver, I'm willing to bet that part of the > driver is broken. Hopefully nVidia releases another driver soon, I don't > want to wait another year for a working driver. :-( > > Ken What are we betting? rzig@ryu> sysctl -a | grep -i agp hw.nvidia.agp.card.rates: 8x 4x hw.nvidia.agp.card.fw: supported hw.nvidia.agp.card.sba: supported hw.nvidia.agp.card.registers: 0x1f000e1b:0x1f004302 hw.nvidia.agp.status.status: enabled hw.nvidia.agp.status.driver: nvidia hw.nvidia.agp.status.rate: 8x hw.nvidia.agp.status.fw: disabled hw.nvidia.agp.status.sba: enabled hw.nvidia.registry.EnableALiAGP: 0 hw.nvidia.registry.NvAGP: 1 hw.nvidia.registry.EnableAGPSBA: 0 hw.nvidia.registry.EnableAGPFW: 0 hw.nvidia.cards.0.type: AGP [~] rzig@ryu> uname -a FreeBSD ryu.zighelboim.com 5.3-STABLE FreeBSD 5.3-STABLE #18: Mon Nov 22 19:41:45 CST 2004 rzig@ryu.zighelboim.com:/usr/obj/usr/src/sys/RyuV5 i386 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:38:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B0016A4CE for ; Mon, 29 Nov 2004 22:38:26 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id D589C43D5E for ; Mon, 29 Nov 2004 22:38:25 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd49554 (utd49554.utdallas.edu [129.110.3.85]) by smtp1.utdallas.edu (Postfix) with ESMTP id 3B1E5388E63; Mon, 29 Nov 2004 16:38:25 -0600 (CST) Date: Mon, 29 Nov 2004 16:38:24 -0600 From: Paul Schmehl To: Yannack , freebsd-questions@freebsd.org Message-ID: <633FEE8B3C1437C2102199D6@utd49554.utdallas.edu> In-Reply-To: <41AB94C9.7040901@yahoo.fr> References: <41AB94C9.7040901@yahoo.fr> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Multiple NICs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:38:26 -0000 --On Monday, November 29, 2004 10:29:45 PM +0100 Yannack wrote: > > None of the above work (ie: they both make the default route go through > an0 - wifi - and i suspect this is because the wifi dhcp is slower to > answer than the ethernet one), I suspect you are right. Per the dhclient-script(8) man page: If more than one interface is being used, there's no obvious way to avoid clashes between server-supplied configuration parameters - for example, the stock dhclient-script rewrites /etc/resolv.conf. If more than one interface is being configured, /etc/resolv.conf will be repeatedly initialized to the values provided by one server, and then the other. Assuming the information provided by both servers is valid, this shouldn't cause any real problems, but it could be confusing. I haven't tried this, so I don't know if it will work, but you might try adding the "metric" keyword to your /etc/rc.conf file. "metric n Set the routing metric of the interface to n, default 0. The routing metric is used by the routing protocol (routed(8)). Higher metrics have the effect of making a route less favorable; metrics are counted as addition hops to the destination network or host." If you set the metric higher for the wireless interface, that *should* make the ethernet interface the preferred route *if* it's up. BTW, I don't see any "DHCP" keyword in man ifconfig(8). I'm not sure that entry will do anything in your /etc/rc.conf file. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:44:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C206016A4CE for ; Mon, 29 Nov 2004 22:44:48 +0000 (GMT) Received: from mail.devrandom.org.uk (mail.devrandom.org.uk [84.92.10.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED49043D5D for ; Mon, 29 Nov 2004 22:44:47 +0000 (GMT) (envelope-from howells@kde.org) Received: from localhost (frodo [192.168.1.8]) by mail.devrandom.org.uk (Postfix) with ESMTP id 2E83B25635C for ; Mon, 29 Nov 2004 22:46:31 +0000 (GMT) Received: from mail.devrandom.org.uk ([192.168.1.8]) by localhost (frodo.devrandom.org.uk [192.168.1.8]) (amavisd-new, port 10024) with ESMTP id 29477-07 for ; Mon, 29 Nov 2004 22:46:23 +0000 (GMT) Received: from [192.168.1.159] (unknown [192.168.1.159]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.devrandom.org.uk (Postfix) with ESMTP id 2F23125626D for ; Mon, 29 Nov 2004 22:46:23 +0000 (GMT) From: Chris Howells Organization: K Desktop Environment To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 22:44:32 +0000 User-Agent: KMail/1.7.50 References: <41ABB7D4.5040506@confabulator.net> In-Reply-To: <41ABB7D4.5040506@confabulator.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1526779.BJeaxJLKih"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200411292244.37085.howells@kde.org> X-Virus-Scanned: by amavisd-new at devrandom.org.uk Subject: Re: Are there man pages for the C++ header files? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:44:48 -0000 --nextPart1526779.BJeaxJLKih Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 29 November 2004 23:59, Ryan J. Cavicchioni wrote: > Is there a better way to look at all of them? I guess that I am looking > for a fuction table like document. http://www.sgi.com/tech/stl/ > I would also like to use the ANSI C++ header files using namespaces std. Pardon? =2D-=20 Cheers, Chris Howells -- chris@chrishowells.co.uk, howells@kde.org Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C KDE/Qt/C++/PHP Developer: http://www.kde.org --nextPart1526779.BJeaxJLKih Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBq6ZVF8Iu1zN5WiwRAsNvAJ0eli1pYvdX2UNqDMxs9JmufAHypgCfdbig +KsAn2OnBM0DBN3Hq+vGLw8= =WtP9 -----END PGP SIGNATURE----- --nextPart1526779.BJeaxJLKih-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:48:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8725D16A4CE for ; Mon, 29 Nov 2004 22:48:04 +0000 (GMT) Received: from ispmxmta09-srv.alltel.net (ispmxmta09-srv.alltel.net [166.102.165.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id C54AE43D48 for ; Mon, 29 Nov 2004 22:48:02 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.2] (really [69.40.80.76]) by ispmxmta09-srv.alltel.net with ESMTP id <20041129224801.CMKB6770.ispmxmta09-srv.alltel.net@[192.168.0.2]> for ; Mon, 29 Nov 2004 16:48:01 -0600 From: Trey Sizemore To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Mon, 29 Nov 2004 17:49:04 -0500 Message-Id: <1101768549.80344.6.camel@salamander.thesizemores.net> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Using gdm at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:48:04 -0000 I've got FreeBSD 5.3 setup on my desktop and wanted to use gdm to login. Per instructions I found at marcuscom.com: Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in gdm hanging or restarting constantly. Instead, copy the included gdm.sh.sample script to gdm.sh, and restart. This script is found in /usr/X11R6/etc/rc.d. Silly question, but I'm not sure I understand where to copy this file to. Same directory (/usr/X11R6/etc/rc.d)? Does doing this alone enable gdm without any changes to /etc.ttys? I have only a text login now, no xdm/kdm/gdm at all, but want to have gdm enabled with sessions available for gnome, kde, icewm, and xfce4. Thanks for any clarification. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:50:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E0AF16A4CE for ; Mon, 29 Nov 2004 22:50:13 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id D100243D5F for ; Mon, 29 Nov 2004 22:50:12 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.2] (vpn-client-2.marcuscom.com [10.2.1.2]) iATMoPhg025177; Mon, 29 Nov 2004 17:50:25 -0500 (EST) (envelope-from marcus@marcuscom.com) Message-ID: <41ABA7A0.3050400@marcuscom.com> Date: Mon, 29 Nov 2004 17:50:08 -0500 From: Joe Marcus Clarke Organization: MarcusCom, Inc. User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Trey Sizemore References: <1101768549.80344.6.camel@salamander.thesizemores.net> In-Reply-To: <1101768549.80344.6.camel@salamander.thesizemores.net> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on creme-brulee.marcuscom.com cc: freebsd-questions@freebsd.org Subject: Re: Using gdm at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:50:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Trey Sizemore wrote: | I've got FreeBSD 5.3 setup on my desktop and wanted to use gdm to login. | Per instructions I found at marcuscom.com: | | Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in | gdm hanging or restarting constantly. Instead, copy the included | gdm.sh.sample script to gdm.sh, and restart. This script is found | in /usr/X11R6/etc/rc.d. | | Silly question, but I'm not sure I understand where to copy this file | to. Same directory (/usr/X11R6/etc/rc.d)? Yes. ~ Does doing this alone enable | gdm without any changes to /etc.ttys? That's right. With this script, no changes are required to /etc/ttys. ~ I have only a text login now, no | xdm/kdm/gdm at all, but want to have gdm enabled with sessions available | for gnome, kde, icewm, and xfce4. See the FAQ at http://www.freebsd.org/gnome/ on how to add additional desktop sessions to GDM. Joe | | Thanks for any clarification. | | _______________________________________________ | freebsd-questions@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-questions | To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" | - -- PGP Key : http://www.marcuscom.com/pgp.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBq6egb2iPiv4Uz4cRAgKLAJ0eVubBo267v2ODV9U+Q1AGioPDcACfWMvC FNbVSZkZVdIVVsaTE3/MAZc= =aMW8 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:51:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 176C816A4CF for ; Mon, 29 Nov 2004 22:51:12 +0000 (GMT) Received: from rocksteady.bowdoin.edu (rocksteady.bowdoin.edu [139.140.34.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0A343D2F for ; Mon, 29 Nov 2004 22:51:11 +0000 (GMT) (envelope-from alec@thened.net) Received: by rocksteady.bowdoin.edu (Postfix, from userid 12008) id E3D34A315; Mon, 29 Nov 2004 17:51:10 -0500 (EST) Date: Mon, 29 Nov 2004 17:51:10 -0500 From: Alec Berryman To: freebsd-questions@freebsd.org Message-ID: <20041129225110.GC30558@thened.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <1101768549.80344.6.camel@salamander.thesizemores.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <1101768549.80344.6.camel@salamander.thesizemores.net> X-Ned-Wuz-Here: Yes X-GPG-Fingerprint: 3DB5 8785 53D9 8BF4 5049 B6B9 02E7 7FD9 881C 85C4 X-GPG-Key: http://www.thened.net/~alec/static/alec.asc User-Agent: Mutt/1.5.6i Subject: Re: Using gdm at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:51:12 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable begin quotation of Trey Sizemore on 2004-11-29 17:49:04 -0500: > I've got FreeBSD 5.3 setup on my desktop and wanted to use gdm to login. > Per instructions I found at marcuscom.com: Also in /usr/ports/x11/gdm2 > Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in > gdm hanging or restarting constantly. Instead, copy the included > gdm.sh.sample script to gdm.sh, and restart. This script is found > in /usr/X11R6/etc/rc.d. >=20 > Silly question, but I'm not sure I understand where to copy this file > to. Same directory (/usr/X11R6/etc/rc.d)? Yes. And `chmod +x` it so that it can be run. > Does doing this alone enable gdm without any changes to /etc.ttys? Yes. --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (OpenBSD) iD8DBQFBq6feAud/2YgchcQRAq9yAJ9/w1QxoH4MRPbdBn2zBjsiOFiWDACg6fh5 mP1/LASxteY303OvEXHHUMI= =UO5s -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:51:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B79B16A4CE for ; Mon, 29 Nov 2004 22:51:59 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 324F743D4C for ; Mon, 29 Nov 2004 22:51:50 +0000 (GMT) (envelope-from rlurman@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so6940rne for ; Mon, 29 Nov 2004 14:51:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=L6H/GBc1MwRtOTiuqZnrDwviXDhz5ipuoi7DXvj38RVAUek4zjndZpWzk4O0vrNk5/RUFwL71VZOU0GtXZpIq54yrlBVo1EiJEGKhGtJLtHn8AhvpXqzoFGn/3whLihh+4KdvGDkmPLW26WZVXpLDeWezMqTok5/uui+e/AbBcQ= Received: by 10.38.162.75 with SMTP id k75mr147094rne; Mon, 29 Nov 2004 14:51:47 -0800 (PST) Received: by 10.38.149.36 with HTTP; Mon, 29 Nov 2004 14:51:47 -0800 (PST) Message-ID: Date: Mon, 29 Nov 2004 17:51:47 -0500 From: RL To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Wireless Card and SSID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: RL List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:51:59 -0000 Sending again... I really need to solve this. I have a Netgear WAG511 PC Card and am using the ath driver. In my /etc/rc.conf I have ath0 to use DHCP and also I have: ifconfig_ath0="ssid myssid". Now, I can set this all up manually using ifconfig and it works till I reboot. When I set it in my rc.conf and I boot it up, I get "ath0: association failed (reason 12) for 00:0f:66:02..." flash on my screen one right after another. And when I do ifconfig, it shows no IP address NOR the ssid I set. For some reason it doesn't see the SSID or DHCP I set up in rc.conf. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:53:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 274BA16A4CE for ; Mon, 29 Nov 2004 22:53:38 +0000 (GMT) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B84F43D55 for ; Mon, 29 Nov 2004 22:53:37 +0000 (GMT) (envelope-from leblanc@keyslapper.org) Received: from keyslapper.org ([68.163.166.57]) by out011.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041129225336.EVOU1380.out011.verizon.net@keyslapper.org> for ; Mon, 29 Nov 2004 16:53:36 -0600 Received: from keyslapper.org (localhost [127.0.0.1]) by keyslapper.org (8.12.11/8.12.11) with ESMTP id iATMraV3039608 for ; Mon, 29 Nov 2004 17:53:36 -0500 (EST) (envelope-from leblanc@keyslapper.org) Received: (from leblanc@localhost) by keyslapper.org (8.12.11/8.12.11/Submit) id iATMrZJL039607 for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 17:53:35 -0500 (EST) (envelope-from leblanc) Date: Mon, 29 Nov 2004 17:53:35 -0500 From: Louis LeBlanc To: freebsd-questions@freebsd.org Message-ID: <20041129225335.GI23654@keyslapper.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <200411291513.35761.kirk@strauser.com> <20041129215849.GH23654@keyslapper.org> <20041129171611.eqs4wkgok080swcg@www.sweetdreamsracing.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20041129171611.eqs4wkgok080swcg@www.sweetdreamsracing.biz> User-Agent: Mutt/1.5.6i X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [68.163.166.57] at Mon, 29 Nov 2004 16:53:36 -0600 Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:53:38 -0000 On 11/29/04 05:16 PM, Kenneth Culver sat at the `puter and typed: > Quoting Louis LeBlanc : > > > The xorg.conf card section is: > > Section "Device" > > Identifier "NV TwinView" > > VendorName "nVidia Corporation" > > Driver "nvidia" > > # update this with the PCI id of your card. Consult the output > > # of the 'lspci' command. The BusID is usually optional when > > # only using one graphics card. > > BusID "PCI:1:0:0" > > BoardName "NV34 [GeForce FX 5200]" > > > > # These are extras that may need removal > > Option "NoLogo" "True" > > Option "RenderAccel" "True" > > Option "NvAGP" "0" > > The above line turns of AGP altogether. No, it turns off the NVidia AGP driver: # sysctl dev.agp dev.agp.0.%desc: Intel 82875P host to AGP bridge dev.agp.0.%driver: agp dev.agp.0.%location: slot=0 function=0 dev.agp.0.%pnpinfo: vendor=0x8086 device=0x2578 subvendor=0x1028 subdevice=0x0157 class=0x060000 dev.agp.0.%parent: pci0 The FreeBSD agp device is still active. > > > > # sysctl hw.nvidia > > hw.nvidia.agp.card.rates: 8x 4x > > hw.nvidia.agp.card.fw: supported > > hw.nvidia.agp.card.sba: supported > > hw.nvidia.agp.card.registers: 0x1f000e1b:0x00000000 > > hw.nvidia.agp.status.status: disabled > > hw.nvidia.agp.status.driver: n/a (unused) > > The above lines confirm that AGP is off. They confirm that NVidia AGP is off. > > > According to your system, AGP isn't working on your system either. My video is working quite well with the FreeBSD AGP device. I've never worked with a system that had more responsive video, and that's using the twinview feature to run two monitors. Makes me want to work from home all the time, since my work desktop is a pokey old 440Mhz hacked together piece of junk that was built 5 years ago. Just because NVidia wrote their own AGP driver doesn't mean every one of their cards must have it to function well. I believe it is mentioned in the linux readme that some cards are better off with the AGP driver that comes with the OS. I know I read something to that affect somewhere. Lou -- Louis LeBlanc FreeBSD@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ Information is the inverse of entropy. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:55:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 822DC16A4CE for ; Mon, 29 Nov 2004 22:55:52 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F3943D1F for ; Mon, 29 Nov 2004 22:55:52 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id A0429B86B for ; Mon, 29 Nov 2004 16:55:50 -0600 (CST) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00693-05 for ; Mon, 29 Nov 2004 16:55:50 -0600 (CST) Received: from pooh.honeypot.net (unknown [IPv6:2001:470:1f01:224:1::2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id 21D6DB86A for ; Mon, 29 Nov 2004 16:55:50 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 16:55:48 -0600 User-Agent: KMail/1.7.1 References: <200411291513.35761.kirk@strauser.com> <20041129172011.eu8kwg8cgck80o84@www.sweetdreamsracing.biz> <200411291635.01893.raul@zighelboim.com> In-Reply-To: <200411291635.01893.raul@zighelboim.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1767637.HXpnmdWSil"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200411291655.49271.kirk@strauser.com> X-Virus-Scanned: by amavisd-new at honeypot.net Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:55:52 -0000 --nextPart1767637.HXpnmdWSil Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 29 November 2004 04:35 pm, Raul Zighelboim wrote: > rzig@ryu> sysctl -a | grep -i agp > [...] > hw.nvidia.agp.status.status: enabled What exactly did you do? Did you do anything special to your kernel or=20 loader.conf other than disabling agp.ko? =2D-=20 Kirk Strauser --nextPart1767637.HXpnmdWSil Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBq6j15sRg+Y0CpvERAnVmAKCZNalvHmNtfxbbY+RCqi62BXHlYQCglCVn phwaXkiiOpfoClVPb1x5cnk= =Xtul -----END PGP SIGNATURE----- --nextPart1767637.HXpnmdWSil-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 23:01:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73BBC16A4CE for ; Mon, 29 Nov 2004 23:01:23 +0000 (GMT) Received: from Tetsuo.Zighelboim.com (tetsuo.zighelboim.com [204.251.1.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD9943D5A for ; Mon, 29 Nov 2004 23:01:23 +0000 (GMT) (envelope-from raul@zighelboim.com) Received: from camelia.zighelboim.com ([24.248.12.155]) (authenticated bits=0)iATN1KLB048978 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 29 Nov 2004 17:01:21 -0600 (CST) (envelope-from raul@zighelboim.com) From: Raul Zighelboim To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 17:01:19 -0600 User-Agent: KMail/1.7.1 References: <200411291513.35761.kirk@strauser.com> <200411291635.01893.raul@zighelboim.com> <200411291655.49271.kirk@strauser.com> In-Reply-To: <200411291655.49271.kirk@strauser.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411291701.19682.raul@zighelboim.com> X-Virus-Scanned: ClamAV 0.80/609/Fri Nov 26 14:20:39 2004 clamav-milter version 0.80j on Tetsuo.Zighelboim.com X-Virus-Status: Clean X-Spam-Status: No, score=3.7 required=9.0 tests=BAYES_00,ISO_7BITS, J_CHICKENPOX_32,NO_RDNS2,SPF_HELO_SOFTFAIL,SPF_SOFTFAIL autolearn=no version=3.0.1 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on Tetsuo.Zighelboim.com X-Antivirus: Scanned by F-Prot Antivirus (http://www.f-prot.com) X-Antivirus-Summary: Mod score: 0 Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:01:23 -0000 On Monday 29 November 2004 04:55 pm, Kirk Strauser wrote: > On Monday 29 November 2004 04:35 pm, Raul Zighelboim wrote: > > rzig@ryu> sysctl -a | grep -i agp > > [...] > > hw.nvidia.agp.status.status: enabled > > What exactly did you do? Did you do anything special to your kernel or > loader.conf other than disabling agp.ko? On the Kernel #device agp device io device mem On /boot/loader.conf agp_load="NO" linux_load="YES" nvidia_load="YES" apm_load="NO" From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 23:03:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D968416A4CE for ; Mon, 29 Nov 2004 23:03:31 +0000 (GMT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9011A43D41 for ; Mon, 29 Nov 2004 23:03:31 +0000 (GMT) (envelope-from yannick_bre@yahoo.fr) Received: from [127.0.0.1] (rueil-4-82-230-39-11.fbx.proxad.net [82.230.39.11]) by postfix3-2.free.fr (Postfix) with ESMTP id D03DEC004; Tue, 30 Nov 2004 00:03:30 +0100 (CET) Message-ID: <41ABAAC1.6030901@yahoo.fr> Date: Tue, 30 Nov 2004 00:03:29 +0100 From: Yannack User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Kelly References: <41AB94C9.7040901@yahoo.fr> <1713.207.111.173.106.1101766819.squirrel@webmail.dogbark.com> In-Reply-To: <1713.207.111.173.106.1101766819.squirrel@webmail.dogbark.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Multiple NICs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:03:32 -0000 >As you have discovered, the order of items listed in /etc/rc.conf doesn't >matter. That is because one literally is setting values of variables >there. Its some time later before those variables are actually used. > I am not sure I quite understood this part... > If >you wish to continue this direction you might kill your dhclient process >which is running on fxp0 then manually start it again "dhclient fxp0". > However this is exactly what I was looking for. > If >that results in the route you wish then you might be able to control the >start order with this in /etc/rc.conf: > >network_interfaces="lo0 an0 fxp0" > > And this worked!!!! Hurray :) Thank you so much! How did you know this could do that??? I checked the man page, and it really isn't appearant... or is it? Anyways thank you so much ! From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 23:06:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D4316A4CE for ; Mon, 29 Nov 2004 23:06:04 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C4A43D39 for ; Mon, 29 Nov 2004 23:06:04 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id B530369A3F; Mon, 29 Nov 2004 18:06:03 -0500 (EST) Date: Mon, 29 Nov 2004 18:06:02 -0500 From: Bill Moran To: Yannack Message-Id: <20041129180602.5b4622a0.wmoran@potentialtech.com> In-Reply-To: <41ABAAC1.6030901@yahoo.fr> References: <41AB94C9.7040901@yahoo.fr> <1713.207.111.173.106.1101766819.squirrel@webmail.dogbark.com> <41ABAAC1.6030901@yahoo.fr> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.99 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: dkelly@hiwaay.net cc: freebsd-questions@freebsd.org Subject: Re: Multiple NICs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:06:04 -0000 Yannack wrote: > > If > >that results in the route you wish then you might be able to control the > >start order with this in /etc/rc.conf: > > > >network_interfaces="lo0 an0 fxp0" > > > > > And this worked!!!! Hurray :) Thank you so much! > How did you know this could do that??? I checked the man page, and it > really isn't appearant... or is it? He read the source code. The great thing about open source, no matter how badly documented a thing is, you can always read the code. That being said, open source software generally has better documentation than closed source anyway. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 23:32:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 793E316A4CE for ; Mon, 29 Nov 2004 23:32:17 +0000 (GMT) Received: from hotmail.com (bay15-f31.bay15.hotmail.com [65.54.185.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 569F043D31 for ; Mon, 29 Nov 2004 23:32:17 +0000 (GMT) (envelope-from gwitichis@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 29 Nov 2004 15:31:01 -0800 Message-ID: Received: from 84.72.120.179 by by15fd.bay15.hotmail.msn.com with HTTP; Mon, 29 Nov 2004 23:30:36 GMT X-Originating-IP: [84.72.120.179] X-Originating-Email: [gwitichis@hotmail.com] X-Sender: gwitichis@hotmail.com In-Reply-To: <20041129183554.GA76617@ei.bzerk.org> From: "witichis Gladdy" To: mail25@bzerk.org Date: Mon, 29 Nov 2004 23:30:36 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 29 Nov 2004 23:31:01.0958 (UTC) FILETIME=[7CF65660:01C4D66B] cc: questions@freebsd.org Subject: Re: 4.10 kernel build problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:32:17 -0000 >From: Ruben de Groot >To: witichis Gladdy >CC: questions@freebsd.org >Subject: Re: 4.10 kernel build problem >Date: Mon, 29 Nov 2004 19:35:54 +0100 > >On Mon, Nov 29, 2004 at 06:02:28PM +0000, witichis Gladdy typed: > > Hi, > > > > I'm stuck trying to build a kernel to get support for my atapi cd >burner. > > > > Why is atapicam support for ide burners wich are pretty much mainstream > > these days not build in by default? > > > > I have a 4.10 freeBSD and did cvsup with src-all. > > Then I needed to update the configure program itself because of version > > diffences complaints. > > Then I did a make buildworld wich took hours but it completed without > > errors. > > > > The error when doing make depend is: > > > > bash-2.05b# make depend > > rm -f .olddep > > if [ -f .depend ]; then mv .depend .olddep; fi > > make _kernel-depend > > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes >-Wpointer-arith > > -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. > > -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq > > -I../../../contrib/ipfilter -I../../../contrib/pf > > -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd > > -I../../../contrib/ngatm -D_KERNEL -include opt_global.h > > -finline-limit=8000 --param inline-unit-growth=100 --param > > large-function-growth=1000 -mno-align-long-strings > > -mpreferred-stack-boundary=2 -ffreestanding >../../../i386/i386/genassym.c > > cc: inline-unit-growth=100: No such file or directory > > cc: large-function-growth=1000: No such file or directory > > cc1: Invalid option `no-align-long-strings' > > cc1: unknown C standard `c99' > > cc1: Invalid option `-finline-limit=8000' > > cc1: Invalid option `-fparam' > > cc1: Invalid option `-fparam' > > *** Error code 1 > >use the "new" method of building your kernel (make buildkernel). >That way the build will use the toolchain generated by the >previous buildworld. > >Ruben Thanks - that got me further. The kernel compiled after putting device.hints into /boot I needed to comment out /proc and msdos and ntfs partitions from fstab - bad a uname -a tells me : FreeBSD deepthought 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Mon Nov 29 22:04:37 CET 2004 schiller@deepthought:/usr/obj/usr/src/sys/MY2 i386 Looks like its very bleedy now because top and ps are not working any more (no /proc). Still I can't get my cd burner to work though. I reboot to the 4.10 kernel and cvsup with *default tag=RELENG_5_3 for another build. cheers _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 23:39:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D8B16A4CE for ; Mon, 29 Nov 2004 23:39:56 +0000 (GMT) Received: from ms-smtp-02-eri0.socal.rr.com (ms-smtp-02-qfe0.socal.rr.com [66.75.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA8C43D67 for ; Mon, 29 Nov 2004 23:39:55 +0000 (GMT) (envelope-from marella@hawaii.rr.com) Received: from p4 (cpe-66-8-190-99.hawaii.rr.com [66.8.190.99]) iATNdq6V024614 for ; Mon, 29 Nov 2004 15:39:53 -0800 (PST) Date: Mon, 29 Nov 2004 13:42:19 -1000 From: Robert Marella To: freebsd-questions@freebsd.org Message-ID: <20041129134219.7364e5df@p4> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Firefox-1.0_3,1 core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:39:56 -0000 Hello I not sure that this should have been sent here or to freebsd-ports. Firefox core dumps whenever I try to print, print preview or page setup on a secure site. When I am on an unsecure site such as freebsd.org I have no problem and printing is completed. If I am logged into my online banking or webmail or trying to print an order from tigerdirect.com I get a core dump. I have this happening on 2 different systems, both running 5.3 stable. On one I am using Gnome 2.8 and the other is KDE 3.3.1 If I use a different browser such as epiphany I can print from these sites. I have no plugins installed and I went over and over my configuration and even tried changing things but the problem remains. The core dump is > 17MB so I cannot attach it.. TIA Robert From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 23:41:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA73516A59C for ; Mon, 29 Nov 2004 23:41:12 +0000 (GMT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 440C043E0B for ; Mon, 29 Nov 2004 23:41:02 +0000 (GMT) (envelope-from res0d2h3@verizon.net) Received: from [4.26.163.94] by out012.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041129234101.HVMG1432.out012.verizon.net@[4.26.163.94]> for ; Mon, 29 Nov 2004 17:41:01 -0600 Message-ID: <41ABB02C.1090902@verizon.net> Date: Mon, 29 Nov 2004 17:26:36 -0600 From: "Benjamin E. Brannen" Organization: BenCo Scientific Research & Development Labs User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [4.26.163.94] at Mon, 29 Nov 2004 17:41:01 -0600 Subject: newbie Make question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bnc@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:41:23 -0000 Hello, I have installed FreeBSD and have been running it for about two weeks now. I had been using the ports collection to install software. I must have done something that has changed the environment but don't know what. Now when I go into a ported directory and attempt to make, it says: make: no target to make. When I try make install it says: make: don't know how to make install. Stop. Many of the files in the ports collection now have a ',v' after them i.e. 'Makefile,v' 'pkg-plist,v' and Attic etc. Anyone with any insight would be appreciated? Thanks, Ben From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 23:48:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 114CE16A4FA for ; Mon, 29 Nov 2004 23:48:41 +0000 (GMT) Received: from amcuxfw801.amc.af.mil (amcuxfw801.amc.af.mil [131.9.254.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D25043D39 for ; Mon, 29 Nov 2004 23:48:40 +0000 (GMT) (envelope-from david.hauan@fairchild.af.mil) Received: from amcw2av802.amc.ds.af.mil (amcw2av802.amc.af.mil [131.9.19.115]) by fw1.amc.af.mil with SMTP id iATNmb03013954; Mon, 29 Nov 2004 17:48:37 -0600 (CST) Received: from AMCW2BH506.amc.ds.af.mil ([131.9.25.136]) M2004112917483626108 ; Mon, 29 Nov 2004 17:48:36 -0600 Received: from amcw2ms517.amc.ds.af.mil ([131.9.19.74]) by AMCW2BH506.amc.ds.af.mil with Microsoft SMTPSVC(5.0.2195.6713); Mon, 29 Nov 2004 17:48:35 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 29 Nov 2004 17:48:35 -0600 Message-ID: <59FD5336D1B1FA40AF6DDD241D8DBAC6010A98D9@amcw2ms517.amc.ds.af.mil> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Anybody have it working? (was Re: NVidia driver not using AGP?) Thread-Index: AcTWY4TawEi829TiRdaQXCByPyJFbAACghEQ From: "Hauan, David" To: "Kirk Strauser" , X-OriginalArrivalTime: 29 Nov 2004 23:48:35.0389 (UTC) FILETIME=[F0DB26D0:01C4D66D] Subject: RE: Anybody have it working? (was Re: NVidia driver not using AGP?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:48:43 -0000 > -----Original Message----- > From: Kirk Strauser [mailto:kirk@strauser.com] > Sent: Monday, November 29, 2004 2:32 PM > To: freebsd-questions@freebsd.org > Subject: Anybody have it working? (was Re: NVidia driver not=20 > using AGP?) >=20 >=20 > On Monday 29 November 2004 04:20 pm, Kenneth Culver wrote: >=20 > > Given the fact that I haven't yet seen anyone with working=20 > AGP on their > > FreeBSD systems with the latest nvidia driver, I'm willing=20 > to bet that part > > of the driver is broken. >=20 > How about this, then: >=20 > Has *anyone* successfully used an NVidia card with the most recent=20 > x11/nvidia-driver port in AGP (as opposed to PCI) mode? > --=20 > Kirk Strauser > Yes. Just installed the latest from nvidia. after boot and login #sysctl hw.nvidia.agp.status.status hw.nvidia.agp.status.status: disabled However after fire off a X server..=20 #sysctl hw.nvidia.agp.status.status hw.nvidia.agp.status.status: enabled dave From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 23:56:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B9C616A4CE for ; Mon, 29 Nov 2004 23:56:42 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F24843D45 for ; Mon, 29 Nov 2004 23:56:42 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 283EC512CC; Mon, 29 Nov 2004 16:01:43 -0800 (PST) Date: Mon, 29 Nov 2004 16:01:43 -0800 From: Kris Kennaway To: bnc@ieee.org Message-ID: <20041130000143.GA72308@xor.obsecurity.org> References: <41ABB02C.1090902@verizon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <41ABB02C.1090902@verizon.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@FreeBSD.org Subject: Re: newbie Make question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:56:42 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 29, 2004 at 05:26:36PM -0600, Benjamin E. Brannen wrote: > Hello, >=20 > I have installed FreeBSD and have been running it for about two weeks now. >=20 > I had been using the ports collection to install software. I must have= =20 > done something that has changed the environment but don't know what. >=20 > Now when I go into a ported directory and attempt to make, it says: > make: no target to make. >=20 > When I try make install it says: > make: don't know how to make install. Stop. >=20 > Many of the files in the ports collection now have a ',v' after them=20 > i.e. 'Makefile,v' 'pkg-plist,v' and Attic etc. >=20 > Anyone with any insight would be appreciated? You cvsupped with the wrong settings, specifically your cvsupfile specified to download the entire ports CVS repository. Compare to the sample cvsupfiles in /usr/share/examples/cvsup or the documentation in the handbook. Kris --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBq7hnWry0BWjoQKURAr41AJ9WJLoOhlsVnAm8XdnuWSRHDHzNDwCeOjSN uwDQFht7H2juekijComgjBQ= =96oI -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 00:35:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8122116A4CE for ; Tue, 30 Nov 2004 00:35:53 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id DF91E43D46 for ; Tue, 30 Nov 2004 00:35:52 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 25928 invoked by uid 0); 30 Nov 2004 00:35:53 -0000 Received: from user-69-73-60-132.knology.net (HELO ?10.0.0.68?) (69.73.60.132) by smtp8.knology.net with SMTP; 30 Nov 2004 00:35:53 -0000 In-Reply-To: <20041129180602.5b4622a0.wmoran@potentialtech.com> References: <41AB94C9.7040901@yahoo.fr> <1713.207.111.173.106.1101766819.squirrel@webmail.dogbark.com> <41ABAAC1.6030901@yahoo.fr> <20041129180602.5b4622a0.wmoran@potentialtech.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Kelly Date: Mon, 29 Nov 2004 18:35:47 -0600 To: Yannack X-Mailer: Apple Mail (2.619) cc: FreeBSD_Questions FreeBSD_Questions cc: Bill Moran Subject: Re: Multiple NICs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:35:53 -0000 On Nov 29, 2004, at 5:06 PM, Bill Moran wrote: > Yannack wrote: >>> If that results in the route you wish then you might be able to >>> control the start order with this in /etc/rc.conf: >>> >>> network_interfaces="lo0 an0 fxp0" >>> >>> >> And this worked!!!! Hurray :) Thank you so much! >> How did you know this could do that??? I checked the man page, and >> it really isn't appearant... or is it? > > He read the source code. Lets kill two birds with one stone (one reply). Earlier Yannack said he didn't understand why the order of ifconfig_an0 and ifconfig_fxp0 didn't matter in /etc/rc.conf. The reason is that rc.conf doesn't contain what we would normally think of as executable code. Its a shell script which sets lots of variables which other shell scripts later look for. If the variable is found then its used. But the "looking for" order is already coded. By defining network_interfaces the automatic probe of interfaces is bypassed. This happens in /etc/network.subr > The great thing about open source, no matter how badly documented a > thing is, you can always read the code. Closed or open doesn't make much difference when its a shell script. :-) Now for a 3rd bird to kill in one reply I need to remind Yannack that apparently the *last* dhclient to run sets the default route. Next time dhclient renews the lease on an0 your default route will go the wrong way again until the ISP-issued lease renews on fxp0. I think it would be easiest to statically set the wireless IP address. After all it is *your* network, right? So you ought to be able to lay down your own law. With a static address you'll always know how to reach your FreeBSD box from the wireless side. Otherwise you ought to dig into dhclient's docs in order to prevent an0 from setting a default route. Just because it seems to be working now doesn't mean its time to stop, else you will end up with a typical PC-grade network. Am guessing based on the contents of man pages for dhcp-options and dhclient.conf but you need to put something like the following on the tail of /etc/dhclient.conf. Am thinking here that these are the only things you want from the wireless router. That if you don't ask for a router then you won't be given one. Undefined interfaces in /etc/dhclient.conf will continue to use the default values. interface "an0" { require ip-address, subnet-mask, broadcast-address; } -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 00:56:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A9E16A4D6 for ; Tue, 30 Nov 2004 00:56:01 +0000 (GMT) Received: from hotmail.com (bay13-f37.bay13.hotmail.com [64.4.31.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8BD43D2F for ; Tue, 30 Nov 2004 00:56:01 +0000 (GMT) (envelope-from martarese@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 29 Nov 2004 16:56:01 -0800 Message-ID: Received: from 213.22.141.111 by by13fd.bay13.hotmail.msn.com with HTTP; Tue, 30 Nov 2004 00:55:45 GMT X-Originating-IP: [213.22.141.111] X-Originating-Email: [martarese@hotmail.com] X-Sender: martarese@hotmail.com From: "Marta Resende" To: freebsd-questions@freebsd.org Date: Tue, 30 Nov 2004 00:55:45 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 30 Nov 2004 00:56:01.0287 (UTC) FILETIME=[5C663170:01C4D677] Subject: sata and IDE working in the same machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:56:02 -0000 Can i conciliate two hdd, one SATA and one IDE, to work in the same machine with freebsd ?? my IDE is my old 40gb disk, and i would like to put a new hdd ... or should i put another IDE? thks _________________________________________________________________ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 01:54:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A73616A4CE for ; Tue, 30 Nov 2004 01:54:53 +0000 (GMT) Received: from out010.verizon.net (out010pub.verizon.net [206.46.170.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C4CB43D58 for ; Tue, 30 Nov 2004 01:54:52 +0000 (GMT) (envelope-from leblanc@keyslapper.org) Received: from keyslapper.org ([68.163.166.57]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041130015451.CMG4602.out010.verizon.net@keyslapper.org> for ; Mon, 29 Nov 2004 19:54:51 -0600 Received: from keyslapper.org (localhost [127.0.0.1]) by keyslapper.org (8.12.11/8.12.11) with ESMTP id iAU1sks4042018 for ; Mon, 29 Nov 2004 20:54:51 -0500 (EST) (envelope-from leblanc@keyslapper.org) Received: (from leblanc@localhost) by keyslapper.org (8.12.11/8.12.11/Submit) id iAU1sjrP042017 for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 20:54:45 -0500 (EST) (envelope-from leblanc) Date: Mon, 29 Nov 2004 20:54:45 -0500 From: Louis LeBlanc To: freebsd-questions@freebsd.org Message-ID: <20041130015444.GM23654@keyslapper.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <20041129134219.7364e5df@p4> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20041129134219.7364e5df@p4> User-Agent: Mutt/1.5.6i X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [68.163.166.57] at Mon, 29 Nov 2004 19:54:51 -0600 Subject: Re: Firefox-1.0_3,1 core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 01:54:53 -0000 On 11/29/04 01:42 PM, Robert Marella sat at the `puter and typed: > Hello > > I not sure that this should have been sent here or to freebsd-ports. > > Firefox core dumps whenever I try to print, print preview or page setup > on a secure site. When I am on an unsecure site such as freebsd.org I > have no problem and printing is completed. > > If I am logged into my online banking or webmail or trying to print an > order from tigerdirect.com I get a core dump. > > I have this happening on 2 different systems, both running 5.3 stable. > On one I am using Gnome 2.8 and the other is KDE 3.3.1 > > If I use a different browser such as epiphany I can print from these > sites. > > I have no plugins installed and I went over and over my configuration > and even tried changing things but the problem remains. > > The core dump is > 17MB so I cannot attach it.. I see this all the time. Sometimes it's fine, other times it will just dump time after time. Very annoying. This happens with systems running cups and those running the base lpd, and on the FreeBSD 4.10 and 5.3 RELEASEs. This was brought up here just after 1.0 was released, but applicable to the pre-release. It was suggested that 1.0 release fixed it, so I upgraded the port right away. First time I tried to print it blew up. Apparently it wasn't fixed. Other than this one annoying problem, I have to say Firefox is still the best darn browser I've ever used. Of course, I still keep Mozilla installed so I can print . . . Lou -- Louis LeBlanc FreeBSD@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ Polymer physicists are into chains. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 02:01:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CB816A4CE for ; Tue, 30 Nov 2004 02:01:29 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBD943D39 for ; Tue, 30 Nov 2004 02:01:29 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30170 invoked from network); 30 Nov 2004 02:01:28 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 30 Nov 2004 02:01:28 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2877A69; Mon, 29 Nov 2004 21:01:28 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Vijay Anand" References: From: Lowell Gilbert Date: 29 Nov 2004 21:01:27 -0500 In-Reply-To: Message-ID: <44sm6st7rc.fsf@be-well.ilk.org> Lines: 44 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: error downloading X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:01:29 -0000 Please don't top-post. "Vijay Anand" writes: > Lowell Gilbert > Sent by: lowell@be-well.ilk.org > 11/28/2004 08:02 PM > Please respond to freebsd-questions > > > To: "Vijay Anand" > cc: freebsd-questions@freebsd.org > Subject: Re: error downloading > > > "Vijay Anand" writes: > > > It is a local IP.Plz help me. > > Ah. So you are running your own cvsweb installation; that wasn't > at all clear from the original message. I'm afraid I don't know > anything about the cvsweb software itself; however, the first step is > obviously to check on the hints that the software gave you along with > the error message: > > > > Error Error: Unexpected output from cvs co: cvs [checkout aborted]: > > > Absolute module reference invalid: `/Motolog/MotoLogDLL.vbp' > > Error msg doesnt show any hints on the line of code it throws the > error......! Sure it does. Follow its advice: > > > Check whether the directory /cm/vault/automation_utilities/CVSROOT exists > > > and the script has write-access to the CVSROOT/history file if it exists. > > > The script needs to place lock files in the directory the file is in as > > > well. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org:8088/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 02:07:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8352816A4CF for ; Tue, 30 Nov 2004 02:07:30 +0000 (GMT) Received: from S4.cableone.net (smtp4.cableone.net [24.116.0.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D9443D54 for ; Tue, 30 Nov 2004 02:07:30 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.25]) by S4.cableone.net (CableOne SMTP Service S4) with ESMTP id 2584905 for ; Mon, 29 Nov 2004 19:11:49 -0700 Date: Mon, 29 Nov 2004 20:06:23 -0600 From: Vulpes Velox To: freebsd-questions@freebsd.org Message-ID: <20041129200623.466175a5@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: References: X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Abuse-Info: Send abuse complaints to abuse@cableone.net Subject: Re: sata and IDE working in the same machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:07:30 -0000 On Tue, 30 Nov 2004 00:55:45 +0000 "Marta Resende" wrote: > Can i conciliate two hdd, one SATA and one IDE, to work in the same > machine with freebsd ?? > > my IDE is my old 40gb disk, and i would like to put a new hdd ... or > should i put another IDE? Yeah, freebsd can use multiple drives easily... if you want raid, just man geom From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 02:22:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3741516A4CE for ; Tue, 30 Nov 2004 02:22:25 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C921843D1F for ; Tue, 30 Nov 2004 02:22:24 +0000 (GMT) (envelope-from bartobri@comcast.net) Received: from [192.168.0.104] (c-67-164-245-66.client.comcast.net[67.164.245.66]) by comcast.net (rwcrmhc11) with SMTP id <2004113002222401300ddgg2e>; Tue, 30 Nov 2004 02:22:24 +0000 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <298628DD311BB1996756A890@utd49554.utdallas.edu> References: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> <298628DD311BB1996756A890@utd49554.utdallas.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Brian Barto Date: Mon, 29 Nov 2004 21:22:21 -0500 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.619) Subject: Re: wireless driver for dell latitude d505? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:22:25 -0000 > --On Monday, November 29, 2004 02:51:53 PM -0500 Brian Barto > wrote: > >> Hi all, I have a dell latitude c505 laptop that has a build-in >> wireless >> nic, but when I loaded freebsd 5.3 it did not detect it. I'm guess i >> have >> to load a driver via kldload but I have no idea what driver it could >> be. >> Anyone know off hand? Dell's website isn't any help. >> > I'm pretty sure all the Dell built-ins are Orinoco cards. man wi(4) > should be the right one. It lists the Dell Truemobile card. > > If your wireless network uses wep, you need to issue a command similar > to this: > > ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \ > wepmode on wepkey 0x8736639624 > > Or, in /etc/rc.conf, use something like this: > > ifconfig_wi0="inet 192.168.0.20 netmask 0xfffff00 ssid my_net\ > wepmode on wepkey 0x8736639624" > > If you're using dhcp for ip/mask assignment, then something like this: > > ifconfig_wi0="inet ssid my_net wepmode on wepkey 0x8736639624" > > Paul Schmehl (pauls@utdallas.edu) > Adjunct Information Security Officer > The University of Texas at Dallas > AVIEN Founding Member > http://www.utdallas.edu > Thanks Paul and the others who replied. I will definitely be using the extra info you provided. But unfortunately the wi driver doesn't seem to be working. "kldload if_wi" returns the following output: module_register: module pccard/wi already exists! Module pccard/wi failed to register: 17 module_register: module pci/wi already exists! Module pci/wi failed to register: 17 I'm guessing that this means the the wi driver is already included in the kernel build? From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 02:27:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC30B16A4CE for ; Tue, 30 Nov 2004 02:27:52 +0000 (GMT) Received: from web41003.mail.yahoo.com (web41003.mail.yahoo.com [66.218.93.2]) by mx1.FreeBSD.org (Postfix) with SMTP id A8CC643D49 for ; Tue, 30 Nov 2004 02:27:52 +0000 (GMT) (envelope-from jayncali61@yahoo.com) Received: (qmail 20124 invoked by uid 60001); 30 Nov 2004 02:27:52 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=qZW0VETV8a9DDWBC8mL8R7tjettfvbwRuOBaVQr/yjNBENde59Uv5VcEZuqfr8qcBpw3SzPEc7A01ADdU5q245kLkqmSEZ8fQ6P+dwpEBcUWc6kHdwDql6Pn9ur+r86CBtSJc/d9JzNUSM0jCJSJzYv2PX0K75+V7/3AZv1WTzk= ; Message-ID: <20041130022752.20122.qmail@web41003.mail.yahoo.com> Received: from [65.39.77.153] by web41003.mail.yahoo.com via HTTP; Mon, 29 Nov 2004 18:27:52 PST Date: Mon, 29 Nov 2004 18:27:52 -0800 (PST) From: j p To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: ftp login/password X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:27:53 -0000 i'm trying to download freebsd via ftp. what is the login and password. how do i copy the files From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 02:39:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A14516A4CE for ; Tue, 30 Nov 2004 02:39:23 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id C233243D41 for ; Tue, 30 Nov 2004 02:39:22 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.216] (c-24-1-214-142.client.comcast.net[24.1.214.142]) by comcast.net (sccrmhc11) with ESMTP id <20041130023918011004m69je>; Tue, 30 Nov 2004 02:39:21 +0000 Message-ID: <41ABDCB9.8040801@computer.org> Date: Mon, 29 Nov 2004 20:36:41 -0600 From: Eric Schuele User-Agent: Mozilla Thunderbird 0.9 (X11/20041115) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Barto , FreeBSD Questions References: <1DE489A0-4240-11D9-9FF7-000A95886E00@comcast.net> <298628DD311BB1996756A890@utd49554.utdallas.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: wireless driver for dell latitude d505? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:39:23 -0000 Brian Barto wrote: > >> --On Monday, November 29, 2004 02:51:53 PM -0500 Brian Barto >> wrote: >> >>> Hi all, I have a dell latitude c505 laptop that has a build-in wireless >>> nic, but when I loaded freebsd 5.3 it did not detect it. I'm guess i >>> have >>> to load a driver via kldload but I have no idea what driver it could be. >>> Anyone know off hand? Dell's website isn't any help. >>> >> I'm pretty sure all the Dell built-ins are Orinoco cards. man wi(4) >> should be the right one. It lists the Dell Truemobile card. >> >> If your wireless network uses wep, you need to issue a command similar >> to this: >> >> ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \ >> wepmode on wepkey 0x8736639624 >> >> Or, in /etc/rc.conf, use something like this: >> >> ifconfig_wi0="inet 192.168.0.20 netmask 0xfffff00 ssid my_net\ >> wepmode on wepkey 0x8736639624" >> >> If you're using dhcp for ip/mask assignment, then something like this: >> >> ifconfig_wi0="inet ssid my_net wepmode on wepkey 0x8736639624" >> >> Paul Schmehl (pauls@utdallas.edu) >> Adjunct Information Security Officer >> The University of Texas at Dallas >> AVIEN Founding Member >> http://www.utdallas.edu >> > > Thanks Paul and the others who replied. I will definitely be using the > extra info you provided. But unfortunately the wi driver doesn't seem to > be working. "kldload if_wi" returns the following output: > > module_register: module pccard/wi already exists! > Module pccard/wi failed to register: 17 > module_register: module pci/wi already exists! > Module pci/wi failed to register: 17 > > I'm guessing that this means the the wi driver is already included in > the kernel build? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > If you have access to the card you might try to identify the chipset. My Dell Truemobile 1300 was a broadcom. I was using NDISulator (Project Evil) at the time. -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 02:41:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26F6216A4CE for ; Tue, 30 Nov 2004 02:41:25 +0000 (GMT) Received: from ispmxmta06-srv.alltel.net (ispmxmta06-srv.alltel.net [166.102.165.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9688243D49 for ; Tue, 30 Nov 2004 02:41:23 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta06-srv.alltel.net with ESMTP <20041130024123.RMFT27305.ispmxmta06-srv.alltel.net@[192.168.0.3]> for ; Mon, 29 Nov 2004 20:41:23 -0600 Message-ID: <41ABDD29.7010200@fastmail.fm> Date: Mon, 29 Nov 2004 21:38:33 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can;t start X server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:41:25 -0000 I'm getting an error when gdm attempts to start and /var/log/Xorg.0.log shows: Fatal server error: could not open default font 'fixed' How do I tell which font it's trying to load? I thought it might be xorg-fonts-miscbitmaps but that's already installed. This is a FreeBSD 5.3-RELEASE box with stock kernel. Thanks. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 02:51:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 969EF16A4CE for ; Tue, 30 Nov 2004 02:51:15 +0000 (GMT) Received: from ms-smtp-02-eri0.texas.rr.com (ms-smtp-02.texas.rr.com [24.93.47.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE75543D64 for ; Tue, 30 Nov 2004 02:51:14 +0000 (GMT) (envelope-from afabian@austin.rr.com) Received: from turingmachine.mentalsiege.net (cs70112247-52.austin.rr.com [70.112.247.52])iAU2pB8H016360 for ; Mon, 29 Nov 2004 20:51:11 -0600 (CST) Received: from turingmachine.mentalsiege.net (turingmachine.mentalsiege.net [127.0.0.1])iAU2oZhn063878 for ; Mon, 29 Nov 2004 20:50:48 -0600 (CST) (envelope-from afabian@turingmachine.mentalsiege.net) Received: (from afabian@localhost)iAU2oZPf063869 for freebsd-questions@freebsd.org; Mon, 29 Nov 2004 20:50:35 -0600 (CST) (envelope-from afabian) Date: Mon, 29 Nov 2004 20:50:16 -0600 From: Adam Fabian To: freebsd-questions@freebsd.org Message-ID: <20041130025016.GA63781@turingmachine.mentalsiege.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20041130022752.20122.qmail@web41003.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041130022752.20122.qmail@web41003.mail.yahoo.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: ftp login/password X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:51:15 -0000 On Mon, Nov 29, 2004 at 06:27:52PM -0800, j p wrote: > i'm trying to download freebsd via ftp. what is the login and > password. how do i copy the files FreeBSD is available via anonymous FTP. That means that you use the login "anonymous" and your email address as a password. There's a list of FTP mirrors at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html You copy the files via whatever method your FTP client supports. Typically, a modern web-browser can handle an ftp:// URI and you can drag-and-drop the files. But you didn't even mention what platform you're using. Incidentally, there's a lot of stuff on the FTP site, and you're not going to know what to download without consulting further resources. The FreeBSD handbook is a good place to dive in. -- Adam Fabian (afabian@austin.rr.com) From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 02:54:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1361716A4CE for ; Tue, 30 Nov 2004 02:54:22 +0000 (GMT) Received: from fep1.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD00F43D3F for ; Tue, 30 Nov 2004 02:54:21 +0000 (GMT) (envelope-from bbobowski@cogeco.ca) Received: from [24.150.215.98] (d150-215-98.home.cgocable.net [24.150.215.98]) by fep1.cogeco.net (Postfix) with ESMTP id 0FAAD6883; Mon, 29 Nov 2004 21:54:21 -0500 (EST) Message-ID: <41ABE06B.9010309@cogeco.ca> Date: Mon, 29 Nov 2004 21:52:27 -0500 From: Brian Bobowski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Thunderbird/0.7.1 Mnenhy/0.6.0.104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: j p References: <20041130022752.20122.qmail@web41003.mail.yahoo.com> In-Reply-To: <20041130022752.20122.qmail@web41003.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: ftp login/password X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:54:22 -0000 j p wrote: >i'm trying to download freebsd via ftp. what is the login and password. how do i copy the files > > Unless stated otherwise, an FTP site usually is set up for anonymous FTP; login is(if your client doesn't know how to do anon sign-on built in) anonymous and the suggested password is your full e-mail address(though many people don'd do that). There's absolutely no way I can help in actually getting the files without knowing what client you're using; that's an issue to take up with the FTP software's creators, not with FreeBSD, anyway. -BB From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 03:08:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC9616A4CE for ; Tue, 30 Nov 2004 03:08:45 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id C093443D5E for ; Tue, 30 Nov 2004 03:08:43 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so263448cwb for ; Mon, 29 Nov 2004 19:08:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:return-path:from:to:cc:subject:date:mime-version:content-type:x-mailer:in-reply-to:thread-index:x-mimeole:message-id; b=YcnceVbcZ6uH0udB35RHsi141CBHVnGA6WrmrVfs8B29XsLMOoAejV9n9swt0yPG6ALK9/2MAYVKPs6AKIhoOcjFdcTuFGrt3MVs6iP5TqN4bSGHujvcqAen/W49NgFZPUoeEY04FIgUyUOdLwuPT+wxCpHvGhvJKKoWrO5Z9LY= Received: by 10.11.117.29 with SMTP id p29mr29715cwc; Mon, 29 Nov 2004 19:08:43 -0800 (PST) Received: from phoenix ([220.225.80.140]) by smtp.gmail.com with ESMTP id p77sm9737cwc; Mon, 29 Nov 2004 19:08:43 -0800 (PST) From: "Subhro" To: "'Jonathon McKitrick'" , "'Peter Risdon'" Date: Tue, 30 Nov 2004 08:37:56 +0530 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="----=_NextPart_000_0038_01C4D6B7.E37B89E0" X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20041129204452.GI73697@dogma.freebsd-uk.eu.org> Thread-Index: AcTWVPF4W+j2jEU0QeKgAMOnLXp2uAANL7Ug X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <41abe43b.6e5e05bf.61b5.0250@smtp.gmail.com> cc: freebsd-questions@freebsd.org Subject: RE: Caching DNS for dialup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:08:45 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0038_01C4D6B7.E37B89E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Jonathon McKitrick > Sent: Tuesday, November 30, 2004 2:15 > To: Peter Risdon > Cc: freebsd-questions@freebsd.org > Subject: Caching DNS for dialup > > On Wed, Nov 24, 2004 at 05:07:20PM +0000, Peter Risdon wrote: > : A caching DNS server would help conserve bandwidth on a dialup > : connection - I generally run one myself with any connection with limited > : bandwidth. > > After RTFM, I believe I have it up and running. ;-) > > Named is running, but how can I be sure the caching is working? > > Also, does it make sense to do this on each box, or just the gateway? > > jm > -- > My other computer is your Windows box. Keeping the Caching DNS on the gateway is more than enough. Regards S. Indian Institute of Information Technology Subhro Sankha Kar Block AQ-13/1, Sector V Salt Lake City PIN 700091 India ------=_NextPart_000_0038_01C4D6B7.E37B89E0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJ3TCCAj0w ggGmAhEAzbp/VvDf5LxU/iKss3KqVTANBgkqhkiG9w0BAQIFADBfMQswCQYDVQQGEwJVUzEXMBUG A1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVibGljIFByaW1hcnkgQ2Vy dGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNOTYwMTI5MDAwMDAwWhcNMjgwODAxMjM1OTU5WjBfMQsw CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVi bGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwgZ8wDQYJKoZIhvcNAQEBBQADgY0A MIGJAoGBAOUZv22jVmEtmUhx9mfeuY3rt56GgAqRDvo4Ja9GiILlc6igmyRdDR/MZW4MsNBWhBiH mgabEKFz37RYOWtuwfYV1aioP6oSBo0xrH+wNNePNGeICc0UEeJORVZpH3gCgNrcR5EpuzbJY1zF 4Ncth3uhtzKwezC6Ki8xqu6jZ9rbAgMBAAEwDQYJKoZIhvcNAQECBQADgYEATD+4i8Zo3+5DMw5d 6abLB4RNejP/khv0Nq3YlSI2aBFsfELM85wuxAc/FLAPT/+Qknb54rxK6Y/NoIAK98Up8YIiXbix 3YEjo3slFUYweRb46gVLlH8dwhzI47f0EEA8E8NfH1PoSOSGtHuhNbB7Jbq4046rPzidADQAmPPR cZQwggNiMIICy6ADAgECAhAL2gsXwT+JjqsJdHq0zi4zMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNV BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMg UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05ODA1MTIwMDAwMDBaFw0wODA1MTIy MzU5NTlaMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMIGfMA0GCSqGSIb3DQEB AQUAA4GNADCBiQKBgQC7WkSKBBa7Vf0DeootlE8VeDa4DUqyb5xUv7zodyqdufBou5XZMUFweoFL uUgTVi3HCOGEQqvAopKrRFyqQvCCDgLpL/vCO7u+yScKXbawNkIztW5UiE+HSr8Z2vkV6A+Hthzj zMaajn9qJJLj/OBluqexfu/J2zdqyErICQbkmQIDAQABo4GwMIGtMA8GA1UdEwQIMAYBAf8CAQAw RwYDVR0gBEAwPjA8BgtghkgBhvhFAQcBATAtMCsGCCsGAQUFBwIBFh93d3cudmVyaXNpZ24uY29t L3JlcG9zaXRvcnkvUlBBMDEGA1UdHwQqMCgwJqAkoCKGIGh0dHA6Ly9jcmwudmVyaXNpZ24uY29t L3BjYTEuY3JsMAsGA1UdDwQEAwIBBjARBglghkgBhvhCAQEEBAMCAQYwDQYJKoZIhvcNAQECBQAD gYEAAn2eb0VLOKC43ulTZCG85Ewrjx7+kkCs2Ao5aqEyISwHm6tZ/tJiGn1VOLA3c9z0B2ZjYr3h U3BSh+eo2FLpWy2q4d7PrDFU1IsZyNgjqO8EKzJ9LBgcyHyJqC538kTRZQpNdLXu0xuSc3QuiTs1 E3LnQDGa07LEq+dWvovj+xUwggQyMIIDm6ADAgECAhA6jk7SzTQO1WZy253kNPLrMA0GCSqGSIb3 DQEBBQUAMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMB4XDTA0MTExMTAwMDAw MFoXDTA1MDcxODIzNTk1OVowggESMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMW VmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0 b3J5L1JQQSBJbmNvcnAuIGJ5IFJlZi4sTElBQi5MVEQoYyk5ODEeMBwGA1UECxMVUGVyc29uYSBO b3QgVmFsaWRhdGVkMTQwMgYDVQQLEytEaWdpdGFsIElEIENsYXNzIDEgLSBNaWNyb3NvZnQgRnVs bCBTZXJ2aWNlMRMwEQYDVQQDFApTdWJocm8gS2FyMSMwIQYJKoZIhvcNAQkBFhRzdWJocm8ua2Fy QGdtYWlsLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEArOnQ/gaHlqunKZm7hxYVRvWB D6pwm1vkHvzzGLaiySKB4p0KCP22LDlV0Bbateg47jfkKHaaMHKUlvj1MUN/LrfoXDQXmKNW7IjC 1VBAA2iIwgIFnwwhnKsFIr38/Kgd4hOycigK5wTipgaQsvcJjOKOhT+JkbABLSKJ/sfaMksCAwEA AaOByzCByDAJBgNVHRMEAjAAMEQGA1UdIAQ9MDswOQYLYIZIAYb4RQEHFwMwKjAoBggrBgEFBQcC ARYcaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYTALBgNVHQ8EBAMCBaAwHQYDVR0lBBYwFAYI KwYBBQUHAwQGCCsGAQUFBwMCMBQGCmCGSAGG+EUBBgcEBhYETm9uZTAzBgNVHR8ELDAqMCigJqAk hiJodHRwOi8vY3JsLnZlcmlzaWduLmNvbS9jbGFzczEuY3JsMA0GCSqGSIb3DQEBBQUAA4GBAF2K Na7nvqegqNBuvS1BJE55uwZpv0m9H2uHe31ZqCi9REuOCLrNf9TojFRIReLgQJe1Jm0QWkvrI1Sr 7+bERe8btFfQ97RPmJQuYnHGvM7dC+dzRQkkcpph3kXgkPdzphqcaPDHe8MR8NBPynPEe1s9enqf XywWdt+IUbTK1Io+MYIEPjCCBDoCAQEwgeEwgcwxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8w HQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29t L3JlcG9zaXRvcnkvUlBBIEluY29ycC4gQnkgUmVmLixMSUFCLkxURChjKTk4MUgwRgYDVQQDEz9W ZXJpU2lnbiBDbGFzcyAxIENBIEluZGl2aWR1YWwgU3Vic2NyaWJlci1QZXJzb25hIE5vdCBWYWxp ZGF0ZWQCEDqOTtLNNA7VZnLbneQ08uswCQYFKw4DAhoFAKCCArIwGAYJKoZIhvcNAQkDMQsGCSqG SIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDQxMTMwMDMwNzU1WjAjBgkqhkiG9w0BCQQxFgQUzyAV TJ3Gymfvt/dylwZZ2aCZ0kowZwYJKoZIhvcNAQkPMVowWDAKBggqhkiG9w0DBzAOBggqhkiG9w0D AgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwBwYFKw4DAhowCgYI KoZIhvcNAgUwgfIGCSsGAQQBgjcQBDGB5DCB4TCBzDEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4x HzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5j b20vcmVwb3NpdG9yeS9SUEEgSW5jb3JwLiBCeSBSZWYuLExJQUIuTFREKGMpOTgxSDBGBgNVBAMT P1ZlcmlTaWduIENsYXNzIDEgQ0EgSW5kaXZpZHVhbCBTdWJzY3JpYmVyLVBlcnNvbmEgTm90IFZh bGlkYXRlZAIQOo5O0s00DtVmctud5DTy6zCB9AYLKoZIhvcNAQkQAgsxgeSggeEwgcwxFzAVBgNV BAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMUYwRAYD VQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvUlBBIEluY29ycC4gQnkgUmVmLixMSUFC LkxURChjKTk4MUgwRgYDVQQDEz9WZXJpU2lnbiBDbGFzcyAxIENBIEluZGl2aWR1YWwgU3Vic2Ny aWJlci1QZXJzb25hIE5vdCBWYWxpZGF0ZWQCEDqOTtLNNA7VZnLbneQ08uswDQYJKoZIhvcNAQEB BQAEgYAw0y01ZQ4vZnxjcoiOiwJMqQCaVFnPhte+4j5/BzOBCxRMEGsG/2Z2+p535outNsFQYJEW qh4BohtvVxKIHQejnH897jkmCXy4Mnk2Ex8Aqa8/3gBglSc8APgaLGLpYGz0kh8BZSXuVDFhOWsv cTALFWbkakDQmcEPS06hkE/UCAAAAAAAAA== ------=_NextPart_000_0038_01C4D6B7.E37B89E0-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 03:49:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F67A16A4CE for ; Tue, 30 Nov 2004 03:49:09 +0000 (GMT) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 597B143D5D for ; Tue, 30 Nov 2004 03:49:08 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) iAU3n5Jl002574 for ; Mon, 29 Nov 2004 22:49:05 -0500 (EST) Message-ID: <000501c4d68f$74a82320$0400a8c0@satellite> From: "dave" To: Date: Mon, 29 Nov 2004 22:48:29 -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.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: portupgrade and index X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:49:09 -0000 Hello, I've got a box that runs portupgrade to keep the most current ports. I've lately switched to make fetchindex vs. portsdb -uU which goes much faster. My problem is whenever i do a make search for a port the index.5 file is regenerated and that takes an extremely long time. I was wondering if this is normal behavior, and what if anything i could do to speed it up? Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 03:52:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E3A216A4CE for ; Tue, 30 Nov 2004 03:52:29 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FD843D4C for ; Tue, 30 Nov 2004 03:52:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CB3DA511AA; Mon, 29 Nov 2004 19:57:34 -0800 (PST) Date: Mon, 29 Nov 2004 19:57:34 -0800 From: Kris Kennaway To: dave Message-ID: <20041130035734.GA36416@xor.obsecurity.org> References: <000501c4d68f$74a82320$0400a8c0@satellite> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <000501c4d68f$74a82320$0400a8c0@satellite> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: portupgrade and index X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:52:29 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 29, 2004 at 10:48:29PM -0500, dave wrote: > Hello, > I've got a box that runs portupgrade to keep the most current ports. > I've lately switched to make fetchindex vs. portsdb -uU which goes much > faster. My problem is whenever i do a make search for a port the index.5 > file is regenerated and that takes an extremely long time. I was wondering > if this is normal behavior, and what if anything i could do to speed it up? make fetchindex Kris --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBq++uWry0BWjoQKURAiggAJ4sXrfCeUpeP5Es3wLPJXSuYSbuiACeK6M/ KI22LVfAu4EgLjAXQSmOMTs= =QPHm -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 03:57:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4409F16A4CE for ; Tue, 30 Nov 2004 03:57:36 +0000 (GMT) Received: from web41010.mail.yahoo.com (web41010.mail.yahoo.com [66.218.93.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 1723A43D39 for ; Tue, 30 Nov 2004 03:57:36 +0000 (GMT) (envelope-from jayncali61@yahoo.com) Received: (qmail 87106 invoked by uid 60001); 30 Nov 2004 03:57:36 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=QfNgFW+NAh1+DJ5frIjaAz3yWzyT7BgTZMz3GIkxpFxDONDeQGKLumfQ2jOFuUkOvsTUD7mlVv2IIjEFJTg4mvuB18fN6L2Oi9NeMs7BMEOSDqNCCVcWa6ue4T6c3N6Fq0jHPRlyveRl3EyHyLUlYxil835biFRPEQTnLlTTY8M= ; Message-ID: <20041130035736.87104.qmail@web41010.mail.yahoo.com> Received: from [65.39.77.153] by web41010.mail.yahoo.com via HTTP; Mon, 29 Nov 2004 19:57:35 PST Date: Mon, 29 Nov 2004 19:57:35 -0800 (PST) From: j p To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: ftp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:57:36 -0000 i have coffeecup. i can not connect to any of the sits to get freebsd From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 03:59:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EA5F16A4CE for ; Tue, 30 Nov 2004 03:59:50 +0000 (GMT) Received: from services.homebass.ca (services.homebass.ca [66.11.177.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAA8943D2D for ; Tue, 30 Nov 2004 03:59:49 +0000 (GMT) (envelope-from liquid@homebass.ca) Received: (qmail 82561 invoked by uid 1201); 30 Nov 2004 04:08:45 -0000 Received: from liquid@homebass.ca by services.homebass.ca by uid 89 with qmail-scanner-1.22 (clamdscan: 0.74. spamassassin: 2.63. Clear:RC:1(66.11.177.158):. Processed in 0.045718 secs); 30 Nov 2004 04:08:45 -0000 Received: from obsecure.net (HELO WINDOWS) (liquid@homebass.ca@66.11.177.158) by services.homebass.ca with SMTP; 30 Nov 2004 04:08:44 -0000 From: "LiQuiD" To: "'Matthias F. Brandstetter'" , Date: Mon, 29 Nov 2004 22:59:38 -0500 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <200411291833.50517.haimat@lame.at> Thread-Index: AcTWOu0/aCIaJ8y8Tyy8cOdrB8goNAAVf26g X-Qmail-Scanner-Message-ID: <110178772567282556@services.homebass.ca> Message-Id: <20041130035949.BAA8943D2D@mx1.FreeBSD.org> Subject: RE: hdd error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:59:50 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Matthias F. Brandstetter > Sent: November 29, 2004 12:34 PM > To: freebsd-questions@freebsd.org > Subject: Re: hdd error > > ---------- quoting LiQuiD ---------- > > I've installed 5.3 on the same machine (an IBM Aptiva k6-2 450) but > > using two different hard drives, both times giving me the same > error. > > In both cases, I was able to install 4.10-STABLE without any > problems. > > I've seen several people complain about this problem on 5.3 > machines, > > with the only solution thus far using a sysctl variable to disable > udma > > for the hard drive. For some reason it seems no one (that would > know > > how to fix it) is acknowledging the problem, which makes finding a > > solution even more difficult. > > I hava a similar problem with 5.3 and two SATA disks. I am getting: > > ad4: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=145402687 > ad4: FAILURE - ATA_IDENTIFY timed out > ad4: FAILURE - ATA_IDENTIFY timed out > ar0: WARNING - mirror lost > ad4: deleted from ar0 disk > ad4: WARNING - removed from configuration > ata2-master: FAILURE - WRITE_DMA timed out > > How did you disable udma for your disks? http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-November/0 63807.html That's where I found it.. > Greetings and TIA, Matthias > > -- > You know, some of these stories are pretty good. I never knew mice > lived such interesting lives. > > -- Homer Simpson > Itchy & Scratchy & Marge > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 04:25:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B9FE16A4CE for ; Tue, 30 Nov 2004 04:25:24 +0000 (GMT) Received: from web41004.mail.yahoo.com (web41004.mail.yahoo.com [66.218.93.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 0386F43D46 for ; Tue, 30 Nov 2004 04:25:24 +0000 (GMT) (envelope-from jayncali61@yahoo.com) Received: (qmail 96027 invoked by uid 60001); 30 Nov 2004 04:25:23 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=gEvAR+NbHgxwh/ijoDx71UDpcJexrxn3qyp+luUYKDXMjLNzDy9MfRvvAY59JvyP5mj0si04daN4Duw95Tx0am4tbaohMQm3QR96ww62cFqhZgLlwH+ETE9/W3s7ldwY4sVw8pVHvwt3m+W8yCsiYu17/KntvJ44DvcLkzVbXqI= ; Message-ID: <20041130042523.96025.qmail@web41004.mail.yahoo.com> Received: from [65.39.77.153] by web41004.mail.yahoo.com via HTTP; Mon, 29 Nov 2004 20:25:23 PST Date: Mon, 29 Nov 2004 20:25:23 -0800 (PST) From: j p To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: AMD- XP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 04:25:24 -0000 i have a AMD XP 2200 chip. what version of freebsd i need to download. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 04:27:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E859616A4CE for ; Tue, 30 Nov 2004 04:27:25 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D2FA43D45 for ; Tue, 30 Nov 2004 04:27:25 +0000 (GMT) (envelope-from oliverfuchs@onlinehome.de) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CYzbo-0006wK-00 for freebsd-questions@freebsd.org; Tue, 30 Nov 2004 05:27:24 +0100 Received: from [217.246.205.9] (helo=oliverfuchs.onlinehome.de) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1CYzbl-0002LJ-00 for freebsd-questions@freebsd.org; Tue, 30 Nov 2004 05:27:22 +0100 Received: from oliverfuchs.onlinehome.de (oliverfuchs.onlinehome.de [127.0.0.1])iAU4R7Cw003562 for ; Tue, 30 Nov 2004 05:27:12 +0100 (CET) (envelope-from oliverfuchs1@oliverfuchs.onlinehome.de) Received: (from oliverfuchs1@localhost)iAU4BR5R003394 for freebsd-questions@freebsd.org; Tue, 30 Nov 2004 05:11:27 +0100 (CET) (envelope-from oliverfuchs1) Date: Tue, 30 Nov 2004 05:11:27 +0100 From: Oliver Fuchs To: freebsd-questions@freebsd.org Message-ID: <20041130041127.GC2938@oliverfuchs.onlinehome.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <6.2.0.14.0.20041129155640.06ebca38@64.7.153.2> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <6.2.0.14.0.20041129155640.06ebca38@64.7.153.2> User-Agent: Mutt/1.4.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:c2b2791553508cc938db2bcf18721a3c Subject: Re: controlling the default boot drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 04:27:26 -0000 On Mon, 29 Nov 2004, Mike Tancsa wrote: > > I have been experimenting with booting from a USB key vs the HD. If I sit > on the console, and hit F1, the next time the machine boots, F1 will be the > default. If I hit F5, the next time it will be F5 (the USB key drive in > this case). How can I do this from the shell on a RELENG_5 box. e.g. I > boot from HD (F1) I want to then without having to sit on the console, make > it boot from USB drive, as if I hit F5. Is this boot0cfg ? If so, I cant > seem to get it to work. > To set the F1 or F5 as default I have added this file /usr/local/etc/rc.d/boot0cfg.sh: #!/bin/sh /usr/sbin/boot0cfg -vs 1 ad0 where "ad0" is the drive you want to boot as default the next time. > Thanks, > > ---Mike > > > > -------------------------------------------------------------------- > Mike Tancsa, tel +1 519 651 3400 > Sentex Communications, mike@sentex.net > Providing Internet since 1994 www.sentex.net > Cambridge, Ontario Canada www.sentex.net/mike > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- ... don't touch the bang bang fruit From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 04:27:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C77F16A4CF for ; Tue, 30 Nov 2004 04:27:26 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FDBD43D46 for ; Tue, 30 Nov 2004 04:27:25 +0000 (GMT) (envelope-from oliverfuchs@onlinehome.de) Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CYzbo-0000iM-00 for freebsd-questions@freebsd.org; Tue, 30 Nov 2004 05:27:24 +0100 Received: from [217.246.205.9] (helo=oliverfuchs.onlinehome.de) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1CYzbl-0006ms-00 for freebsd-questions@freebsd.org; Tue, 30 Nov 2004 05:27:24 +0100 Received: from oliverfuchs.onlinehome.de (oliverfuchs.onlinehome.de [127.0.0.1])iAU4R7D2003562 for ; Tue, 30 Nov 2004 05:27:12 +0100 (CET) (envelope-from oliverfuchs1@oliverfuchs.onlinehome.de) Received: (from oliverfuchs1@localhost)iAU3wGs3003293 for freebsd-questions@freebsd.org; Tue, 30 Nov 2004 04:58:16 +0100 (CET) (envelope-from oliverfuchs1) Date: Tue, 30 Nov 2004 04:58:16 +0100 From: Oliver Fuchs To: FreeBSD Questions Message-ID: <20041130035816.GA2938@oliverfuchs.onlinehome.de> Mail-Followup-To: FreeBSD Questions References: <20041128112146.GA1696@oliverfuchs.onlinehome.de> <41A9CB66.1050804@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <41A9CB66.1050804@freebsd.org> User-Agent: Mutt/1.4.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:c2b2791553508cc938db2bcf18721a3c Subject: Re: what does "rm //" delete? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 04:27:26 -0000 On Sun, 28 Nov 2004, Mark Ovens wrote: > Oliver Fuchs wrote: > >Hi, > > > >I had a directory which contained the following: > > > >ls showed me simple this: "?" with 0 bytes > >ls -axl showed me nothing > > > >So I tried to delete the directory but could not succeed with "rm -R" > >because the "directory is not empty". I changed to the directory and tried > >to delete everything inside with "rm *" but also did not succeed. It seemed > >that the file had no name. So than I did a mistake and wanted to delete the > >file with no name with the operation: > > > >rm -R // > > > >This was a big mistake which I noticed soon enough (some files in /bin were > >deleted). I could repair the damage but what I want to know is what exactly > >is > > > >rm -R // > > > >deleting. It seems that it is deleting everything? > > > > It is, you're recursively deleting / - multiple '/' are treated as one; try > > cd //usr//bin Yes, it was a hurtful expirience but now I know that rm // is the same as rm / > > To delete the rogue file try > > rm -i * > > in the directory the file is in, answering 'n' for all other files. > > If that fails, try copying everything you need in the directory it is in > to somewhere else then recursively deleting the directory > > rm -rf /path/to/dir/with/rogue/file Tried it but had no chance. In any case I had to formate that drive new so I finally made it to disappear. This was a confisung day in the life of my FreeBSD system. So thank you again for helping and answering. Oliver > > HTH > > Mark > > >Thanx in advance > > > >Oliver > > > > > > --- > avast! Antivirus: Outbound message clean. > Virus Database (VPS): 0448-1, 26/11/2004 > Tested on: 28/11/2004 12:58:15 > avast! - copyright (c) 2000-2004 ALWIL Software. > http://www.avast.com > > -- ... don't touch the bang bang fruit From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 04:27:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB2016A4CE for ; Tue, 30 Nov 2004 04:27:26 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB2543D5C for ; Tue, 30 Nov 2004 04:27:26 +0000 (GMT) (envelope-from oliverfuchs@onlinehome.de) Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CYzbp-0004Rz-00 for freebsd-questions@freebsd.org; Tue, 30 Nov 2004 05:27:25 +0100 Received: from [217.246.205.9] (helo=oliverfuchs.onlinehome.de) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1CYzbl-0005jm-00 for freebsd-questions@freebsd.org; Tue, 30 Nov 2004 05:27:23 +0100 Received: from oliverfuchs.onlinehome.de (oliverfuchs.onlinehome.de [127.0.0.1])iAU4R7D0003562 for ; Tue, 30 Nov 2004 05:27:12 +0100 (CET) (envelope-from oliverfuchs1@oliverfuchs.onlinehome.de) Received: (from oliverfuchs1@localhost)iAU3xfEg003307 for freebsd-questions@freebsd.org; Tue, 30 Nov 2004 04:59:41 +0100 (CET) (envelope-from oliverfuchs1) Date: Tue, 30 Nov 2004 04:59:41 +0100 From: Oliver Fuchs To: freebsd-questions@freebsd.org Message-ID: <20041130035941.GB2938@oliverfuchs.onlinehome.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <20041128112146.GA1696@oliverfuchs.onlinehome.de> <20041128185333.GA24199@moo.holy.cow> <20041128190738.GA25187@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20041128190738.GA25187@moo.holy.cow> User-Agent: Mutt/1.4.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:c2b2791553508cc938db2bcf18721a3c Subject: Re: what does "rm //" delete? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 04:27:26 -0000 On Sun, 28 Nov 2004, Parv wrote: > in message <20041128185333.GA24199@moo.holy.cow>, > wrote Parv thusly... > > > > for shell in sh csh tcsh bash ksh93 blah > ^ ^ > ^ ^ > Sorry, that "blah" shell was there only to test for existence of a > shell which i forgot to remove. Of course. > > > do > > shell=$(which $shell) > > [ -z "$shell" ] && continue > ... > > done That looks great and goes to my knowledge folder. Thank you for responding efforts and spending time. Oliver > > > - Parv > > -- > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- ... don't touch the bang bang fruit From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 04:42:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C8DC16A4CE for ; Tue, 30 Nov 2004 04:42:16 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E0F43D45 for ; Tue, 30 Nov 2004 04:42:15 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from [127.0.0.1] (localhost.circlesquared.com [127.0.0.1]) iAU4fmp6080600; Tue, 30 Nov 2004 04:41:48 GMT (envelope-from peter@circlesquared.com) Message-ID: <41ABFA0B.3020409@circlesquared.com> Date: Tue, 30 Nov 2004 04:41:47 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: RL References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Wireless Card and SSID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 04:42:16 -0000 RL wrote: > Sending again... I really need to solve this. > > I have a Netgear WAG511 PC Card and am using the ath driver. In my > /etc/rc.conf I have ath0 to use DHCP and also I have: > ifconfig_ath0="ssid myssid". Now, I can set this all up manually > using ifconfig and it works till I reboot. When I set it in my rc.conf > and I boot it up, You really need to copy here exactly what you put in rc.conf and exactly what you type on the command line to set it up manually. From what you've said it's possible to assume you have two ifconfig_ath0= lines in rc.conf, and I don't think that would work. The latter would replace, not augment, the former. I get "ath0: association failed (reason 12) for > 00:0f:66:02..." flash on my screen one right after another. And when I > do ifconfig, it shows no IP address NOR the ssid I set. For some > reason it doesn't see the SSID or DHCP I set up in rc.conf. That doesn't follow. Peter. -- the circle squared network systems and software http://www.circlesquared.com From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 05:17:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1D4516A4CE for ; Tue, 30 Nov 2004 05:17:58 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8997E43D5D for ; Tue, 30 Nov 2004 05:17:58 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.216] (c-24-1-214-142.client.comcast.net[24.1.214.142]) by comcast.net (rwcrmhc12) with ESMTP id <2004113005175801400s4mjme>; Tue, 30 Nov 2004 05:17:58 +0000 Message-ID: <41AC01E4.1010307@computer.org> Date: Mon, 29 Nov 2004 23:15:16 -0600 From: Eric Schuele User-Agent: Mozilla Thunderbird 0.9 (X11/20041115) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions References: <41ABFA0B.3020409@circlesquared.com> In-Reply-To: <41ABFA0B.3020409@circlesquared.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Wireless Card and SSID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:17:58 -0000 Peter Risdon wrote: > RL wrote: > >> Sending again... I really need to solve this. >> I have a Netgear WAG511 PC Card and am using the ath driver. In my >> /etc/rc.conf I have ath0 to use DHCP and also I have: >> ifconfig_ath0="ssid myssid". Now, I can set this all up manually >> using ifconfig and it works till I reboot. When I set it in my rc.conf >> and I boot it up, > > > You really need to copy here exactly what you put in rc.conf and exactly > what you type on the command line to set it up manually. From what > you've said it's possible to assume you have two ifconfig_ath0= lines in > rc.conf, and I don't think that would work. The latter would replace, > not augment, the former. > > I get "ath0: association failed (reason 12) for > >> 00:0f:66:02..." flash on my screen one right after another. And when I >> do ifconfig, it shows no IP address NOR the ssid I set. For some >> reason it doesn't see the SSID or DHCP I set up in rc.conf. > > > That doesn't follow. > > Peter. > I'm in late on this.... have you tried: an /etc/rc.conf with ifconfig_ath0="DHCP" and a /etc/dhclient.conf with something similar to interface "ath0" { send dhcp-client-identifier "YourHostName"; media "ssid YourSSID mode 11b channel 11 wepmode on wepkey 0xKeyHERE"; request subnet-mask, broadcast-address, routers, domain-name-servers, domain-name, time-servers; } (mind the word wrap) HTH -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 05:22:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA7016A4CE for ; Tue, 30 Nov 2004 05:22:45 +0000 (GMT) Received: from lakermmtao11.cox.net (lakermmtao11.cox.net [68.230.240.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id D826A43D31 for ; Tue, 30 Nov 2004 05:22:44 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.30.24]) by lakermmtao11.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041130052242.ZYWS973.lakermmtao11.cox.net@dolphin.local.net>; Tue, 30 Nov 2004 00:22:42 -0500 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with SMTP id iAU5Mh4l025554; Mon, 29 Nov 2004 23:22:43 -0600 (CST) (envelope-from conrads@cox.net) Date: Mon, 29 Nov 2004 23:22:38 -0600 From: "Conrad J. Sabatier" To: j p Message-ID: <20041129232238.1a47b02c@dolphin.local.net> In-Reply-To: <20041130042523.96025.qmail@web41004.mail.yahoo.com> References: <20041130042523.96025.qmail@web41004.mail.yahoo.com> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: AMD- XP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:22:45 -0000 On Mon, 29 Nov 2004 20:25:23 -0800 (PST), j p wrote: > i have a AMD XP 2200 chip. what version of freebsd i need to download. You want the i386 distribution. The Athlon XP is still only a 32-bit processor, so the amd64 is unusable. -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 05:27:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00EBA16A4CE for ; Tue, 30 Nov 2004 05:27:55 +0000 (GMT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7116443D48 for ; Tue, 30 Nov 2004 05:27:54 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.30.24]) by lakermmtao12.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041130052752.FCDL7953.lakermmtao12.cox.net@dolphin.local.net>; Tue, 30 Nov 2004 00:27:52 -0500 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with SMTP id iAU5Rqg2025597; Mon, 29 Nov 2004 23:27:52 -0600 (CST) (envelope-from conrads@cox.net) Date: Mon, 29 Nov 2004 23:27:47 -0600 From: "Conrad J. Sabatier" To: Kris Kennaway Message-ID: <20041129232747.528fdce4@dolphin.local.net> In-Reply-To: <20041130035734.GA36416@xor.obsecurity.org> References: <000501c4d68f$74a82320$0400a8c0@satellite> <20041130035734.GA36416@xor.obsecurity.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: dave cc: freebsd-questions@freebsd.org Subject: Re: portupgrade and index X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:27:55 -0000 On Mon, 29 Nov 2004 19:57:34 -0800, Kris Kennaway wrote: > On Mon, Nov 29, 2004 at 10:48:29PM -0500, dave wrote: > > Hello, > > I've got a box that runs portupgrade to keep the most current > > ports. > > I've lately switched to make fetchindex vs. portsdb -uU which goes > > much faster. My problem is whenever i do a make search for a port > > the index.5 file is regenerated and that takes an extremely long > > time. I was wondering if this is normal behavior, and what if > > anything i could do to speed it up? > > make fetchindex > > Kris You can also increase the concurrency of "portsdb -U"/"make index" by setting INDEX_JOBS in /etc/make.conf. The default number of parallel jobs is 2. Increasing this to, say, 8, will save some time in building the index. You can save yourself a lot of headaches if you do a nightly cvsup via cron and rebuild the index at that time. -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 05:35:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC50E16A4CE for ; Tue, 30 Nov 2004 05:35:07 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84BE143D58 for ; Tue, 30 Nov 2004 05:35:07 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6311A512AF; Mon, 29 Nov 2004 21:40:13 -0800 (PST) Date: Mon, 29 Nov 2004 21:40:13 -0800 From: Kris Kennaway To: "Conrad J. Sabatier" Message-ID: <20041130054013.GB67455@xor.obsecurity.org> References: <000501c4d68f$74a82320$0400a8c0@satellite> <20041130035734.GA36416@xor.obsecurity.org> <20041129232747.528fdce4@dolphin.local.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline In-Reply-To: <20041129232747.528fdce4@dolphin.local.net> User-Agent: Mutt/1.4.2.1i cc: dave cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: portupgrade and index X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:35:07 -0000 --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 29, 2004 at 11:27:47PM -0600, Conrad J. Sabatier wrote: > On Mon, 29 Nov 2004 19:57:34 -0800, Kris Kennaway > wrote: >=20 > > On Mon, Nov 29, 2004 at 10:48:29PM -0500, dave wrote: > > > Hello, > > > I've got a box that runs portupgrade to keep the most current > > > ports. > > > I've lately switched to make fetchindex vs. portsdb -uU which goes > > > much faster. My problem is whenever i do a make search for a port > > > the index.5 file is regenerated and that takes an extremely long > > > time. I was wondering if this is normal behavior, and what if > > > anything i could do to speed it up? > >=20 > > make fetchindex > >=20 > > Kris >=20 > You can also increase the concurrency of "portsdb -U"/"make index" by > setting INDEX_JOBS in /etc/make.conf. The default number of parallel > jobs is 2. Increasing this to, say, 8, will save some time in building > the index. In my testing 4 helped on a dual SMP machine but 8 didn't, because the process was I/O bound already at 4. Kris --WYTEVAkct0FjGQmd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrAe8Wry0BWjoQKURAi2rAKDw3Avmq0Cw1RrwSG08aYL2pqi4wACgjRgN tPqBQVcKZ7v6Mod39knW+Ko= =O7yd -----END PGP SIGNATURE----- --WYTEVAkct0FjGQmd-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 05:58:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7635116A4CE for ; Tue, 30 Nov 2004 05:58:57 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A46E43D49 for ; Tue, 30 Nov 2004 05:58:57 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id iAU5vbdP015201; Mon, 29 Nov 2004 21:57:38 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Mon, 29 Nov 2004 21:58:45 -0800 User-Agent: KMail/1.7.1 References: <000501c4d68f$74a82320$0400a8c0@satellite> <20041129232747.528fdce4@dolphin.local.net> <20041130054013.GB67455@xor.obsecurity.org> In-Reply-To: <20041130054013.GB67455@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411292158.45468.kstewart@owt.com> cc: dave cc: "Conrad J. Sabatier" cc: Kris Kennaway Subject: Re: portupgrade and index X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:58:57 -0000 On Monday 29 November 2004 09:40 pm, Kris Kennaway wrote: > On Mon, Nov 29, 2004 at 11:27:47PM -0600, Conrad J. Sabatier wrote: > > On Mon, 29 Nov 2004 19:57:34 -0800, Kris Kennaway > > > > > > wrote: > > > On Mon, Nov 29, 2004 at 10:48:29PM -0500, dave wrote: > > > > Hello, > > > > I've got a box that runs portupgrade to keep the most > > > > current ports. > > > > I've lately switched to make fetchindex vs. portsdb -uU which > > > > goes much faster. My problem is whenever i do a make search for > > > > a port the index.5 file is regenerated and that takes an > > > > extremely long time. I was wondering if this is normal > > > > behavior, and what if anything i could do to speed it up? > > > > > > make fetchindex > > > > > > Kris > > > > You can also increase the concurrency of "portsdb -U"/"make index" > > by setting INDEX_JOBS in /etc/make.conf. The default number of > > parallel jobs is 2. Increasing this to, say, 8, will save some > > time in building the index. > > In my testing 4 helped on a dual SMP machine but 8 didn't, because > the process was I/O bound already at 4. > There isn't a "make index" that can compete with downloading an INDEX.bz2. I timed a make fetchindex and it required all of 11 seconds on my DSL line. That would work out to around 3 minutes on a dial up. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 06:17:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB1F416A4CE for ; Tue, 30 Nov 2004 06:17:33 +0000 (GMT) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E402943D49 for ; Tue, 30 Nov 2004 06:17:32 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) iAU6HTJl024615 for ; Tue, 30 Nov 2004 01:17:30 -0500 (EST) Message-ID: <000901c4d6a4$2fc8dcd0$0400a8c0@satellite> From: "dave" To: Date: Tue, 30 Nov 2004 01:16: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.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: pci issues with 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:17:33 -0000 Hello, Trying to compile a custom kernel on 5.3. When i install it and boot it hangs at the pci0 bus probe, i try to switch to debug and it's locked up tight. Sometimes i can get around it by going single user, or safe mode, or acpi disabled, but it's a hit and miss and is not consistent. I just booted with GENERIC and it worked fine. The board in question isn't new it's an Abyt kd7-e and this issue is occuring for the first time in 5.3. Suggestions to find out what it is appreciated. Also, don't know if this is related, but when GENERIC is booted i'm getting pci errors from pcm0 my sb live sound card. Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 06:53:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2280916A4CE for ; Tue, 30 Nov 2004 06:53:18 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9221E43D5D for ; Tue, 30 Nov 2004 06:53:17 +0000 (GMT) (envelope-from rlurman@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so467141rne for ; Mon, 29 Nov 2004 22:53:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=M7EWn3oOLqxkxZiP801caTo5EpTSyMYqVjJAkPCF31JkZHyLHTHpp1aZsTxCkHD+j5YWpm+3gImatye31aLhARrbgd5bfL8oGu/SujqES25MKvZzzOihJM1BDSoZOxjNf+WjlzrYQflBjC6BHR+FAYsUyDvf6AHu/o/HJu8JwIg= Received: by 10.39.1.33 with SMTP id d33mr282434rni; Mon, 29 Nov 2004 21:06:33 -0800 (PST) Received: by 10.38.149.36 with HTTP; Mon, 29 Nov 2004 21:06:33 -0800 (PST) Message-ID: Date: Tue, 30 Nov 2004 00:06:33 -0500 From: RL To: freebsd-questions@freebsd.org In-Reply-To: <41ABFA0B.3020409@circlesquared.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41ABFA0B.3020409@circlesquared.com> Subject: Re: Wireless Card and SSID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: RL List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:53:18 -0000 On Tue, 30 Nov 2004 04:41:47 +0000, Peter Risdon wrote: > RL wrote: > > Sending again... I really need to solve this. > > > > I have a Netgear WAG511 PC Card and am using the ath driver. In my > > /etc/rc.conf I have ath0 to use DHCP and also I have: > > ifconfig_ath0="ssid myssid". Now, I can set this all up manually > > using ifconfig and it works till I reboot. When I set it in my rc.conf > > and I boot it up, > > You really need to copy here exactly what you put in rc.conf and exactly > what you type on the command line to set it up manually. From what > you've said it's possible to assume you have two ifconfig_ath0= lines in > rc.conf, and I don't think that would work. The latter would replace, > not augment, the former. > > I get "ath0: association failed (reason 12) for > > 00:0f:66:02..." flash on my screen one right after another. And when I > > do ifconfig, it shows no IP address NOR the ssid I set. For some > > reason it doesn't see the SSID or DHCP I set up in rc.conf. > > That doesn't follow. > > Peter. > > -- > > the circle squared > > network systems and software > > http://www.circlesquared.com > I fixed it. I saw another reply on here that said to make a /etc/start_if.ath0 startup script. That worked great. I am not sure why that wasn't documented anywhere. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 07:01:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB0C16A4CE for ; Tue, 30 Nov 2004 07:01:16 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A086643D5F for ; Tue, 30 Nov 2004 07:01:15 +0000 (GMT) (envelope-from rlurman@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so467952rne for ; Mon, 29 Nov 2004 23:01:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=YijEKFIUs882RfPgGx+G+YSTg53t/tBx6k7BMCiIZWDV8uOsLvRDBmMZxhKnzgZl+6MTyDaTyPs40WhXNFmW4eXcV1856MYaJ/DLt2Xb8GccxOhxWnJ9KT8jgOeI6Sql60w+TwclHzJf/xAs9evfs1S6TsrPXfTU3544CSlrrdA= Received: by 10.38.161.61 with SMTP id j61mr284126rne; Mon, 29 Nov 2004 21:14:34 -0800 (PST) Received: by 10.38.149.36 with HTTP; Mon, 29 Nov 2004 21:14:34 -0800 (PST) Message-ID: Date: Tue, 30 Nov 2004 00:14:34 -0500 From: RL To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: RL List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:01:16 -0000 I just got a new USB 2.0 flashdrive that I want to access. It recognizes it fine as da0. I am wondering how I actually mount that. Do I need an entry in /etc/fstab? If not how would I mount it with the mount -t command? From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 07:01:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8291816A4CF for ; Tue, 30 Nov 2004 07:01:30 +0000 (GMT) Received: from exmails1.chem.ucla.edu (exmails1.chem.ucla.edu [169.232.134.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5885E43D5E for ; Tue, 30 Nov 2004 07:01:30 +0000 (GMT) (envelope-from mjanis@chem.ucla.edu) Received: from [169.232.133.87] (gfc1.chem.ucla.edu [169.232.133.87]) (authenticated bits=0) by exmails1.chem.ucla.edu (8.12.8/8.12.8) with ESMTP id iAU71TiH008203 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Mon, 29 Nov 2004 23:01:30 -0800 From: Michael Janis To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: UCLA Message-Id: <1101793872.13409.4.camel@gfc1.chem.ucla.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 29 Nov 2004 21:51:12 -0800 Content-Transfer-Encoding: 7bit Subject: [Fwd: Re: Stop in /usr/ports/x11-toolkits/tk84/work/tk8.4.6/unix.] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mjanis@chem.ucla.edu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:01:30 -0000 Hello, I have the same problem listed below with the tk84 port install, which is a dependency of the R-2.0.1 port. FreeBSD xxxx.xxxx.ucla.edu 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Has anyone solved this problem? Many thanks in advance for any help or suggestions. Yours, Michael Janis -----Forwarded Message----- From: "Kevin D. Kinsey, DaleCo, S.P." To: Cheebah Cc: freebsd-questions@freebsd.org Subject: Re: Stop in /usr/ports/x11-toolkits/tk84/work/tk8.4.6/unix. Date: Wed, 24 Nov 2004 22:32:30 -0600 Cheebah wrote: >Hi how are you going? I am just emailing you regarding the following >post. > >http://lists.freebsd.org/pipermail/freebsd-questions/2004-May/045744.html > > >I am receiving the same errors and am wondering if you ever had any joy >in solving this problem????? > >Any suggestions would be greatly appreciated. > >Have a great day. > >Cheers >Cheebah > What is the output of "uname -a" for this machine? How old a build is it? Also, have your read /usr/ports/UPDATING? Given that this problem is several months old, it may be that your installation is out of date as well ... Just a hunch. :-< Kevin Kinsey _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 07:55:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD8D16A4CE for ; Tue, 30 Nov 2004 07:55:38 +0000 (GMT) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18E243D6A for ; Tue, 30 Nov 2004 07:55:37 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from localhost.esiee.fr (localhost.esiee.fr [127.0.0.1]) by mail.esiee.fr (Postfix) with ESMTP id C21BA3658F4; Tue, 30 Nov 2004 08:55:36 +0100 (CET) Received: from mail.esiee.fr (localhost.esiee.fr [127.0.0.1]) by localhost.esiee.fr (VaMailArmor-2.0.1.16) id 06347-2FDE0D41; Tue, 30 Nov 2004 08:55:36 +0100 Received: from [147.215.1.13] (desolation.esiee.fr [147.215.1.13]) by mail.esiee.fr (Postfix) with ESMTP id 7E7013658C5; Tue, 30 Nov 2004 08:55:36 +0100 (CET) Message-ID: <41AC2778.4040307@esiee.fr> Date: Tue, 30 Nov 2004 08:55:36 +0100 From: Frank Bonnet User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.3) Gecko/20040910 X-Accept-Language: fr-fr, en-us, en MIME-Version: 1.0 To: Bill Moran References: <41AB3354.4010302@esiee.fr> <20041129093917.222ccad8.wmoran@potentialtech.com> <200411291844.36416.ostap@radiant.ru> <20041129100506.29d2da5f.wmoran@potentialtech.com> <45624.194.168.3.18.1101745265.squirrel@194.168.3.18> <20041129113729.64d8c3ae.wmoran@potentialtech.com> In-Reply-To: <20041129113729.64d8c3ae.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.28.0.18; VDF: 6.28.0.97; host: mail.esiee.fr) cc: freebsd-questions@freebsd.org Subject: Re: simple router ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:55:38 -0000 Bill Moran wrote: > >>There have been quite a lot of threads in the past month regarding the >>network performance of 5.3 being inferior to 4.10. >> >>You might also want to bear in mind that with the 5 series you have >>the benefit of OpenBSD's pf firewall. Although more information on 4.x >>and pf is available at the following link. >> >>http://lists.freebsd.org/pipermail/freebsd-pf/2004-September/000300.html >> >>Personally, if it was me, I'd go with 5.x rather than 4.x, but if you >>are going to be pushing a lot of data then perhaps search the archives >>for the last month or two regarding network performance. > > > I'm not sure if this is 100% correct anymore. I seem to remember that > the performance problems were in 5.3BETA and were fixed prior to the > release of 5.3-RELEASE. > > I'm willing to be corrected if I'm wrong, but I think research of > reliable sources would be smart. > Well ... I forgot to say I need this router for few weeks only it will be replaced by a cisco box when I will be able to purchase it ,-) So I think a conservative choice would be the best for me in the light of advices I got from people of this list. So I'll build the router on 4.10 base as I really don't need extra features than routing . Thanks a lot guys Frank -- Cordialement/Regards Frank Bonnet From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 07:59:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED4616A4CE for ; Tue, 30 Nov 2004 07:59:00 +0000 (GMT) Received: from zep1.it-austria.net (zep1.it-austria.net [213.150.1.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E57543D41 for ; Tue, 30 Nov 2004 07:59:00 +0000 (GMT) (envelope-from pinhead@delicious.stderror.at) Received: from delicious.stderror.at (unknown [10.24.28.114]) by zep1.it-austria.net (Postfix) with ESMTP id D31B83405E for ; Tue, 30 Nov 2004 08:58:58 +0100 (CET) Received: by delicious.stderror.at (Postfix, from userid 501) id 2F55815836F; Tue, 30 Nov 2004 08:58:43 +0100 (CET) Date: Tue, 30 Nov 2004 08:58:43 +0100 From: Toni Schmidbauer To: freebsd-questions@freebsd.org Message-ID: <20041130075843.GA12558@stderror.at> Mail-Followup-To: freebsd-questions@freebsd.org References: <20041130042523.96025.qmail@web41004.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline In-Reply-To: <20041130042523.96025.qmail@web41004.mail.yahoo.com> Phone: +43 664 3502198 X-WWW-Home-Page: http://stderror.at X-PGP-Fingerprint: 53F2 28AE 8070 83E0 AFEC 0ABC BBF9 A34A 3ED1 3287 X-Operating-System: Darwin User-Agent: Mutt/1.5.6i Subject: Re: AMD- XP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: toni@stderror.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:59:01 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 29, 2004 at 08:25:23PM -0800, j p wrote: > i have a AMD XP 2200 chip. what version of freebsd i need to download. ftp:///pub/FreeBSD/ISO-IMAGES-i386/5.3/ the athlon xp is i386 compatible. of course you can enable gcc optimization in /etc/make.conf after installation with "CPUTYPE=3Dathlon-xp" hth, toni --=20 Wer es einmal so weit gebracht hat, dass er nicht | toni at stderror dot at mehr irrt, der hat auch zu arbeiten aufgehoert | Toni Schmidbauer -- Max Planck | --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFBrCgzu/mjSj7RMocRAsPuAJ9i0ebsQOj9l6/OF7NPWmuNzgcgQQCdEFg5 1vz49+1Tm9iign6zyBHr1h8= =Czv6 -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 08:15:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CEF16A4CE for ; Tue, 30 Nov 2004 08:15:15 +0000 (GMT) Received: from fep1.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6EE43D5C for ; Tue, 30 Nov 2004 08:15:15 +0000 (GMT) (envelope-from bbobowski@cogeco.ca) Received: from [24.150.215.98] (d150-215-98.home.cgocable.net [24.150.215.98]) by fep1.cogeco.net (Postfix) with ESMTP id 7277F63FB; Tue, 30 Nov 2004 03:15:14 -0500 (EST) Message-ID: <41AC2BA1.1000002@cogeco.ca> Date: Tue, 30 Nov 2004 03:13:21 -0500 From: Brian Bobowski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Thunderbird/0.7.1 Mnenhy/0.6.0.104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: RL References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:15:15 -0000 RL wrote: >I just got a new USB 2.0 flashdrive that I want to access. It >recognizes it fine as da0. I am wondering how I actually mount that. >Do I need an entry in /etc/fstab? If not how would I mount it with >the mount -t command? > > Yes, put an entry in /etc/fstab for it. e.g.: /dev/da0 /flash[1] msdosfs[2] rw [1]Or whatever you call the mount point(make sure the mount point exists, of course) [2]To the best of my knowledge, most devices format their Flash memory as an MSDOS FAT filesystem; my digital camera certainly does, and this is the entry I put for the CF card reader. You probably don't want to dump or check this, nor mount it auto, since it's removable media; if I'm wrong, put in the appropriate options(from man fstab and man mount). -BB From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 08:17:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2554B16A4CE for ; Tue, 30 Nov 2004 08:17:05 +0000 (GMT) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC11443D62 for ; Tue, 30 Nov 2004 08:17:04 +0000 (GMT) (envelope-from gemei2@web.de) Received: from dialup.user (dsl-082-082-051-025.arcor-ip.net [82.82.51.25]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id AB980DD608 for ; Tue, 30 Nov 2004 09:17:02 +0100 (CET) Received: by localhost (Postfix, from userid 100) id 6E23F29E; Tue, 30 Nov 2004 09:17:01 +0100 (CET) Date: Tue, 30 Nov 2004 09:17:01 +0100 From: Gerhard Meier To: FreeBSD Questions Message-ID: <20041130081701.GA82107@snickers.dahoam> Mail-Followup-To: Gerhard Meier , FreeBSD Questions References: <20041128112146.GA1696@oliverfuchs.onlinehome.de> <41A9CB66.1050804@freebsd.org> <20041130035816.GA2938@oliverfuchs.onlinehome.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041130035816.GA2938@oliverfuchs.onlinehome.de> User-Agent: Mutt/1.5.6i Subject: Re: what does "rm //" delete? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:17:05 -0000 On Tue, Nov 30, 2004 at 04:58:16AM +0100, Oliver Fuchs wrote: > > rm -rf /path/to/dir/with/rogue/file > > Tried it but had no chance. > In any case I had to formate that drive new so I finally made it to > disappear. You did not try fsck before this radical method? /GM From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 08:52:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B62C16A4CE for ; Tue, 30 Nov 2004 08:52:03 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D57443D54 for ; Tue, 30 Nov 2004 08:52:01 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so506395rnf for ; Tue, 30 Nov 2004 00:51:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=jafrUrMCwXwQEIMyLUSvM3zm0Ml6WXNoO5OPCuXUUHlzq1/QxrtzroqjZfZVmNM4Tk7HzuIH2Jlt0S7F/eoz/aeqOOoICivAd8FoyQDPpGPx18RGKdtEXyIdghSKjcMahg9lVq7RNiTjEHBQkDS8SnMnezM4bAgfVj5rNrRs2UY= Received: by 10.38.164.65 with SMTP id m65mr367292rne; Tue, 30 Nov 2004 00:51:54 -0800 (PST) Received: by 10.38.15.38 with HTTP; Tue, 30 Nov 2004 00:51:54 -0800 (PST) Message-ID: Date: Tue, 30 Nov 2004 08:51:54 +0000 From: Eric Kjeldergaard To: Brian Bobowski In-Reply-To: <41AC2BA1.1000002@cogeco.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41AC2BA1.1000002@cogeco.ca> cc: RL cc: freebsd-questions@freebsd.org Subject: Re: USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric Kjeldergaard List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:52:03 -0000 > Yes, put an entry in /etc/fstab for it. e.g.: > > /dev/da0 /flash[1] msdosfs[2] rw > Perhaps my card is just unusal, but freeBSD makes a da0s1 node which is the appropriate one to mount. -- If I write a signature, my emails will appear more personalised. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 09:00:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE2916A4CE for ; Tue, 30 Nov 2004 09:00:11 +0000 (GMT) Received: from mail.solid-state-logic.com (mail.solid-state-logic.com [193.117.244.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E7643D41 for ; Tue, 30 Nov 2004 09:00:10 +0000 (GMT) (envelope-from martinh@solid-state-logic.com) Received: from sol.solid-state-logic.com ([10.1.1.101] helo=solid-state-logic.com) by soloman.solid-state-logic.com with smtp (Exim 4.43 (FreeBSD)) id 1CZ3rg-000F8n-5c; Tue, 30 Nov 2004 09:00:04 +0000 Received: from [10.1.4.197] (martinh.solid-state-logic.com) by solid-state-logic.com (4.1/SMI-4.1) id AA22067; Tue, 30 Nov 04 09:00:03 GMT Message-Id: <41AC3693.1050400@solid-state-logic.com> Date: Tue, 30 Nov 2004 09:00:03 +0000 From: Martin Hepworth User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en-us, en Mime-Version: 1.0 To: Jonathon McKitrick References: <20041123233501.GA82229@dogma.freebsd-uk.eu.org> <5557305861.20041124004849@hexren.net> <20041124000014.GA83249@dogma.freebsd-uk.eu.org> <8763344284.20041124022927@hexren.net> <20041124141737.GA11648@dogma.freebsd-uk.eu.org> <41A49F58.4020000@circlesquared.com> <20041124154628.GE11648@dogma.freebsd-uk.eu.org> <41A4BFC8.8070702@circlesquared.com> <20041129204452.GI73697@dogma.freebsd-uk.eu.org> In-Reply-To: <20041129204452.GI73697@dogma.freebsd-uk.eu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Solid-State-Logic-MailScanner-Information: Please contact Solid State Logic Ltd for more information X-Solid-State-Logic-MailScanner: Found to be clean X-MailScanner-From: martinh@solid-state-logic.com cc: Peter Risdon cc: freebsd-questions@freebsd.org Subject: Re: Caching DNS for dialup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:00:11 -0000 Jonathon presumably all the nameserver is doing is forwarding requests to your ISP, as set in the named.boot file? also I guess you're running bind in which case it will cache automatically. probably best to just have it running on the gateway then it will cache requests from all clients. have the clients point to the gw as the nameserver in /etc/resolv.conf. -- Martin Hepworth Snr Systems Administrator Solid State Logic Tel: +44 (0)1865 842300 Jonathon McKitrick wrote: > On Wed, Nov 24, 2004 at 05:07:20PM +0000, Peter Risdon wrote: > : A caching DNS server would help conserve bandwidth on a dialup > : connection - I generally run one myself with any connection with limited > : bandwidth. > > After RTFM, I believe I have it up and running. ;-) > > Named is running, but how can I be sure the caching is working? > > Also, does it make sense to do this on each box, or just the gateway? > > jm > -- > My other computer is your Windows box. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote confirms that this email message has been swept for the presence of computer viruses and is believed to be clean. ********************************************************************** From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 09:16:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A03916A4CE for ; Tue, 30 Nov 2004 09:16:47 +0000 (GMT) Received: from smtp.rol.ru (smtp.rol.ru [194.67.21.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB7743D1F for ; Tue, 30 Nov 2004 09:16:47 +0000 (GMT) (envelope-from ab_fatal@mail.ru) Received: from ts3-a57.NNovgorod.dial.rol.ru ([212.92.142.57]:49682 "EHLO mail.ru" smtp-auth: TLS-CIPHER: TLS-PEER-CN1: ) by gnome10.net.rol.ru with ESMTP id S25397AbUK3JQp (ORCPT ); Tue, 30 Nov 2004 12:16:45 +0300 Message-ID: <41AC3ADD.7020904@mail.ru> Date: Tue, 30 Nov 2004 12:18:21 +0300 From: Alexander Bubnov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Subject: three questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:16:47 -0000 Hi! Could you answer my questions, please? 1) When I halt or reboot FreeBSD 5.3 I always receive following: Syncing disks vnodes remaining... 4 3 3 1 1 0 done Is it OK? What does it mean? 2) When I download something from the Internet for a long time (around 9 hours) I always receive 3 strange letters (unfortunately, I deleted third letter, sorry) from my OS (FreeBSD any versions), see below. What for? What happen? Why do I receive them? 3) I change resolution for consoles as vidcontrol -g 100x37 VESA_800x600 green. Can I change rate? How to do it? letters: ******* *first* ******* removing stale files from /var/preserve: Cleaning out old system announcements: Removing stale files from /var/rwho: Backup passwd and group files: Verifying group file syntax: Backing up mail aliases: Disk status: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s4a 257998 51810 185550 22% / /dev/ad0s4f 1032142 70 949502 0% /tmp /dev/ad0s4g 6399156 3999490 1887734 68% /usr /dev/ad0s4e 1032142 20328 929244 2% /var procfs 4 4 0 100% /proc /dev/ad0s2 10231440 9594792 636648 94% /mnt/dos Last dump(s) done (Dump '>' file systems): UUCP status: Network interface status: Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll rl0* 1500 00:c0:26:a4:b6:b0 0 0 0 0 0 lp0* 1500 0 0 0 0 0 lo0 16384 0 0 0 0 0 lo0 16384 sinn ::1 0 - 0 - - lo0 16384 fe80:3::1 fe80:3::1 0 - 0 - - lo0 16384 your-net sinn 0 - 0 - - ppp0* 1500 0 0 0 0 0 sl0* 552 0 0 0 0 0 faith 1500 0 0 0 0 0 tun0 1500 12259 0 13232 0 0 tun0 1500 ts3-a0.NNovgo ts3-a29.NNovgor 12259 - 13231 - - tun1* 1500 0 0 111 0 0 cal system status: 3:10AM up 1:10, 2 users, load averages: 0.64, 0.70, 0.62 Mail in local queue: /var/spool/mqueue is empty Total requests: 0 Mail in submit queue: /var/spool/clientmqueue is empty Total requests: 0 Security check: (output mailed separately) Checking for rejected mail hosts: Checking for denied zone transfers (AXFR and IXFR): Tidying Exim hints databases: Usage: exim_tidydb [-t