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.pri